.card {
    display: block;
    border-radius: .25rem;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5);
    box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5)
}

.card__header {
    padding: 16px;
    padding: 1rem
}

.card__ribbons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.card__ribbon>div {
    background: salmon;
    padding: 4px;
    padding: .25rem;
    font-size: 11.2px;
    font-size: .7rem;
    color: #fff;
    display: inline-block
}

.card__ta {
    position: absolute;
    top: 4px;
    top: .25rem;
    right: 4px;
    right: .25rem;
    padding: 4px;
    padding: .25rem;
    text-align: center;
    background: #fff
}

.card__ta * {
    font-size: 8.8px!important;
    font-size: .55rem!important;
    line-height: 1!important;
    color: #000!important;
    font-weight: 700!important
}

.card__ta br {
    display: none!important
}

.card__ta img {
    margin: 0 auto;
    display: block;
    max-width: 100px
}

.card__lead-image {
    position: relative;
    height: 200px;
    background-color: #dfe3e6
}

.card__lead-image>div:first-of-type {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.card__lead-image>div:first-of-type::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .25);
    content: "";
    -webkit-transition: .1s;
    transition: .1s
}

.card__image-price {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
    padding: .5rem;
    border-top-left-radius: 4px;
    border-top-left-radius: .25rem;
    background-color: #fff;
    font-size: 9.6px;
    font-size: .6rem
}

.card__image-price small {
    font-size: 9.6px;
    font-size: .6rem;
    display: inline-block
}

.card__lead-price {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2
}

.card__content {
    padding: 16px;
    padding: 1rem
}

.card__offer-title {
    font-weight: 700;
    text-transform: capitalize
}

.card__offer-subtitle {
    font-weight: 700;
    color: #07253f;
    margin-bottom: 4px;
    margin-bottom: .25rem;
    padding-bottom: 4px;
    padding-bottom: .25rem;
    border-bottom: 1px dotted #eceef0;
    text-transform: capitalize
}

.card__offer-hotel {
    color: #a7aaad;
    text-transform: capitalize;
    display: none
}

.card__offer-destination {
    font-style: italic;
    text-transform: capitalize;
    font-size: 12.8px;
    font-size: .8rem
}

.card__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.card__overlay-link:hover+.card {
    -webkit-box-shadow: 0 1rem .5rem -.45rem rgba(7, 37, 63, .4);
    box-shadow: 0 1rem .5rem -.45rem rgba(7, 37, 63, .4);
    -webkit-transition: .3s;
    transition: .3s
}

.card__overlay-link:hover+.card .card__lead-image>div:first-of-type::after {
    -webkit-transition: .3s;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0)
}

.card__overlay-link:hover+.card--exclusive {
    border-color: #e2e6e9
}

.card__footer,
.card__header {
    padding: 16px;
    padding: 1rem
}

.card__footer--offer {
    padding: 0 16px 16px 16px;
    padding: 0 1rem 1rem 1rem
}

.card__header h1,
.card__header h2,
.card__header h3,
.card__header h4,
.card__header h5,
.card__header h6 {
    display: inline-block;
    font-weight: 400
}

.card__content {
    padding: 16px;
    padding: 1rem
}

.card__content--has-divider {
    border-bottom: 8px solid #e7f2f9;
    border-bottom: .5rem solid #e7f2f9
}

.card__content--product {
    padding: 0 16px8px 16px;
    padding: 0 1rem.5rem 1rem;
    line-height: normal
}

.card__content--product>div {
    padding: 0 0 8px 0;
    padding: 0 0 .5rem 0
}

.card__content--product-list {
    border-bottom: 1px solid #dbebf6;
    padding: 8px 0;
    padding: .5rem 0
}

.card__content--product-list:nth-of-type(even) {
    background: #e7f2f9
}

.card__content-header {
    font-weight: 700
}

.card--shortlist-help {
    margin: 16px 0;
    margin: 1rem 0
}

.card--booking-component {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 0 8px 0;
    margin: 0 0 .5rem 0
}

.card--booking-component:last-of-type {
    margin: 0
}

.card--hotel-result {
    margin: 24px auto;
    margin: 1.5rem auto;
    border: 8px solid #e7f2f9;
    border: .5rem solid #e7f2f9;
    max-width: 540px;
    -webkit-box-shadow: 0 1rem .5rem -.5rem rgba(7, 37, 63, .25);
    box-shadow: 0 1rem .5rem -.5rem rgba(7, 37, 63, .25)
}

@media (min-width:991px) {
    .card--hotel-result {
        max-width: 100%
    }
}

.card--basket {
    border: 8px solid #e7f2f9;
    border: .5rem solid #e7f2f9;
    margin: 0
}

.card--basket .card__header {
    border-bottom: 4px dashed #e7f2f9;
    border-bottom: .25rem dashed #e7f2f9;
    margin: 16px 16px 8px 16px;
    margin: 1rem 1rem .5rem 1rem;
    padding: 0 0 8px 0;
    padding: 0 0 .5rem 0
}

.card--basket .card__content {
    padding: 8px 16px;
    padding: .5rem 1rem;
    font-size: 14px;
}

.card--basket .card__content p {
    padding: 0;
    margin: 0 0 4px 0;
    margin: 0 0 .25rem 0
}

.card--offer {
    border: 3px solid #f7f8f9;
    line-height: 1.4
}

.card--contact {
    padding: 16px;
    padding: 1rem
}

.card--exclusive-highlighted {
    border-color: #e2e6e9
}

.card--has-bottom-margin {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.mc-hero {
    background-size: cover;
    padding-top: 50%;
    width: 100%;
    overflow: hidden
}

@media (min-width:769px) {
    .mc-hero {
        padding-top: 25%
    }
}

.mc-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media (max-width:990px) {
    .mc-hero__overlay {
        text-align: center
    }
}

.mc-hero__overlay-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mc-hero h1,
.mc-hero h2 {
    font-weight: 700;
    line-height: 1;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    padding: 3.2px;
    padding: .2rem;
    display: inline-block;
    background: rgba(0, 0, 0, .25);
    color: #fff
}

.mc-hero h1 {
    font-size: 4vw
}

@media (max-width:768px) {
    .mc-hero h1 {
        font-size: 6vw
    }
}

.mc-hero h2 {
    font-size: 2vw;
    font-weight: 400
}

@media (max-width:768px) {
    .mc-hero h2 {
        font-size: 4vw
    }
}

.zik-mc-expandable {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    position: relative
}

.zik-mc-expandable::after,
.zik-mc-expandable::before {
    content: "";
    position: absolute
}

.zik-mc-expandable::before {
    background: #0e7bc0;
    width: 20px;
    margin: 0 40px;
    height: 8px;
    height: .5rem;
    top: 100%
}

@media (max-width:768px) {
    .zik-mc-expandable::before {
        width: 20px;
        margin: 0 20px
    }
}

.zik-mc-expandable::after {
    top: calc(100% + .25rem);
    border-style: solid;
    left: 20px;
    border-width: 12px 30px 0 30px;
    border-width: .75rem 30px 0 30px;
    border-color: #0e7bc0 transparent transparent transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

@media (max-width:768px) {
    .zik-mc-expandable::after {
        left: 10px;
        border-width: .75rem 20px 0 20px
    }
}

.zik-mc-expandable .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eceef0;
    border-radius: .25rem .25rem .25rem .25rem;
    overflow: hidden;
    -webkit-transition: border-radius .3s;
    transition: border-radius .3s
}

.zik-mc-expandable .header>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.zik-mc-expandable .header>div:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    background: #0e7bc0;
    padding: 16px 0;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:768px) {
    .zik-mc-expandable .header>div:nth-of-type(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        font-size: .8rem
    }
}

.zik-mc-expandable .header>div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zik-mc-expandable .header>div:nth-of-type(2)>div {
    padding: 16px;
    padding: 1rem
}

.zik-mc-expandable .btn--toggle {
    position: relative;
    width: 44px;
    padding: 16px;
    padding: 1rem;
    background: #dfe3e6;
    border-radius: 0!important;
    background-color: #0e7bc0
}

.zik-mc-expandable .btn--toggle:active {
    border-radius: 0!important
}

.zik-mc-expandable .btn--toggle::after,
.zik-mc-expandable .btn--toggle::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    height: 5.6px;
    height: .35rem;
    width: 60%;
    margin: auto;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: .15rem
}

.zik-mc-expandable .btn--toggle::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.zik-mc-expandable .content {
    font-size: 12.8px;
    font-size: .8rem;
    padding: 16px 0;
    padding: 1rem 0;
    display: none;
    position: relative
}

.zik-mc-expandable .content::after {
    content: "";
    display: block;
    width: 100%;
    top: calc(100% - .25rem);
    height: 5px;
    background-color: #0e7bc0;
    background: -webkit-gradient(linear, right top, left top, from(#009bde), color-stop(#0e7bc0), to(#0d76b8));
    background: linear-gradient(to left, #009bde, #0e7bc0, #0d76b8);
    width: 100%;
    position: absolute
}

.zik-mc-expandable .content p {
    padding: 0;
    margin: 8px 0;
    margin: .5rem 0
}

.zik-mc-expandable .content--calendar {
    padding: 0
}

.zik-mc-expandable .images {
    position: relative
}

.zik-mc-expandable .images .carousel {
    width: 100%;
    height: 240px;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.zik-mc-expandable .images .slide {
    display: block;
    height: 100%;
    min-width: 80px;
    max-width: 100%;
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.zik-mc-expandable .highlights h4 {
    font-weight: 700
}

.zik-mc-expandable .highlights {
    color: #0e7bc0
}

.zik-mc-expandable.open .content {
    display: block
}

.zik-mc-expandable--is-open .header {
    border-radius: .25rem .25rem 0 0
}

.zik-mc-expandable--is-open .btn--toggle::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0
}

.zik-mc-expandable--is-open .btn--toggle::after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.zik-mc-expandable--addons::after,
.zik-mc-expandable--addons::before {
    display: none
}

.zik-mc-expandable--addons .header>div:nth-of-type(1) {
    background: #008b8b
}

.zik-mc-expandable--addons .content {
    border-color: #008b8b
}

.zik-mc-expandable--addons .content::after {
    background: #008b8b
}

.zik-mc-expandable--addons .btn--toggle {
    background: #008b8b
}

.zik-mc-expandable--dates::after,
.zik-mc-expandable--dates::before {
    display: none
}

.zik-mc-expandable--dates .header>div:nth-of-type(1) {
    background: #fca61d
}

.zik-mc-expandable--dates .header::after {
    display: none
}

.zik-mc-expandable--dates .header .select-departure {
    position: relative;
    padding-left: 44px
}

.zik-mc-expandable--dates .header .select-departure label {
    display: block;
    position: absolute;
    width: 44px;
    background: #dfe3e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0
}

.zik-mc-calendar {
    position: relative
}

@media (min-width:991px) {
    .zik-mc-calendar {
        min-height: 300px
    }
}

.zik-mc-calendar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    margin-top: 1rem
}

.zik-mc-calendar__flyfrom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (min-width:769px) {
    .zik-mc-calendar__flyfrom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.zik-mc-calendar__flyfrom select {
    color: #0e7bc0;
    text-decoration: underline;
    font-weight: 700;
    background-color: #f7f8f9;
    width: 100%;
    max-width: 100%
}

@media (min-width:991px) {
    .zik-mc-calendar__flyfrom select {
        font-size: 1.5rem
    }
}

.zikCalendarSelYr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (min-width:769px) {
    .zikCalendarSelYr {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.zik-mc-cta-main {
    margin-top: 32px;
    margin-top: 2rem;
    border: 2px dashed #dbebf6;
    padding: 16px;
    padding: 1rem
}

.zik-mc__show-dates-1 {
    display: none
}

@media (max-width:990px) {
    .zik-mc__show-dates-1 {
        display: block
    }
}

.btn__close-calendar {
    display: none
}

@media (max-width:990px) {
    .zik-mc-cta-main {
        display: none
    }
    .zik-mc-calendar {
        display: none
    }
    .btn__close-calendar {
        display: block
    }
    .zik-mc-calendar.visible {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99;
        background: #fff;
        padding: .5rem;
        padding-top: 90px;
        overflow: hidden;
        overflow-y: auto
    }
}

.multi-centre__addons:after {
    content: "";
    clear: both;
    display: table
}

.multi-centre__addons li {
    display: block;
    float: left;
    padding: 16px 0 16px 0;
    padding: 1rem 0 1rem 0;
    background: #fff;
    margin: 8px;
    margin: .5rem;
    text-align: center;
    line-height: 1.4;
    width: 320px;
    font-size: 12.8px;
    font-size: .8rem;
    position: relative;
    border: 4px solid #dfe3e6;
    border: .25rem solid #dfe3e6
}

.multi-centre__addons li>div {
    padding: 4px;
    padding: .25rem
}

.multi-centre__addons li .type {
    position: absolute;
    top: -8px;
    top: -.5rem;
    left: 50%;
    padding: 4px;
    padding: .25rem;
    border-radius: .25rem;
    background: #0e7bc0;
    font-size: 11.2px;
    font-size: .7rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    color: #fff
}

.multi-centre__addons li .price {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem
}

.multi-centre__addons li.free {
    color: #008b8b;
    border: 4px solid #008b8b;
    border: .25rem solid #008b8b
}

.multi-centre__addons li.free .price {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.multi-centre__addons li.free .type {
    background: #007d7d;
    color: #fff
}

.multi-centre__addons li .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 100%
}

.mc-mobile-basket__wrapper {
    -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .2);
    bottom: 0;
    z-index: 5;
    width: 100%;
    position: fixed;
    left: 0
}

.mc-mobile-basket__wrapper .btn {
    border-radius: 0!important
}

.mc-mobile-basket__wrapper .mc-mobile-basket {
    background: #fff;
    padding: 8px;
    padding: .5rem;
    width: 100%
}

@media (min-width:991px) {
    .mc-mobile-basket__wrapper {
        display: none
    }
}

.mc-mobile-basket__wrapper--book {
    border-top: 2px solid #fca61d;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f8f9));
    background: linear-gradient(to bottom, #fff, #f7f8f9)
}

.mc-mobile-basket__wrapper--book .mc-mobile-basket {
    padding: 0
}

.mc-mobile-basket__title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -2.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2.5em;
    background: #fff;
    border-radius: .5em .5em 0 0;
    padding: 0 1em;
    border: 2px solid #fca61d;
    color: #fff;
    white-space: nowrap;
    background-color: #fca61d;
    background: -webkit-gradient(linear, right top, left bottom, from(#fca61d), to(#fdc56c));
    background: linear-gradient(to bottom left, #fca61d, #fdc56c);
    -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .2)
}

.exclusive__header {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: normal;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    padding: 16px 0;
    padding: 1rem 0
}

@media (max-width:768px) {
    .exclusive__header {
        font-size: 1.5rem;
        line-height: normal
    }
}

.deal-summary {
    background: #fff;
    width: 100%;
    padding: 16px 16px;
    padding: 1rem 1rem;
    border-radius: .25rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.deal-summary__main {
    padding-top: 64px;
    padding-top: 4rem
}

.deal-summary__expiry {
    padding: 16px;
    padding: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border-radius: .25rem
}

.deal-summary__expiry .heading {
    color: #fff
}

.deal-summary__expiry.valid {
    background: #80c5c5
}

.deal-summary__expiry.expired {
    background: salmon
}

.deal-summary__save {
    line-height: 1.2;
    position: absolute;
    width: 100px;
    padding: 16px 4px;
    padding: 1rem .25rem;
    color: #fff;
    background: salmon;
    text-align: center;
    top: 0;
    right: 16px;
    right: 1rem
}

.deal-summary__save>div {
    font-size: 9.6px;
    font-size: .6rem
}

.deal-summary__save>strong {
    font-size: 48px;
    font-size: 3rem
}

.deal-summary__save::after {
    content: "";
    width: 0;
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 50px 0 50px;
    border-width: 1rem 50px 0 50px;
    border-color: salmon transparent transparent transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.deal-summary__header {
    padding: 0 0 16px 0;
    padding: 0 0 1rem 0;
    line-height: 1.2
}

.deal-summary__header h2 {
    line-height: 1.2
}

.deal-summary__content {
    padding: 0 0 16px 0;
    padding: 0 0 1rem 0;
    background: rgba(255, 255, 255, .15)
}

.deal-summary__footer {
    padding: 0 0 16px 0;
    padding: 0 0 1rem 0
}

.deal-summary .zik-price {
    font-size: 32px;
    font-size: 2rem;
    color: #07253f;
    font-weight: 700
}

@media (min-width:991px) {
    .deal-summary .zik-price {
        font-size: 4rem
    }
}

.deal-summary--floating {
    margin-top: -300px;
    -webkit-box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5);
    box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5);
    border-radius: .5rem;
    position: relative;
    z-index: 2;
    -webkit-transition: margin-top .3s;
    transition: margin-top .3s;
    margin-left: 16px;
    margin-left: 1rem
}

.deal-summary--brand-2 {
    border: 8px solid #6eb0d9;
    border: .5rem solid #6eb0d9
}

.deal-summary--exclusive {
    border: 8px solid #dbebf6;
    border: .5rem solid #dbebf6;
    position: relative;
    -webkit-box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5);
    box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5);
    padding-top: 64px;
    padding-top: 4rem
}

.deal-summary--exclusive .deal-summary__price {
    background: #fca61d;
    background-color: #fca61d;
    background: -webkit-gradient(linear, right top, left bottom, from(#fca61d), to(#fdc56c));
    background: linear-gradient(to bottom left, #fca61d, #fdc56c);
    color: #fff;
    padding: 16px;
    padding: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border-radius: .25rem
}

.deal-summary--exclusive .zik-price {
    color: #fff
}

.deal-summary--exclusive .deal-summary__header {
    color: #fca61d;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: capitalize
}

.deal-summary--exclusive .deal-summary__includes {
    padding: 16px 0;
    padding: 1rem 0
}

.deal-summary--exclusive .deal-summary__includes ul {
    padding: 0 0 16px 0!important;
    padding: 0 0 1rem 0!important;
    margin: 0!important
}

.deal-summary--exclusive .deal-summary__includes li::before,
.deal-summary--exclusive .deal-summary__includes ul li {
    color: #fca61d!important;
    font-size: 16px!important;
    font-size: 1rem!important
}

.col--deal-price {
    padding-left: 0!important
}

.col--deal-price.is-sticky .deal-summary--floating {
    margin-top: 16px;
    margin-top: 1rem
}

@media (max-width:990px) {
    .col--deal-price {
        display: none
    }
}

.zikCalendar__dates>span,
.zikCalendar__dow>span,
.zikCalendar__months>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #f7f8f9
}

.zikCalendar__dates>span>span,
.zikCalendar__dow>span>span,
.zikCalendar__months>span>span {
    position: relative
}

.zikCalendar__dates>span>span a,
.zikCalendar__dow>span>span a,
.zikCalendar__months>span>span a {
    display: block;
    padding: 4px;
    padding: .25rem;
    height: 100%;
    position: relative;
    border: 1px solid #dfe3e6;
    text-decoration: none;
    color: #07253f;
    background-color: #fff;
    -webkit-transition: .15s;
    transition: .15s
}

.zikCalendar__dates>span>span a .zik-price,
.zikCalendar__dow>span>span a .zik-price,
.zikCalendar__months>span>span a .zik-price {
    font-weight: 600
}

.zikCalendar__dates>span>span a:hover,
.zikCalendar__dow>span>span a:hover,
.zikCalendar__months>span>span a:hover {
    cursor: pointer;
    background: #fff;
    border-color: #fca61d!important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    -webkit-box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5);
    box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5)
}

.zikCalendar__dates>span>span a.disabled,
.zikCalendar__dow>span>span a.disabled,
.zikCalendar__months>span>span a.disabled {
    opacity: .5;
    pointer-events: none;
    background-color: transparent
}

.zikCalendar__dates>span>span a.not-in-month,
.zikCalendar__dow>span>span a.not-in-month,
.zikCalendar__months>span>span a.not-in-month {
    opacity: .5;
    pointer-events: none;
    background-color: #f7f8f9
}

.zikCalendar__dates>span>span a.not-in-month .zikCalendar__date-d-m-y,
.zikCalendar__dow>span>span a.not-in-month .zikCalendar__date-d-m-y,
.zikCalendar__months>span>span a.not-in-month .zikCalendar__date-d-m-y {
    display: none
}

.zikCalendar__months>span>span {
    width: 33.333333%
}

.zikCalendar__dow>span>span {
    width: 14.285714%;
    border: 1px solid #dfe3e6;
    padding: 8px;
    padding: .5rem;
    font-weight: 600;
    text-transform: uppercase
}

.zikCalendar__dates>span>span {
    width: 14.285714%;
    min-height: 72px
}

.zikCalendar__date-d-m-y {
    font-size: 10.4px;
    font-size: .65rem;
    padding: 2.4px;
    padding: .15rem;
    background: #eceef0;
    margin: 0 0 4px 0;
    margin: 0 0 .25rem 0
}

.zikCalendar__monthNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.zikCalendar__btn-prev-next-month {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    border-radius: 0!important
}

.zikCalendar__btn-select-month {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0!important;
    text-transform: uppercase!important;
    font-weight: 700!important
}

.zikCalendar__price-from {
    display: none
}

.zikCalendar__price .zik-price {
    font-size: 19.2px;
    font-size: 1.2rem
}

@media (max-width:768px) {
    .zikCalendar__price .zik-price {
        font-size: 14.4px;
        font-size: .9rem
    }
}

.recently-viewed {
    padding: 32px 0;
    padding: 2rem 0
}

.ad-list .flickity-prev-next-button,
.ad-list .flickity-prev-next-button:active {
    width: 80px;
    height: 80px;
    background: 0 0
}

.ad-list .flickity-prev-next-button:active:hover,
.ad-list .flickity-prev-next-button:hover {
    background: 0 0
}

.ad-list .flickity-prev-next-button .arrow,
.ad-list .flickity-prev-next-button:active .arrow {
    fill: #0e7bc0
}

.ad-list .flickity-prev-next-button.previous {
    left: -60px
}

.ad-list .flickity-prev-next-button.next {
    right: -60px
}

.ad-list li {
    position: relative;
    display: inline-block;
    margin: 16px;
    margin: 1rem;
    width: 300px;
    min-height: 200px;
    line-height: 1.2;
    font-size: 12px;
    font-size: .75rem
}

.ad-list li h4 {
    font-size: 16px;
    font-size: 1rem
}

.ad-list li h6 {
    font-size: 13.6px;
    font-size: .85rem
}

@media (min-width:1381px) {
    .ad-list li {
        width: 480px
    }
}

.ad-list__image-wrapper {
    height: 200px;
    width: 100px;
    position: relative
}

.ad-list__ta {
    position: absolute;
    top: 16px;
    top: 1rem;
    left: 16px;
    left: 1rem;
    z-index: 2;
    background-color: rgba(255, 255, 255, .5);
    width: 120px;
    font-weight: 700
}

.ad-list__ta small {
    display: block;
    border: 1px solid #008b8b;
    font-size: 8px!important;
    font-size: .5rem!important;
    line-height: 1;
    padding: 4px;
    padding: .25rem;
    text-align: center!important
}

.ad-list__ta br {
    display: none!important;
    visibility: collapse;
    visibility: hidden
}

.ad-list__ta img {
    display: inline-block!important
}

.logo-text {
    color: #0e7bc0;
    font-weight: 400!important;
    text-shadow: none
}

.logo-text em {
    font-style: italic;
    color: #0e7bc0
}

.logo-text span {
    color: #00bfff;
    display: inline-block
}

.logo-text--cruise h3 {
    font-weight: 400
}

.logo-text--cruise em {
    font-style: italic;
    color: #008b8b
}

.logo-text--cruise span {
    color: #48d1cc;
    display: inline-block
}

.logo-text--cruise .strap {
    font-size: 12.8px;
    font-size: .8rem;
    color: #008b8b
}

.logo-text--white-background {
    padding: 16px;
    padding: 1rem;
    display: inline-block;
    margin-bottom: 12px;
    margin-bottom: .75rem;
    border-radius: .15rem;
    background-color: rgba(255, 255, 255, .75)
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    display: block;
    margin: 0 0 8px 0;
    margin: 0 0 .5rem 0;
    font-weight: 400!important;
    font-size: 18.4px;
    font-size: 1.15rem
}

.article h1 strong,
.article h2 strong,
.article h3 strong,
.article h4 strong,
.article h5 strong,
.article h6 strong {
    font-weight: 400!important
}

.article p {
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: justify
}

.article a,
.article a:active,
.article a:visited {
    color: #0e7bc0;
    text-decoration: none!important;
    font-weight: 600
}

.article a:active:hover,
.article a:hover,
.article a:visited:hover {
    -webkit-transition: .25s;
    transition: .25s;
    color: #084a73;
    cursor: pointer
}

.article br {
    display: none!important
}

.article .map {
    width: 100%;
    height: 380px;
    margin: 0 0 32px 0;
    margin: 0 0 2rem 0
}

.article--sm {
    font-size: 65%
}

.jumbo-slider {
    height: 180px;
    width: 100%;
    overflow: hidden
}

@media (min-width:769px) {
    .jumbo-slider {
        height: 240px
    }
}

@media (min-width:991px) {
    .jumbo-slider {
        height: 200px
    }
}

@media (min-width:991px) {
    .jumbo-slider {
        height: 300px
    }
}

.jumbo-slider .flickity-prev-next-button,
.jumbo-slider .flickity-prev-next-button:active {
    width: 80px;
    height: 80px;
    background: 0 0;
    opacity: 0
}

.jumbo-slider .flickity-prev-next-button:active:hover,
.jumbo-slider .flickity-prev-next-button:hover {
    background: 0 0;
    width: 80px;
    height: 80px;
    background: 0 0;
    opacity: 1
}

.jumbo-slider .flickity-prev-next-button .arrow,
.jumbo-slider .flickity-prev-next-button:active .arrow {
    fill: #fff
}

@media (min-width:1381px) {
    .jumbo-slider .flickity-prev-next-button,
    .jumbo-slider .flickity-prev-next-button:active {
        opacity: 1
    }
}

@media (max-width:768px) {
    .jumbo-slider .btn--jumbo {
        display: none
    }
}

.jumbo {
    width: 100%;
    height: 100%;
    background-color: #fdc56c;
    background: -webkit-gradient(linear, left bottom, right top, from(#eceef0), to(white));
    background: linear-gradient(to top right, #eceef0, #fff);
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top center;
    position: relative
}

.jumbo__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 37, 63, 0)), to(rgba(7, 37, 63, .5)));
    background: linear-gradient(to top, rgba(7, 37, 63, 0), rgba(7, 37, 63, .5))
}

.jumbo__overlay--light {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 37, 63, 0)), color-stop(rgba(7, 37, 63, 0)), to(rgba(7, 37, 63, .2)));
    background: linear-gradient(to top, rgba(7, 37, 63, 0), rgba(7, 37, 63, 0), rgba(7, 37, 63, .2))
}

.jumbo .logo-text {
    color: #0e7bc0;
    font-weight: 400!important;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    text-transform: capitalize!important
}

.jumbo__content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
    padding: 32px 0 0 0;
    padding: 2rem 0 0 0;
    margin: 0 auto;
    line-height: normal
}

@media (max-width:768px) {
    .jumbo__content {
        max-width: 480px
    }
}

.jumbo__content h1,
.jumbo__content h2,
.jumbo__content h3,
.jumbo__content h4 {
    text-transform: capitalize
}

@media (max-width:768px) {
    .jumbo__content h1,
    .jumbo__content h2,
    .jumbo__content h3,
    .jumbo__content h4 {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width:480px) {
    .jumbo__content h2 {
        font-size: 18.4px;
        font-size: 1.15rem;
        font-weight: 700
    }
}

@media (max-width:768px) {
    .jumbo__content h2 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.jumbo__h1 {
    font-weight: 700;
    text-transform: uppercase
}

.jumbo__badge {
    width: 75px;
    height: 75px;
    -webkit-transition: 1.6s;
    transition: 1.6s;
    -webkit-transform: rotate(0) scale(.5);
    transform: rotate(0) scale(.5);
    opacity: 0
}

@media (max-width:990px) {
    .jumbo__badge {
        display: none
    }
}

@media (min-width:991px) {
    .jumbo__badge {
        width: 150px;
        height: 150px
    }
}

.jumbo__slide {
    width: 100%;
    height: auto;
    opacity: .2;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.jumbo__slide.is-selected {
    opacity: 1
}

.jumbo__slide.is-selected .jumbo2__badge {
    -webkit-transform: rotate(12deg) scale(1);
    transform: rotate(12deg) scale(1);
    opacity: 1
}

.jumbo__fixedratio {
    padding-top: 20.2%
}

.jumbo--static {
    height: auto
}

.jumbo--static .jumbo__content {
    padding: 32px 0;
    padding: 2rem 0
}

@media (min-width:991px) {
    .jumbo--lg {
        width: 100%;
        height: 400px
    }
}

.j-slider .flickity-prev-next-button,
.j-slider .flickity-prev-next-button:active {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
    background: rgba(7, 37, 63, .3);
    opacity: 1
}

.j-slider .flickity-prev-next-button:active:hover,
.j-slider .flickity-prev-next-button:hover {
    background: rgba(7, 37, 63, .5);
    opacity: 1
}

.j-slider .flickity-prev-next-button .arrow,
.j-slider .flickity-prev-next-button:active .arrow {
    fill: #fff
}

@media (min-width:1381px) {
    .j-slider .flickity-prev-next-button,
    .j-slider .flickity-prev-next-button:active {
        height: 80px
    }
}

@media (max-width:480px) {
    .j-slider .flickity-prev-next-button,
    .j-slider .flickity-prev-next-button:active {
        display: none
    }
}

.j-slide {
    width: 100%;
    z-index: 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 16px 0;
    padding: 1rem 0
}

@media (max-width:990px) {
    .j-slide {
        background-position: center;
        text-align: center
    }
}

@media (min-width:991px) {
    .j-slide__inner {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0
    }
}

.j-slide__fixedratio {
    display: none
}

@media (min-width:991px) {
    .j-slide__fixedratio {
        display: block;
        padding-top: 20.2%
    }
}

.j-content {
    color: #fff;
    padding: 16px 0;
    padding: 1rem 0
}

@media (min-width:991px) {
    .j-content {
        position: relative;
        height: 100%
    }
}

.j-content h1,
.j-content h2,
.j-content h3,
.j-content h4,
.j-content h5 {
    margin: 8px;
    margin: .5rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .75)
}

.j-content h1 {
    font-weight: 700
}

@media (max-width:990px) {
    .j-content h1 {
        font-size: 2rem
    }
    .j-content h2,
    .j-content h3,
    .j-content h4,
    .j-content h5,
    .j-content h6 {
        font-size: 1rem
    }
}

@media (max-width:768px) {
    .j-content h1 {
        font-size: 1.5rem
    }
    .j-content h2,
    .j-content h3,
    .j-content h4,
    .j-content h5,
    .j-content h6 {
        font-size: 1rem
    }
}

.j-content__heading {
    border-radius: .15rem;
    background: rgba(7, 37, 63, .3);
    display: inline-block;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    padding: 8px;
    padding: .5rem;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.j-slide.is-selected .j-content__heading {
    opacity: 1
}

.j-image-credit {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    padding: 4px;
    padding: .25rem;
    border-radius: .15rem;
    background: rgba(7, 37, 63, .3);
    position: absolute;
    bottom: 32px;
    bottom: 2rem;
    right: 0
}

@media (max-width:990px) {
    .j-image-credit {
        display: none
    }
}

.search__select-rooms>div {
    display: inline-block
}

.room-config {
    display: none
}

@media (max-width:990px) and (max-width:990px) {
    .room-config {
        display: block;
        position: fixed;
        width: 320px;
        height: 100%;
        top: calc(60px + 1rem);
        left: 0;
        padding-bottom: 150px;
        z-index: 99;
        -webkit-transition: .15s;
        transition: .15s;
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px);
        background-color: #fff
    }
}

@media (max-width:990px) {
    .room-config.active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:991px) {
    .room-config.active {
        display: block;
        position: absolute;
        background-color: #fff;
        width: 680px;
        right: 0;
        top: 0;
        -webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
        box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2);
        padding: 1rem;
        margin-top: 0;
        z-index: 11
    }
}

.room-config__room {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (max-width:990px) {
    .room-config__room {
        padding: 8px 0;
        padding: .5rem 0;
        background-color: #fff
    }
}

@media (min-width:991px) {
    .room-config__room {
        background-color: #dbebf6
    }
}

.room-config__rooms-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 16px 0;
    padding: 0 0 1rem 0
}

@media (min-width:991px) {
    .room-config__rooms-select {
        padding: 4px 0;
        padding: .25rem 0;
        margin-bottom: 16px;
        margin-bottom: 1rem
    }
}

.room-config__rooms-select label {
    display: inline-block;
    margin-left: 12px;
    margin-left: .75rem;
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.room-config__rooms-select select {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    width: 75px;
    padding: 12px 8px;
    padding: .75rem .5rem;
    text-align: center
}

.room-config__room-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3e95cd;
    font-weight: 700;
    padding: 8px;
    padding: .5rem;
    font-size: 12.8px;
    font-size: .8rem;
    margin-right: 12px;
    margin-right: .75rem;
    font-size: 16px;
    font-size: 1rem;
    color: #dbebf6
}

.room-config__room-number small {
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    padding-right: 8px;
    padding-right: .5rem
}

@media (min-width:991px) {
    .room-config__room-number {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.2;
        width: 75px;
        padding: 12px 8px;
        padding: .75rem .5rem
    }
    .room-config__room-number small {
        display: block;
        padding: 0;
        font-size: 11.2px;
        font-size: .7rem
    }
}

@media (max-width:990px) {
    .room-config__room-number {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.room-config__adults {
    padding-left: 0
}

.room-config__people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.room-config__people select {
    background-color: #fff;
    margin: 4px 4px 0 0;
    margin: .25rem .25rem 0 0;
    padding: 8.8px 8.8px;
    padding: .55rem .55rem;
    font-size: 12.8px;
    font-size: .8rem
}

.room-config__people label {
    display: block;
    font-size: 12px!important;
    font-size: .75rem!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width:991px) {
    .room-config__people>div {
        margin-right: 16px;
        margin-right: 1rem;
        padding: 8px;
        padding: .5rem
    }
}

@media (max-width:990px) {
    .room-config__people>div {
        padding: 8px;
        padding: .5rem
    }
}

.room-config__people>select {
    margin-right: 16px;
    margin-right: 1rem
}

.room-config__people>select:last-of-type {
    margin: 0
}

@media (min-width:991px) {
    .room-config__people {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.room-config__people__child-ages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.room-config__people__child-ages .asterisk {
    color: salmon;
    font-weight: 700
}

.room-config__footer {
    font-size: 12.8px;
    font-size: .8rem;
    padding: 16px;
    padding: 1rem;
    background-color: #dfe3e6;
    border-radius: .15rem
}

.room-config__footer a {
    display: none
}

.room-config__footer .asterisk {
    color: salmon;
    font-weight: 700
}

.search {
    -webkit-transition: .2s;
    transition: .2s
}

@media (min-width:991px) {
    #stickysearch.sticky {
        position: fixed;
        top: calc(104px - 1rem);
        width: 100%;
        z-index: 10;
        opacity: .99;
        margin: -1rem 0 0 0
    }
    #stickysearch.sticky .search__inner {
        padding: 0;
        padding-top: 1rem
    }
}

.search__mobile-heading {
    display: none
}

@media (max-width:990px) {
    .search__mobile-heading {
        padding: 16px;
        padding: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid #0b629a;
        background-color: #fff
    }
}

.search__inner {
    display: none
}

.search__inner:after {
    content: "";
    clear: both;
    display: table
}

.search__inner.current {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:991px) {
    .search__inner.current {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
        min-width: 100%;
        max-width: 100%;
        width: 100%
    }
}

.search__label-main {
    font-size: 9.6px;
    font-size: .6rem;
    color: #fff;
    text-indent: 3px;
    display: block;
    margin: 0 0 4px 0;
    margin: 0 0 .25rem 0;
    text-transform: capitalize
}

.search__rooms-qty {
    color: #fca61d
}

.search__inputs {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px 16px;
    padding: .5rem 1rem
}

.search__inputs--search-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.search__inputs--search-button .btn {
    width: 100%
}

.search__inputs--from,
.search__inputs--to {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media (min-width:991px) {
    .search__inputs {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        border-right: 1px solid rgba(255, 255, 255, .25)
    }
    .search__inputs--from,
    .search__inputs--to {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
    .search__inputs--date {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
        flex: 0 1 180px
    }
    .search__inputs--nights {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 75px;
        flex: 0 1 75px
    }
    .search__inputs--rooms {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 240px;
        flex: 0 1 240px
    }
    .search__inputs--search-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100px;
        flex: 0 1 100px
    }
}

@media (min-width:1381px) {
    .search__inputs--date {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 210px;
        flex: 0 1 210px
    }
    .search__inputs--nights {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100px;
        flex: 0 1 100px
    }
    .search__inputs--rooms {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 320px;
        flex: 0 1 320px
    }
}

.search__inputs .btn--clear-search-item {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    width: 2rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    color: #fff
}

.search__inputs .btn--clear-search-item:hover {
    background-color: transparent;
    border: none;
    color: salmon
}

.search__inputs select {
    text-indent: 0!important
}

.search__inputs .search__input-select,
.search__inputs .search__select-rooms,
.search__inputs input {
    display: block;
    width: 100%;
    padding: 0!important;
    height: 32px;
    height: 2rem;
    line-height: 32px;
    line-height: 2rem;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: .15rem;
    background: 0 0;
    text-indent: 3px;
    margin: 0;
    font-weight: 700
}

@media (max-width:990px) {
    .search__inputs .search__input-select,
    .search__inputs .search__select-rooms,
    .search__inputs input {
        border-bottom-color: rgba(255, 255, 255, .25);
        margin-bottom: 12px;
        margin-bottom: .75rem;
        height: 48px;
        height: 3rem;
        line-height: 48px;
        line-height: 3rem
    }
}

@media (min-width:991px) {
    .search__inputs .search__input-select,
    .search__inputs .search__select-rooms,
    .search__inputs input {
        font-size: 12.8px;
        font-size: .8rem
    }
}

@media (min-width:1381px) {
    .search__inputs .search__input-select,
    .search__inputs .search__select-rooms,
    .search__inputs input {
        font-size: 16px;
        font-size: 1rem
    }
}

.search__inputs .search__input-select:hover,
.search__inputs .search__select-rooms:hover,
.search__inputs input:hover {
    background-color: rgba(255, 255, 255, .25);
    cursor: pointer
}

.search__inputs .search__input-select:focus,
.search__inputs .search__select-rooms:focus,
.search__inputs input:focus {
    background-color: rgba(255, 255, 255, .25);
    color: #fff;
    outline: 0
}

.search__inputs .search__input-select::-webkit-input-placeholder,
.search__inputs .search__select-rooms::-webkit-input-placeholder,
.search__inputs input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.search__inputs .search__input-select::-moz-placeholder,
.search__inputs .search__select-rooms::-moz-placeholder,
.search__inputs input::-moz-placeholder {
    color: rgba(255, 255, 255, .4)
}

.search__inputs .search__input-select::-ms-input-placeholder,
.search__inputs .search__select-rooms::-ms-input-placeholder,
.search__inputs input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.search__inputs .search__input-select::placeholder,
.search__inputs .search__select-rooms::placeholder,
.search__inputs input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.search__inputs .search__select-rooms {
    text-indent: 1px
}

.search__inputs .search__input-select:focus,
.search__inputs input:focus {
    background-color: rgba(255, 255, 255, .5);
    color: #0e7bc0
}

.search__inputs .search__input-select:focus::-webkit-input-placeholder,
.search__inputs input:focus::-webkit-input-placeholder {
    -webkit-transition: .2s;
    transition: .2s;
    color: rgba(255, 255, 255, .5)
}

.search__inputs .search__input-select:focus::-moz-placeholder,
.search__inputs input:focus::-moz-placeholder {
    -webkit-transition: .2s;
    transition: .2s;
    color: rgba(255, 255, 255, .5)
}

.search__inputs .search__input-select:focus::-ms-input-placeholder,
.search__inputs input:focus::-ms-input-placeholder {
    -webkit-transition: .2s;
    transition: .2s;
    color: rgba(255, 255, 255, .5)
}

.search__inputs .search__input-select:focus::placeholder,
.search__inputs input:focus::placeholder {
    -webkit-transition: .2s;
    transition: .2s;
    color: rgba(255, 255, 255, .5)
}

.search__inputs input:hover,
.search__inputs select:hover {
    cursor: pointer
}

.search-wrapper--results .search__inner {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-wrapper--results {
    background-color: #0e7bc0;
    background: -webkit-gradient(linear, right top, left top, from(#009bde), color-stop(#0e7bc0), to(#0d76b8));
    background: linear-gradient(to left, #009bde, #0e7bc0, #0d76b8)
}

@media (max-width:990px) {
    .search-wrapper--results {
        display: block;
        position: fixed;
        width: 320px;
        height: 100%;
        top: calc(60px + 1rem);
        left: 0;
        padding-bottom: 150px;
        z-index: 99;
        -webkit-transition: .15s;
        transition: .15s;
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px);
        background-color: #fff
    }
}

@media (min-width:991px) {
    .search-wrapper--results {
        margin: 3rem 0 0 0
    }
}

.search-wrapper--results .search-tabs {
    display: none
}

.search-wrapper--results__inputs label {
    padding: 0
}

@media (min-width:769px) {
    .search-wrapper--results__inputs .room-config.active {
        top: 0!important
    }
}

.search-wrapper--results .search-wrapper--favourites .search-tabs {
    display: block
}

@media (max-width:990px) {
    .search-wrapper--results.drawer--open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: 1rem 0 1rem rgba(0, 0, 0, .2);
        box-shadow: 1rem 0 1rem rgba(0, 0, 0, .2)
    }
    .search-wrapper--results.drawer--open #content {
        overflow: hidden;
        overflow-y: auto;
        top: 70px;
        width: 100%;
        bottom: calc(80px + 1rem);
        position: absolute;
        height: auto;
        -webkit-overflow-scrolling: touch
    }
}

.search-wrapper--home {
    background-color: #0e7bc0;
    background: -webkit-gradient(linear, right top, left top, from(#009bde), color-stop(#0e7bc0), to(#0d76b8));
    background: linear-gradient(to left, #009bde, #0e7bc0, #0d76b8);
    display: block;
    position: relative;
    z-index: 2
}

@media (min-width:769px) {
    .search-wrapper--home {
        -webkit-box-shadow: 0 1.5rem 2rem -1rem rgba(7, 37, 63, .5);
        box-shadow: 0 1.5rem 2rem -1rem rgba(7, 37, 63, .5)
    }
}

.search-wrapper--home .search__inputs {
    padding: 16px;
    padding: 1rem
}

.search-wrapper--home .search__mobile-heading {
    display: none
}

.search-wrapper--home {
    margin: -48px auto 16px auto;
    margin: -3rem auto 1rem auto;
    max-width: 540px
}

@media (min-width:991px) {
    .search-wrapper--home {
        margin: -4rem auto 0 auto;
        max-width: 100%
    }
}

.search-wrapper--white {
    padding: 4px;
    padding: .25rem;
    border-radius: .25rem;
    background: #dbebf6;
    background-color: #dbebf6
}

.search-wrapper--white .search-tabs {
    background: #fff;
    background-color: #fff
}

.search-wrapper--white .search-tabs .search-tab {
    background: #fff;
    background-color: #fff;
    color: #0e7bc0
}

.search-wrapper--white .search-tabs .search-tab.current {
    background-color: #0e7bc0;
    color: #fff;
    border-color: #0b629a
}

.search-wrapper--white .search {
    background: #fff;
    background-color: #fff
}

.search-wrapper--white .search__inputs {
    border-color: rgba(14, 123, 192, .1)
}

.search-wrapper--white .search .search__input-select,
.search-wrapper--white .search .search__select-rooms,
.search-wrapper--white .search input {
    color: #07253f
}

.input-wrapper {
    display: block;
    position: relative
}

.input-wrapper--select::after {
    display: block;
    position: absolute;
    width: 16px;
    width: 1rem;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: 0;
    content: "\f107";
    pointer-events: none
}

.input-wrapper--select select {
    -webkit-appearance: none!important;
    padding-right: 32px!important;
    padding-right: 2rem!important;
    width: 100%
}

.input-wrapper--select select::-ms-expand {
    display: none!important
}

.input-wrapper--autocomplete {
    padding-right: 32px!important;
    padding-right: 2rem!important
}

.search .input-wrapper--select::after {
    color: rgba(255, 255, 255, .5)
}

.usps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    border: 2px solid #dbebf6;
    border-radius: .5em;
    position: relative;
    padding: 2em 0;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f8f9));
    background: linear-gradient(to bottom, #fff, #f7f8f9)
}

.usps::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    font-size: 20px;
    -ms-flex-align: center;
    align-items: center;
    content: "Why Choose Us?";
    position: absolute;
    top: -1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2em;
    background: #fff;
    border-radius: .5em;
    font-weight: 700;
    padding: 0 1em;
    border: 2px solid #dbebf6;
    color: #0e7bc0;
    white-space: nowrap
}

.usps>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center
}

.usps>li>div {
    padding: 8px;
    padding: .5rem
}

.usps__img {
    font-size: 32px;
    font-size: 2rem
}

@media (min-width:991px) {
    .usps__img {
        font-size: 64px;
        font-size: 4rem
    }
}

.usps h4 {
    font-weight: 700
}

@media (min-width:481px) {
    .usps>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    @media (min-width:991px) {
        .usps>li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            border-right: 2px solid #dbebf6
        }
        &>li:last-of-type {
            border-color: transparent
        }
    }
}

.similar-deals {
    border: 2px solid #dbebf6;
    border-radius: .5em;
    position: relative;
    padding: 2em 0;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f8f9));
    background: linear-gradient(to bottom, #fff, #f7f8f9);
    margin-top: 32px;
    margin-top: 2rem
}

.similar-deals::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "More great deals";
    position: absolute;
    top: -1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2em;
    background: #fff;
    border-radius: .5em;
    font-weight: 700;
    padding: 0 1em;
    border: 2px solid #dbebf6;
    color: #0e7bc0;
    white-space: nowrap
}

.search-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 16px;
    padding: 1rem;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #0e7bc0;
    background: -webkit-gradient(linear, right top, left top, from(#009bde), color-stop(#0e7bc0), to(#0d76b8));
    background: linear-gradient(to left, #009bde, #0e7bc0, #0d76b8)
}

.search-tab {
    background-color: transparent;
    border-color: transparent;
    margin-right: 16px;
    margin-right: 1rem
}

.search-tab.current {
    background-color: rgba(255, 255, 255, .25);
    color: #fff;
    border-color: rgba(255, 255, 255, .25)
}

@media (max-width:768px) {
    .search-tab {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1rem;
        margin-right: 0
    }
}

.results-container {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 48px;
    padding-bottom: 3rem
}

.results-container:after {
    content: "";
    clear: both;
    display: table
}

@media (min-width:991px) {
    .results-container {
        padding-left: calc(260px + 2rem)
    }
}

@media (min-width:1381px) {
    .results-container {
        padding-left: calc(320px + 4rem)
    }
}

@media (min-width:991px) {
    .search-filter-column {
        float: left;
        width: 260px;
        margin-left: calc(-260px + -2rem)
    }
}

@media (min-width:1381px) {
    .search-filter-column {
        float: left;
        width: 320px;
        margin-left: calc(-320px + -4rem)
    }
}

.search-results-column {
    width: 100%
}

@media (min-width:991px) {
    .search-results-column {
        float: left
    }
}

.product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:990px) {
    .results-info-bar {
        text-align: center
    }
}

@media (min-width:991px) {
    .results-info-bar {
        margin: 1rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: space-between;
        -ms-flex-align: space-between;
        align-items: space-between;
        width: 100%
    }
}

@media (max-width:990px) {
    .selected-flight {
        display: block;
        position: fixed;
        width: 320px;
        height: 100%;
        top: calc(60px + 1rem);
        left: 0;
        padding-bottom: 150px;
        z-index: 99;
        -webkit-transition: .15s;
        transition: .15s;
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px);
        background-color: #fff
    }
}

@media (min-width:991px) {
    .selected-flight .booking-flow-product-wrapper {
        border: .25rem solid #e7f2f9;
        padding: 0 1rem
    }
    .selected-flight .booking-flow-product__product--flight>div {
        padding-right: 2rem
    }
}

.selected-flight.drawer--open {
    background: #fff
}

@media (max-width:990px) {
    .selected-flight.drawer--open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: 1rem 0 1rem rgba(0, 0, 0, .2);
        box-shadow: 1rem 0 1rem rgba(0, 0, 0, .2)
    }
}

.selected-flight__icon {
    display: none
}

@media (min-width:991px) {
    .selected-flight__icon {
        display: block
    }
}

@media (max-width:990px) {
    .selected-flight .btn.more-flights {
        width: 100%
    }
}

.alternative-flights-results {
    position: fixed;
    top: 60px;
    right: 0;
    width: 320px;
    -webkit-transition: .45s;
    transition: .45s;
    background-color: #fff;
    padding: 16px 16px 104px 16px;
    padding: 1rem 1rem 104px 1rem;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    padding-top: 48px;
    padding-top: 3rem;
    -webkit-transform: translateX(320px);
    transform: translateX(320px)
}

@media (min-width:769px) {
    .alternative-flights-results {
        width: 640px;
        -webkit-transform: translateX(640px);
        transform: translateX(640px)
    }
}

@media (min-width:991px) {
    .alternative-flights-results {
        top: 104px;
        width: 768px;
        -webkit-transform: translateX(768px);
        transform: translateX(768px)
    }
}

.alternative-flights-results--open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 -1rem 1rem rgba(7, 37, 63, .2);
    box-shadow: 0 -1rem 1rem rgba(7, 37, 63, .2)
}

.alternative-flights-results__header {
    height: 100px;
    overflow: hidden;
    z-index: 2
}

.alternative-flights-results__heading {
    color: #0e7bc0;
    font-size: 19.2px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.alternative-flights-results__subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12.8px;
    font-size: .8rem
}

.alternative-flights-results__inner {
    position: relative;
    top: 0;
    left: 0;
    height: calc(100% - 100px);
    overflow: hidden;
    overflow-y: auto;
    z-index: -1
}

.sort-results ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:990px) {
    .sort-results ul {
        margin-bottom: 1rem
    }
}

.alert--bar {
    padding: 32px 0 16px 0;
    padding: 2rem 0 1rem 0
}

.alert--coronavirus {
    background-color: #fff
}

.alert .pulse {
    display: inline-block;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.alert a {
    text-decoration: underline!important
}

.alert a:hover {
    cursor: pointer
}

.find-hotel {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.find-hotel__input-group {
    position: relative;
    padding-right: 44px;
    position: relative
}

.find-hotel__clear {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 .25rem .25rem 0;
    border-left: none;
    width: 48px
}

.filter {
    width: 320px
}

@media (min-width:991px) {
    .filter {
        width: 260px
    }
}

@media (min-width:1381px) {
    .filter {
        width: 320px
    }
}

.filter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:990px) {
    .filter__header {
        height: 70px;
        padding: 16px;
        padding: 1rem;
        border-bottom: 1px solid #dfe3e6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1
    }
}

@media (min-width:991px) {
    .filter__header {
        display: none
    }
}

.filter__inner {
    position: relative
}

@media (max-width:990px) {
    .filter__inner {
        overflow: hidden;
        overflow-y: auto;
        top: 70px;
        width: 100%;
        padding: 16px;
        padding: 1rem;
        bottom: calc(70px + 3rem);
        position: absolute;
        -webkit-overflow-scrolling: touch
    }
}

.filter__group {
    border-bottom: 2px solid #dbebf6
}

.filter__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .25s;
    transition: .25s;
    font-weight: 700;
    color: #07253f;
    padding: 8px 0;
    padding: .5rem 0
}

.filter__cat:hover {
    color: #0e7bc0;
    background-color: #dbebf6;
    cursor: pointer
}

.filter__cat.open {
    opacity: 1;
    color: #0e7bc0;
    background-color: #e7f2f9
}

.filter__cat.open .flip-box-inner {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.filter__opts {
    display: none;
    -webkit-transition: .25s;
    transition: .25s;
    padding: 8px 0 16px 0;
    padding: .5rem 0 1rem 0
}

.filter__opts .count {
    color: #a7aaad;
    font-size: 12px;
    font-size: .75rem;
    margin-left: 4px;
    margin-left: .25rem
}

.filter__opts.open {
    display: block
}

.filter__opts ul {
    overflow: hidden;
    max-height: 160px;
    max-height: 10rem;
    -webkit-transition: .3s;
    transition: .3s
}

.filter__opts ul.show-all {
    max-height: 1000px;
    overflow: visible
}

.filter__opts li input {
    opacity: 1;
    position: absolute;
    left: -99999px
}

.filter__opts li input+label {
    position: relative;
    display: block;
    height: 32px;
    height: 2rem;
    line-height: 32px;
    line-height: 2rem;
    padding-right: 48px;
    padding-right: 3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13.6px;
    font-size: .85rem
}

.filter__opts li input+label .icon-star {
    color: #a7aaad;
    display: inline-block;
    background-color: #fdc56c;
    background: -webkit-gradient(linear, left bottom, right top, from(#eceef0), to(white));
    background: linear-gradient(to top right, #eceef0, #fff);
    padding: 4px 4px;
    padding: .25rem .25rem;
    border-radius: .15rem;
    margin: .8px;
    margin: .05rem
}

.filter__opts li input+label::after,
.filter__opts li input+label::before {
    position: absolute;
    top: 4px;
    top: .25rem;
    right: 0;
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
    content: ""
}

.filter__opts li input+label::before {
    border: 1px solid #bec1c4;
    background: #fff
}

.filter__opts li input+label::after {
    content: "\ea10";
    color: #fff;
    line-height: 24px;
    line-height: 1.5rem;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.filter__opts li input:checked+label {
    color: #0e7bc0
}

.filter__opts li input:checked+label::before {
    background-color: #0e7bc0
}

.filter__opts li input:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.filter__opts li input:checked+label .icon-star {
    color: #976411;
    background-color: #fca61d;
    background: -webkit-gradient(linear, right top, left bottom, from(#fca61d), to(#fdc56c));
    background: linear-gradient(to bottom left, #fca61d, #fdc56c)
}

.filter__show-more {
    text-align: right;
    padding: 4px 0;
    padding: .25rem 0
}

.filter__show-more a {
    display: inline-block;
    text-decoration: underline;
    padding: 8px;
    padding: .5rem;
    border-radius: .25rem;
    color: #0e7bc0
}

.hotel__rating .icon-star {
    font-size: 20px;
    font-size: 1.25rem
}

.hotel__hotel-name h1,
.hotel__hotel-name h2,
.hotel__hotel-name h3,
.hotel__hotel-name h4,
.hotel__hotel-name h5,
.hotel__hotel-name h6 {
    display: block;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hotel__description-header {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    padding-bottom: 8px;
    padding-bottom: .5rem
}

.hotel__description {
    font-size: 12.8px;
    font-size: .8rem
}

.hotel__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:991px) {
    .hotel__information {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.hotel__images {
    background-color: #e7f2f9;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 220px;
    position: relative
}

@media (min-width:991px) {
    .hotel__images {
        min-height: 280px;
        max-height: 100%
    }
}

.hotel__images .image-gallery {
    display: block;
    min-height: 220px;
    width: 100%;
    height: 100%
}

@media (min-width:991px) {
    .hotel__images .image-gallery {
        min-height: 280px;
        max-height: 100%
    }
}

@media (min-width:991px) {
    .hotel__images {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 220px;
        min-width: 260px;
        max-width: 260px
    }
}

@media (min-width:1381px) {
    .hotel__images {
        min-width: 360px;
        max-width: 360px
    }
}

.hotel__features {
    padding: 0 16px;
    padding: 0 1rem;
    display: none
}

@media (min-width:769px) {
    .hotel__features {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media (min-width:991px) {
    .hotel__features {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

.hotel__actions {
    background-color: #0e7bc0;
    background: -webkit-gradient(linear, right top, left top, from(#009bde), color-stop(#0e7bc0), to(#0d76b8));
    background: linear-gradient(to left, #009bde, #0e7bc0, #0d76b8);
    padding: 16px;
    padding: 1rem;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #e7f2f9
}

@media (min-width:769px) {
    .hotel__actions {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media (min-width:991px) {
    .hotel__actions {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 260px;
        max-width: 260px
    }
}

@media (min-width:1381px) {
    .hotel__actions {
        min-width: 360px;
        max-width: 360px
    }
}

.hotel__type-icon-group {
    display: none
}

@media (min-width:769px) {
    .hotel__type-icon-group {
        display: block;
        margin: 8px 0;
        margin: .5rem 0
    }
    .hotel__type-icon-group .icon-container {
        margin: 0
    }
}

.hotel__price-group {
    padding: 8px 0;
    padding: .5rem 0
}

.hotel__price {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 1px rgba(7, 37, 63, .25);
    color: #e7f2f9;
    line-height: normal;
    margin: 0 0 8px 0;
    margin: 0 0 .5rem 0
}

.hotel__price-was {
    font-size: 12.8px;
    font-size: .8rem;
    text-decoration: line-through;
    line-height: normal
}

.hotel__deposit {
    font-size: 12.8px;
    font-size: .8rem;
    color: #008b8b;
    padding: 4px;
    padding: .25rem;
    background-color: rgba(255, 255, 255, .75);
    font-weight: 300;
    margin-bottom: 4px;
    margin-bottom: .25rem;
    text-transform: uppercase
}

.hotel__deposit small {
    font-size: 9.6px;
    font-size: .6rem;
    font-weight: 300;
    text-transform: lowercase
}

.hotel__bonding {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal
}

.hotel__bonding small {
    display: block;
    font-size: 12.8px;
    font-size: .8rem
}

@media (max-width:480px) {
    .hotel__bonding {
        display: none
    }
}

.hotel__bonding-icon i {
    font-size: 40px;
    font-size: 2.5rem;
    margin-left: 2.4px;
    margin-left: .15rem
}

.hotel__features-heading {
    font-weight: 400;
    display: block
}

.hotel__facilities .key-facility {
    position: relative;
    display: block;
    float: left;
    padding: 4px 4px 4px 20px;
    padding: .25rem .25rem .25rem 1.25rem;
    text-align: left;
    width: auto;
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: 400;
    color: #0e7bc0;
    line-height: normal;
    width: 100%
}

.hotel__facilities .key-facility::before {
    content: "\ea10";
    margin-right: 4px;
    margin-right: .25rem;
    color: #b7d8ec;
    position: absolute;
    left: 0;
    top: 5.6px;
    top: .35rem;
    width: 16px;
    width: 1rem;
    text-align: left
}

.hotel__facilities--results:after {
    content: "";
    clear: both;
    display: table
}

.hotel__facilities--results {
    display: block;
    padding: 8px 0 8px 0;
    padding: .5rem 0 .5rem 0;
    border-bottom: 2.4px dashed #e7f2f9;
    border-bottom: .15rem dashed #e7f2f9;
    border-top: 2.4px dashed #e7f2f9;
    border-top: .15rem dashed #e7f2f9;
    margin-top: 8px;
    margin-top: .5rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.hotel__facilities--results .key-facility {
    display: none
}

.hotel__facilities--results .key-facility:nth-child(-n+8) {
    display: block
}

.hotel__facilities--2x .key-facility {
    width: 50%
}

.hotel__map {
    position: relative;
    height: 100%;
    min-height: 320px!important;
    background-color: silver
}

@media (min-width:991px) {
    .hotel__map {
        min-height: 460px!important
    }
}

.hotel__map .map {
    position: relative!important;
    min-height: 320px!important;
    height: 100%!important;
    margin: 0!important
}

@media (min-width:991px) {
    .hotel__map .map {
        min-height: 460px!important
    }
}

.hotel__ta {
    position: absolute;
    top: 8px;
    top: .5rem;
    right: 8px;
    right: .5rem;
    background-color: rgba(255, 255, 255, .99);
    color: #000;
    z-index: 1
}

.hotel__ta a {
    padding: 4px;
    padding: .25rem;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
    display: block
}

.hotel__ta * {
    text-align: center!important;
    display: block;
    color: #000!important;
    font-size: 9.6px;
    font-size: .6rem;
    font-weight: 400
}

.hotel__ta br {
    display: inline!important;
    display: none!important
}

.hotel__ta img {
    height: 20px!important;
    width: auto!important;
    margin: 0 auto;
    text-decoration: none!important
}

@media (max-width:768px) {
    .hotel__ta img {
        height: 16px!important;
        width: auto!important
    }
}

.hotel--details .hotel__images {
    margin: 16px 0;
    margin: 1rem 0
}

@media (min-width:991px) {
    .hotel--details .hotel__images {
        min-height: 420px;
        min-width: 100%;
        max-width: 100%
    }
}

@media (min-width:1381px) {
    .hotel--details .hotel__images {
        min-height: 480px;
        min-width: 100%;
        max-width: 100%
    }
}

.hotel--deal .hotel__images {
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0
}

.image-ribbons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.image-ribbon {
    margin: 4px 0 4px 0;
    margin: .25rem 0 .25rem 0;
    z-index: 1
}

.image-ribbon>div {
    background: salmon;
    display: inline-block;
    color: #fff;
    position: relative;
    left: -4px;
    padding: 4px;
    padding: .25rem;
    text-transform: capitalize;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    font-size: 11.2px;
    font-size: .7rem;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.image-ribbon>div:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: none;
    border-bottom: none;
    border-top: 4px solid #964d44
}

.image-ribbon--brand-1>div {
    background: #0e7bc0
}

.image-ribbon--brand-1>div:after {
    border-top: 4px solid #073e60
}

.image-ribbon--exclusive>div {
    background: #fca61d;
    color: #fca61d;
    color: #fff
}

.image-ribbon--exclusive>div:after {
    border-top: 4px solid #07253f
}

.image-ribbon--top-offer>div {
    background: salmon;
    color: #fff
}

.image-ribbon--top-offer>div:after {
    border-top: 4px solid #af5a50
}

.image-ribbon--our-choice>div {
    background: #fff;
    color: #07253f
}

.image-ribbon--our-choice>div:after {
    border-top: 4px solid #a7aaad
}

.image-ribbon--green>div {
    background: #008b8b;
    color: #fff
}

.image-ribbon--green>div:after {
    border-top: 4px solid #006161
}

@media (min-width:769px) {
    .image-ribbon--large>div {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.shortlist {
    position: relative;
    background-color: #e7f2f9!important;
    color: #0e7bc0!important
}

.shortlist::after,
.shortlist::before {
    position: absolute;
    right: -4px;
    right: -.25rem;
    top: -4px;
    top: -.25rem;
    border-radius: 50%;
    height: 12px;
    height: .75rem;
    width: 12px;
    width: .75rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: ""
}

.shortlist::before {
    z-index: 2
}

.shortlist::after {
    font-size: 4px;
    font-size: .25rem;
    z-index: 3
}

.shortlist:hover {
    -webkit-transition: .15s;
    transition: .15s;
    color: #0e7bc0!important;
    background-color: #e7f2f9!important
}

.shortlist:hover::before {
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    background-color: #008b8b
}

.shortlist:hover::after {
    content: "\e933"
}

.shortlist--added {
    background-color: #fee6e3!important;
    color: salmon!important
}

.shortlist--added .icon-heart {
    position: relative;
    z-index: 1
}

.shortlist--added .icon-heart::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "\e923";
    -webkit-animation: pulse-notification 2s infinite;
    animation: pulse-notification 2s infinite;
    color: salmon;
    z-index: 0
}

.shortlist--added:hover {
    color: #fca69c!important;
    background-color: #fee6e3!important
}

.shortlist--added:hover::before {
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    background-color: #fca69c
}

.shortlist--added:hover::after {
    content: "\e947"
}

@media (max-width:990px) {
    .facilities--featured {
        display: none
    }
}

.facilities--featured {
    margin-top: 16px;
    margin-top: 1rem
}

.facilities--featured .key-facility {
    display: inline-block;
    font-size: 11.2px;
    font-size: .7rem;
    color: #0e7bc0;
    padding: 4px 8px;
    padding: .25rem .5rem;
    background-color: #fff;
    border: 1px solid #dbebf6;
    margin: 0 4px 4px 0;
    margin: 0 .25rem .25rem 0;
    font-weght: 400
}

.facility-icon::before {
    margin-right: 4px;
    margin-right: .25rem;
    display: inline-block
}

.facility-icon--wi-fi::before {
    content: "\f1eb"
}

.facility-icon--wheelchair::before {
    content: "\f193"
}

.facility-icon--entertainment::before {
    content: "\f001"
}

.facility-icon--kids::before {
    content: "\f1ae"
}

.facility-icon--dining::before {
    content: "\f1eb"
}

.popular-hotels {
    display: block;
    position: fixed;
    width: 320px;
    height: 100%;
    top: calc(80px + 1rem);
    right: 0;
    padding-bottom: 150px;
    z-index: 99;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    background-color: #fff
}

@media (min-width:991px) {
    .popular-hotels {
        top: calc(104px + 2rem);
        width: 640px;
        -webkit-transform: translateX(640px);
        transform: translateX(640px)
    }
}

@media (min-width:1381px) {
    .popular-hotels {
        top: calc(104px + 2rem);
        width: 768px;
        -webkit-transform: translateX(768px);
        transform: translateX(768px)
    }
}

.popular-hotels__header {
    height: 100px;
    overflow: hidden;
    z-index: 2;
    display: block
}

.popular-hotels.drawer--open {
    background: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -1rem 0 1rem rgba(0, 0, 0, .2);
    box-shadow: -1rem 0 1rem rgba(0, 0, 0, .2)
}

.popular-hotels__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    padding: .5rem;
    background-color: #f7f8f9;
    font-weight: 600;
    font-size: 18.4px;
    font-size: 1.15rem
}

.popular-hotels__category i {
    display: none
}

.popular-hotels__list {
    padding: 16px 0;
    padding: 1rem 0;
    text-transform: capitalize
}

.popular-hotels__list a,
.popular-hotels__list a.active,
.popular-hotels__list a:visited {
    color: #0e7bc0
}

.popular-hotels__see-more {
    text-align: right;
    padding: 16px;
    padding: 1rem
}

.book-tabs,
.hotel-tabs {
    display: none
}

@media (min-width:991px) {
    .book-tabs,
    .hotel-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 2rem 0 3rem 0
    }
}

.book-tabs>a,
.hotel-tabs>a {
    display: block;
    width: 100%;
    padding: 8px;
    padding: .5rem;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    color: #07253f;
    font-weight: 600;
    font-size: 19.2px;
    font-size: 1.2rem;
    text-transform: capitalize
}

.book-tabs>a:active,
.book-tabs>a:visited,
.hotel-tabs>a:active,
.hotel-tabs>a:visited {
    color: #07253f
}

.book-tabs>a::after,
.book-tabs>a::before,
.hotel-tabs>a::after,
.hotel-tabs>a::before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -12px;
    bottom: -.75rem;
    left: 50%;
    height: 8px;
    height: .5rem;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.book-tabs>a::before,
.hotel-tabs>a::before {
    background-color: #dfe3e6;
    opacity: 0
}

.book-tabs>a::after,
.hotel-tabs>a::after {
    width: 0;
    opacity: 0;
    background: #0e7bc0;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #0e7bc0;
    background: -webkit-gradient(linear, right top, left top, from(#009bde), color-stop(#0e7bc0), to(#0d76b8));
    background: linear-gradient(to left, #009bde, #0e7bc0, #0d76b8)
}

.book-tabs>a:hover::after,
.hotel-tabs>a:hover::after {
    width: 100%;
    opacity: 1;
    background: #fca61d
}

.book-tabs>a.current,
.hotel-tabs>a.current {
    color: #0e7bc0
}

.book-tabs>a.current::after,
.hotel-tabs>a.current::after {
    width: 100%;
    opacity: 1;
    background: #0e7bc0
}

.book-tabs--auto-width a,
.hotel-tabs--auto-width a {
    width: auto;
    margin: 0 32px;
    margin: 0 2rem
}

.book-tab-content,
.tab-content {
    display: none;
    position: relative
}

@media (max-width:990px) and (max-width:990px) {
    .book-tab-content,
    .tab-content {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 60px;
        left: 0;
        padding-bottom: 120px;
        z-index: 99;
        -webkit-transition: .4s;
        transition: .4s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: #fff
    }
}

@media (max-width:990px) {
    .book-tab-content.drawer--open,
    .tab-content.drawer--open {
        background: #fff
    }
}

@media (max-width:990px) and (max-width:990px) {
    .book-tab-content.drawer--open,
    .tab-content.drawer--open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: 1rem 0 1rem rgba(0, 0, 0, .2);
        box-shadow: 1rem 0 1rem rgba(0, 0, 0, .2);
        z-index: 10;
        overflow: hidden
    }
}

@media (min-width:991px) {
    .book-tab-content.current,
    .tab-content.current {
        display: block
    }
}

.book-tab-content__heading,
.tab-content__heading {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.book-tab-content__mobile-heading,
.tab-content__mobile-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    padding: 1rem;
    height: 100px
}

@media (min-width:991px) {
    .book-tab-content__mobile-heading,
    .tab-content__mobile-heading {
        display: none
    }
}

@media (max-width:990px) {
    .book-tab-content__inner,
    .tab-content__inner {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 16px 300px 16px;
        padding: 0 1rem 300px 1rem
    }
}

@media (max-width:990px) {
    .book-tab-content--customise,
    .tab-content--customise {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        display: block!important;
        z-index: 0;
        padding: 16px 0;
        padding: 1rem 0
    }
}

.qty-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #e7f2f9;
    border-radius: .15rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-transform: capitalize;
    border: 2.4px solid #dbebf6;
    border: .15rem solid #dbebf6
}

.qty-selection__icon {
    text-align: center;
    display: inline-block;
    padding: 0 8px;
    padding: 0 .5rem
}

.qty-selection__title {
    padding: 0 16px 0 0;
    padding: 0 1rem 0 0
}

.qty-selection__title--bags {
    display: none
}

@media (min-width:769px) {
    .qty-selection__title--bags {
        display: inline
    }
}

.qty-selection__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.qty-selection__select a,
.qty-selection__select button,
.qty-selection__select input {
    min-width: 36px;
    background-color: #dbebf6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 8px 0;
    padding: .5rem 0
}

.qty-selection__select input {
    background-color: #fff;
    max-width: 44px;
    color: #07253f!important;
    font-weight: 700;
    border-color: transparent
}

.qty-selection__select button {
    font-size: 16px!important;
    font-size: 1rem!important
}

.qty-selection--for-modal {
    margin: 16px 0 0 0;
    margin: 1rem 0 0 0
}

.booking-section {
    padding: 0 0 32px 0;
    padding: 0 0 2rem 0;
    background-color: #fff
}

.payment-section {
    padding: 0 0 32px 0;
    padding: 0 0 2rem 0;
    background-color: #f7f8f9;
    border-top: 4px dashed #eceef0;
    border-top: .25rem dashed #eceef0
}

.booking-wizard {
    position: relative;
    background-color: #fff
}

.booking-wizard__heading-desktop {
    display: none
}

@media (min-width:991px) {
    .booking-wizard__heading-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 32px;
        margin-bottom: 2rem
    }
}

.booking-wizard__heading-desktop img {
    max-width: 220px;
    height: auto
}

.booking-wizard__mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100px;
    padding: 16px 0;
    padding: 1rem 0;
    line-height: normal
}

@media (min-width:991px) {
    .booking-wizard__mobile-header {
        display: none
    }
}

.booking-wizard__mobile-header small {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.2
}

@media (max-width:990px) {
    .booking-wizard__inner {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        padding: 16px;
        padding: 1rem;
        padding-bottom: 300px;
        overflow: hidden;
        overflow-y: auto;
        display: block
    }
}

.booking-wizard__passenger {
    padding: 16px 0;
    padding: 1rem 0
}

.booking-wizard__passenger .radio-group,
.booking-wizard__passenger input[type=text] {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.booking-wizard__passenger-type {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.booking-wizard__passenger-name:after {
    content: "";
    clear: both;
    display: table
}

@media (min-width:991px) {
    .booking-wizard__passenger-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.booking-wizard__passenger-name input {
    display: block;
    width: 100%
}

@media (min-width:991px) {
    .booking-wizard__passenger-name input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.booking-wizard__terms {
    line-height: normal;
    font-size: 12.8px;
    font-size: .8rem
}

.booking-wizard__payment {
    margin: 16px 0 0 0;
    margin: 1rem 0 0 0;
    padding: 16px 0 0 0;
    padding: 1rem 0 0 0;
    border-top: 4px solid #e7f2f9;
    border-top: .25rem solid #e7f2f9
}

.payment-wizard {
    width: 100%;
    margin: 0;
    padding: 0
}

.payment-wizard li {
    list-style: none;
    margin: 0;
    padding: 0 0
}

.payment-wizard li.active {
    position: relative;
    z-index: 1
}

.payment-wizard .wizard-heading {
    width: 100%;
    padding: .5rem 1rem .5rem calc(44px + 1rem);
    background-color: #dfe3e6;
    margin-bottom: 2px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.payment-wizard .wizard-content {
    display: none;
    width: 100%;
    padding: 16px 0;
    padding: 1rem 0
}

.payment-wizard li:first-child .wizard-content {
    display: block
}

.payment-wizard .button {
    background-color: #008b8b;
    color: #80c5c5
}

.payment-wizard .active .wizard-heading {
    background-color: #e7f2f9
}

.payment-wizard .completed .wizard-heading {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background: #dfeed9
}

.payment-wizard .edit {
    display: none
}

.payment-wizard .completed .edit {
    display: block;
    text-decoration: underline;
    text-transform: capitalize
}

.payment-wizard .booking-step {
    width: 44px;
    height: 100%;
    background: #a7aaad;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.payment-wizard .active .booking-step {
    background: #dbebf6;
    color: #0e7bc0
}

.payment-wizard .completed .booking-step {
    background: #008b8b
}

.payment-wizard .input-block.passenger {
    display: block;
    float: left;
    width: 100%
}

.payment-wizard .input-block .two-span {
    width: 49%;
    float: left
}

.payment-wizard .input-block .two-span:nth-of-type(2) {
    float: right
}

.payment-wizard .payment-amount .price {
    text-align: right
}

.payment-wizard .payment-amount .payment-terms {
    width: 100%;
    padding-top: 10px;
    font-size: .688em;
    clear: both
}

.payment-wizard .btn-cardpayment,
.payment-wizard .btn-paypal,
.payment-wizard .card-details {
    display: none
}

.payment-wizard .selected {
    display: block
}

.payment-wizard .btn-paypal.selected {
    float: right
}

.payment-header {
    padding: 0 0 10px 0
}

.payment-header strong {
    font-size: 1.313em
}

.voucher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.voucher-code-input {
    display: none
}

.voucher-code-input.selected {
    display: block
}

.price-calendar__month-lead-price {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #0e7bc0;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    min-width: 44px;
    min-height: 44px;
    z-index: 1
}

.price-calendar__month-lead-price div {
    font-size: 7.2px;
    font-size: .45rem
}

.price-calendar__month-lead-price strong {
    font-size: 9.6px;
    font-size: .6rem
}

.bw__include-flights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1;
    padding: 16px;
    padding: 1rem
}

.bw__flight-switch {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    padding: .5rem;
    margin-left: 8px;
    margin-left: .5rem
}

.bw__flight-switch input {
    opacity: 1;
    position: absolute;
    left: -99999px
}

.bw__flight-switch input+label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bw__flight-switch input+label span {
    margin: 0 4px;
    margin: 0 .25rem;
    font-weight: 600;
    color: #bec1c4;
    -webkit-transition: .2s;
    transition: .2s
}

.bw__flight-switch input+label .bw__flight-n {
    color: salmon
}

.bw__flight-switch input+label .bw__flight-y {
    color: #dfe3e6
}

.bw__flight-switch input+label .bw__flight-indicator {
    content: "";
    height: 16px;
    height: 1rem;
    background-color: #dfe3e6;
    display: block;
    min-width: 36px;
    position: relative;
    overflow: hidden
}

.bw__flight-switch input+label .bw__flight-indicator::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    background-color: salmon;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.bw__flight-switch input:checked+label .bw__flight-indicator::before {
    left: auto;
    right: 16px;
    right: 1rem;
    -webkit-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    background-color: #008b8b
}

.bw__flight-switch input:checked+label .bw__flight-n {
    color: #dfe3e6
}

.bw__flight-switch input:checked+label .bw__flight-y {
    color: #008b8b
}

.bw__search-options {
    padding: 16px 24px;
    padding: 1rem 1.5rem
}

.bw__search-options .search-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 8px;
    padding: .5rem
}

.bw__search-options .search-item .bw__select-label {
    display: block;
    font-size: 12.8px;
    font-size: .8rem
}

.bw__search-options .search-item .bw__select,
.bw__search-options .search-item .bw__select-rooms {
    width: 100%;
    padding: 8px;
    padding: .5rem;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #dfe3e6;
    border-radius: 0;
    background-color: #eceef0;
    font-size: 12.8px;
    font-size: .8rem
}

.bw__search-options .search-item .bw__select-rooms {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.bw__search-options .search-item .bw__select-rooms .icon-angle-right {
    color: #dfe3e6;
    padding: 0 8px;
    padding: 0 .5rem
}

.bw__search-options .search-item.from {
    display: none
}

.bw__search-options .search-item.from.active {
    display: block
}

.bw__search-options-inner {
    margin: 0 -16px;
    margin: 0 -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bw__step-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    padding: 1rem 0
}

.bw__step-header>span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.bw__step-header-tools {
    padding: 0 16px;
    padding: 0 1rem
}

.bw__step-header-tools a {
    display: inline-block;
    background-color: #dfe3e6;
    color: #07253f;
    padding: 4px 12px;
    padding: .25rem .75rem
}

.bw__step-header-tools a:active,
.bw__step-header-tools a:visited {
    color: #07253f
}

.bw__step-header-tools__loader-wrapper {
    min-height: 150px;
    position: relative
}

.bw .date-picker:after {
    content: "";
    clear: both;
    display: table
}

.bw .date-picker {
    display: none;
    position: relative;
    overflow: hidden
}

.bw .date-picker.default {
    display: block
}

.bw .date-picker ul {
    padding: 0
}

.bw .date-picker ul:after {
    content: "";
    clear: both;
    display: table
}

.bw .date-picker ul {
    display: block
}

.bw .date-picker.month-picker ul {
    background: #dbebf6
}

.bw .date-picker.day-picker ul {
    background: #dbebf6
}

.bw .date-picker li {
    width: 13.785%;
    width: 14.28571428571429%;
    margin: 0;
    float: left;
    position: relative;
    display: block;
    line-height: normal;
    height: 48px;
    height: 3rem;
    border: 1px solid #dbebf6
}

.bw .date-picker li.disabled {
    background-color: #dbebf6;
    background-color: rgba(255, 255, 255, .5)
}

.bw .date-picker li.disabled a {
    display: none
}

.bw .date-picker li span {
    display: block
}

.bw .date-picker li.month {
    width: 33.33333333%
}

.bw .date-picker li.date-price .day {
    text-transform: capitalize;
    font-size: 9.6px;
    font-size: .6rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.bw .date-picker li.date-price .price {
    color: #0e7bc0;
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: 400
}

@media (min-width:991px) {
    .bw .date-picker li.date-price .price {
        font-size: 1rem
    }
}

.bw .date-picker li a,
.bw .date-picker li a:active,
.bw .date-picker li a:visited {
    background-color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #07253f;
    padding: 4px 4px;
    padding: .25rem .25rem;
    border: 1px solid transparent;
    cursor: pointer
}

.bw .date-picker li a::after,
.bw .date-picker li a:active::after,
.bw .date-picker li a:visited::after {
    content: "";
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .23);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .23);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.bw .date-picker li a *,
.bw .date-picker li a:active *,
.bw .date-picker li a:visited * {
    width: 100%
}

.bw .date-picker li a:active:hover,
.bw .date-picker li a:hover,
.bw .date-picker li a:visited:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .15s;
    transition: .15s;
    z-index: 2
}

.bw .date-picker li a:active:hover .price,
.bw .date-picker li a:hover .price,
.bw .date-picker li a:visited:hover .price {
    color: #07253f
}

.bw .date-picker li a:active:hover::after,
.bw .date-picker li a:hover::after,
.bw .date-picker li a:visited:hover::after {
    opacity: 1
}

.bw .date-picker li.month a {
    padding: 12px;
    padding: .75rem;
    font-size: 12.8px;
    font-size: .8rem
}

.bw .date-picker li.month a span:first-of-type {
    font-weight: 700
}

.bw .date-picker li.cheapest a .price {
    background: #008b8b;
    color: #fff;
    border-radius: .15rem
}

.bw .date-picker li.cheapest:hover .price {
    color: #fff
}

.bw .date-picker li.overridePrice a .price {
    background: #fca61d;
    color: #fff;
    border-radius: .15rem
}

.bw .date-picker li.overridePrice a:hover .price {
    color: #fff
}

.bw .date-picker .day li {
    background-color: rgba(255, 255, 255, .5);
    padding: 8px 4px;
    padding: .5rem .25rem;
    font-size: 12.8px;
    font-size: .8rem
}

.bw-wrapper .loading {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 1
}

.bw-wrapper .loading .loading-message {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    color: #1b4a68;
    font-weight: 700;
    border: 1px solid #ecf0f3;
    -webkit-box-shadow: 0 1px 2px rgba(147, 171, 189, .25), 0 1px 1px rgba(147, 171, 189, .3);
    box-shadow: 0 1px 2px rgba(147, 171, 189, .25), 0 1px 1px rgba(147, 171, 189, .3)
}

.bw-wrapper ul.bw li .bw-content {
    display: none;
    width: 100%;
    padding: 0 0
}

.bw-wrapper ul.bw li.default .bw-content {
    display: block
}

.bw-wrapper .section {
    margin: 0
}

.bw-wrapper .section.bk {
    margin: 20px 0 20px 0;
    padding: 5px;
    background: #f1f8fb;
    border: 1px solid #ddecf6;
    border-radius: 3px
}

.bw-wrapper .section.bk .product {
    margin: 0 0 5px 0
}

.bw-wrapper .section.bk .product:last-child {
    margin: 0
}

.bw-wrapper .section.bk.extras {
    margin: 0 0 20px 0
}

.bw-wrapper .product {
    background: #fff;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 3px 4px 6px rgba(147, 171, 189, .2), -3px 4px 6px rgba(147, 171, 189, .25);
    box-shadow: 3px 4px 6px rgba(147, 171, 189, .2), -3px 4px 6px rgba(147, 171, 189, .25);
    border-radius: 3px
}

.bw-wrapper .product .heading {
    background: 0 0;
    color: #1b4a68;
    border: none;
    padding: 0;
    margin: 0;
    font-size: .94em
}

.bw-wrapper .product .heading .ico {
    background: #0d7bc0;
    font-size: .75em
}

.bw-wrapper .product .heading strong {
    font-weight: 800
}

.bw-wrapper .product .details {
    margin: 5px 0 0 0;
    font-size: .75em
}

.bw-wrapper .product .button.remove {
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    background: #e83e4a;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s, background .3s;
    transition: box-shadow .3s, border .3s, background .3s, -webkit-box-shadow .3s;
    border: 1px solid #e62c39;
    margin: 0 0 3px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    font-weight: 600;
    font-weight: 400;
    font-size: .688em;
    padding: 5px
}

.bw-wrapper .product .button.remove:hover {
    color: #fff;
    background: #ef757d;
    -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25);
    box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25)
}

.bw-wrapper .product .button.remove:visited {
    color: #fff
}

.bw-wrapper .product a.button.qty {
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    background: #0d7bc0;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s, background .3s;
    transition: box-shadow .3s, border .3s, background .3s, -webkit-box-shadow .3s;
    border: 1px solid #0c6fad;
    margin: 0 0 3px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    font-weight: 600;
    font-weight: 400;
    font-size: .688em;
    padding: 5px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    display: block;
    float: left
}

.bw-wrapper .product a.button.qty:hover {
    color: #fff;
    background: #1b9df0;
    -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25);
    box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25)
}

.bw-wrapper .product a.button.qty:visited {
    color: #fff
}

.bw-wrapper .product a.button.remove {
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    background: #e83e4a;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s, background .3s;
    transition: box-shadow .3s, border .3s, background .3s, -webkit-box-shadow .3s;
    border: 1px solid #e62c39;
    margin: 0 0 3px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    font-weight: 600;
    font-weight: 400;
    font-size: .688em;
    padding: 5px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-align: center;
    display: block;
    float: left
}

.bw-wrapper .product a.button.remove:hover {
    color: #fff;
    background: #ef757d;
    -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25);
    box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25)
}

.bw-wrapper .product a.button.remove:visited {
    color: #fff
}

.bw-wrapper .product input.val {
    height: 24px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    display: block;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bw-wrapper .product .tag.bg_1,
.bw-wrapper .product .tag.green {
    border: none;
    padding: 0;
    background: 0 0;
    color: #82ba57
}

.bw-wrapper .product .tag.bg_1 {
    color: #0d7bc0
}

.bw-wrapper .product.search {
    margin: 0;
    padding: 15px 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bw-wrapper .booking-tab-content {
    padding: 0;
    border: none
}

.bw-wrapper .bw-slide-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    border: none;
    overflow-x: hidden;
    z-index: 998
}

.bw-wrapper .bw-slide-panel.active {
    padding: 0 0 120px 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    background: #fff;
    right: 0
}

.bw-wrapper .bw-slide-panel.rooms.active {
    padding: 0 0 160px 0
}

.bw-wrapper .bw-slide-panel .side-panel-header-fixed-wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 120px
}

.bw-wrapper .bw-slide-panel .side-panel-header-fixed-wrapper .heading {
    background: #0a5f95;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 10px
}

.bw-wrapper .bw-slide-panel .side-panel-header-fixed-wrapper .heading .button {
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    background: #ffb223;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s, background .3s;
    transition: box-shadow .3s, border .3s, background .3s, -webkit-box-shadow .3s;
    border: 1px solid #ffab0f;
    margin: 0 0 3px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    font-weight: 600;
    color: #231700;
    color: #1b4a68;
    font-weight: 600;
    font-size: .85em;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 10px 0
}

.bw-wrapper .bw-slide-panel .side-panel-header-fixed-wrapper .heading .button:hover {
    color: #fff;
    background: #ffc760;
    -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25);
    box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25)
}

.bw-wrapper .bw-slide-panel .side-panel-header-fixed-wrapper .heading .button:visited {
    color: #fff
}

.bw-wrapper .bw-slide-panel .side-panel-header-fixed-wrapper .heading .button:hover {
    color: #231700;
    color: #1b4a68
}

.bw-wrapper .bw-slide-panel .side-panel-header-fixed-wrapper .heading .button:visited {
    color: #231700;
    color: #1b4a68
}

.bw-wrapper .bw-slide-panel .filter-wrapper,
.bw-wrapper .bw-slide-panel .product-wrapper {
    margin: 120px 0 0 0;
    height: 100%;
    overflow: scroll!important
}

.bw-wrapper .bw-slide-panel.rooms .product-wrapper {
    margin: 160px 0 0 0;
    height: 100%;
    overflow: scroll!important
}

.bw-wrapper .bw-slide-panel.flight-filter {
    z-index: 999
}

.bw-wrapper .bw-slide-panel .input-group.block.bar.filter-boards {
    position: relative;
    margin: 0;
    height: 78px;
    background: #ecf0f3;
    padding: 4px
}

.bw-wrapper .bw-slide-panel .input-group.block.bar.filter-boards input+label {
    display: block;
    float: left;
    width: 33.333%;
    height: 35px;
    min-height: 35px;
    line-height: 35px;
    font-size: .6em;
    padding: 0 18px 0 3px;
    border: 2px solid #ecf0f3
}

.bw-wrapper .bw-slide-panel .input-group.block.bar.filter-boards input:checked+label {
    background: #82ba57;
    color: #fff
}

.bw-wrapper .bw-slide-panel .input-group.block.bar.filter-boards input:disabled+label {
    opacity: .3;
    pointer-events: none
}

.bw-wrapper .bw-slide-panel .input-group.filter-boards input+label:after,
.bw-wrapper .bw-slide-panel .input-group.filter-boards input+label:before,
.bw-wrapper .bw-slide-panel .input-group.filter-boards input:checked+label:after,
.bw-wrapper .bw-slide-panel .input-group.filter-boards input:checked+label:before {
    bottom: 7px;
    top: auto;
    right: 7px;
    width: 16px;
    height: 16px;
    line-height: 16px
}

.bw-wrapper .product-select input+label {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #d9e1e8;
    margin: 0 0;
    padding: 10px
}

.bw-wrapper .product-select input+label .product {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em
}

.bw-wrapper .product-select input+label .product .details {
    margin: 0
}

.bw-wrapper .product-select input+label .product .tag.bg_1,
.bw-wrapper .product-select input+label .product .tag.green {
    border: none;
    padding: 0;
    background: 0 0;
    color: #82ba57;
    font-size: 1em
}

.bw-wrapper .product-select input+label .product .tag.bg_1 {
    color: #0d7bc0
}

.bw-wrapper .product-select input:checked+label {
    pointer-events: none
}

.bw-wrapper .product-select input:checked+label .date-box {
    color: #1b4a68
}

.bw-wrapper .product-select .price {
    display: block;
    float: right;
    margin: 0;
    height: 36px;
    line-height: 36px;
    font-size: 1.2em;
    font-weight: 700
}

.bw-wrapper .product-select .price small {
    font-weight: 400
}

.bw-wrapper .product-select input:checked+label .price {
    display: none
}

.bw-wrapper .product-select input+label .check:after,
.bw-wrapper .product-select input+label .check:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.bw-wrapper .product-select input+label .check:before {
    background: #d9e1e8;
    border: 1px solid #b9c9d4
}

.bw-wrapper .product-select input+label .check:hover:before {
    background: #d3e7c3;
    border: 1px solid #82ba57
}

.bw-wrapper .product-select input:checked+label .check:before {
    background: #82ba57;
    border: 1px solid #73ac47
}

.bw-wrapper .product-select input+label .check:after {
    font-family: a1travel2016!important;
    content: "\e906";
    color: #fff;
    opacity: 0;
    display: none
}

.bw-wrapper .product-select input:checked+label .check:after {
    opacity: 1;
    display: block
}

.bw-wrapper .product-select .price-and-checkbox {
    float: left;
    width: 100%;
    margin: 5px 0 0 0
}

.bw-wrapper .product-select input+label .check {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: relative;
    margin: 0 0 0 10px
}

.bw-wrapper .flight-logo {
    display: block;
    width: 70px;
    height: 22px;
    border: 1px solid #fff
}

.bw-wrapper .product.flights .depart,
.bw-wrapper .product.flights .return {
    width: 50%;
    display: block;
    float: left
}

.bw-wrapper .product.flights .info {
    width: 75%;
    display: block;
    float: left;
    padding: 0 4px;
    line-height: 1.1
}

.bw-wrapper .date-box {
    display: block;
    padding: 5px;
    background: #fff;
    text-align: center;
    float: left;
    margin: 0;
    width: 20%;
    border: 1px solid #d9e1e8;
    border-radius: 3px;
    text-transform: uppercase
}

.bw-wrapper .date-box .DDD {
    display: block;
    font-size: .8em;
    line-height: 1
}

.bw-wrapper .date-box .DD {
    display: block;
    font-size: 1em;
    line-height: 1;
    font-weight: 700
}

.bw-wrapper .date-box .MMM {
    display: block;
    font-size: .8em;
    line-height: 1;
    float: left;
    width: 100%
}

.bw-wrapper .date-box .YYYY {
    display: block;
    font-size: .8em;
    line-height: 1;
    float: left;
    width: 100%
}

.bw-wrapper .product.summary .details {
    width: 59%
}

.bw-wrapper .product.summary .price {
    width: 40%;
    text-align: right
}

.bw-wrapper .product.summary .price .h1 {
    font-weight: 700
}

.bw-wrapper .button.book {
    margin: 5px 0 0 0
}

.bw-wrapper .totals .usps {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0
}

.bw-wrapper .totals .price {
    width: 100%
}

.bw-wrapper .button.small.green {
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    background: #82ba57;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s, background .3s;
    transition: box-shadow .3s, border .3s, background .3s, -webkit-box-shadow .3s;
    border: 1px solid #77b34a;
    margin: 0 0 3px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    font-weight: 600;
    font-weight: 400;
    font-size: .688em;
    padding: 5px
}

.bw-wrapper .button.small.green:hover {
    color: #fff;
    background: #a2cc82;
    -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25);
    box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25)
}

.bw-wrapper .button.small.green:visited {
    color: #fff
}

.bw-wrapper .button.remove {
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1em;
    background: #e83e4a;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s, background .3s;
    transition: box-shadow .3s, border .3s, background .3s, -webkit-box-shadow .3s;
    border: 1px solid #e62c39;
    margin: 0 0 3px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 1px 1px rgba(0, 0, 0, .25);
    font-weight: 600;
    font-weight: 400;
    font-size: .688em;
    padding: 5px
}

.bw-wrapper .button.remove:hover {
    color: #fff;
    background: #ef757d;
    -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25);
    box-shadow: 3px 4px 6px rgba(0, 0, 0, .2), -3px 4px 6px rgba(0, 0, 0, .25)
}

.bw-wrapper .button.remove:visited {
    color: #fff
}

.bw-wrapper .button.remove,
.bw-wrapper .button.small.green {
    font-size: .8em;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px;
    border-radius: 3px;
    line-height: normal
}

.bw-wrapper .bw-slide-panel .input-group.block.bar .product {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0
}

@media only screen and (min-width:48.0625em) {
    .bw-wrapper ul.date-picker .heading {
        margin-bottom: 5px
    }
    .bw-wrapper ul.date-picker .header-days li {
        min-height: auto
    }
    .bw-wrapper ul.date-picker li {
        min-height: 60px
    }
    .bw-wrapper ul.date-picker li .price-per {
        display: block
    }
    .bw-wrapper .bw-slide-panel {
        top: 5%;
        right: -640px;
        width: 640px;
        height: 95%;
        border: 5px solid #fff
    }
    .bw-wrapper .bw-slide-panel.active {
        right: 30px
    }
    .bw-wrapper .bw-slide-panel .side-panel-header-fixed-wrapper {
        width: 630px
    }
    .bw-wrapper .bw-slide-panel .input-group.block.bar.filter-boards input+label {
        font-size: .9em
    }
    .bw-wrapper .product.flights .info {
        line-height: 1.2
    }
    .bw-wrapper .flight-logo {
        display: block;
        width: 100px;
        height: 25px;
        border: 1px solid #fff
    }
    .bw-wrapper .product.summary .details {
        width: 59%
    }
    .bw-wrapper .product.summary .price {
        width: 40%
    }
    .bw-wrapper .product.summary .price .h1 {
        font-weight: 700
    }
    .bw-wrapper .button.book {
        margin: 5px 0 0 0
    }
    .bw-wrapper .totals .usps {
        width: 60%;
        float: left;
        text-align: left
    }
    .bw-wrapper .totals .price {
        width: 40%;
        float: right
    }
}

.col-booking-main {
    position: relative
}

.basket--desktop {
    position: relative
}

.col-results {
    position: relative
}

.col-basket {
    display: none
}

@media (min-width:991px) {
    .col-basket {
        display: block
    }
}

.col-basket__inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform
}

.mini-basket {
    display: block;
    width: 100%;
    border: 8px solid #e7f2f9;
    border: .5rem solid #e7f2f9;
    background-color: #fff;
    padding: 24px;
    padding: 1.5rem;
    position: relative;
    z-index: 2
}

.mini-basket strong {
    font-weight: 300
}

.mini-basket__header {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 4px solid #e7f2f9;
    border-bottom: .25rem solid #e7f2f9;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 16px 0;
    padding: 0 0 1rem 0;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0
}

.mini-basket__header h3 {
    font-weight: 700;
    display: block;
    line-height: normal
}

.mini-basket__header h3 span {
    font-weight: 700
}

.mini-basket__was-price {
    text-decoration: line-through;
    display: none
}

.mini-basket__pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
    margin: 1rem 0;
    text-transform: capitalize
}

.mini-basket__pricing>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 1;
    flex: 1 0 1
}

.mini-basket__price-pp {
    padding-right: 16px;
    padding-right: 1rem;
    color: #0e7bc0;
    border-right: 2px solid #dfe3e6
}

.mini-basket__price-pp .price {
    font-size: 32px;
    font-size: 2rem;
    display: block;
    line-height: 1.2;
    font-weight: 400
}

.mini-basket__price-pp .pp {
    font-size: 13.6px;
    font-size: .85rem;
    display: block
}

.mini-basket__price-total {
    padding-left: 16px;
    padding-left: 1rem
}

.mini-basket__price-total .price {
    font-size: 32px;
    font-size: 2rem;
    display: block;
    line-height: 1.2;
    font-weight: 400
}

.mini-basket__price-total .pp {
    font-size: 13.6px;
    font-size: .85rem;
    display: block
}

.mini-basket__bags {
    display: none!important;
    font-size: 12.8px;
    font-size: .8rem
}

.mini-basket__bags .warning {
    color: salmon
}

.mini-basket__product {
    font-size: 11.2px;
    font-size: .7rem;
    line-height: normal;
    margin: 0 0 8px 0;
    margin: 0 0 .5rem 0;
    padding: 0 0 8px 0;
    padding: 0 0 .5rem 0;
    border-bottom: 2px solid #e7f2f9
}

.mini-basket__product-header {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 4px 0;
    margin: 0 0 .25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mini-basket__product-details--flights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 8px 0;
    margin: 0 0 .5rem 0
}

.mini-basket__product-price,
.mini-basket__product-pricing {
    display: none
}

.mini-basket__product-price--payment,
.mini-basket__product-price--totals,
.mini-basket__product-pricing--payment,
.mini-basket__product-pricing--totals {
    display: block;
    font-size: 24px;
    font-size: 1.5rem
}

.mini-basket__product-price--discount,
.mini-basket__product-pricing--discount {
    display: block;
    color: #008b8b;
    font-size: 24px;
    font-size: 1.5rem
}

.mini-basket__flight-logo {
    width: 75px;
    height: auto
}

.mini-basket__gallery {
    height: 200px;
    width: 100%;
    display: block;
    position: relative
}

.mini-basket__gallery img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mini-basket--large .mini-basket__product {
    font-size: 12.8px;
    font-size: .8rem
}

.mini-basket--confirmation {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.mobile-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    padding: .5rem
}

@media (min-width:769px) {
    .mobile-basket {
        padding: 1rem
    }
}

.mobile-basket__pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:769px) {
    .mobile-basket__pricing {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.mobile-basket__price-pp,
.mobile-basket__price-total {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 1;
    flex: 1 1 1;
    font-size: 20px;
    font-size: 1.25rem;
    color: #07253f;
    line-height: normal;
    padding-right: 8px;
    padding-right: .5rem
}

@media (min-width:769px) {
    .mobile-basket__price-pp,
    .mobile-basket__price-total {
        font-size: 32px;
        font-size: 2rem
    }
}

.mobile-basket__price-pp span,
.mobile-basket__price-total span {
    display: block
}

.mobile-basket__price-pp .pp,
.mobile-basket__price-total .pp {
    font-size: 9.6px;
    font-size: .6rem;
    font-weight: 300
}

.mobile-basket__price-total {
    color: #0e7bc0
}

.booking-products {
    background-color: #e7f2f9;
    line-height: 1.3;
    padding: 8px;
    padding: .5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.booking-products--ancillary {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: none;
    padding: 0;
    background-color: #fff;
    margin: 0 -8px 16px -8px;
    margin: 0 -.5rem 1rem -.5rem
}

.booking-products--ancillary .column {
    padding: 8px;
    padding: .5rem;
    width: 100%;
    position: relative
}

@media (min-width:991px) {
    .booking-products--ancillary .column {
        width: 50%
    }
}

.booking-products--ancillary .card {
    border: 8px solid #e7f2f9;
    border: .5rem solid #e7f2f9;
    position: relative;
    height: 100%
}

.booking-products .card__header {
    padding-bottom: 0
}

.booking-products .card__header h4 {
    line-height: 1
}

.booking-products .card__header small {
    line-height: 1;
    font-size: 12.8px;
    font-size: .8rem
}

@media (max-width:990px) {
    .booking-products--selected-flight {
        border: none;
        padding: 0;
        margin: 0
    }
    .booking-products--selected-flight .card__content {
        margin: 0;
        padding: 0
    }
    .booking-products--selected-flight .icon-container {
        display: none
    }
}

.deal__header {
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0
}

.deal p {
    display: block;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    padding: 0
}

.deal__description {
    border-bottom: 2.4px dashed #e7f2f9;
    border-bottom: .15rem dashed #e7f2f9;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding: 16px 0;
    padding: 1rem 0
}

.deal__description:after {
    content: "";
    clear: both;
    display: table
}

.deal__price-main {
    line-height: 1.3;
    padding: 16px;
    padding: 1rem;
    background-color: #0e7bc0;
    background: -webkit-gradient(linear, right top, left top, from(#009bde), color-stop(#0e7bc0), to(#0d76b8));
    background: linear-gradient(to left, #009bde, #0e7bc0, #0d76b8);
    color: #dbebf6;
    font-weight: 700
}

.deal__price-main small {
    font-weight: 300
}

.deal__list-section ul {
    border-bottom: 2.4px dashed #e7f2f9;
    border-bottom: .15rem dashed #e7f2f9;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding: 16px 0;
    padding: 1rem 0
}

.deal__list-section ul:after {
    content: "";
    clear: both;
    display: table
}

.deal__list-section ul li {
    position: relative;
    display: block;
    float: left;
    padding: 4px 4px 4px 20px;
    padding: .25rem .25rem .25rem 1.25rem;
    text-align: left;
    width: auto;
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: 400;
    color: #0e7bc0;
    line-height: normal;
    width: 100%
}

.deal__list-section ul li::before {
    content: "\ea10";
    margin-right: 4px;
    margin-right: .25rem;
    color: #6eb0d9;
    position: absolute;
    left: 0;
    top: 5.6px;
    top: .35rem;
    width: 16px;
    width: 1rem;
    text-align: left
}

.deal__departures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px -8px;
    margin: 1rem -.5rem;
    overflow: hidden
}

.deal__departures>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 8px;
    margin: .5rem;
    background: #e7f2f9;
    min-width: calc(320px - 4rem);
    border: 2.4px solid #dbebf6;
    border: .15rem solid #dbebf6
}

.deal__departure {
    line-height: 1.4;
    padding: 16px;
    padding: 1rem;
    font-size: 12.8px;
    font-size: .8rem
}

.deal__departure h5 {
    color: #0e7bc0;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    padding-bottom: 8px;
    padding-bottom: .5rem;
    font-weight: 400;
    display: block;
    border-bottom: 2.4px dashed #dbebf6;
    border-bottom: .15rem dashed #dbebf6;
    font-size: 18.4px;
    font-size: 1.15rem
}

.deal__timer>div {
    display: inline-block;
    padding: 12px;
    padding: .75rem;
    margin: 2.4px;
    margin: .15rem;
    background: rgba(255, 255, 255, .5);
    border-radius: .25rem;
    text-align: center
}

.deal__timer>div>div {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1!important
}

.deal__timer small {
    line-height: 1!important;
    font-size: 9.6px;
    font-size: .6rem;
    display: block
}

.zikCart {
    background: #fff
}

@media (min-width:991px) {
    .zikCart {
        padding: 1rem;
        border-radius: .5rem;
        border: 1px solid #f7f8f9;
        -webkit-box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5);
        box-shadow: 0 .75rem .5rem -.5rem rgba(7, 37, 63, .5);
        margin: 0 0 1rem 0
    }
}

.zikCart__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 8px 0;
    margin: .5rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zikCart__summary-htl {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem
}

.zikCart__summary-date {
    border: 1px solid #eceef0;
    text-align: center;
    border-radius: .25rem;
    margin-left: 16px;
    margin-left: 1rem
}

.zikCart__summary-date>div {
    background: #eceef0;
    padding: 4px;
    padding: .25rem;
    line-height: 1;
    text-transform: uppercase
}

.zikCart__summary-date>div:nth-of-type(2) {
    font-weight: 700;
    font-size: 19.2px;
    font-size: 1.2rem;
    background: #fff;
    line-height: 1.2
}

.zikCart__prod {
    display: block;
    margin: 8px 0;
    margin: .5rem 0
}

.zikCart__prod-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 120%;
    padding-right: 44px;
    position: relative;
    margin: 0 0 8px 0;
    margin: 0 0 .5rem 0;
    padding: 4px;
    padding: .25rem;
    background-color: #f7f8f9
}

.zikCart__prod-header:hover {
    background-color: #eceef0;
    cursor: pointer
}

.zikCart__prod-icon {
    background: #fca61d;
    color: #976411;
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-size: 1rem
}

.zikCart__prod-details {
    display: block;
    line-height: 19.2px;
    line-height: 1.2rem
}

.zikCart__sub-prod {
    padding: 0 0 4px 0;
    padding: 0 0 .25rem 0;
    margin: 0 0 4px 0;
    margin: 0 0 .25rem 0;
    border-bottom: 1px dotted #eceef0
}

.zikCart__sub-prod:last-of-type {
    border: none
}

.zikCart__sub-prod--party {
    text-transform: capitalize
}

.zikCart__flights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zikCart__flights img {
    max-width: 75px;
    margin-top: 4px;
    margin-top: .25rem
}

.zikCart__flights>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.zikCart__payment-type {
    display: none;
    visibility: hidden
}

.zikCart__totals {
    padding: 8px 0;
    padding: .5rem 0;
    margin: 8px 0;
    margin: .5rem 0;
    border-top: 1px dotted #eceef0;
    border-bottom: 1px dotted #eceef0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.zikCart__totals>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px;
    padding: 1rem;
    text-align: center
}

.zikCart__totals>div:first-of-type {
    border-right: 1px dotted #eceef0
}

.zikCart__totals>div>span {
    font-size: 32px;
    font-size: 2rem;
    display: block
}

.zikCart__total-cost {
    font-weight: light
}

.zikCart__pp-cost {
    font-weight: 700
}

.zikCart__old-price {
    text-decoration: line-through;
    color: salmon;
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: 400
}

.zikCart--dark {
    background: #000;
    color: #fff
}

.zikCart--brand {
    background: #0e7bc0;
    border-color: #0b629a;
    color: #fff
}

.zikCart--sm {
    font-size: 12px;
    font-size: .75rem
}

.zikCart--xl {
    font-size: 16px;
    font-size: 1rem;
    max-width: 520px
}

.zikCart--np .zikCart__prod-price-total {
    display: none;
    visibility: hidden
}

.zikCart--payment .zikCart__deposit-info,
.zikCart--payment .zikCart__min-deposit {
    display: none;
    visibility: hidden
}

.zikCart--confirmed {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.zikCart--confirmed .zikCart__deposit-info,
.zikCart--confirmed .zikCart__min-deposit,
.zikCart--confirmed .zikCart__totals {
    display: none
}

.zikCart--collapsible .zikCart__prod .zikCart__prod-header {
    padding-right: 44px;
    position: relative
}

.zikCart--collapsible .zikCart__prod .zikCart__prod-header::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f106";
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.zikCart--collapsible .zikCart__prod.collapsed .zikCart__prod-header::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.zikCart--collapsible .zikCart__prod.collapsed .zikCart__prod-details {
    display: none
}

.zikPayment {
    border: 2px solid #dfe3e6;
    border-radius: .25rem
}

.zikPaymentSummary {
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zikPaymentSummary>div {
    padding: 16px;
    padding: 1rem
}

.zikPaymentSummary__header {
    border-bottom: 2px dashed #dfe3e6
}

.zikPaymentSummary__amtDue {
    margin-bottom: 8px;
    margin-bottom: .5rem;
    border-bottom: 2px dashed #f7f8f9
}

.zikPaymentSummary__amtRemaining {
    font-size: 10.4px;
    font-size: .65rem;
    color: #008b8b;
    font-style: italic
}

.zikPaymentDepositSummary {
    padding: 16px;
    padding: 1rem
}

.zikSecurePayment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: .25rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #008b8b;
    color: #fff;
    padding: 12px;
    padding: .75rem;
    font-size: 12px;
    font-size: .75rem
}

.zikSecurePayment i {
    font-size: 28px;
    font-size: 1.75rem
}

.zikVoucher {
    max-width: 780px;
    margin: 16px 0;
    margin: 1rem 0;
    display: block
}

.zikVoucher__saving {
    background: -webkit-gradient(linear, right bottom, left top, from(rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, .5)));
    background: linear-gradient(to top left, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .5) 100%);
    padding: 4px;
    padding: .25rem;
    border-radius: .25rem
}

.zikStatus {
    padding: 0 8px 0 0;
    padding: 0 .5rem 0 0;
    border-radius: .25rem;
    display: inline-block;
    margin: 8px 0;
    margin: .5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-size: .75rem
}

.zikStatus::before {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px;
    padding: .5rem;
    background: -webkit-gradient(linear, right bottom, left top, from(rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, .5)));
    background: linear-gradient(to top left, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .5) 100%);
    width: 48px;
    width: 3rem;
    text-align: center;
    margin-right: 16px;
    margin-right: 1rem;
    font-family: kunamead!important
}

.zikStatus--error {
    background-color: #f08080;
    color: #8b0000
}

.zikStatus--error::before {
    content: "\e946"
}

.zikStatus--success {
    background-color: #90ee90;
    color: #008b8b
}

.zikStatus--success::before {
    content: "\e90e"
}

.flip-box {
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-box-back,
.flip-box-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.flip-box-back {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.flip-box-back-y,
.flip-box-front-y {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-box-back-y {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.flipcard {
    position: relative;
    height: auto;
    min-height: 0;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: min-height .3s ease-out 0s, -webkit-transform .3s ease-out .3s;
    -moz-transition: min-height .3s ease-out 0s, -moz-transform .3s ease-out .3s;
    -o-transition: min-height .3s ease-out 0s, -o-transform .3s ease-out .3s;
    -ms-transition: min-height .3s ease-out 0s
}

.flipcard.card-flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.flipcard .flipcard-back,
.flipcard .flipcard-front {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-perspective: 800px;
    -ms-transform-style: flat;
    -ms-transition: -ms-transform 1s ease-out .3s;
    padding: 0
}

.flipcard .flipcard-front {
    position: relative;
    display: block;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.flipcard .flipcard-back {
    position: absolute;
    display: none;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg) translateZ(.1px);
    -webkit-font-smoothing: antialiased
}

.flipcard .flipcard-front.ms-front-flipped {
    -ms-transform: rotateY(180deg)
}

.flipcard .flipcard-back.ms-back-flipped {
    -ms-transform: rotateY(0)
}

@media (min-width:991px) {
    .mobile-toolbar {
        display: none;
        visibility: hidden
    }
}

.mobile-toolbar--bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.mobile-toolbar.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 -.5rem .5rem rgba(0, 0, 0, .2);
    box-shadow: 0 -.5rem .5rem rgba(0, 0, 0, .2)
}

.mobile-toolbar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-toolbar__inner>button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: transparent;
    border-color: transparent;
    color: #0e7bc0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 8px;
    padding: .5rem
}

.mobile-toolbar__inner>button:active,
.mobile-toolbar__inner>button:hover {
    background-color: transparent;
    color: #008b8b
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: none;
    z-index: 998
}

.modal .btn--close {
    position: absolute;
    top: 8px;
    top: .5rem;
    right: 8px;
    right: .5rem;
    z-index: 2;
    padding: 8.8px 12px;
    padding: .55rem .75rem;
    border-color: transparent;
    background-color: transparent;
    z-index: 999
}

@media (min-width:769px) {
    .modal .btn--close {
        top: 1rem;
        right: 1rem;
        outline: 0;
        font-size: 1rem;
        padding: 0
    }
}

.modal__overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%
}

.modal__header {
    background-color: #fff;
    border-bottom: 4px solid #e7f2f9;
    border-bottom: .25rem solid #e7f2f9;
    overflow: hidden;
    text-transform: capitalize;
    padding: 24px 16px 16px 16px;
    padding: 1.5rem 1rem 1rem 1rem;
    position: relative;
    min-height: 60px;
    line-height: normal;
    z-index: 1
}

@media (min-width:769px) {
    .modal__header {
        padding: 32px 16px 16px 16px;
        padding: 2rem 1rem 1rem 1rem
    }
}

.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin: auto;
    width: 100%;
    max-height: 100%;
    display: none;
    border-radius: .25rem
}

.modal__content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 1rem rgba(7, 62, 96, .9);
    box-shadow: 0 0 1rem rgba(7, 62, 96, .9);
    border: 8px solid #e7f2f9;
    border: .5rem solid #e7f2f9
}

@media (min-width:991px) {
    .modal__content {
        max-width: 920px;
        height: 85%
    }
}

.modal__inner {
    position: relative;
    padding: 16px;
    padding: 1rem;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.modal__scrollable {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal__fixed-footer {
    height: 100px
}

.modal__article {
    font-size: 11.2px;
    font-size: .7rem;
    padding: 16px 0 16px 0;
    padding: 1rem 0 1rem 0
}

.modal__article h1,
.modal__article h2,
.modal__article h3,
.modal__article h4,
.modal__article h5 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
}

.modal__article p {
    padding: 0;
    margin: 0 0 8px 0;
    margin: 0 0 .5rem 0
}

@media (min-width:991px) {
    .modal--large .modal__content {
        max-width: 980px;
        height: 90%
    }
}

.modal--active {
    display: block
}

.modal--active .modal__overlay {
    -webkit-animation-name: fadeInBackground;
    animation-name: fadeInBackground;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(.17, .67, .75, 1.02);
    animation-timing-function: cubic-bezier(.17, .67, .75, 1.02);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.modal--active .modal__content {
    display: block;
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(.17, .67, .75, 1.02);
    animation-timing-function: cubic-bezier(.17, .67, .75, 1.02);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.modal--closing .modal__overlay {
    -webkit-animation-name: fadeOutBackground;
    animation-name: fadeOutBackground;
    -webkit-animation-duration: .85s;
    animation-duration: .85s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.modal--closing .modal__content {
    -webkit-animation-name: fadeOutTop;
    animation-name: fadeOutTop;
    -webkit-animation-duration: .65s;
    animation-duration: .65s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.loading {
    min-height: 100vh
}

.loader-wrapper {
    position: relative;
    text-align: center
}

.loader-wrapper--light {
    background-color: #fff
}

.loader-wrapper--dark {
    background-color: rgba(0, 0, 0, .95)
}

.loader-wrapper--fullpanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

@media (max-width:768px) {
    .loader-wrapper--fullpanel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 98
    }
    .loader-wrapper--fullpanel .loader__inner {
        position: absolute;
        padding: 32px;
        padding: 2rem;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        width: 100%
    }
}

.loader-wrapper--fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, .95)
}

.loader-wrapper--fullscreen .loader__inner {
    position: absolute;
    padding: 32px;
    padding: 2rem;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%
}

.loader-wrapper .loader {
    text-align: center;
    margin: 16px auto 16px auto;
    margin: 1rem auto 1rem auto;
    position: relative;
    height: 100px;
    width: 100px;
    background: rgba(14, 123, 192, .75);
    border-radius: 50%;
    display: block;
    overflow: hidden
}

.loader-wrapper .loader__spinner {
    border: 12px solid rgba(223, 227, 230, .3);
    border-top: 12px solid rgba(14, 123, 192, .9);
    border-top: 12px solid rgba(14, 123, 192, .9);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.loader-wrapper .loader__spinner2 {
    border: 12px solid rgba(223, 227, 230, 0);
    border-top: 12px solid rgba(255, 255, 255, .2);
    border-top: 12px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.loader-wrapper .loader__message,
.loader-wrapper .loader__text {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    border-radius: .25rem;
    display: inline-block;
    color: #fca61d
}

.loader-wrapper .loader .fa {
    position: absolute;
    display: block;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transform-origin: (0 0);
    transform-origin: (0 0);
    font-size: 30px;
    color: #fff
}

.loader-wrapper .loader--small {
    height: 60px;
    width: 60px
}

.loader-wrapper .loader--small .loader__spinner,
.loader-wrapper .loader--small .loader__spinner2 {
    height: 60px;
    width: 60px;
    border: 4px solid rgba(223, 227, 230, .3);
    border-top: 4px solid rgba(14, 123, 192, .9);
    border-top: 4px solid rgba(14, 123, 192, .9)
}

.loader-wrapper .loader--small .fa {
    font-size: 19.2px;
    font-size: 1.2rem
}

.rotate {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-overlay--active {
    z-index: 10;
    background-color: rgba(0, 0, 0, .2)
}

.overlay {
    display: none
}

.overlay--active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, .5)
}

.mobile-overlay--active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255, 255, 255, .5)
}

.crumbtrail {
    text-transform: capitalize;
    background-color: #f7f8f9;
    padding: 16px 0 8px 0;
    padding: 1rem 0 .5rem 0;
    font-size: 12.8px;
    font-size: .8rem
}

@media (min-width:991px) {
    .crumbtrail {
        padding: 2rem 0 .5rem 0
    }
}

.crumbtrail__booking-search-criteria {
    display: none
}

.validation {
    font-size: 12px;
    font-size: .75rem;
    padding: 0 8px;
    padding: 0 .5rem
}

.validation.alert {
    background-color: #fee6e3;
    color: #c8665b
}

.notes {
    font-size: 12px;
    font-size: .75rem
}

.notes--important {
    border: 1px solid #fdccc7;
    padding: 16px;
    padding: 1rem
}

.notification-wrapper {
    position: relative
}

.notification {
    position: absolute;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    top: -4px;
    top: -.25rem;
    font-size: 10.4px;
    font-size: .65rem;
    background-color: #dfe3e6;
    line-height: 16px;
    line-height: 1rem
}

.notification.on {
    background-color: #008b8b
}

.notification.on::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    z-index: -1;
    background-color: #40a8a8;
    -webkit-animation: pulse-notification 1.4s infinite;
    animation: pulse-notification 1.4s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.promo-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    text-align: center;
    font-size: 11.6px;
    font-size: .725rem;
    font-weight: 700;
    line-height: 60px;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #0e7bc0;
    color: #fff;
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
    background-color: #fca61d;
    background: -webkit-gradient(linear, right top, left bottom, from(#fca61d), to(#fdc56c));
    background: linear-gradient(to bottom left, #fca61d, #fdc56c)
}

.promo-badge::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    z-index: -1;
    background-color: #0b629a;
    background-color: #fca61d;
    background: -webkit-gradient(linear, right top, left bottom, from(#fca61d), to(#fdc56c));
    background: linear-gradient(to bottom left, #fca61d, #fdc56c)
}

.promo-badge::after {
    -webkit-animation: pulse-notification 2s infinite;
    animation: pulse-notification 2s infinite
}

.promo-badge--brand-1 {
    background-color: #0b629a;
    background: -webkit-gradient(linear, right top, left top, from(#084a73), to(#0e7bc0));
    background: linear-gradient(to left, #084a73, #0e7bc0)
}

.promo-badge--brand-1::after {
    background-color: #0e7bc0;
    background: -webkit-gradient(linear, right top, left top, from(#009bde), color-stop(#0e7bc0), to(#0d76b8));
    background: linear-gradient(to left, #009bde, #0e7bc0, #0d76b8)
}

@-webkit-keyframes pulse-notification {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes pulse-notification {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

.drawer__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width:990px) {
    .drawer__header {
        height: 80px;
        padding: 16px 16px;
        padding: 1rem 1rem;
        border-bottom: 1px solid #dfe3e6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1
    }
}

@media (min-width:991px) {
    .drawer__header {
        display: none
    }
}

@media (min-width:991px) {
    .drawer__header--display-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.drawer__header--all-sizes {
    height: 80px;
    padding: 16px;
    padding: 1rem;
    border-bottom: 1px solid #dfe3e6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.drawer__inner {
    position: relative
}

@media (max-width:990px) {
    .drawer__inner {
        overflow: hidden;
        overflow-y: auto;
        top: 80px;
        width: 100%;
        padding: 16px;
        padding: 1rem;
        bottom: calc(80px + 3rem);
        position: absolute
    }
}

.drawer__inner--all-sizes {
    overflow: hidden;
    overflow-y: auto;
    top: 80px;
    width: 100%;
    padding: 16px;
    padding: 1rem;
    bottom: calc(80px + 3rem);
    position: absolute
}

@-webkit-keyframes Wiggle {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes Wiggle {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes phone {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes phone {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.email-contact-form__processing {
    display: none
}

.email-contact-form .form-group {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.email-contact-form__message {
    font-size: 11.2px;
    font-size: .7rem
}

.email-contact-form .form-group.alternative-title {
    display: none
}

.email-contact-form__privacy {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    padding: 8px 16px;
    padding: .5rem 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    background: #e7f2f9
}

.email-contact-form fieldset {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    border: none
}

.email-contact-form fieldset legend {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    padding: 8px 16px;
    padding: .5rem 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    background: #e7f2f9
}

.email-contact-form fieldset textarea {
    height: 96px;
    height: 6rem
}

.checkbox-as-button input[type=radio] {
    opacity: 1;
    position: absolute;
    left: -99999px
}

.checkbox-as-button input[type=radio]+label {
    background-color: #0e7bc0;
    padding: 16px;
    padding: 1rem;
    color: #fff;
    border-radius: .25rem;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 16px;
    margin: 0 1rem
}

.checkbox-as-button input[type=radio]:hover+label {
    background-color: #6eb0d9;
    cursor: pointer
}

.checkbox-as-button input[type=radio]:active+label {
    background-color: #0b629a
}

.checkbox-as-button input[type=radio]:checked+label {
    background-color: #0e7bc0;
    padding: 16px;
    padding: 1rem;
    color: #fff;
    border-radius: .25rem;
    text-align: center
}

.checkbox-group,
.radio-group {
    position: relative;
    z-index: 0
}

.checkbox-group input,
.radio-group input {
    opacity: 1;
    position: absolute;
    left: -99999px
}

.checkbox-group input+label::before,
.radio-group input+label::before {
    content: "\ea53";
    margin-right: 4px;
    margin-right: .25rem;
    font-weight: 400;
    display: inline-block;
    padding: 0;
    line-height: 1
}

.checkbox-group input:checked+label::before,
.radio-group input:checked+label::before {
    content: "\ea52";
    color: #0e7bc0
}

.checkbox-group input:checked+label,
.radio-group input:checked+label {
    color: #0e7bc0
}

.checkbox-group input:focus+label::before,
.radio-group input:focus+label::before {
    outline: 1px dashed #3e95cd
}

.checkbox-group--sbs,
.checkbox-group--sbs-nav-flat,
.checkbox-group--sbs-nav-material,
.checkbox-group--stacked,
.radio-group--sbs,
.radio-group--sbs-nav-flat,
.radio-group--sbs-nav-material,
.radio-group--stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    line-height: normal;
    max-width: 100%
}

.checkbox-group--sbs input+label,
.checkbox-group--sbs-nav-flat input+label,
.checkbox-group--sbs-nav-material input+label,
.checkbox-group--stacked input+label,
.radio-group--sbs input+label,
.radio-group--sbs-nav-flat input+label,
.radio-group--sbs-nav-material input+label,
.radio-group--stacked input+label {
    padding: 16px;
    padding: 1rem;
    border: 4px solid transparent;
    border: .25rem solid transparent
}

.checkbox-group--sbs-nav-flat input+label,
.checkbox-group--sbs-nav-material input+label,
.radio-group--sbs-nav-flat input+label,
.radio-group--sbs-nav-material input+label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px 8px;
    padding: 1rem .5rem;
    background-color: #fff;
    background-color: #e7f2f9;
    border-color: #e7f2f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .15s;
    transition: .15s;
    position: relative;
    color: rgba(7, 37, 63, .85)
}

.checkbox-group--sbs-nav-flat input+label::before,
.checkbox-group--sbs-nav-material input+label::before,
.radio-group--sbs-nav-flat input+label::before,
.radio-group--sbs-nav-material input+label::before {
    display: none
}

.checkbox-group--sbs-nav-flat input+label:hover,
.checkbox-group--sbs-nav-material input+label:hover,
.radio-group--sbs-nav-flat input+label:hover,
.radio-group--sbs-nav-material input+label:hover {
    background-color: #fff;
    z-index: 1;
    color: #07253f;
    border-color: #dbebf6
}

@media (min-width:769px) {
    .checkbox-group--sbs-nav-flat input+label:hover,
    .checkbox-group--sbs-nav-material input+label:hover,
    .radio-group--sbs-nav-flat input+label:hover,
    .radio-group--sbs-nav-material input+label:hover {
        cursor: pointer
    }
}

.checkbox-group--sbs-nav-flat input:checked+label,
.checkbox-group--sbs-nav-material input:checked+label,
.radio-group--sbs-nav-flat input:checked+label,
.radio-group--sbs-nav-material input:checked+label {
    background-color: #fff;
    border-color: #dbebf6
}

.checkbox-group--sbs-nav-flat input:focus+label,
.checkbox-group--sbs-nav-material input:focus+label,
.radio-group--sbs-nav-flat input:focus+label,
.radio-group--sbs-nav-material input:focus+label {
    z-index: 1;
    outline: 1px dashed #3e95cd
}

.checkbox-group--sbs-nav-material input:checked+label,
.radio-group--sbs-nav-material input:checked+label {
    z-index: 3;
    background-color: #fff;
    color: #07253f;
    border-color: #80c5c5
}

.checkbox-group--stacked,
.radio-group--stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    line-height: normal
}

.checkbox-group--stacked input+label,
.radio-group--stacked input+label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.checkbox-group--show-icon input+label::before,
.radio-group--show-icon input+label::before {
    display: block
}

.checkbox-group--no-stretch input+label,
.radio-group--no-stretch input+label {
    -webkit-box-flex: 0!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important
}

.checkbox-group--date-selection,
.radio-group--date-selection {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

@media (max-width:480px) {
    .checkbox-group--date-selection,
    .radio-group--date-selection {
        display: none
    }
}

.checkbox-group--date-selection input+label,
.radio-group--date-selection input+label {
    padding: 8px 4px;
    padding: .5rem .25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.checkbox-group--date-selection input+label>span,
.radio-group--date-selection input+label>span {
    display: block;
    width: 100%;
    font-size: 9.6px;
    font-size: .6rem
}

.checkbox-group--date-selection input+label>span:nth-of-type(3),
.radio-group--date-selection input+label>span:nth-of-type(3) {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700
}

.checkbox-group--sort-results,
.radio-group--sort-results {
    margin-bottom: 0
}

.checkbox-group--sort-results input+label,
.radio-group--sort-results input+label {
    padding: 4px 8px;
    padding: .25rem .5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 12.8px;
    font-size: .8rem
}

.checkbox-group--pill,
.radio-group--pill {
    background: #e7f2f9;
    padding: 2.4px;
    padding: .15rem
}

.checkbox-group--pill input+label,
.radio-group--pill input+label {
    border-radius: .25rem;
    padding: 8.8px 12px;
    padding: .55rem .75rem;
    font-size: 12.8px;
    font-size: .8rem;
    margin: 2.4px;
    margin: .15rem
}

.checkbox-group--pill input:checked+label,
.radio-group--pill input:checked+label {
    background: #fff
}

.checkbox-group--has-bottom-margin,
.radio-group--has-bottom-margin {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.checkbox-group--has-top-margin,
.radio-group--has-top-margin {
    margin-top: 16px;
    margin-top: 1rem
}

.radio-group input+label::before {
    content: "\ea56"!important
}

.radio-group input:checked+label::before {
    content: "\ea55"!important
}

.basket__product {
    padding: 8px 0;
    padding: .5rem 0;
    border-bottom: 2.4px solid #e7f2f9;
    border-bottom: .15rem solid #e7f2f9
}

.basket__product strong {
    font-weight: 300
}

.basket__product-price {
    display: none
}

.basket__product-header {
    font-size: 12.8px;
    font-size: .8rem;
    font-weight: 700
}

.basket__totals {
    padding: 16px 0;
    padding: 1rem 0
}

.basket__price {
    margin-right: 32px;
    margin-right: 2rem;
    line-height: normal;
    font-size: 32px;
    font-size: 2rem
}

.basket__price small {
    font-size: 12.8px;
    font-size: .8rem;
    display: block
}

.basket__price--total {
    margin-right: 0;
    color: #0e7bc0
}

.basket__timer {
    color: #0e7bc0;
    padding: 8px;
    padding: .5rem;
    border: 1px solid #dbebf6;
    margin-top: 4px;
    margin-top: .25rem;
    border-radius: .25rem
}

.basket__deposit {
    color: #008b8b;
    padding: 8px;
    padding: .5rem;
    border: 1px solid #bfe2e2;
    border-radius: .25rem;
    color: salmon;
    background-color: #fee6e3;
    border: 1px solid #fdccc7
}

.basket__deposit small {
    font-size: 9.6px;
    font-size: .6rem
}

.basket__product {
    font-size: 11.2px;
    font-size: .7rem;
    line-height: 1.4
}

.basket__added-icons .icon-container {
    margin-right: 4px;
    margin-right: .25rem
}

.product-list__product {
    padding: 8px 0;
    padding: .5rem 0;
    margin: 0;
    border-bottom: 1.92px solid #e7f2f9;
    border-bottom: .12rem solid #e7f2f9;
    line-height: 1.3
}

.product-list__product--single {
    border-bottom: none;
    z-index: 2;
    position: relative;
    padding-top: 16px;
    padding-top: 1rem
}

.product__strong {
    font-weight: 700
}

.product__details strong {
    font-weight: 300
}

.product__price-and-actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 60px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product__price-and-actions .btn,
.product__price-and-actions>div {
    margin: 4px 0 4px 16px;
    margin: .25rem 0 .25rem 1rem
}

.product__flight-route {
    margin-right: 4px;
    margin-right: .25rem;
    padding: 4px 0;
    padding: .25rem 0
}

@media (min-width:991px) {
    .product__flight-route:first-of-type {
        padding-right: 16px;
        padding-right: 1rem;
        margin-right: 16px;
        margin-right: 1rem
    }
}

.product__price {
    font-weight: 700;
    line-height: normal
}

.product__price small {
    font-size: 9.6px;
    font-size: .6rem;
    font-weight: 300;
    display: block
}

.product__quantity-tag {
    padding: 4px;
    padding: .25rem;
    background-color: #008b8b;
    color: #fff;
    margin-left: 4px;
    margin-left: .25rem;
    font-size: 11.2px;
    font-size: .7rem
}

.product__flight-bags--added {
    background: #008b8b;
    color: #bfe2e2;
    padding: 4px;
    padding: .25rem;
    font-size: 9.6px;
    font-size: .6rem;
    margin-left: 4px;
    margin-left: .25rem
}

.product__warning {
    background-color: #fee6e3;
    font-size: 11.2px;
    font-size: .7rem;
    color: salmon;
    padding: 2.4px;
    padding: .15rem
}

.icon-container {
    background: grey;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    position: relative
}

.icon-container--round {
    border-radius: 50%;
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
    display: inline-block;
    margin-bottom: -3px
}

.icon-container--brand-2 {
    background: #fca61d;
    color: #7e530f
}

.icon-container i {
    line-height: 32px;
    line-height: 2rem;
    font-size: 16px;
    font-size: 1rem
}

.icon-container--has-right-margin {
    margin-right: 8px;
    margin-right: .5rem
}

.icon-container__qty {
    position: absolute;
    right: -2.4px;
    right: -.15rem;
    bottom: -2.4px;
    bottom: -.15rem;
    width: 12px;
    width: .75rem;
    height: 12px;
    height: .75rem;
    display: block;
    font-size: 9.6px;
    font-size: .6rem;
    background: #008b8b;
    color: #fff;
    border-radius: 50%;
    line-height: 12px;
    line-height: .75rem;
    text-align: center;
    font-family: Roboto, sans-serif!important
}

.icon-container--small {
    width: 19.2px;
    width: 1.2rem;
    height: 19.2px;
    height: 1.2rem;
    margin-right: 4px;
    margin-right: .25rem;
    margin-bottom: 2.4px;
    margin-bottom: .15rem
}

.icon-container--small i {
    line-height: 19.2px;
    line-height: 1.2rem;
    font-size: 9.6px;
    font-size: .6rem
}

.calendar ul:after {
    content: "";
    clear: both;
    display: table
}

.calendar ul {
    background: #e7f2f9;
    padding: .25%
}

.calendar li {
    display: block;
    float: left;
    position: relative;
    width: 13.785%;
    margin: .25%;
    height: 48px;
    height: 3rem;
    cursor: pointer
}

.calendar li a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background: #fff;
    min-height: 48px;
    min-height: 3rem
}

.calendar li a::after {
    content: "";
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .23);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .23);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.calendar li a.disabled {
    pointer-events: none
}

.calendar li a.disabled:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.calendar li a:hover {
    -webkit-transition: .15s;
    transition: .15s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.calendar li a:hover::after {
    opacity: 1
}

.calendar__days {
    margin: 16px 0 0 0;
    margin: 1rem 0 0 0
}

.calendar__days li {
    padding: 4px;
    padding: .25rem
}

.calendar__dates ul {
    background: #e7f2f9;
    padding: 1px
}

.calendar__dates li {
    padding: 1px
}

.calendar__dates li a {
    padding: 4px;
    padding: .25rem
}

.calendar__dates li.cheapest a .price {
    background: #008b8b;
    border-radius: .15rem;
    color: #80c5c5
}

.cta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    color: #07253f;
    text-decoration: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cta-link small {
    display: block;
    font-size: 12.8px;
    font-size: .8rem
}

.cta-link__number {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0e7bc0
}

.cta-link>div {
    padding-right: 8px;
    padding-right: .5rem
}

@media (min-width:769px) {
    .cta-link>div:first-of-type {
        padding-right: .5rem
    }
}

.cta-link>div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0
}

.cta-link>div:last-of-type * {
    width: 100%
}

.cta-link__phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    border-radius: .25rem;
    background: #dbebf6;
    text-align: center;
    line-height: 40px;
    line-height: 2.5rem
}

.cta-link__phone-icon i {
    font-size: 18.4px;
    font-size: 1.15rem;
    color: #0e7bc0
}

.cta-link:hover {
    -webkit-transition: .15s;
    transition: .15s;
    color: #7e530f;
    cursor: pointer
}

.cta-link:hover .cta-link__number {
    -webkit-transition: .15s;
    transition: .15s;
    color: #fca61d
}

.cta-link:hover .cta-link__phone-icon {
    -webkit-transition: .15s;
    transition: .15s;
    background: #fca61d
}

.cta-link:hover .cta-link__phone-icon i {
    -webkit-animation: phone .4s infinite;
    animation: phone .4s infinite;
    -webkit-transform-origin: center;
    transform-origin: center;
    color: #7e530f
}

.cta-link--site-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:990px) {
    .cta-link--site-header {
        display: none
    }
}

@media (max-width:480px) {
    .cta-link--hotel-result>div:first-of-type {
        display: none
    }
}

.cta-link--hotel-result>div:first-of-type i {
    font-size: 16px;
    font-size: 1rem
}

.cta-link--hotel-result .cta-link__number {
    font-size: 16px;
    font-size: 1rem
}

@media (max-width:480px) {
    .cta-link--hotel-result .cta-link__number {
        font-size: 16px;
        font-size: 1rem
    }
}

@media (max-width:480px) {
    .cta-link--hotel-result .cta-link__ref {
        display: block
    }
}

@media (min-width:991px) {
    .cta-link--xl small {
        font-size: 24px;
        font-size: 1.5rem
    }
    .cta-link--xl .cta-link__phone-icon {
        width: 80px;
        width: 5rem;
        height: 80px;
        height: 5rem
    }
    .cta-link--xl .cta-link__phone-icon i {
        font-size: 48px;
        font-size: 3rem
    }
    .cta-link--xl .cta-link__number {
        font-size: 48px;
        font-size: 3rem
    }
}

.image-gallery {
    position: relative;
    width: 100%;
    height: 100%
}

.image-gallery .image-slide {
    position: relative;
    width: 100%;
    height: 100%
}

.image-gallery .image-slide img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.image-gallery .image-slide.flickity-lazy img {
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: 0
}

.image-gallery .image-slide.flickity-lazy img.flickity-lazyerror,
.image-gallery .image-slide.flickity-lazy img.flickity-lazyloaded {
    opacity: 1
}

.image-gallery .carousel-cell-image {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 0
}

.image-gallery .flickity-fullscreen-button {
    top: auto;
    bottom: 0;
    right: 0;
    border-radius: 0
}

@media (max-width:768px) {
    .image-gallery .flickity-fullscreen-button {
        display: none
    }
}

.image-gallery.is-fullscreen .flickity-fullscreen-button {
    top: 8px;
    top: .5rem;
    bottom: auto;
    right: 8px;
    right: .5rem
}

.image-gallery.is-fullscreen .image-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image-gallery.is-fullscreen .image-slide img {
    width: auto;
    max-width: auto;
    height: auto;
    max-height: 100%
}

.mobile-booking-summary {
    display: none
}

@media (max-width:990px) {
    .mobile-booking-summary {
        display: block
    }
}

.mobile-booking-summary .card__content {
    padding: 8px;
    padding: .5rem;
    font-size: 11.2px;
    font-size: .7rem;
    margin: 0 auto;
    width: auto
}

.grid--XL {
    max-width: 1600px;
}

@media (min-width: 1381px) {
    .grid {
        max-width: 1600px;
    }
}

@media (min-width: 769px) {
    .grid {
        padding: 0 2rem;
    }
}

.grid {
    margin: 0 auto;
    padding: 0 8px;
    padding: 0 0.5rem;
}