a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    word-wrap: break-word;
    color: #212223;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 25px;
}
body.fixed {
    overflow: hidden;
}
button,
input,
select,
textarea {
    outline: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
    background-position: 100%;
    background-repeat: no-repeat;
}
a,
a:active {
    color: #eb4823;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
b,
strong {
    font-weight: 700;
}
*,
:after,
:before {
    box-sizing: border-box;
}
h1 {
    font-size: 2rem;
    line-height: 130%;
}
@media (max-width: 37.5em) {
    h1 {
        font-size: 1.5rem;
    }
}
h2 {
    font-size: 1.7rem;
    line-height: 125%;
}
@media (max-width: 37.5em) {
    h2 {
        font-size: 1.3rem;
    }
}
h3 {
    font-size: 1.3rem;
    line-height: 125%;
}
@media (max-width: 37.5em) {
    h3 {
        font-size: 1.1rem;
    }
}
.virtual {
    height: 500px;
    width: 100%;
}
.form--grey {
    background: #f6f6f6;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px;
}
.form__title {
    border-bottom: 1px solid #eb4823;
    color: #eb4823;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
@media (max-width: 37.5em) {
    .form__title {
        font-size: 1.3rem;
        font-weight: 700;
    }
}
.form__subtitle {
    margin-bottom: 10px;
}
.form__block {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.form__item {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.form__item--1-2 {
    float: right;
    width: 48%;
}
.form__item--1-2:first-child {
    float: left;
}
.form__item--1-3 {
    float: left;
    padding-right: 2%;
    width: 33.333%;
}
.form__item--2-3 {
    float: right;
    width: 64%;
}
.form__item--inline {
    border-bottom: 1px solid #cacaca;
    max-width: 600px;
    overflow: hidden;
    padding-bottom: 10px;
}
@media (max-width: 37.5em) {
    .form__item {
        float: none !important;
        width: 100% !important;
    }
}
.form__label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.form__item--inline .form__label {
    float: left;
    margin-top: 8px;
    padding-right: 15px;
    text-align: right;
    width: 30%;
}
@media (max-width: 37.5em) {
    .form__item--inline .form__label {
        float: none;
        margin-top: 0;
        padding: 0;
        text-align: left;
        width: 100%;
    }
}
.form__field {
    background-color: #fff;
    border: 1px solid #5d5d5d;
    border-radius: 5px;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 1.1rem;
    line-height: 150%;
    padding: 15px;
    transition: all 0.2s ease-in;
    width: 100%;
}
.form__field:focus {
    border-color: #eb4823;
}
.form__field:disabled {
    background: #ebe8e8 !important;
}
.form__field.is-error {
    border-color: #e62117;
}
.form__field--textarea {
    min-height: 200px;
    resize: vertical;
}
.form__field--date {
    cursor: pointer;
    padding-left: 35px;
}
.form__field--min {
    width: 100px;
}
.form__field--icon {
    padding-left: 35px;
}
.form__field-error {
    color: #e62117;
    display: block;
    margin-top: 5px;
}
.form__item--inline .form__field {
    float: left;
    width: 70%;
}
@media (max-width: 37.5em) {
    .form__item--inline .form__field {
        float: none;
        width: 100%;
    }
}
.form__icon {
    background-position: 50%;
    background-repeat: no-repeat;
    height: 24px;
    left: 7px;
    position: absolute;
    top: 47px;
    width: 24px;
}
.form__icon--dest {
    background-image: url(../img/icons/destination.png);
}
.form__icon--date {
    background-image: url(../img/icons/days.png);
}
.form__icon--flight {
    background-image: url(../img/icons/airplane.png);
}
.form__icon--pax {
    background-image: url(../img/icons/person.png);
}
.form__checkbox input {
    float: left;
    margin-right: 10px;
}
.form__checkbox span {
    float: left;
    max-width: 90%;
}
.form__radios label {
    border: 1px solid #cacaca;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    overflow: hidden;
    padding: 10px 20px;
}
.form__radios label:hover {
    background-color: #fff;
    border-color: #eb4823;
}
.form__radios label.is-active {
    background-color: #eb4823;
    border-color: #eb4823;
    color: #fff;
}
.form__radios input {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.form__radios span {
    float: left;
}
.form__note {
    display: block;
    font-style: italic;
    margin: 10px 0;
}
.form__error {
    color: #e62117;
}
.form__error,
.form__success {
    display: block;
    margin-top: 10px;
}
.form__success {
    color: #238619;
}
.tabs__items {
    padding: 0 15px;
}
@media (max-width: 37.5em) {
    .tabs__items {
        padding: 0;
    }
}
.tabs__item {
    border: 1px solid #cacaca;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    padding: 9px 25px;
}
@media (max-width: 37.5em) {
    .tabs__item {
        padding: 7px 10px;
    }
}
.tabs__item--red {
    border-color: #e62117;
    color: #e62117 !important;
}
.tabs__item:hover {
    color: #eb4823;
}
.tabs__item.is-active {
    background: #fff;
    border-color: #eb4823;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    border-top: 3px solid #eb4823;
    color: #eb4823;
    margin-top: -3px;
    padding-bottom: 20px;
    position: relative;
    top: 1px;
}
.tabs__item:last-child {
    margin-right: 0;
}
.tabs__content {
    background-color: #fff;
    border-top: 1px solid #eb4823;
    display: none;
    padding: 30px 0;
}
.tabs__content.is-active {
    display: block;
}
.tabs__content-block {
    border: 1px solid #cacaca;
    margin-bottom: 25px;
    padding: 15px;
}
.tabs__content-block h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.tabs__content-media img {
    display: inline-block;
    width: 100%;
}
.button {
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    line-height: 150%;
    padding: 12px 25px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.button--cta,
.button:hover {
    text-decoration: none;
}
.button--cta {
    background-color: #eb4823;
    border: 1px solid #eb4823;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
}
.button--cta:hover {
    background-color: #fff;
    color: #eb4823;
}
@media (max-width: 37.5em) {
    .button--cta {
        display: block;
        padding: 15px 5px;
        text-align: center;
        width: 100%;
    }
}
.button--outline {
    background-color: #fff;
    border: 1px solid #eb4823;
    color: #eb4823;
    text-decoration: none;
}
.button--outline:hover,
.button--primary {
    background-color: #eb4823;
    color: #fff;
}
.button--primary {
    border: 1px solid #eb4823;
    text-decoration: none;
}
.button--primary:hover {
    background-color: #fff;
    color: #eb4823;
}
.button--red {
    background-color: #e62117;
    border: 1px solid #e62117;
    color: #fff;
    text-decoration: none;
}
.button--red:hover {
    background-color: #fff;
    color: #e62117;
}
.breadcrumb {
    font-size: 14px;
    margin-bottom: 15px;
}
@media (max-width: 37.5em) {
    .breadcrumb {
        font-size: 13px;
    }
}
.breadcrumb__sep {
    display: block;
    padding: 0 10px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
@media (max-width: 37.5em) {
    .breadcrumb a {
        font-size: 13px;
    }
}
.breadcrumb__link {
    color: #eb4823 !important;
}
.stars {
    background-image: url(../img/icons/stars.png);
    background-position: 0 -200px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 95px;
}
.stars--1 {
    background-position: 0 -160px;
}
.stars--2 {
    background-position: 0 -120px;
}
.stars--3 {
    background-position: 0 -80px;
}
.stars--4 {
    background-position: 0 -40px;
}
.stars--5 {
    background-position: 0 0;
}
.flag {
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 20px;
}
.flag--es {
    background-position: 0 0;
}
.flag--en {
    background-position: 0 -32px;
}
.flag--de {
    background-position: 0 -65px;
}
.flag--fr {
    background-position: 0 -99px;
}
.flag--it {
    background-position: 0 -132px;
}
.loader {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    visibility: hidden;
    z-index: 99999;
}
.loader.is-active {
    opacity: 1;
    visibility: visible;
}
.loader__spinner {
    animation: load8 1.1s linear infinite;
    border: 1.1em solid hsla(0, 0%, 100%, 0.5);
    border-left-color: #eb4823;
    border-radius: 50%;
    font-size: 10px;
    height: 10em;
    left: 50%;
    margin: -5em 0 0 -5em;
    position: absolute;
    position: relative;
    text-indent: -9999em;
    top: 50%;
    transform: translateZ(0);
    width: 10em;
}
.loader__spinner:after {
    border-radius: 50%;
    height: 10em;
    width: 10em;
}
@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.modal {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}
.modal.is-active {
    opacity: 1;
    visibility: visible;
}
.modal__title {
    border-bottom: 1px solid #eb4823;
    color: #eb4823;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}
.modal__content {
    background-color: #fff;
    left: 15%;
    padding: 20px;
    position: absolute;
    top: 100px;
    width: 70%;
}
.modal__content--auto {
    left: 50%;
    max-width: 70%;
    transform: translate(-50%);
    width: auto;
}
.modal__close {
    background-color: #fff;
    background-image: url(../img/icons/close.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 20px;
    text-indent: -99999px;
    top: 20px;
    width: 24px;
    z-index: 99;
}
.picker {
    border-bottom: 1px solid #cacaca;
}
.picker--opened {
    opacity: 1 !important;
    visibility: visible !important;
}
.picker:focus {
    outline: none !important;
}
.picker__header {
    background-color: #eaeaea;
    font-weight: 700;
    padding: 10px;
    position: relative;
    text-align: center;
}
.picker__nav--next,
.picker__nav--prev {
    background-image: url(../img/icons/arrows_brand.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 33px;
    position: absolute;
    top: 7px;
    width: 33px;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
    background-image: url(../img/icons/arrows_text.png);
}
.picker__nav--disabled {
    background-image: none !important;
    cursor: default !important;
}
.picker__nav--prev {
    background-position: 0 -41px;
    left: 7px;
}
.picker__nav--next {
    background-position: 0 0;
    right: 7px;
}
.picker__month {
    margin-right: 15px;
}
.picker__month,
.picker__year {
    display: inline;
    font-size: 1.1rem;
    margin-top: 2px;
    text-transform: uppercase;
}
.picker__table {
    width: 100%;
}
.picker__table td,
.picker__weekday {
    text-align: center;
    width: 14.2857142857%;
}
.picker__weekday {
    background-color: #eaeaea;
    font-size: 13px;
    padding: 10px 0;
    text-transform: uppercase;
}
.picker__day {
    display: inline-block;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    width: 41px;
}
.picker__day--disabled {
    background-color: #fff !important;
    color: #b5aeae !important;
    cursor: default !important;
    font-style: italic;
    text-decoration: line-through;
}
.picker__day--outfocus {
    color: #eaeaea;
}
.picker__day--infocus {
    cursor: pointer;
}
.picker__day--infocus:hover {
    background-color: #eaeaea;
}
.picker__day--highlighted {
    background-color: #eb4823;
    color: #fff;
    font-weight: 700;
}
.picker__day--highlighted:hover {
    background-color: #eb4823;
}
.picker__footer {
    display: none;
}
.calendar {
    background-color: #fff;
    border: 1px solid #eb4823;
    border-top-color: #cacaca;
    opacity: 0;
    position: absolute;
    top: 89px;
    visibility: hidden;
    width: 100%;
    z-index: 99;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 37.5em) {
    .grid {
        margin: 0 -15px;
    }
}
.grid-1 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-1 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-1 {
        margin-bottom: 0;
        width: 8.3333333333%;
    }
}
.grid-2 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-2 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-2 {
        margin-bottom: 0;
        width: 16.6666666667%;
    }
}
.grid-3 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-3 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-3 {
        margin-bottom: 0;
        width: 25%;
    }
}
.grid-4 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-4 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-4 {
        margin-bottom: 0;
        width: 33.3333333333%;
    }
}
.grid-5 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-5 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-5 {
        margin-bottom: 0;
        width: 41.6666666667%;
    }
}
.grid-6 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-6 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-6 {
        margin-bottom: 0;
        width: 50%;
    }
}
.grid-7 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-7 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-7 {
        margin-bottom: 0;
        width: 58.3333333333%;
    }
}
.grid-8 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-8 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-8 {
        margin-bottom: 0;
        width: 66.6666666667%;
    }
}
.grid-9 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-9 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-9 {
        margin-bottom: 0;
        width: 75%;
    }
}
.grid-10 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-10 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-10 {
        margin-bottom: 0;
        width: 83.3333333333%;
    }
}
.grid-11 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-11 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-11 {
        margin-bottom: 0;
        width: 91.6666666667%;
    }
}
.grid-12 {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 37.5em) {
    .grid-12 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (min-width: 50em) {
    .grid-12 {
        margin-bottom: 0;
        width: 100%;
    }
}
.banner {
    display: table;
    position: relative;
    width: 100%;
}
.banner__cell,
.banner__container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.banner__container {
    position: relative;
    z-index: 99;
}
.banner__content {
    color: #fff;
    margin: 0 auto;
    max-width: 950px;
    padding: 8% 0;
    position: relative;
    width: 90%;
    z-index: 9;
}
@media (max-width: 37.5em) {
    .banner__content {
        padding: 14% 0;
    }
}
.banner__content--small {
    margin: 5% auto;
    max-width: 70rem;
    text-align: left;
}
.banner__title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
    text-shadow: 0 9px 9px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.banner__title--small {
    font-size: 2rem;
    margin-bottom: 15px;
}
@media (max-width: 37.5em) {
    .banner__title {
        font-size: 1.5rem;
    }
}
.banner__desc {
    font-size: 1.3rem;
    line-height: 150%;
}
.banner__desc b {
    text-decoration: underline;
    text-transform: uppercase;
}
.banner__desc--small {
    max-width: 80%;
}
.banner__cta {
    margin-top: 60px;
}
@media (max-width: 37.5em) {
    .banner__cta {
        margin-top: 40px;
    }
}
.intro {
    color: #fff;
    margin: 2% auto 5%;
    max-width: 70rem;
    position: relative;
    width: 96%;
    z-index: 9;
}
@media (max-width: 37.5em) {
    .intro {
        margin: 25% auto;
    }
}
.intro__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 15px;
    text-shadow: 0 9px 9px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    z-index: 9;
}
@media (max-width: 37.5em) {
    .intro__title {
        font-size: 1.5rem;
    }
}
.intro__desc {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
}
@media (max-width: 37.5em) {
    .intro__desc {
        max-width: 100%;
    }
}
.header_BK_250723 {
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.header__top {
    background-color: #eaeaea;
    padding: 15px 0;
}
@media print {
    .header__top {
        padding: 0;
    }
}
.header__top--booking {
    background-color: #fff;
    border-bottom: 1px solid #cacaca;
}
@media print {
    .header__top--booking {
        border-bottom: none !important;
    }
}
.header__secure {
    float: right;
    margin-top: 15px;
}
@media print {
    .header__secure {
        display: none !important;
    }
}
.header__secure-icon {
    background-image: url(../img/icons/secure.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
@media (max-width: 37.5em) {
    .header__secure-icon {
        height: 30px;
        margin-right: 5px;
        width: 30px;
    }
}
.header__secure-txt {
    float: left;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 9px;
}
@media (max-width: 37.5em) {
    .header__secure-txt {
        font-size: 1.2rem;
        margin-top: 3px;
    }
}
.header__steps {
    background-color: #fff;
    padding: 15px 0;
}
@media print {
    .header__steps {
        display: none !important;
    }
}
.header__steps-item {
    float: left;
    width: 33.333%;
}
.header__steps-cont,
.header__steps-cont:hover {
    color: #212223;
    text-decoration: none;
}
.header__steps-cont i {
    border: 2px solid #cacaca;
    border-radius: 100%;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    margin-right: 5px;
    padding: 5px 0;
    text-align: center;
    width: 40px;
}
@media (max-width: 37.5em) {
    .header__steps-cont i {
        font-size: 14px;
        margin-right: 0;
        padding: 0;
        width: 29px;
    }
}
.header__steps-cont.is-active i {
    background-color: #eb4823;
    border-color: #eb4823;
    color: #fff;
}
.header__steps-cont.is-active span {
    color: #eb4823;
}
.header__steps-cont.is-done {
    overflow: hidden;
}
.header__steps-cont.is-done i {
    background-image: url(../img/icons/check_circle.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #238619;
    display: inline-block;
    float: left;
    height: 40px;
    padding: 0;
    text-indent: -999999px;
}
@media (max-width: 37.5em) {
    .header__steps-cont.is-done i {
        height: 29px;
        margin-right: 5px;
    }
}
.header__steps-cont.is-done span {
    color: #238619;
    float: left;
    margin-top: 8px;
    max-width: 80%;
}
@media (max-width: 37.5em) {
    .header__steps-cont.is-done span {
        margin-top: 0;
    }
}
.header__steps-large {
    display: inline-block;
    font-size: 1.1rem;
}
@media (max-width: 37.5em) {
    .header__steps-large {
        display: none;
    }
}
.header__steps-small {
    display: none;
}
@media (max-width: 37.5em) {
    .header__steps-small {
        display: inline-block;
        font-size: 14px;
    }
}
.header__home {
    background-color: #eaeaea;
    left: 0;
    padding: 0 20px 5px;
    position: absolute;
    top: -5px;
    z-index: 9;
}
@media (max-width: 37.5em) {
    .header__home {
        background-color: transparent;
        padding: 0;
        position: relative;
        top: inherit;
    }
}
.header__home-small {
    float: left;
}
.header__logo__BK_250723 {
    display: inline-block;
    height: 100px;
}
@media print {
    .header__logo {
        height: 60px;
    }
}
@media (max-width: 37.5em) {
    .header__logo {
        height: 55px;
    }
}
.header__logo-small {
    height: 70px;
}
@media (max-width: 37.5em) {
    .header__logo-small {
        height: 50px;
    }
}
.header__nav {
    background-color: #eb4823;
}
.header__nav-cnt {
    padding-left: 175px;
}
@media print {
    .header__nav {
        display: none !important;
    }
}
.header__nav-overlay {
    display: none;
}
@media (max-width: 37.5em) {
    .header__nav-overlay {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
}
.header__nav-list {
    float: right;
}
.header__nav-item {
    float: left;
    padding: 0 15px;
}
.header__nav-link {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.header__nav-link,
.header__nav-link:after {
    display: block;
    transition: all 0.2s ease-in-out;
}
.header__nav-link:after {
    background-color: #fff;
    bottom: 0;
    content: " ";
    height: 7px;
    left: 0;
    position: absolute;
    transform: translate3d(0, 100%, 0);
    width: 100%;
}
.header__nav-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.header__nav-link:hover:after {
    transform: translateZ(0);
}
@media (max-width: 37.5em) {
    .header__nav-link {
        text-align: left;
    }
}
.header__nav-icon {
    display: inline-block !important;
    font-size: 1.5rem;
    vertical-align: middle;
}
.header__nav-icon--lanz {
    background-image: url(../img/icons/lanzarote_icon.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 27px;
}
.header__nav-txt {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}
@media (max-width: 37.5em) {
    .header__nav {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: all 0.2s ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 999999;
    }
    .header__nav .centred {
        height: 100%;
        width: 100%;
        z-index: 999;
    }
    .header__nav.is-active {
        opacity: 1;
        visibility: visible;
    }
    .header__nav.is-active ul {
        transform: translateZ(0);
    }
    .header__nav-list {
        background-color: #fff;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate3d(100%, 0, 0);
        transition: all 0.3s ease-in-out;
        width: 80%;
        z-index: 999;
    }
    .header__nav-item {
        border-bottom: 1px solid #fff;
        border-left: none !important;
        border-right: none;
        float: none;
        width: 100%;
    }
    .header__nav-link {
        color: #212223;
    }
}
.header__links {
    float: right;
}
.header__links-item {
    float: left;
}
@media (max-width: 37.5em) {
    .header__links-item {
        margin-left: 10px;
    }
    .header__links-item:first-child {
        margin-left: 0;
    }
}
.header__links-link {
    color: #212223;
    display: block;
    padding: 0 15px;
    position: relative;
    transition: all 0.2s ease-in;
}
@media (max-width: 37.5em) {
    .header__links-link {
        padding: 10px;
    }
}
.header__links-link:hover {
    color: #eb4823;
    text-decoration: none;
}
.header__links-link span {
    display: none;
}
.header__links-link i {
    display: block;
    font-size: 2rem;
}
@media (max-width: 37.5em) {
    .header__links-link i {
        font-size: 1.7rem;
    }
}
.header__links-menu {
    background-color: #fff;
    border: none;
    display: none;
}
@media (max-width: 37.5em) {
    .header__links-menu {
        display: block;
    }
}
.header__links-cart {
    padding-right: 25px !important;
}
.header__links-total {
    color: #e62117;
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 0;
}
.header__call {
    background-color: #fff;
    border-radius: 50%;
    bottom: 70px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    color: #eb4823;
    font-size: 1.5rem;
    padding: 18px 20px;
    position: fixed;
    right: 20px;
    z-index: 999;
}
.header__lang {
    position: relative;
}
@media (max-width: 37.5em) {
    .header__lang--top {
        display: none;
    }
}
.header__lang--bttm {
    display: none;
}
@media (max-width: 37.5em) {
    .header__lang--bttm {
        display: block;
    }
}
.header__lang-current {
    background-color: #eaeaea;
    border: 1px solid #212223;
    cursor: pointer;
    display: block;
    line-height: normal;
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
}
.header__lang-current:hover {
    background-color: #fff;
}
.header__lang-current span {
    margin-top: 5px;
}
.header__lang-list {
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 999;
}
.header__lang-list.show {
    display: block;
}
.header__lang-item {
    border-bottom: 1px solid #cacaca;
    display: block;
}
.header__lang-item:last-child {
    border-bottom: none;
}
.header__lang-link {
    color: #212223;
    display: block;
    padding: 10px;
}
.header__lang-link:hover {
    color: #eb4823;
}
.header__lang-txt {
    float: left;
    font-size: 14px;
    margin-top: 2px;
}
.header__lang-flag {
    background-image: url(../img/languages.png);
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    margin-right: 10px;
    width: 24px;
}
.header__lang-flag--en {
    background-position: -24px -24px;
}
.header__lang-flag--fr {
    background-position: 0 -24px;
}
.header__lang-flag--it {
    background-position: -48px -24px;
}
.header__lang-flag--de {
    background-position: -24px 0;
}
.header__lang-flag--es {
    background-position: -48px 0;
}
.home__banner {
    background-color: #eaeaea;
    background-image: url(../img/lanzarote-experience-tours.JPG);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.home__banner-content {
    padding: 8% 0 0;
}
.home__banner-list {
    font-size: 1.5rem;
    text-shadow: 0 9px 9px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
@media (max-width: 37.5em) {
    .home__banner-list {
        font-size: 1rem;
    }
}
.home__banner-item {
    padding: 15px 0 15px 50px;
    position: relative;
}
.home__banner-item:before {
    background-image: url(../img/icons/check-circle.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: " ";
    display: block;
    height: 34px;
    left: 0;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 34px;
}
@media (max-width: 37.5em) {
    .home__banner-item {
        padding: 10px 0 10px 30px;
    }
    .home__banner-item:before {
        height: 24px;
        margin-top: 0;
        top: 10px;
        width: 24px;
    }
}
.home__banner-video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home__insign {
    padding-top: 30px;
}
.home__insign-title {
    float: left;
    font-size: 1.2rem;
    padding: 25px 35px 25px 0;
    position: relative;
    text-align: right;
    width: 40%;
}
@media (max-width: 37.5em) {
    .home__insign-title {
        float: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }
}
.home__insign-title:after,
.home__insign-title:before {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: -40px;
    top: 50%;
    width: 0;
}
@media (max-width: 37.5em) {
    .home__insign-title:after,
    .home__insign-title:before {
        display: none;
    }
}
.home__insign-title:before {
    border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #fff;
    border-width: 31px;
    margin-top: -31px;
    z-index: 9;
}
.home__insign-title:after {
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #cacaca;
    border-width: 30px;
    margin-top: -30px;
}
.home__insign-list {
    float: right;
    margin: 0 -15px;
    width: 60%;
}
@media (max-width: 37.5em) {
    .home__insign-list {
        float: none;
        margin: 15px 0;
        width: 100%;
    }
}
.home__insign-item {
    float: left;
    padding: 0 15px;
    text-align: center;
    width: 25%;
}
.home__insign-img {
    display: inline-block;
    height: 100px;
}
@media (max-width: 37.5em) {
    .home__insign-img {
        height: auto;
        width: 100%;
    }
}
.home__insign-ta {
    background-color: #eaeaea;
    margin-top: 25px;
    padding: 15px;
}
@media (max-width: 37.5em) {
    .home__insign-ta {
        margin: 15px 0 35px;
    }
}
.home__insign #CDSSCROLLINGRAVE {
    padding: 0 !important;
}
.home__insign #TA_cdsscrollingravewide714 > img {
    display: none !important;
}
.home__insign #CDSSCROLLINGRAVE.wide {
    width: 100% !important;
}
.home__insign #CDSSCROLLINGRAVE.gray {
    background-color: #eaeaea !important;
}
.home__services {
    padding: 50px 0;
    text-align: center;
}
@media (max-width: 37.5em) {
    .home__services {
        padding: 30px 0;
        text-align: left;
    }
}
.home__services-list {
    margin: 0 -15px;
}
@media (max-width: 37.5em) {
    .home__services-list {
        margin: 0;
    }
}
.home__services-item {
    float: left;
    padding: 0 15px;
    width: 33.33333%;
}
@media (max-width: 37.5em) {
    .home__services-item {
        float: none;
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }
}
.home__services-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.home__services-link:hover img {
    transform: scale(1.2);
}
.home__services-img {
    display: block;
    transition: all 0.4s ease-out;
    width: 100%;
}
.home__services-cont {
    background: grba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7));
    bottom: 0;
    color: #fff;
    height: auto;
    left: 0;
    padding: 25px 10px;
    position: absolute;
    transition: all 0.4s ease-out;
    width: 100%;
    z-index: 9;
}
.home__services-title {
    font-size: 1.5rem;
    font-weight: 700;
}
.home__about {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    padding: 50px 0;
    position: relative;
    z-index: 9;
}
@media (max-width: 37.5em) {
    .home__about {
        padding: 0 0 30px;
    }
}
.home__about-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.home__about-title:after {
    background-color: #eb4823;
    bottom: 0;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 30%;
}
.home__about-txts {
    float: left;
    width: 70%;
}
@media (max-width: 37.5em) {
    .home__about-txts {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }
}
.home__about-txt {
    margin-bottom: 15px;
}
.home__about-vid {
    float: left;
    width: 48%;
}
@media (max-width: 37.5em) {
    .home__about-vid {
        float: none;
        width: 100%;
    }
}
.home__about-vid iframe {
    width: 100%;
}
.home__about-vid p {
    font-size: 14px;
    font-style: italic;
}
.home__about-lnz {
    float: right;
    width: 48%;
}
@media (max-width: 37.5em) {
    .home__about-lnz {
        float: none;
        margin-top: 15px;
        width: 100%;
    }
}
.home__360 {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.home__360.is-active {
    display: block;
}
.home__360-content {
    background-color: #fff;
    height: 90%;
    left: 2%;
    padding: 15px;
    position: absolute;
    top: 5%;
    width: 96%;
}
.home__360 embed,
.home__360-cont {
    height: 100%;
    width: 100%;
}
.home__360-close {
    background-color: #fff;
    background-image: url(../img/icons/close-outline.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    text-indent: -999999px;
    top: 0;
    width: 24px;
    z-index: 9;
}
.tours__banner {
    padding-top: 3%;
    position: relative;
}
@media (max-width: 37.5em) {
    .tours__banner {
        padding-top: 10%;
    }
}
.tours__banner h1 {
    margin-bottom: 30px;
}
@media (max-width: 37.5em) {
    .tours__banner h1 {
        font-size: 1.4rem;
    }
}
.tours__top {
    background-color: #fff;
    border-bottom: 3px solid #eb4823;
    margin-top: 15px;
    padding-bottom: 10px;
}
@media (max-width: 37.5em) {
    .tours__top {
        margin: 10% 0 0;
    }
}
.tours__top li {
    float: left;
    text-align: center;
    width: 25%;
}
@media (max-width: 37.5em) {
    .tours__top li {
        margin-bottom: 20px;
        width: 48%;
    }
    .tours__top li:nth-child(2n) {
        float: right;
    }
}
.tours__top-icon {
    color: #eb4823;
    font-size: 2.1rem;
    margin-bottom: 10px;
}
.tours__main {
    background-color: #eaeaea;
    padding: 30px 0 50px;
}
.tours__items {
    float: left;
    margin: 30px -15px;
    width: 65%;
}
@media (max-width: 37.5em) {
    .tours__items {
        float: none;
        margin: 30px 0;
        width: 100%;
    }
}
.tours__aside {
    background-color: #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    float: right;
    margin-top: 20px;
    padding: 15px;
    width: 30%;
}
@media (max-width: 37.5em) {
    .tours__aside {
        float: none;
        width: 100%;
    }
}
.tours__item {
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: table;
    margin-bottom: 30px;
    padding: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.75, 0.75, 1);
    width: 100%;
}
.tours__item:hover {
    border-color: #cacaca;
}
.tours__item--grid {
    border: none;
    display: block;
    padding: 0;
}
.tours__item-image {
    overflow: hidden;
    width: 100%;
}
.tours__item-left {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 25%;
}
@media (max-width: 37.5em) {
    .tours__item-left {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
}
.tours__item-img,
.tours__item-img img {
    display: block;
    width: 100%;
}
.tours__item-info {
    padding: 10px;
}
.tours__item-details {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
    width: 60%;
}
@media (max-width: 37.5em) {
    .tours__item-details {
        display: block;
        padding: 0;
        width: 100%;
    }
}
.tours__item-name {
    color: #eb4823;
    font-size: 1.2rem;
    line-height: 120%;
    text-decoration: none;
}
.tours__item-name a {
    color: #eb4823;
    display: block;
    text-decoration: none;
}
.tours__item-name a:hover {
    text-decoration: underline;
}
.tours__item-desc {
    font-size: 0.9rem;
    text-align: justify;
}
.tours__item-reviews {
    font-weight: 700;
    margin-bottom: 10px;
}
.tours__item-reviews i,
.tours__item-reviews span {
    display: inline-block;
    vertical-align: middle;
}
.tours__item-reviews span {
    margin-left: 10px;
}
.tours__item-adds {
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
}
.tours__item-adds li {
    color: #212223;
    float: left;
    margin-right: 5px;
}
.tours__item-days {
    float: left;
    margin-top: 10px;
}
.tours__item-link {
    float: left;
}
.tours__item-link a {
    background-color: #eb4823;
    border: 1px solid #eb4823;
    color: #fff;
    display: inline-block;
    font-size: 0.85rem;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.25, 0.75, 0.75, 1);
}
.tours__item-link a:hover {
    background-color: #fff;
    color: #eb4823;
}
.tours__item-price {
    float: right;
}
.tours__item-price-last {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
}
.tours__item-price-last.offer {
    color: #238619;
}
.tours__item-price-old {
    color: #a09e9e;
    display: inline-block;
    font-size: 1.1rem;
    font-style: italic;
    margin-right: 15px;
    position: relative;
}
.tours__item-price-old:after {
    background-color: #212223;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.tours__item-offer {
    background-color: #238619;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    left: 10px;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
}
.tours__item-offer:after {
    border-color: transparent transparent transparent #1d7115;
    border-style: solid;
    border-width: 10px 0 0 10px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
}
.tours__item-new {
    background-color: #eb4823;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    left: 10px;
    padding: 10px 20px;
    position: absolute;
    text-transform: uppercase;
    top: -20px;
}
.tours__item-new:after {
    border-color: transparent transparent transparent #e03a14;
    border-style: solid;
    border-width: 10px 0 0 10px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
}
.tours__desc {
    margin: 15px 0;
}
.tours__desc p {
    margin-bottom: 15px;
}
.tours__adv h2 {
    border-bottom: 1px solid #cacaca;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.tours__adv li {
    color: #238619;
    display: block;
    font-size: 1.05rem;
    padding: 5px 0;
    position: relative;
}
.tours__adv li i {
    font-size: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 10px;
}
.tours__adv li span {
    display: block;
    padding-left: 25px;
    width: 100%;
}
@media (max-width: 37.5em) {
    .tours__adv {
        float: none;
        width: 100%;
    }
}
.tours__help {
    margin: 20px 0;
}
.tours__help--50 {
    background-color: #eaeaea;
    margin: 0;
    padding: 10px;
    width: 48%;
}
.tours__help-title {
    color: #eb4823;
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.tours__help-cta {
    margin-top: 20px;
}
.tours__help-btn {
    background: #fff;
    border: 1px solid #eb4823;
    color: #eb4823;
    padding: 8px 20px;
}
.tours__help-btn:hover {
    background: #eb4823;
    color: #fff;
}
@media (max-width: 37.5em) {
    .tours__help {
        float: none;
        margin-top: 30px;
        width: 100%;
    }
}
.tours__reviews {
    margin-top: 30px;
}
.tours__reviews-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.tours__reviews li {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tours__reviews li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tours__ta {
    background-color: #fff;
}
.tours__ta-title {
    border-bottom: 1px solid #cacaca;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.tours__review-name a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.tours__review-det {
    margin-bottom: 10px;
}
.tours__review-rate {
    float: left;
    margin-right: 10px;
}
.tours__review-customer {
    float: left;
}
.tours__review-score {
    float: left;
    margin-right: 10px;
}
.tours__review-stars {
    float: left;
    margin-top: 4px;
}
.tours__awards {
    margin: 15px -15px;
}
.tours__awards li {
    float: left;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center;
    width: 33%;
}
.tours__awards img {
    display: inline-block;
    max-width: 100px;
    width: 100%;
}
.tours__advg {
    padding-top: 50px;
}
.tours__advg-list {
    margin: 0 -15px;
}
.tours__advg-item {
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
    text-align: center;
    width: 25%;
}
.tours__advg-wrapper {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}
.tours__advg-icon {
    margin-bottom: 5px;
}
.tours__advg-icon i {
    font-size: 32px;
}
#CDSWIDSSP {
    width: 100% !important;
}
.tour {
    outline: none;
}
.tour__breadcrumb a {
    color: #212223;
    font-size: 13px;
    font-weight: 400;
}
.tour__content {
    background-color: #eaeaea;
    padding: 50px 0;
}
@media (max-width: 37.5em) {
    .tour__content {
        padding: 30px 0;
    }
}
.tour__table {
    width: 100%;
}
.tour__header {
    margin-bottom: 25px;
}
.tour__title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
@media (max-width: 37.5em) {
    .tour__title {
        font-size: 1.3rem;
        margin-top: 10%;
        max-width: 100%;
    }
}
.tour__media {
    position: relative;
    width: 100%;
}
.tour__media-list {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}
.tour__media-item {
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 6px;
}
.tour__media-img {
    display: block;
    height: auto;
    max-width: 100%;
}
.tour__access {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
@media (max-width: 37.5em) {
    .tour__access {
        display: block;
    }
}
.tour__access li {
    display: inline-block;
    width: 20%;
}
.tour__access button {
    display: block;
    padding: 10px;
    text-align: center;
    width: 90%;
}
.tour__left {
    float: left;
    padding-right: 5%;
    text-align: justify;
    vertical-align: top;
    width: 65%;
}
@media (max-width: 37.5em) {
    .tour__left {
        float: none;
        padding-right: 0;
        width: 100%;
    }
}
.tour__left-block {
    margin-bottom: 35px;
}
.tour__left h2 {
    color: #eb4823;
    font-size: 2rem;
    margin-bottom: 15px;
}
.tour__left h3 {
    font-size: 1.35rem;
    margin: 20px 0 10px;
}
.tour__data {
    float: left;
    margin-right: 25px;
}
.tour__data i,
.tour__data span,
.tour__stars {
    display: inline-block;
    vertical-align: middle;
}
.tour__stars {
    margin-right: 10px;
}
.tour__score {
    display: inline-block;
    vertical-align: middle;
}
.tour__nav {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 10px;
}
.tour__tripadvisor {
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}
.tour__tripadvisor iframe {
    display: block;
    width: 100%;
}
.tour__tripadvisor #CDSSCROLLINGRAVE {
    width: 100% !important;
}
.tour__tripadvisor-link {
    background-color: #fff;
    left: 1px;
    padding: 10px 9px 0;
    position: absolute;
    top: 1px;
    z-index: 9;
}
.tour__prices-item {
    float: left;
    width: 33.333%;
}
.tour__prices-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.tour__prices-price {
    display: inline-block;
}
.tour__prices span {
    background-color: #fff;
    border-radius: 100%;
    color: #eb4823;
    display: table-cell;
    font-size: 1.1rem;
    font-weight: 700;
    height: 5rem;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 5rem;
}
.tour__prices-advg {
    margin: 30px 0;
}
.tour__prices-advg-item {
    background-image: url(../img/icons/check.png);
    background-position: left 7px;
    background-repeat: no-repeat;
    color: #238619;
    display: block;
    font-size: 14px;
    padding: 5px 0 5px 30px;
}
.tour__snippet {
    margin-bottom: 52px;
}
.tour__desc {
    margin: 20px 0;
}
.tour__desc p {
    margin-bottom: 10px;
}
.tour__desc li,
.tour__lists p {
    list-style: disc;
    margin-bottom: 7px;
    margin-left: 30px;
}
.tour__lists p {
    display: list-item;
}
.tour__reviews-intro {
    float: left;
}
@media (max-width: 37.5em) {
    .tour__reviews-intro {
        display: none;
    }
}
.tour__reviews-summary {
    background-color: #fff;
    float: right;
    padding: 15px 25px;
}
.tour__reviews-score {
    color: #eb4823;
    float: left;
    font-size: 3rem;
    font-weight: 700;
    line-height: 100%;
    padding-right: 20px;
    text-align: right;
}
.tour__reviews-total {
    float: left;
    font-size: 16px;
    margin-top: 7px;
    text-align: left;
}
.tour__reviews .centred {
    height: 100%;
    width: 100%;
}
.tour__reviews-list {
    margin-top: 30px;
}
@media (max-width: 37.5em) {
    .tour__reviews-list {
        height: 60%;
        overflow-x: hidden;
    }
}
.tour__review,
.tour__reviews h2 {
    margin-bottom: 15px;
}
.tour__review {
    background-color: #fff;
    padding: 10px;
}
@media (max-width: 37.5em) {
    .tour__review {
        background-color: #eaeaea;
    }
}
.tour__review-customer {
    float: left;
    font-weight: 700;
}
.tour__review-name {
    float: left;
    margin-right: 10px;
}
.tour__review-lang {
    float: left;
    margin-top: 6px;
}
.tour__review-date {
    float: right;
    font-size: 14px;
    font-style: italic;
}
.tour__review-score {
    margin: 5px 0 10px;
}
.tour__right {
    background-color: #fff;
    float: right;
    padding: 10px;
    vertical-align: top;
    width: 35%;
}
@media (max-width: 37.5em) {
    .tour__right {
        float: none;
        width: 100%;
    }
}
.tour__book-btn {
    background-color: #eaeaea;
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    padding: 20px;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 9;
}
@media (max-width: 37.5em) {
    .tour__book-btn {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
.tour__price {
    margin-bottom: 25px;
}
.tour__price-amount {
    font-weight: 700;
    line-height: 140%;
    margin: 15px 0;
}
.tour__price-deal {
    margin-right: 20px;
    text-transform: uppercase;
}
.tour__price-deal,
.tour__price-old {
    display: inline-block;
    font-size: 1.3rem;
    vertical-align: middle;
}
.tour__price-old {
    color: #555;
    font-style: italic;
    margin-right: 15px;
    text-decoration: line-through;
}
.tour__price-final {
    color: #eb4823;
    display: inline-block;
    font-size: 2rem;
    vertical-align: middle;
}
.tour__price-desc li {
    background-image: url(../img/icons/check_black.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    display: block;
    padding: 5px 0 5px 30px;
}
.tour__price--mobile {
    display: none;
}
@media (max-width: 37.5em) {
    .tour__price {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .tour__price--mobile {
        background-color: #fff;
        display: block;
        opacity: 1;
        padding: 10px;
        visibility: visible;
    }
    .tour__price--mobile .tour__price-amount,
    .tour__price--mobile .tour__price-desc {
        float: none;
        width: 100%;
    }
    .tour__price-amount {
        float: right;
        font-size: 2rem;
        margin-top: 5px;
        width: 50%;
    }
    .tour__price-desc {
        float: right;
        font-size: 15px;
        font-weight: 400;
        width: 50%;
    }
}
.tour__form {
    position: relative;
}
@media (max-width: 37.5em) {
    .tour__form {
        background-color: #fff;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow-x: auto;
        padding: 20px 10px 10px;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 1000000000006;
    }
    .tour__form.is-active {
        opacity: 1;
        visibility: visible;
    }
}
.tour__form-header {
    display: none;
    margin-bottom: 15px;
}
@media (max-width: 37.5em) {
    .tour__form-header {
        display: block;
    }
}
.tour__form-close {
    background-color: #fff;
    border: 1px solid #eb4823;
    border-radius: 5px;
    color: #eb4823;
    padding: 5px 15px;
}
.tour__form-close i {
    color: #eb4823;
    float: left;
    font-size: 1.5rem;
    margin-right: 10px;
}
.tour__form-close span {
    float: left;
    margin-top: 5px;
}
.tour__form-loader {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.tour__form-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: center;
}
.tour__form-alert {
    background: #eaeaea;
    margin: 15px 0;
    padding: 10px;
}
.tour__form-av {
    background: #eb4823;
    color: #fff;
    display: none;
    margin: 15px 0;
    padding: 10px;
}
.tour__form-item {
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.tour__form-field {
    background-color: #fff;
    border: 1px solid #5d5d5d;
    border-radius: 5px;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 1.1rem;
    line-height: 100%;
    padding: 12px 15px;
    width: 100%;
}
.tour__form-field.is-error {
    border-color: #e62117;
    color: #e62117;
}
.tour__form-options {
    margin: 15px 0;
}
.tour__form-option {
    border: 2px solid #cacaca;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px;
}
.tour__form-option.is-active {
    border-color: #eb4823;
    color: #eb4823;
}
.tour__form-option input {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.tour__form-option span {
    display: inline-block;
    max-width: 90%;
    vertical-align: top;
}
.tour__form-label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.tour__form-pax {
    border-bottom: 1px solid #cacaca;
    padding: 10px 0;
}
.tour__form-pax-item {
    display: block;
    font-size: 13px;
}
.tour__form-pax-price {
    display: block;
    font-weight: 700;
}
.tour__form-pax-label {
    float: left;
    width: 35%;
}
.tour__form-pax-count {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 45%;
}
.tour__form-pax-minus,
.tour__form-pax-plus {
    background-color: transparent;
    background-image: url(../img/icons/minus-plus.png);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    text-indent: -99999px;
    vertical-align: middle;
    width: 28px;
}
.tour__form-pax-items {
    margin: 0 10px;
    vertical-align: middle;
}
.tour__form-pax-minus {
    background-position: 3px -38px;
}
.tour__form-pax-plus {
    background-position: 1px 0;
}
.tour__form-pax-amount {
    float: left;
    margin-top: 10px;
    text-align: right;
    width: 20%;
}
.tour__form-bottom {
    margin-top: 20px;
}
.tour__form-submit {
    float: left;
    width: 40%;
}
.tour__form-total {
    background-color: #eaeaea;
    display: none;
    float: right;
    padding: 5px 15px;
    text-align: right;
    width: 50%;
}
.tour__form-total-txt {
    font-size: 13px;
}
.tour__form-total-amount {
    font-size: 19px;
    font-weight: 700;
}
.tour__form-error {
    border: 1px solid #e62117;
    color: #e62117;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 10px 10px 48px;
    position: relative;
}
.tour__form-error:before {
    background-image: url(../img/icons/error.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 28px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 28px;
}
.tour__map {
    margin: 30px 0;
}
.tour__map iframe {
    margin-top: 20px;
}
@media (max-width: 37.5em) {
    .tour__map {
        background-color: #fff;
        height: 100%;
        left: 0;
        margin: 0;
        opacity: 0;
        padding: 20px;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 9999;
    }
    .tour__map.is-active {
        opacity: 1;
        visibility: visible;
    }
}
.tour__ok {
    text-align: center;
}
.tour__ok-content {
    left: 20%;
    padding: 50px;
    width: 60%;
}
@media (max-width: 37.5em) {
    .tour__ok-content {
        left: 2%;
        padding: 15px;
        width: 96%;
    }
}
.tour__ok-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
    text-align: left;
}
.tour__ok-title:before {
    background-image: url(../img/icons/check_circle.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 45px;
}
@media (max-width: 37.5em) {
    .tour__ok-title {
        font-weight: 400;
    }
}
.tour__ok-btns {
    margin-top: 25px;
}
.tour__ok-btns a {
    display: inline-block;
    margin-left: 15px;
}
.tour__ok-btns a:first-child {
    margin-left: 0;
}
@media (max-width: 37.5em) {
    .tour__ok-btns a {
        display: block;
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }
}
.tour__help {
    margin: 20px 0;
}
.tour__help-txt {
    margin-bottom: 20px;
}
.tour__summary {
    margin-top: 25px;
}
.tour__summary li {
    background-image: url(../img/icons/check_black.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #cacaca;
    display: block;
    padding: 10px 0 10px 30px;
}
.tour__summary li:last-child {
    border-bottom: none;
}
.transfer__banner {
    background-color: #eaeaea;
    background-image: url(../img/transfers-lanzarote.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.transfer__main {
    background-color: #eaeaea;
    padding: 50px 0;
}
.transfer__book {
    float: left;
    padding: 0 2%;
    width: 70%;
}
@media (max-width: 37.5em) {
    .transfer__book {
        float: none;
        width: 100%;
    }
}
.transfer__right {
    float: right;
    padding-left: 2%;
    width: 30%;
}
@media (max-width: 37.5em) {
    .transfer__right {
        float: none;
        margin-top: 10px;
        padding: 0;
        width: 100%;
    }
}
.transfer__types-item {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: block;
    margin-bottom: 30px;
    padding: 1.5rem 1.25rem 1.5rem 6rem;
    position: relative;
    width: 100%;
}
.transfer__types-item:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 40px;
    left: 5px;
    position: absolute;
    top: 1.5rem;
    width: 83px;
}
.transfer__types-item--a-h:before {
    background-image: url(../img/airport-hotel.png);
}
.transfer__types-item--h-a:before {
    background-image: url(../img/hotel-airport.png);
}
.transfer__types-item--i-v:before {
    background-image: url(../img/airport-hotel-airport.png);
}
.transfer__types-det {
    float: left;
    width: 60%;
}
@media (max-width: 37.5em) {
    .transfer__types-det {
        float: none;
        width: 100%;
    }
}
.transfer__types-det h2 {
    font-size: 19px;
    font-weight: 700;
}
.transfer__types-det p {
    font-size: 13px;
}
.transfer__types-btn {
    float: left;
    padding-left: 2%;
    width: 40%;
}
@media (max-width: 37.5em) {
    .transfer__types-btn {
        float: none;
        margin-top: 10px;
        padding: 0;
        width: 100%;
    }
}
.transfer__types-btn button {
    display: block;
    text-align: center;
    width: 100%;
}
.transfer__form {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: none;
    margin-bottom: 25px;
    padding: 20px;
}
.transfer__form-back {
    display: block;
    margin-bottom: 15px;
}
.transfer__form-back button {
    background-color: #fff;
    background-image: url(../img/icons/arrow_left.png);
    background-position: -7px;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    color: #eb4823;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0 0 15px;
}
.transfer__form-back button:hover {
    text-decoration: underline;
}
.transfer__form-add {
    display: block;
    margin-bottom: 15px;
}
.transfer__form-add button {
    background-color: #fff;
    background-image: url(../img/icons/plus_circle.png);
    background-position: 0;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: none;
    color: #eb4823;
    cursor: pointer;
    font-size: 16px;
    padding: 0 0 0 25px;
}
.transfer__form-add button:hover {
    text-decoration: underline;
}
.transfer__form-item {
    float: left;
    padding-right: 15px;
}
.transfer__form-item--dest {
    width: 40%;
}
.transfer__form-item--pax {
    width: 15%;
}
.transfer__form-item--dates {
    width: 25%;
}
.transfer__form-item--btn {
    width: 20%;
}
.transfer__form-dates,
.transfer__form-route {
    background-color: #fff;
    border: 1px solid #5d5d5d;
    padding: 5px 0;
}
.transfer__form-field {
    background-color: #fff;
    background-image: url(../img/icons/transfers_icons.png);
    background-repeat: no-repeat;
    border: 1px solid #5d5d5d;
    display: block;
    padding: 15px 15px 15px 30px;
    width: 100%;
}
.transfer__form-field--pax {
    background-position: 5px -100px;
}
.transfer__form-field--origin {
    background-image: none;
    border: none;
    float: left;
    padding: 10px 15px;
    width: 47%;
}
.transfer__form-field--sep {
    background-image: url(../img/icons/transfers_icons.png);
    background-position: center -155px;
    background-repeat: no-repeat;
    border: none;
    float: left;
    height: 35px;
    width: 6%;
}
.transfer__form-field--dest {
    background-image: none;
    border: none;
    float: left;
    padding: 10px 15px;
    width: 47%;
}
.transfer__form-field--arrival {
    background-position: 5px 5px;
    border: none;
    border-right: 1px solid #cacaca;
    cursor: pointer;
    float: left;
    padding: 10px 15px 10px 30px;
    text-align: center;
    width: 48%;
}
.transfer__form-field--depart {
    background-position: right 5px top 5px;
    border: none;
    cursor: pointer;
    float: right;
    padding: 10px 30px 10px 15px;
    text-align: center;
    width: 48%;
}
.transfer__form-label {
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}
.transfer__form-btn {
    display: block;
    text-align: center;
    width: 100%;
}
.transfer__price {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: none;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 15px;
    text-align: right;
}
.transfer__price-txt {
    float: left;
}
.transfer__price-total {
    color: #eb4823;
    float: right;
    font-weight: 700;
}
@media (max-width: 37.5em) {
    .transfer__price {
        bottom: 0;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
        left: 0;
        margin: 0;
        padding: 25px 15px;
        position: fixed;
        text-align: left;
        width: 100%;
        z-index: 9999;
    }
    .transfer__price-txt {
        float: left;
        font-size: 1.5rem;
        margin: 0;
    }
    .transfer__price-total {
        color: #eb4823;
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
    }
}
.transfer__adv {
    margin-bottom: 25px;
}
.transfer__adv li {
    background-image: url(../img/icons/check.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #238619;
    display: block;
    padding: 0 0 15px 30px;
}
.transfer__text {
    margin-bottom: 20px;
    padding: 50px 0;
}
.transfer__text-header h2 {
    margin-bottom: 25px;
}
.transfer__text-header p {
    margin-bottom: 10px;
}
.transfer__dest {
    background-color: #eaeaea;
    padding: 50px 0;
}
.transfer__dest-list {
    margin: 0 -15px;
}
@media (max-width: 37.5em) {
    .transfer__dest-list {
        margin: 0;
    }
}
.transfer__dest-item {
    float: left;
    padding: 0 15px 30px;
    width: 50%;
}
@media (max-width: 37.5em) {
    .transfer__dest-item {
        float: none;
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }
}
.transfer__dest-cont {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
}
.transfer__dest-name {
    float: left;
    width: 70%;
}
.transfer__dest-price {
    float: right;
    max-width: 70%;
    text-align: right;
}
.transfer__dest-price-txt {
    font-size: 12px;
}
.transfer__dest-price-amount {
    color: #eb4823;
    font-size: 19px;
    font-weight: 700;
}
.blog__banner {
    background-color: #eaeaea;
    background-image: url(../img/blog-lanzarote.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.blog__banner-intro {
    padding: 20px 0 50px;
}
@media (max-width: 37.5em) {
    .blog__banner-intro {
        margin: 5%;
        padding: 0;
    }
}
.blog__main {
    padding: 50px 0;
}
.blog__card {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(55, 69, 77, 0.5);
    box-sizing: border-box;
    display: block;
    margin: 2px 2px 30px;
    padding: 8px;
    position: relative;
    transition: all 0.5s;
}
.blog__card:hover {
    box-shadow: 0 6px 10px 0 rgba(55, 69, 77, 0.5);
    text-decoration: none;
}
.blog__card-img {
    display: block;
    width: 100%;
}
.blog__card-img img {
    display: inline-block;
    margin: auto;
    width: 100%;
}
.blog__card-details {
    display: block;
    padding: 15px 5px 0;
    position: relative;
}
.blog__card-title {
    color: #212223;
    font-size: 1rem;
    margin-bottom: 5px;
}
.blog__card-date {
    color: #212223;
    font-size: 13px;
    font-style: italic;
}
.blog__post-header {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog__post-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
@media (max-width: 37.5em) {
    .blog__post-title {
        font-size: 1.5rem;
    }
}
.blog__post-date {
    font-size: 13px;
}
.blog__post-img {
    margin-top: 10px;
}
.blog__post-img,
.blog__post-img img {
    display: block;
    width: 100%;
}
.blog__post-content p {
    margin-bottom: 10px;
    text-align: justify;
}
.blog__post-content h2 {
    font-size: 1.5rem;
    margin: 15px 0;
}
@media (max-width: 37.5em) {
    .blog__post-content h2 {
        font-size: 1.3rem;
    }
}
.blog__post-content h3 {
    font-size: 1.35rem;
    margin: 10px 0;
}
@media (max-width: 37.5em) {
    .blog__post-content h3 {
        font-size: 1.15rem;
    }
}
.blog__post-content img {
    display: block;
    height: auto;
    margin: 10px auto;
    max-width: 100%;
}
.blog__post-content ul {
    list-style: disc;
    margin-left: 20px;
}
.blog__post-content iframe {
    height: 450px;
    width: 100%;
}
.blog__post-content pre {
    word-wrap: break-word;
    border-left: 5px solid #eb4823;
    margin: 50px 0 0;
    overflow: hidden;
    overflow-x: auto;
    padding: 20px 0 20px 50px;
    white-space: pre-wrap;
    width: 100%;
}
.blog__post-content a {
    font-weight: 700;
    text-decoration: underline;
}
.blog__post-share {
    margin: 25px 0;
}
.blog__post-comments {
    display: block;
    margin: 30px 0;
    width: 100%;
}
.cruise__banner {
    background-color: #eaeaea;
    background-image: url(../img/canary-islands-shore-excursions.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cruise__banner-content {
    color: #fff;
    margin: 5% auto;
    max-width: 70rem;
    position: relative;
    width: 96%;
    z-index: 9;
}
.cruise__banner-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 15px;
    text-transform: uppercase;
    z-index: 9;
}
.cruise__intro {
    background: #eaeaea;
    padding: 5% 0 3%;
}
.cruise__intro .breadcrumb a {
    color: #212223;
    font-weight: 400;
}
.cruise__intro h1 {
    color: #eb4823;
    margin-bottom: 30px;
}
.cruise__form {
    background-color: hsla(0, 0%, 100%, 0.75);
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    color: #212223;
    margin-top: 25px;
    padding: 10px 20px 0;
}
.cruise__form-title {
    border-bottom: 1px solid #eb4823;
    color: #eb4823;
    font-size: 1.3rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cruise__slider .lSNext,
.cruise__slider .lSPrev {
    background-image: url(../img/icons/arrows_brand.png) !important;
    background-repeat: no-repeat;
    opacity: 1 !important;
}
.cruise__slider .lSPrev {
    background-position: 0 -42px !important;
}
.cruise__slider .lSNext {
    background-position: 0 0 !important;
}
.cruise__calls {
    margin: 50px 0;
}
.cruise__call-first {
    border-left: 5px solid #eb4823;
}
.cruise__call-last {
    border-right: 5px solid #eb4823;
}
.cruise__call-name {
    font-weight: 700;
    margin-bottom: 10px;
}
.cruise__call-tours {
    margin-top: 10px;
}
.cruise__call-notours {
    background-color: #eaeaea;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.cruise__port {
    background-color: #fff;
    color: #212223;
    height: 270px;
    padding: 10px;
    text-align: center;
    width: 270px;
}
.cruise__port h3 {
    border-bottom: 1px solid #eb4823;
    color: #eb4823;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cruise__sea {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 270px;
    max-width: 200px;
    padding: 10px;
    text-align: center;
}
.cruise__sea h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cruise__sea p {
    font-size: 1.5rem;
    margin-top: 60px;
}
.cruise__tours {
    background-color: #eaeaea;
    padding: 30px 0;
}
.cruise__tours-title {
    border-bottom: 1px solid #212223;
    font-size: 1.3rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.cruise__tour {
    padding: 0 10px 30px;
}
.cruise__tour-cont {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    padding: 15px;
}
.cruise__tour-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.cruise__tour-title span {
    background-color: #fff;
    border: 1px solid #eb4823;
    border-radius: 5px;
    color: #eb4823;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: normal;
    margin-right: 7px;
    padding: 2px 10px;
    text-transform: uppercase;
}
.cruise__tour-btns {
    margin-top: 15px;
}
.cruise__tour-confirm {
    color: #238619;
    font-weight: 700;
    margin-top: 10px;
}
.cruise__tour-img {
    float: left;
    width: 30%;
}
.cruise__tour-img img {
    display: block;
    width: 100%;
}
.cruise__tour-info {
    float: left;
    padding-left: 20px;
    width: 70%;
}
.cruise__tour-select {
    margin-right: 10px;
    width: 150px;
}
.cruise__tour-select,
.cruise__tour-submit {
    float: left;
    padding: 10px 15px;
}
.cruise__tour-total {
    background-color: #eaeaea;
    font-size: 1.5rem;
    margin: 15px 0;
    overflow: hidden;
    padding: 15px;
}
.cruise__tour-total span:first-child {
    float: left;
}
.cruise__tour-total span:last-child {
    color: #eb4823;
    float: right;
}
.cruise__visited h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.cruise__visited li {
    float: left;
    list-style: none;
    margin-bottom: 10px;
    margin-right: 10px;
}
.cruise__visited a {
    border: 1px solid #eb4823;
    border-radius: 20px;
    color: #eb4823;
    display: block;
    padding: 7px 15px;
}
.cruise__visited a:hover {
    background-color: #eb4823;
    color: #fff;
    text-decoration: none;
}
.cruise__lines {
    padding: 35px 0;
}
.cruise__lines-header {
    margin-bottom: 25px;
}
.cruise__lines-header h2 {
    margin-bottom: 10px;
}
.cruise__lines-nav ul {
    margin: 0 -7px;
}
@media (max-width: 37.5em) {
    .cruise__lines-nav ul {
        margin: 0;
    }
}
.cruise__lines-nav li {
    float: left;
    margin-bottom: 14px;
    padding: 0 7px;
    width: 12%;
}
@media (max-width: 37.5em) {
    .cruise__lines-nav li {
        float: none;
        padding: 0;
        width: 100%;
    }
}
.cruise__lines-nav a {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    display: block;
    text-align: center;
}
.cruise__lines-nav img {
    display: block;
    width: 100%;
}
.status {
    font-weight: 700;
    text-transform: uppercase;
}
.status--0 {
    color: #eb4823;
}
.status--1 {
    color: #238619;
}
.status--2 {
    color: #e62117;
}
.contact__banner {
    background-color: #eaeaea;
    background-image: url(../img/contact_us.jpeg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contact__content {
    background-color: #eaeaea;
    padding: 50px 0;
}
@media (max-width: 37.5em) {
    .contact__content {
        padding: 30px 0;
    }
}
.contact__content h2 {
    margin-bottom: 25px;
}
.contact__details {
    float: left;
    width: 38%;
}
@media (max-width: 37.5em) {
    .contact__details {
        float: none;
        margin-top: 30px;
        width: 100%;
    }
}
.contact__form {
    background-color: #fff;
    float: right;
    padding: 15px;
    width: 58%;
}
@media (max-width: 37.5em) {
    .contact__form {
        float: none;
        width: 100%;
    }
}
.contact__items li {
    border-bottom: 1px solid #cacaca;
    display: block;
    padding: 15px 0 15px 37px;
    position: relative;
}
.contact__items li:before {
    background-image: url(../img/icons/contact_icons.png);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 32px;
}
.contact__items a {
    color: #212223;
}
.contact__items a:hover {
    text-decoration: underline;
}
.contact__edit {
    background-color: #eb4823;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 25px;
    padding: 15px;
}
.contact__address:before {
    background-position: 0 -35px;
}
.contact__phone:before {
    background-position: 0 0;
}
.contact__mail:before {
    background-position: 0 -73px;
}
.contact__social {
    margin: 35px 0;
    text-align: center;
}
.contact__social li {
    display: inline-block;
    margin-left: 15px;
}
.contact__social li:first-child {
    margin-left: 0;
}
.contact__success {
    max-width: 600px !important;
    padding: 50px 0;
    text-align: center;
}
.contact__success-icon {
    display: block;
    margin-bottom: 30px;
}
.contact__success-icon i {
    background-image: url(../img/icons/check_circle_outline.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 60px;
    width: 60px;
}
.contact__success h2 {
    color: #238619;
    margin-bottom: 30px;
}
.about__banner {
    background-image: url(../img/team/team-banner-img.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about__awards {
    margin-top: 40px;
}
.about__desc {
    padding: 70px 0;
    text-align: justify;
}
.about__desc p {
    margin-bottom: 15px;
}
.about__team {
    background-color: #eaeaea;
    padding: 50px 0;
    text-align: center;
}
.about__team-list {
    margin: 0 -15px;
}
@media (max-width: 37.5em) {
    .about__team-list {
        margin: 0;
    }
}
.about__person {
    float: left;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 50%;
}
@media (max-width: 37.5em) {
    .about__person {
        float: none;
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }
}
.about__person-image {
    display: block;
    margin-bottom: 10px;
}
.about__person-img {
    border-radius: 100%;
    display: inline-block;
    width: 200px;
}
.about__person-name {
    color: #eb4823;
    margin-bottom: 7px;
}
.about__person-role {
    margin-bottom: 15px;
}
.about__person-txt {
    font-size: 14px;
}
.about__person-desc {
    text-align: justify;
}
.about__person-desc--olaya p {
    margin-bottom: 15px;
}
.about__values {
    padding: 50px 0;
}
.about__values-item {
    margin-bottom: 30px;
}
.about__values h2 {
    color: #eb4823;
    margin-bottom: 15px;
}
.about__values h3 {
    margin-top: 15px;
}
.about__values h3,
.about__values p {
    margin-bottom: 10px;
}
.legal {
    padding: 30px 0;
}
.legal__title {
    margin-bottom: 25px;
}
.legal__text h2 {
    font-size: 1.5rem;
    line-height: 130%;
    margin: 15px 0 10px;
}
.legal__text h3 {
    font-size: 1.2rem;
    line-height: 130%;
    margin: 10px 0;
}
.legal__text p {
    font-size: 14px;
    margin-bottom: 10px;
}
.booking {
    background-color: #eaeaea;
    padding: 50px 0;
}
@media (max-width: 37.5em) {
    .booking {
        padding: 30px 0 50px;
    }
}
.booking--w {
    background-color: #fff;
}
@media print {
    .booking {
        padding: 10px 0 0;
    }
}
.booking__intro {
    margin-bottom: 25px;
}
.booking__left {
    float: left;
    padding-right: 4%;
    width: 65%;
}
@media (max-width: 37.5em) {
    .booking__left {
        float: none;
        padding: 0;
        width: 100%;
    }
}
@media print {
    .booking__left {
        float: none !important;
        padding-right: 0 !important;
        width: 100% 0 !important;
    }
}
.booking__right {
    float: right;
    width: 35%;
}
@media print {
    .booking__right {
        display: none !important;
    }
}
@media (max-width: 37.5em) {
    .booking__right {
        float: none;
        padding: 0;
        width: 100%;
    }
}
.booking__total {
    background-color: #fff;
    padding: 15px;
}
.booking__complete,
.booking__total {
    margin-bottom: 20px;
}
.booking__complete a {
    display: block;
    font-size: 19px;
    text-align: center;
}
.booking__inmmediate {
    color: #238619;
    font-size: 14px;
}
.booking__faq {
    background-color: #fff;
    padding: 15px;
}
.booking__faq-item {
    border-bottom: 1px solid #cacaca;
}
.booking__faq h2 {
    border-bottom: 1px solid #eb4823;
    color: #eb4823;
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.booking__faq h3 {
    cursor: pointer;
    font-size: 14px;
    padding: 15px 30px 15px 0;
    position: relative;
}
.booking__faq h3:after {
    background-image: url(../img/icons/arrows_toggle.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 24px;
}
.booking__faq h3.is-active:after {
    background-position: left -34px;
}
.booking__faq p {
    display: none;
    font-size: 14px;
    margin-bottom: 15px;
}
.booking__services {
    margin: 20px 0;
}
.booking__services-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
@media (max-width: 37.5em) {
    .booking__services-title {
        font-size: 1.1rem;
    }
}
.booking__services-print {
    display: none !important;
}
@media print {
    .booking__services-print {
        display: block !important;
    }
}
.booking__services-print li {
    border-bottom: 1px solid #cacaca;
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
}
.booking__tour {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px;
}
.booking__tour--CX {
    opacity: 0.5;
}
.booking__tour--summary {
    border-bottom: 1px solid #cacaca;
    padding: 15px 0;
}
@media (max-width: 37.5em) {
    .booking__tour {
        margin-bottom: 12px;
        padding: 10px;
    }
    .booking__tour p {
        font-size: 13px;
    }
}
.booking__tour-img {
    float: left;
    width: 30%;
}
.booking__tour-img img {
    display: block;
    width: 100%;
}
@media (max-width: 37.5em) {
    .booking__tour-img {
        width: 20%;
    }
}
.booking__tour-info {
    float: left;
    padding-left: 20px;
    width: 70%;
}
@media (max-width: 37.5em) {
    .booking__tour-info {
        padding-left: 10px;
        width: 80%;
    }
}
.booking__tour-name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (max-width: 37.5em) {
    .booking__tour-name {
        font-size: 13px;
    }
}
.booking__tour-data {
    margin-bottom: 10px;
}
.booking__tour-data p {
    margin-bottom: 0;
}
.booking__tour-bottom {
    margin-top: 10px;
}
.booking__tour-cancel {
    color: #238619;
}
.booking__tour-cancelpay {
    color: #eb4823;
}
.booking__tour-add {
    margin-top: 40px;
}
.booking__tour-add a {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
.booking__tour-total {
    font-weight: 700;
}
.booking__tour-remove {
    margin-top: 10px;
}
.booking__tour-delete {
    background-color: #fff;
    border: 1px solid #eb4823;
    border-radius: 3px;
    color: #eb4823;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
}
.booking__tour-delete:hover {
    text-decoration: underline;
}
.booking__form-block {
    margin-bottom: 50px;
}
.booking__summary {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 15px;
}
.booking__summary h2 {
    font-size: 1.2rem;
}
.booking__summary-list {
    margin: 10px 0;
}
.booking__summary-item {
    border-bottom: 1px solid #cacaca;
    display: block;
    padding: 7px 0;
}
.booking__summary-name {
    display: block;
    float: left;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.booking__summary-total {
    float: right;
    font-weight: 700;
    text-align: right;
    width: 20%;
}
.booking__summary-date,
.booking__summary-pax {
    font-size: 13px;
}
.booking__amount {
    background-color: #eaeaea;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding: 20px 10px;
}
.booking__amount-txt {
    float: left;
}
.booking__amount-price {
    float: right;
    font-weight: 700;
}
.booking__confirme {
    max-width: 55rem !important;
}
@media print {
    .booking__confirme {
        max-width: 100% !important;
    }
}
.booking__confirmed {
    margin-bottom: 30px;
}
.booking__confirmed h1 {
    background-image: url(../img/icons/check_circle_outline.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 42px;
    color: #238619;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 5px 0 5px 55px;
}
@media print {
    .booking__confirmed h1 {
        font-size: 1.4rem;
        padding: 0;
    }
}
.booking__data {
    float: left;
    width: 50%;
}
.booking__data-table {
    width: 100%;
}
.booking__data td {
    border-bottom: 1px solid #cacaca;
    padding: 10px 0;
    width: 50%;
}
.booking__data td:nth-child(odd) {
    font-weight: 700;
}
.booking__data-id {
    color: #eb4823;
    font-size: 1.2rem;
}
@media (max-width: 37.5em) {
    .booking__data {
        float: none;
        width: 100%;
    }
}
.booking__feedback {
    background-color: #eb4823;
    color: #fff;
    float: right;
    padding: 15px;
    text-align: center;
    width: 48%;
}
@media print {
    .booking__feedback {
        display: none !important;
    }
}
.booking__feedback h2 {
    margin-bottom: 25px;
}
.booking__feedback p {
    margin-top: 20px;
}
@media (max-width: 37.5em) {
    .booking__feedback {
        float: none;
        margin: 30px 0;
        width: 100%;
    }
}
.booking__help {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 15px;
}
@media print {
    .booking__help {
        display: none !important;
    }
}
.booking__help-txt {
    float: left;
    font-size: 1rem;
    padding-right: 15px;
    width: 60%;
}
.booking__help-btn {
    float: right;
    width: 40%;
}
.booking__help-btn a {
    display: block;
    text-align: center;
    width: 100%;
}
.booking__btns {
    display: block;
    margin-bottom: 45px;
    margin-top: 15px;
}
@media print {
    .booking__btns {
        display: none !important;
    }
}
.booking__btns li {
    display: inline-block;
    margin-right: 15px;
}
@media (max-width: 37.5em) {
    .booking__btns li {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .booking__btns li .button {
        display: block;
        width: 100%;
    }
}
.booking__pay {
    background-color: #fff;
    padding: 20px;
}
.booking__pay-error {
    background-color: #e62117;
    color: #fff;
    line-height: 150%;
    padding: 10px 10px 10px 60px;
    position: relative;
}
.booking__pay-error i {
    color: #fff;
    font-size: 3rem;
    left: 6px;
    position: absolute;
    top: 7px;
}
.booking__pay h2 {
    font-size: 1.2rem;
    margin-bottom: 25px;
}
.booking__pay-methods {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}
.booking__pay-methods > div,
.booking__pay-secure {
    margin-bottom: 25px;
}
.booking__pay-strip {
    background-color: #eb4823;
    border: 1px solid #eb4823;
    border-radius: 23px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    padding: 12px 20px;
    text-align: center;
    width: 100%;
}
.booking__pay-strip:hover {
    background-color: #fff;
    color: #eb4823;
}
.booking__generate {
    background-color: #fff;
    display: none;
    padding: 20px;
}
.booking__generate h2 {
    color: #238619;
    font-size: 1.3rem;
}
.booking__generate p {
    margin-bottom: 15px;
}
@media (max-width: 37.5em) {
    .booking__add,
    .booking__add a {
        margin-bottom: 15px;
    }
    .booking__add a {
        box-shadow: none;
        display: block;
        font-size: 0.95rem;
        padding: 10px 25px;
    }
}
.booking__px li {
    border-bottom: 1px dashed #cacaca;
    padding: 10px 0;
}
.booking__px li:last-child {
    border-bottom: none;
}
.booking__px span:first-child {
    float: left;
}
.booking__px span:last-child {
    float: right;
    font-weight: 700;
}
.voucher {
    background-color: #eaeaea;
}
.voucher__wrapper {
    background-color: #fff;
    margin: 25px auto;
    padding: 15px;
    width: 800px;
}
.voucher__header {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.voucher__logo {
    float: left;
    width: 20%;
}
.voucher__logo img {
    display: block;
    height: 70px;
}
.voucher__title {
    float: left;
    font-size: 1.2rem;
    margin-top: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
}
.voucher__blocks {
    width: 100%;
}
.voucher__blocks-left {
    padding-right: 10px;
    vertical-align: top;
    width: 66%;
}
.voucher__blocks-right {
    background-color: #eaeaea;
    padding: 15px;
    vertical-align: top;
    width: 33%;
}
.voucher__qr {
    margin-bottom: 20px;
    text-align: center;
}
.voucher__qr img {
    border: 1px solid #cacaca;
    display: inline-block;
}
.voucher__table td {
    border-bottom: 1px solid #cacaca;
    font-size: 14px;
    padding: 15px 0;
}
.voucher__table td:nth-child(odd) {
    font-weight: 700;
    padding-right: 20px;
    width: 37%;
}
.voucher__company {
    font-size: 14px;
}
.voucher__company h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.voucher__company li {
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
}
.voucher__print {
    margin-top: 25px;
    text-align: center;
}
@media print {
    .voucher__print {
        display: none;
    }
}
.invoice__wrapper {
    background-color: #fff;
    margin: 25px auto;
    padding: 15px;
    page-break-after: always;
}
.invoice__header {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 15px;
    width: 100%;
}
.invoice__header-logo {
    vertical-align: top;
    width: 50%;
}
.invoice__header-logo img {
    display: block;
}
.invoice__header-summary {
    font-size: 14px;
    text-align: right;
    vertical-align: top;
    width: 50%;
}
.invoice__header-summary table {
    margin-left: auto;
    margin-right: 0;
    width: auto;
}
.invoice__header-summary td {
    border-bottom: 1px dashed #cacaca;
    padding: 5px 0;
}
.invoice__header-summary td:nth-child(odd) {
    font-weight: 700;
    padding-right: 15px;
}
.invoice__header-summary tr:last-child td {
    border-bottom: none;
}
.invoice__header-title {
    color: #eb4823;
    font-size: f19px;
    font-weight: 700;
}
.invoice__details {
    margin-bottom: 35px;
    width: 100%;
}
.invoice__details td {
    padding: 25px 0;
    vertical-align: top;
    width: 50%;
}
.invoice__details h2 {
    font-size: 16px;
    font-weight: 700;
}
.invoice__details-customer {
    text-align: right;
}
.invoice__services {
    width: 100%;
}
.invoice__services th {
    background-color: #eaeaea;
    font-weight: 700;
}
.invoice__services td,
.invoice__services th {
    border-bottom: 1px solid #cacaca;
    padding: 10px 0;
    text-align: center;
}
.invoice__total td {
    color: #eb4823;
}
.invoice__subtotal td,
.invoice__total td {
    font-weight: 700;
    text-align: right;
}
.invoice__note {
    margin-top: 25px;
}
.invoice__note p {
    font-size: 13px;
    margin-bottom: 15px;
}
.feedback {
    background-color: #eaeaea;
    padding: 50px 0;
}
.feedback__content {
    margin: 0 auto;
    max-width: 55rem;
    width: 90%;
}
.feedback__form {
    margin: 30px 0;
}
.feedback__rate {
    display: block;
    margin-bottom: 25px;
}
.feedback__rate label {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    width: 48px;
}
.feedback__rate label.is-active i {
    background-image: url(../img/icons/feedback_rate_brand.png);
}
.feedback__rate input {
    display: block;
    left: -5000%;
    position: absolute;
}
.feedback__face {
    background-image: url(../img/icons/feedback_rate_black.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    width: 48px;
}
.feedback__face:hover {
    background-image: url(../img/icons/feedback_rate_brand.png);
}
.feedback__face--25 {
    background-position: 0 0;
}
.feedback__face--50 {
    background-position: 0 -53px;
}
.feedback__face--75 {
    background-position: 0 -106px;
}
.feedback__face--100 {
    background-position: 0 -159px;
}
.manage {
    background-color: #eaeaea;
    padding: 50px 0;
}
.manage__aside {
    float: right;
    width: 48%;
}
.manage__aside:first-child {
    float: left;
}
.manage__form {
    background-color: #fff;
    margin: 0 auto;
    max-width: 500px;
    padding: 20px;
    width: 90%;
}
.manage__cancel {
    margin: 30px 0;
}
.manage__reasons {
    margin: 10px 0;
}
.manage__reasons label {
    cursor: pointer;
    display: block;
    padding: 7px 0;
}
.details {
    height: 90%;
    top: 5%;
}
.details__container {
    height: 100%;
    overflow: hidden;
}
.details__content {
    height: 90%;
    overflow-y: auto;
}
.details__gallery {
    background-color: #f6f6f6;
    margin-bottom: 25px;
    padding: 10px;
    width: 100%;
}
.details__gallery li {
    text-align: center;
}
.details__gallery img {
    display: inline-block;
    max-width: 100%;
}
.details__list {
    list-style: disc !important;
    margin-bottom: 20px;
}
.details__list li {
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.details__list li:before {
    background-color: #212223;
    border-radius: 100%;
    content: " ";
    display: block;
    height: 6px;
    left: 10px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 6px;
}
.details__info h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.details__desc p {
    margin-bottom: 10px;
}
.covid {
    background-color: #eaeaea;
    font-size: 1rem;
    padding: 15px 0;
    text-align: center;
}
.covid img {
    height: 35px;
    margin-right: 15px;
}
.covid img,
.covid span {
    display: inline-block;
    vertical-align: middle;
}
.covid span {
    font-size: 1.1rem;
}
.covid a {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.footer_BK_250723 {
    background-color: #5d5d5d;
    color: #fff;
}
.footer__top {
    padding: 30px 0;
}
@media print {
    .footer__top {
        display: none !important;
    }
}
.footer__nav {
    float: left;
    width: 48%;
}
@media (max-width: 37.5em) {
    .footer__nav {
        border-bottom: 1px solid #fff;
        float: none;
        margin-bottom: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
}
.footer__nav-link {
    color: #fff;
}
.footer__nav-list {
    float: left;
    width: 50%;
}
.footer__right {
    float: right;
    text-align: center;
    width: 48%;
}
@media (max-width: 37.5em) {
    .footer__right {
        float: none;
        width: 100%;
    }
}
.footer__social {
    margin-top: 25px;
}
.footer__social-item {
    display: inline-block;
    margin-left: 25px;
}
.footer__social a {
    color: #fff;
    font-size: 2rem;
}
.footer__copyright {
    background-color: #444;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    padding: 10px 0;
    text-align: center;
}
.footer__secure {
    float: right;
}
@media print {
    .footer__secure {
        display: none !important;
    }
}
.footer__secure li {
    float: left;
    margin-left: 15px;
}
.footer__secure-icon {
    background-image: url(../img/icons/secure_grey.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 30px;
    margin-right: 5px;
    width: 30px;
}
.footer__secure-txt {
    color: #cbcbcb;
    float: left;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 3px;
}
.clearfix:after,
.clearfix:before {
    clear: both;
    content: " ";
    display: block;
}
.centred {
    margin: 0 auto;
    max-width: 70rem;
    position: relative;
    width: 96%;
}
.centred-small .centred {
    max-width: 65rem;
}
.centred-sm {
    margin: 0 auto;
    max-width: 50rem;
    position: relative;
    width: 96%;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right !important;
}
.banner__overlay,
.fullscreen,
.home__services-overlay,
.overlay {
    height: 100%;
    width: 100%;
}
.banner__overlay,
.home__services-overlay,
.overlay {
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    position: absolute;
    top: 0;
}
.banner__cell,
.gradient,
.home__services-overlay {
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7));
}
.skip {
    background-color: #eb4823;
    border-radius: 100%;
    bottom: 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    display: block;
    height: 50px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-indent: -999999px;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    width: 50px;
}
.skip.is-active {
    opacity: 1;
    visibility: visible;
}
.update-browser {
    background-color: #eb4823;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    z-index: 999999;
}
.hide-mobile {
    display: block;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 37.5em) {
    .hide-mobile {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}
.show-mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 37.5em) {
    .show-mobile {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
.list li {
    display: inline-block;
}
.notice {
    border-radius: 5px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0;
}
.notice--green {
    color: #238619;
}
.notice--red,
.red {
    color: #e62117;
}
.green {
    color: #238619;
}
.orange {
    color: #eb4823;
}
.hide {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
.title {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.status {
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 12px;
}
.status-0 {
    background-color: #e62117;
}
.status-1 {
    background-color: #238619;
}
