/* CLS - load css to fix cLS first*/
.sp-small-container {
    padding-left: 0;
    margin-bottom: 0;
    height: 100px;
    overflow: hidden;
    list-style: none;
}

    .sp-small-container li {
        float: left;
    }

/* line 39, ../sass/components/_itinerary.scss */
/* EDITED BY DACODA */
.browsehappy {
    background: #ffd269
}

    .browsehappy p {
        color: #34444b;
        margin: 0 auto;
        padding: 20px;
        max-width: 900px;
        font-family: 'Myriad-Pro','Myriad Pro', Arial;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }

    .browsehappy a {
        color: #ec6851;
        text-decoration: underline;
    }

.itinerary-item .itinerary-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

    .itinerary-item .itinerary-text:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 20px 0px;
        background-image: url("/resources/2015/stylesheets/images/gradient_white.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .itinerary-item .itinerary-text.full:after {
        display: none;
    }

.itinerary-item p:after {
    display: none;
}

/* ADDITIONAL BY DACODA*/
.heightAuto {
    height: auto !important;
    max-height: none !important;
}

#map-canvas {
    height: 790px;
    width: 100%;
}

#map-panel {
    position: relative;
    float: left;
    z-index: 2;
    margin: -40px 0px 0px 10px;
}

    #map-panel #map-resize {
        background: rgb(236, 104, 81) none repeat scroll 0% 0%;
        padding: 5px;
        font-size: 14px;
        color: #fff;
    }

#info-window-content > *:first-child {
    margin-top: 0;
    padding-top: 0;
}


/*EDITED BY DACODA*/
input[type="submit"]:focus, .button-icon:focus, .button-link:focus, button:focus, .button-filter:focus, .pswp__button--close:focus {
    color: white;
    background-color: #d45d49;
}

.card-large-back .card-back {
    min-height: 95%;
    height: auto;
    box-sizing: content-box;
    padding-bottom: 108px;
    overflow: hidden;
    height: auto;
}

    .card-large-back .card-back .inner-form {
        padding: 0px 20px;
        position: relative;
        z-index: 2;
    }

.card-special-offer {
    width: 100px;
}

@media (max-width: 480px) {
    .card .card-price {
        line-height: 1.37143em;
        font-size: 1.16667em;
    }

    .card-currency {
        font-size: 0.8em;
    }

    .currency-change ul li a {
        font-size: 1em;
        line-height: 1.56364em;
    }
}

#accommodations .card .card-front .card-view-link.accommodation-card-update {
    display: none;
}

#accommodations .card.selected .card-front .card-view-link.accommodation-card-update {
    display: block;
    color: #52A4B3;
}

#accommodations .card.selected .card-front .card-view-link,
#accommodations .card.selected .card-front .card-summary {
    display: none;
}

#accommodations .card .card-front .card-selection-summary {
    display: none;
}

#accommodations .card.selected .card-front .card-selection-summary {
    display: block;
    padding: 0 0 30px;
}

    #accommodations .card.selected .card-front .card-selection-summary p {
        margin-bottom: 0.5em;
    }

    #accommodations .card.selected .card-front .card-selection-summary .rooms {
        font-family: 'Gotham';
        color: rgb(52, 68, 75);
        font-weight: 500;
        font-size: 0.8em;
        margin: 0px;
        line-height: 125%;
    }

#booking-flibber table.calculation,
#booking-flibber table.calculation-extra,
#booking-flibber table.calculation .discount-row,
#booking-flibber table.calculation-etra .discount-row {
    display: none;
}

    #booking-flibber table.calculation .main-row > td:nth-child(3),
    #booking-flibber table.calculation.hasDiscount .discount-row > td:nth-child(3) {
        display: block;
    }

    #booking-flibber table.calculation.hasDiscount .main-row > td:nth-child(3),
    #booking-flibber table.calculation .discount-row > td:nth-child(3) {
        display: none;
    }

    #booking-flibber table.calculation.withDiscount .main-row > td {
        vertical-align: middle;
    }

        #booking-flibber table.calculation.withDiscount .main-row > td:nth-child(2) {
            text-decoration: line-through;
        }

#booking-flibber table tr td.strike {
    text-decoration: line-through;
}

#booking-flibber table tr.price-row td {
    padding-bottom: 12px;
}

.ui-datepicker {
    display: none;
    font-size: 1.05em;
}

    .ui-datepicker .ui-datepicker-group {
        width: 31.33333%;
        margin: 0 1%;
        display: inline-block;
    }

    .ui-datepicker .ui-datepicker-title select {
        width: 40%;
        margin: 0 1%;
        font-size: 0.9em;
        padding: 0;
    }

.package-optional {
    margin-bottom: 150px;
}

    .package-optional .disabled {
        display: none;
    }


.card-tiny.disabled {
    background: #ccc;
    color: #fff;
}

    .card-tiny.disabled a {
        color: #fff;
    }

.card-tiny.selected {
    background: #52A4B3;
}

    .card-tiny.selected .card-optional-front,
    .card-tiny.selected .card-optional-front a {
        color: #fff;
    }

.card-tiny .card-optional-front {
    top: 0;
    left: 0;
    z-index: 900;
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
}

    .card-tiny .card-optional-front .card-view-link {
        color: #5f6366;
    }

.package-optional .card-tiny:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.package-optional .card-tiny.disabled:hover,
.package-optional .card-tiny.flip:hover {
    box-shadow: none;
}

.card-tiny .card-optional-front .card-optional-select {
    padding: 3px 15px;
    line-height: 1em;
    border-radius: 10px;
    margin: 0 0 0 5px;
    background: #5f6366;
}

.package-optional .card-tiny.disabled .card-optional-select,
.card-tiny.selected .card-optional-front .card-optional-select {
    display: none;
}

.card-tiny .card-optional-front .card-cancel {
    display: none;
    margin: 0 0 0 5px;
}

.card-tiny.selected .card-optional-front .card-cancel {
    display: inline;
}

.card-tiny .card-optional-back {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    /*height: 100%;*/
    background-color: #fcfafa;
    background-repeat: no-repeat;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-179deg);
    /* setting to 180 causes an unnatural-looking half-flip */
    transform: rotateY(-179deg);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
}

.card-tiny.flip .card-optional-front {
    z-index: 900;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-179deg);
    /* setting to 180 causes an unnatural-looking half-flip */
    transform: rotateY(-179deg);
}
/* line 196, ../sass/components/_cards.scss */
.card-tiny.flip .card-optional-back {
    display: block;
    overflow: visible;
    top: -30px;
    left: -10%;
    z-index: 1800;
    width: 120%;
    min-height: 280px;
    padding-bottom: 80px;
    border: 3px solid #76B89B;
    z-index: 1000;
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
    .card-tiny.flip .card-optional-back {
        left: 0;
        width: 100%;
    }

    #accommodations {
        overflow-y: hidden;
    }
}

.card-tiny .card-optional-back .inner-form {
    padding: 10px 20px 0;
    position: relative;
    z-index: 2;
}

.card-tiny .card-optional-back h1 {
    padding: 10px 0 0 0;
    text-align: center;
}

.card-tiny .card-optional-back .card-button-container {
    position: absolute;
    width: 100%;
    bottom: 5px;
    text-align: center;
}

    .card-tiny .card-optional-back .card-button-container a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
        margin-bottom: 10px;
        padding: 0;
    }

.booking-form table .extra-count {
    display: block;
    font-size: 0.8em;
}

.booking-form table #fee-handling {
    font-size: 0.722222em;
}

#booking-form-container label a {
    text-decoration: underline;
}

.itinerary-item p {
    max-height: none;
}

#selectTourModal .interests-options {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.checkbox-list input[type="checkbox"].checked + label::before,
.checkbox-list input[type="radio"].checked + label::before {
    background-color: #76B89B;
}

.checkbox-list input[type="checkbox"].checked + label::after,
.checkbox-list input[type="radio"].checked + label::after {
    font-size: 0.7em;
    color: #FFF;
    left: 3px;
    top: 1px;
    background-color: transparent;
}


#searchNotice {
    padding: 20px;
    text-align: center;
}



.modal .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

#modal-travel-style input[type="checkbox"][disabled] + label,
#modal-travel-style input[type="radio"][disabled] + label,
#filterTravelStyles input[type="checkbox"][disabled] + label,
#filterTravelStyles input[type="radio"][disabled] + label,
#filterDestinations input[type="checkbox"][disabled] + label,
#filterDestinations input[type="radio"][disabled] + label {
    opacity: 0.5;
}

.promotions ul li {
    position: relative;
}

#booking-form-container select.times {
    width: 45%;
    margin-right: 2%;
}

#booking-form-container input.date + div {
    position: absolute;
    bottom: 30px;
    right: 25px;
    cursor: pointer;
}

#booking-form-container input.date + input + div {
    position: absolute;
    top: auto;
    bottom: 11px;
    right: 25px;
    cursor: pointer;
}

#booking-form-container h1 .glyphicon {
    margin: 0px 0 0 10px;
}

.button-toggle label.checked {
    background-color: #52A4B3 !important;
}

    .button-toggle label.checked::before {
        display: inline !important;
        margin-right: 4px !important;
        position: static !important;
    }

    .button-toggle label.checked::after {
        content: "Selected" !important;
        background-color: transparent !important;
    }

#booking-form-container #availability {
    position: absolute;
    right: 0;
    top: 0
}

.text-partial {
    height: 150px;
    overflow: hidden;
}

a.text-partial-slide-down {
    text-transform: uppercase;
    margin: 20px 0px 0px;
    display: inline-block;
    font-family: "Gotham",sans-serif;
    font-weight: bold;
    color: rgb(133, 138, 143);
}

.list.list-none {
    list-style: none;
}

.bottom-margin {
    margin-bottom: 30px;
}

#code_disp {
    width: 100px;
}

.check {
    border: 1px solid #ccc;
    height: 200px;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

#korta iframe {
    border: 1px solid #999;
}

.client-review-text {
    background: rgb(82, 164, 179) none repeat scroll 0% 0%;
    position: relative;
    display: inline-block;
    left: auto;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    float: left;
    margin: 0 10px 0 0;
}

    .client-review-text.icon-tripadvisor-small {
        background-color: #76B89B;
    }

    .client-review-text.glyphicon-envelope:before {
        position: absolute;
        top: 2px;
        left: 6px;
    }

.client-review-paragraph header {
    width: 100%;
}

.link-more.link-more-bigger {
    font-size: 0.8em;
}

.booking-form header .contact {
    color: #FFF;
    font-size: 1.36666em;
    line-height: 1em;
    font-family: "Gotham",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

    .booking-form header .contact a {
        color: #FFF;
    }

.nospace {
    margin: 0 !important;
    padding: 0 !important;
}

.card-transport-inner i {
    font-size: 1.5em;
}

.card-transport-inner span.text {
    font-size: 1em;
    line-height: 2em;
}

@media (max-width: 480px) {
    .card-transport-inner span.text {
        display: none;
    }
}

.booking-form .mobile-hide:before {
    display: block;
    content: '';
    clear: both;
}

.booking-form header {
    z-index: 2;
}

    .booking-form header:after {
        clear: both;
        content: '';
        display: block;
    }

    .booking-form header .price {
        padding-bottom: 0;
    }

.booking-form .currency-link {
    display: inline-block;
    position: relative;
}

    .booking-form .currency-link.static:after {
        display: none;
    }

    .booking-form .currency-link ul {
        display: none;
        position: absolute;
        left: 0px;
        background: rgb(236, 104, 81) none repeat scroll 0% 0%;
        width: 100px;
        top: 10px;
        left: -10px;
        line-height: 2em;
        padding: 10px 10px 10px;
        margin: 0;
        z-index: 2;
    }

    .booking-form .currency-link:hover ul {
        display: block;
    }

    .booking-form .currency-link ul li {
        padding: 0;
        margin: 0 0 0 10px;
    }

        .booking-form .currency-link ul li a {
            color: #fff;
        }

.booking-form .booking-form-header-summary .isk-approx {
    font-size: 0.666667em;
    line-height: 1.4em;
    color: #E5E2E2;
    padding-top: 0px;
    margin-bottom: 0px;
    font-family: "Gotham",sans-serif;
}

.booking-form .isk-approx .currency-link {
    font-size: 1em;
    top: 0px;
}


@media (max-width: 480px) {
    .booking-form .booking-form-header-summary .isk-approx {
        float: left;
        clear: both;
        line-height: 1em;
    }

    .booking-form .isk-approx .currency-link {
        line-height: 1em;
    }
}

.dropdown-form-header label {
    position: absolute;
    top: 5px;
    font-weight: bold;
    font-size: 0.8em;
}

.booking-form .booking-form-header-summary .disclaimer a,
.booking-form .booking-form-header-summary .disclaimer a:hover {
    color: #E5E2E2;
}

/*.card-optional-back .dropdown-form.expanded {
    position:relative;
    overflow:visible;
}
.card-optional-back .dropdown-form.expanded ul {
    position:absolute;    
    background: #E5E2E2;
    z-index: 2;
    border-radius:0 0 5px 5px;
}*/


#booking-form-container input[type=text],
#booking-form-container textarea,
#email-us input[type=text],
#email-us input[type=email],
#email-us textarea {
    text-transform: none;
}

#booking-form-container textarea {
    line-height: 2em;
}

    #booking-form-container textarea.short {
        min-height: 50px;
    }

#booking-form-container .req {
    color: #f00;
}

.formError .formErrorContent {
    background: #ec6851 !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 300px !important;
    font-weight: bold;
    box-shadow: none !important;
    font-family: "Gotham",sans-serif;
}

.formError .formErrorArrow div {
    background: #ec6851 !important;
    box-shadow: none !important;
    border: 0 !important;
}

.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
    display: none !important;
}

@media (max-width: 480px) {
    .formError .formErrorContent {
        width: 200px !important;
    }
}

.desktop-hide {
    display: none;
}

@media (max-width: 480px) {
    .desktop-hide {
        display: block;
    }

    #booking-form-container .additional input.date + div {
        top: auto;
        bottom: 9px;
    }

    .hero-text .button-link {
        margin-bottom: 10px;
    }
}

.booking-form .booking-form-header-summary.large-price .price {
    font-size: 2.4em;
}


table.booking-summary {
    border-collapse: collapse;
}

    table.booking-summary th {
        font-family: "Gotham",sans-serif;
        padding: 0 20px;
        border: 1px solid #52A4B3;
        background: #52A4B3;
        text-transform: uppercase;
        color: #fff;
    }

    table.booking-summary td {
        padding: 0 20px;
    }

    table.booking-summary.booking-payment-summary th:nth-child(2),
    table.booking-summary.booking-payment-summary td:nth-child(2) {
        text-align: right;
    }

    table.booking-summary td.left {
        text-align: left;
    }

    table.booking-summary tr.underdotted td {
        border-bottom: 1px dashed #52A4B3;
    }

    table.booking-summary tr.underdotted + tr td {
        border-top: 1px dashed #52A4B3;
    }

    table.booking-summary tr.underlined td {
        border-bottom: 2px solid #52A4B3;
    }

    table.booking-summary tr.white td {
        background: #fff;
        font-weight: bold;
        color: #000;
    }

#frmBooking .package-headline + p {
    display: block;
    margin-left: 0px;
}


p.smaller {
    font-size: 0.9em;
}

section.booking-overflow {
    overflow: visible;
}

#booking-creditcard-fields .white,
#booking-banktransfer-info .white {
    background: transparent;
}

.booking-form-subtotal #total-with-fee {
    font-size: 1em;
    line-height: 1em;
}

ul.inline {
    padding: 0;
    font-family: "Gotham",sans-serif;
    font-weight: bold;
}

    ul.inline li {
        display: inline-block;
    }

        ul.inline li a {
            font-size: 0.9em;
            line-height: 1.92em;
        }

        ul.inline li::before {
            content: "\2022";
            color: #52A4B3;
            margin: 0px 7px 0px 2px;
            font-size: 0.611111em;
            line-height: 2.18182em;
        }

.menu-search:after {
    font-family: "nordicvisitor";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\f002";
}


.deposit_price {
    display: none;
    font-family: "Gotham",sans-serif;
    text-transform: uppercase;
    font-size: 0.66667em;
    padding: 10px;
}

    .deposit_price:after {
        clear: both;
        content: '';
        clear: both;
    }

    .deposit_price .label {
        float: left;
        font-size: 1em;
    }

    .deposit_price .value {
        float: right;
        display: inline;
        text-align: right;
    }

#sublinks .card-special-offer {
    position: relative;
    top: 10px;
    font-size: 1em;
}

.hero .card-special-offer {
    top: 50%;
    font-size: 0.67em;
    z-index: 2;
}

.r-1280 {
    display: none;
}

@media (min-width: 1280px) {
    .r-1280 {
        display: inline-block;
    }
}

.r-768 {
    display: none;
}

@media (max-width: 1279px) {
    .r-768 {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .hero .card-special-offer {
        top: 70px;
    }
}

@media (max-width: 800px) {
    .mobile-horizontal-list ul, .mobile-horizontal-list .list, .mobile-horizontal-list .collage-text ul, .collage-text .mobile-horizontal-list ul {
        max-width: 2000px !important;
    }
}


@media (max-width: 480px) {
    .card.flip .card-back {
        box-sizing: border-box;
    }

    .dropdown-form-header label {
        margin-top: 0
    }

    /* fix for scrollbar shown in opened card */
    .mobile-horizontal-container.scrollhide {
        overflow: hidden;
    }


    .mobile-front ul li p {
        display: none;
    }
}



.picker__header select {
    width: 50%;
}


@media (max-height: 900px) {
    /* line 122, ../sass/styles.scss */
    .booking-form > .mobile-hide {
        display: block;
    }
}

@media (max-height: 900px) and (max-width:768px) {
    .booking-form > .mobile-hide {
        display: none;
    }
}


.mobile-menu .mobile-sub-menu {
    text-align: center;
}

    .mobile-menu .mobile-sub-menu a.currency-link {
        color: #34444B;
        font-size: 1.5em;
        line-height: 1.2345em;
    }

        .mobile-menu .mobile-sub-menu a.currency-link:after {
            display: none;
        }

    .mobile-menu .mobile-sub-menu #currency-btn ul {
        margin: 5px 0 0;
    }

    .mobile-menu .mobile-sub-menu #currency-btn li {
        width: 100%;
        padding: 0;
    }


.promotions .button-container {
    display: inline;
}

@media (max-width: 480px) {
    .promotions .button-container {
        display: block;
        position: relative;
        margin-top: 37px;
    }

        .promotions .button-container button {
            display: block;
            margin: 0px auto;
        }
}


.client-review-paragraph .review-text p {
    max-height: none;
}

    .client-review-paragraph .review-text p:after {
        display: none;
    }

.client-review-paragraph .review-text {
    max-height: 200px;
    position: relative;
    overflow: hidden;
}

    .client-review-paragraph .review-text:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        margin: 0px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: auto;
        padding: 30px 0;
        top: 140px;
        background-image: url("/resources/2015/stylesheets/images/gradient_white.png");
    }

    .client-review-paragraph .review-text.tour-review-text:after {
        background-image: url("/resources/2015/stylesheets/images/gradient_grey.png");
    }

    .client-review-paragraph .review-text.review-class-full {
        max-height: none;
    }

        .client-review-paragraph .review-text.review-class-full:after {
            display: none;
        }

.client-review-paragraph > div,
.client-review-paragraph > span {
    font-size: 0.977em;
    line-height: 1.35em;
    color: #858a8f;
}

.employee img {
    max-width: 100%;
}


.ie .hero .video-container {
    display: none;
}


@media (max-width: 768px) {
    .hero .video-container {
        display: none;
    }
}

.list.list-highlight li a,
.list.list-included li a,
.list.list-not-included li a {
    text-decoration: underline !important;
}

    .list.list-highlight li a:hover,
    .list.list-included li a:hover,
    .list.list-not-included li a:hover {
        color: #253035;
    }

.booking-form {
    text-align: center;
}

    .booking-form > * {
        text-align: left;
    }

    .booking-form > a.booking-form-request {
        clear: both;
        display: inline-block;
        margin-bottom: 40px;
        padding: 9px 30px 7px 30px;
        line-height: 2.18181818em !important;
        font-size: 0.61111111em !important;
        color: #fff !important;
        text *align:center;
        background-color: #5f6267;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

        .booking-form > a.booking-form-request:hover {
            background-color: #4c4f53;
        }

        .booking-form > a.booking-form-request:focus {
            outline: none;
        }

        .booking-form > a.booking-form-request .icon-paper-plane {
            margin-right: 5px;
        }


.car .card-back ul, .car .card-back ol {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    color: #858a8f;
    list-style: none;
}

    .car .card-back ul li, .car .card-back ol li {
        font-size: 0.88888889em;
        line-height: 1.2em;
        padding-bottom: 8px;
        list-style: none;
    }

@media (min-width: 981px) and (max-width: 1280px) {
    .car .card-back ul li, .car .card-back ol li {
        font-size: 0.83333333em;
        line-height: 1.0em;
        padding-bottom: 4px;
    }
}

.car .card-small,
.car .card-front {
    min-height: 0;
}

.car .card-back h1 span {
    font-size: 50%;
    line-height: 50%;
    margin: 0;
}

.car .card-flip-link {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.66666667em;
    line-height: 1.4em;
    float: none;
}

.car .card-back .card-flip-link {
    color: #ec6851;
}

    .car .card-back .card-flip-link .icon:before {
        font-size: 1.25em;
        margin-right: 5px;
    }

@media (max-width: 480px) {
    .card-small .card-back .card-bottom {
        bottom: 60px;
    }
}

textarea.text-counter + .pull-right {
    font-size: 0.8em;
    margin-top: -20px;
}


.modal.modal-request .modal-content {
    padding-bottom: 0;
}

.modal.modal-request .modal-body {
    max-height: calc(100vh - 130px);
}


/* UPDATES FOR VIDEO TRAVEL STYLES*/
.video-link .fa {
    vertical-align: middle;
    margin: 0px -15px 0px 15px;
    float: right;
}


#videoModal iframe {
    width: 100%;
    height: 450px;
}

@media (max-width: 480px) {
    #videoModal iframe {
        height: 200px;
    }
}

@media (max-width: 768px) {
    #videoModal iframe {
        height: 400px;
    }
}

#videoModal .modal-body {
    padding: 0;
}

#videoModal .modal-content {
    background-color: transparent;
    padding-bottom: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#videoModal .modal-header .button-link {
    margin-right: -40px;
}


@media (max-width: 980px) {
    .hero-destination .hero-text .button-link {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .hero-destination .hero-bg {
        max-height: 650px;
    }

    #videoModal .modal-header .button-link {
        margin-right: auto;
    }
}


/* FIX FOR TOUR MODALS*/
#modalHighlights.modal .modal-body,
#modalOptionals.modal .modal-body,
#modalIncludeds.modal .modal-body {
    height: calc(100vh - 210px);
}

#modalHighlights.modal ul.list,
#modalOptionals.modal ul.list,
#modalIncludeds.modal ul.list {
    list-style: none;
    max-width: 100% !important;
}

    #modalHighlights.modal ul.list a:hover,
    #modalOptionals.modal ul.list a:hover,
    #modalIncludeds.modal ul.list a:hover,
    #modalHighlights.modal ul.list li.active a,
    #modalOptionals.modal ul.list li.active a,
    #modalIncludeds.modal ul.list li.active a {
        color: #34444b;
    }

@media (max-width: 800px) {
    #modalHighlights.modal .mobile-horizontal-list ul.list,
    #modalOptionals.modal .mobile-horizontal-list ul.list,
    #modalIncludeds.modal .mobile-horizontal-list ul.list {
        max-width: 2000px !important;
    }
}



/*  traveller date dropdown*/
#booking-form-container input.birthdate.combo {
    position: absolute;
    display: block !important;
    visibility: hidden;
}

#booking-form-container input.birthdate.iOs {
    min-width: 0px;
}

#booking-form-container .combodate option:disabled {
    color: #bbb;
}

#booking-form-container .combodate select {
    padding-right: 15px;
    box-sizing: border-box;
}

    #booking-form-container .combodate select.day {
        width: 65px !important;
    }

    #booking-form-container .combodate select.month {
        width: 90px !important;
    }

    #booking-form-container .combodate select.year {
        width: 90px !important;
    }

    #booking-form-container .combodate select.noval,
    #booking-form-container .combodate select option:disabled,
    #booking-form-container .combodate select.noval option:disabled {
        color: #999;
    }

        #booking-form-container .combodate select.noval option {
            color: rgb(52, 68, 75);
        }



.xs-visible {
    display: none;
}

@media (max-width: 480px) {
    #booking-form-container input.birthdate {
        position: relative;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    #booking-form-container .combodate select.day,
    #booking-form-container .combodate select.month,
    #booking-form-container .combodate select.year {
        width: 32.1111111% !important;
    }

    #booking-form-container .title span {
        display: inline-block;
        font-size: 0.788889em;
        border-bottom: 1px solid rgb(52, 68, 75);
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .xs-hide {
        display: none;
    }

    .xs-visible {
        display: block;
    }
}



.suggestions {
    display: none;
    position: absolute;
    top: 35px;
    right: -120px;
    width: 320px;
    background: white;
    font-family: "Gotham", sans-serif;
    font-size: 1em;
    -moz-box-shadow: 0 28px 30px rgba(0, 0, 0, 0.6175);
    -webkit-box-shadow: 0 28px 30px rgba(0, 0, 0, 0.6175);
    box-shadow: 0 28px 30px rgba(0, 0, 0, 0.6175);
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 10px 0;
}


    .suggestions > h2 {
        position: relative;
        font-size: 1.36666667em;
        line-height: 1.04em;
        font-weight: 500;
        color: #34444b;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 0 !important;
        padding: 10px;
    }

        .suggestions > h2:after {
            position: absolute;
            left: 10px;
            bottom: 0;
            display: block;
            content: ' ';
            width: 20px;
            height: 2px;
            overflow: hidden;
            background: #52a4b3;
        }

    .suggestions .suggestion {
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

        .suggestions .suggestion:hover {
            background: #f0eded;
        }

        .suggestions .suggestion:after {
            display: block;
            content: '';
            clear: both;
        }

        .suggestions .suggestion img {
            float: left;
            width: 50px;
        }

        .suggestions .suggestion p {
            float: left;
            font-size: 1.36666667em;
            line-height: 1.04em;
            font-weight: 500;
            color: #34444b;
            text-transform: uppercase;
            display: inline-block;
            width: 250px;
            padding: 10px;
            box-sizing: border-box;
            margin: 0;
        }

            .suggestions .suggestion p > a {
                line-height: 1.04em;
                font-weight: 500;
                color: #23527c;
                padding: 0;
            }

    .suggestions #results > p {
        font-size: 1.36666667em;
        line-height: 1.04em;
        font-weight: 500;
        color: #23527c;
        text-transform: uppercase;
        padding: 10px;
    }

    .suggestions .suggestion a.img {
        padding: 0;
    }

    .suggestions .suggestion a.view {
        color: rgb(236, 104, 81);
        position: absolute;
        right: 5px;
        bottom: 0px;
        line-height: 100%;
    }

    .suggestions a.button-link {
        color: rgb(255, 255, 255);
        margin: 10px auto;
        display: block;
        width: 150px;
        text-align: center;
        line-height: 100%;
    }

#text-search-main label {
    right: 35px;
}

.search-results {
    padding-top: 20px;
}

section#main-search-header {
    overflow: visible;
    height: 200px;
}

    section#main-search-header .suggestions {
        top: 60px;
        z-index: 2;
        font-size: 12px;
        border: 1px solid rgb(204, 204, 204);
        width: calc(100% - 30px);
        left: 15px;
        text-align: left;
    }

        section#main-search-header .suggestions .suggestion:hover {
            background: #f0eded;
        }

        section#main-search-header .suggestions .suggestion p {
            width: 90%;
        }

        section#main-search-header .suggestions .suggestion a.view {
            text-transform: uppercase;
            bottom: 10px;
            right: 10px;
        }


        section#main-search-header .suggestions a.button-link {
            font-size: 1em;
            width: 200px;
        }

        section#main-search-header .suggestions > h2 {
            padding: 20px 10px;
            margin: 0 0 10px !important;
        }


.search-results-filters h1 span {
    display: none;
}

@media (max-width: 480px) {
    #text-search-main input[type="text"] {
        height: 45px;
        font-size: 0.77777778em;
        line-height: 1.71428571em;
        color: #34444b;
        font-weight: 500;
        padding: 10px 49px 10px 20px;
    }

    #text-search-main label {
        right: 30px;
        top: 10px;
    }

    section#main-search-header {
        overflow: visible;
        height: 245px;
        top: 0;
        margin-top: -50px;
        padding-top: 50px;
    }

    .search-results-filters h1 {
        cursor: pointer;
    }

    .search-results-filter h1 span {
        display: inline-block;
    }

    .search-results-filters.closed .accordion,
    .search-results-filters.closed .button-link,
    .search-results-filters.closed-init .accordion,
    .search-results-filters.closed-init .button-link {
        display: none;
    }

    .search-results-filters.closed h1,
    .search-results-filters.closed-init h1 {
        padding-bottom: 0;
    }

        .search-results-filters.closed h1:after,
        .search-results-filters.closed-init h1:after {
            display: none;
        }

    .search-results-filters h1 .filter-ico {
        display: inline;
    }

        .search-results-filters h1 .filter-ico:after {
            display: inline-block;
            font-family: 'nordicvisitor';
            content: "\f077";
            margin-left: 10px;
            font-size: 0.72222222em;
            line-height: 1.84615385em;
        }

    .search-results-filters.closed h1 .filter-ico:after,
    .search-results-filters.closed-init h1 .filter-ico:after {
        content: "\f078";
    }
}

#guided-request input[type=text],
#guided-request input[type=email],
#guided-request textarea {
    text-transform: none;
}


#search-submenu.focus {
    background: rgb(252, 250, 250) none repeat scroll 0% 0%;
    color: rgb(52, 68, 75);
}

    #search-submenu.focus input[type=text] {
        background: transparent;
        color: rgb(52, 68, 75);
        border: 0;
        outline: none;
        box-sizing: content-box;
        padding: 13px 27px 13px 23px;
        margin: 0 -13px 0 -10px;
    }

#search-submenu.open::before {
    position: absolute;
    right: 7px;
    top: 14px;
    z-index: 2;
}



/* mobile search modal fixe*/
@media (max-width: 480px) {
    .ios .modal.modal-select-tour .modal-header h1 {
        line-height: 1em;
        display: inline-block;
        float: left;
        margin: 0 0 0 -15px;
    }


    .ios .modal.modal-select-tour .modal-header button {
        float: right;
        display: block;
        margin: -10px -15px 0 0;
    }
}

@media (max-width: 320px) {
    .ios .modal.modal-select-tour .modal-header h1 {
        width: 140px;
        text-align: left;
    }

    .ios .modal.modal-select-tour .modal-header button {
        margin: -5px -15px 0 0;
    }
}



@media (max-width: 800px) {
    #map-canvas {
        pointer-events: all;
    }
}


/* new payment layout*/
@media (min-width:992px) and (max-width:1199px) {
    .col-korta {
        width: 100%;
    }

    .col-korta-2,
    .col-korta-9 {
        width: 50%;
    }

    .col-korta-3 {
        width: 40%;
    }
}

@media (max-width: 991px) {
    #korta iframe {
        height: 390px !important;
    }
}


/* PAYMENT */
#payment-reload {
    text-align: right;
}

    #payment-reload a {
        font-family: "Gotham",sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        color: rgb(133, 138, 143);
        font-size: 0.666667em;
        line-height: 2em;
        margin: -5px 0px 0px;
        vertical-align: top;
    }

.geo {
    text-align: center;
    padding: 10px;
}

/* mobile nav on booking steps fix*/
.noscroll .mobile-nav.mobile-menu-bottom {
    position: fixed;
}


/* travel guide links */
.section-travelguide-links {
    width: 100%;
}

    .section-travelguide-links > .container-padbtm:last-of-type li {
        color: rgb(133, 138, 143);
    }

    .section-travelguide-links > .container-padbtm:last-of-type {
        background-color: #fff;
        color: rgb(52, 68, 75);
        width: 100%;
        padding: 0 15px 0px;
    }

    .section-travelguide-links > .container-padbtm .row > div:last-of-type {
        background-color: #ec6851;
        color: white;
        margin: -84px 0px 0px;
        padding-top: 70px;
        height: 100%;
        padding-bottom: 70px;
    }

        .section-travelguide-links > .container-padbtm .row > div:last-of-type li {
            color: #fff;
        }

@media (max-width: 991px) {
    .section-travelguide-links > .container-padbtm .row > div:last-of-type {
        margin: 0px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
}


/* booking - list of travellers*/
.travellers .traveller {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .travellers .traveller .line:after {
        display: block;
        content: '';
        border-bottom: 1px solid #BFC2C5;
    }

    .travellers .traveller:last-child .line {
        display: none;
    }

    .travellers .traveller .title > span {
        display: block;
        color: #858a8f;
        margin: 0 0 10px;
    }

    .travellers .traveller label {
        display: block;
    }

    .travellers .traveller .clearfix {
        clear: both;
    }

@media (max-width: 991px) {
    #booking-form-container .combodate select.day,
    #booking-form-container .combodate select.month,
    #booking-form-container .combodate select.year {
        width: 32% !important;
    }

    .travellers .traveller .line {
        display: none;
    }
}


/*Add custom label to tour cards*/

.card-label {
    position: absolute;
    right: 0px;
    top: 110px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border-radius: 5px 0px 0px 5px;
    padding: 0px 10px;
    font-family: "Gotham",sans-serif;
    font-weight: bold;
    font-size: 0.65em;
    background: rgba(82, 164, 179, 0.8) none repeat scroll 0% 0%;
}

@media (max-width: 480px) {
    .card-label {
        top: 65px;
    }

    .card-img a.infobox + .card-label {
        display: none;
    }
}


/* KOSMOS 07.2016 UPDATE */
.itinerary-item .itinerary-text.heightVisible::after {
    display: none;
}
/*************** Itinerary: Show each day in expanded view**********/
.itinerary-item .itinerary-text.visible {
    height: auto;
}

    .itinerary-item .itinerary-text.visible:after {
        display: none;
    }


/* travel guide map*/
.section-right-image .container-image {
    visibility: hidden;
    height: 600px;
}

.sec-travel-guide-article #map-resize {
    display: none;
}

@media (min-width: 993px) {
    .travel-guide-article {
        min-height: 400px;
    }
}

@media (max-width: 992px) {
    .sec-travel-guide-article #map-resize {
        display: inline-block;
        float: left;
        margin: -70px 30px 0;
        position: relative;
    }
}


/*trave guide*/
.collage-text ul li a {
    color: #fff;
}

.collage-travel-guide .collage-text a {
    color: #fff;
}

.collage-travel-guide .collage-text ul li a:hover {
    text-decoration: underline;
}

.collage.collage-travel-guide > div:hover .collage-bg, .collage > figure:hover .collage-bg {
    opacity: 0.7;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}

.collage.collage-travel-guide > div:hover h1 {
    letter-spacing: 1px;
}

@media (max-width: 1199px) {
    .collage.collage-travel-guide > div {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .collage-travel-guide .collage-text ul,
    .collage-travel-guide .collage-text a.button-link {
        display: none;
    }

    .collage.collage-travel-guide > div {
        height: 160px;
    }
}


/*travel gude search*/

.hero.hero-subpage-col-2 > div {
    padding-top: 160px;
}

@media (max-width: 640px) {
    .hero.hero-subpage-col-2 > div {
        padding-top: 50px;
    }

    .hero-search h3 {
        margin-top: 0;
    }
}

.hero-guide {
    overflow: visible;
}

.guide-search {
    z-index: 2;
}

    .guide-search .suggestions {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 60px;
        padding: 0px 15px;
    }

        .guide-search .suggestions .suggestion {
            position: relative;
            padding: 15px 15px 0;
            margin: 0 -15px;
            border: 0;
        }

            .guide-search .suggestions .suggestion:after {
                width: 100%;
                border-bottom: 1px solid #ccc;
                padding: 0 0 15px;
            }

            .guide-search .suggestions .suggestion img {
                float: left;
                width: 95px;
                height: 65px;
                margin-right: 20px;
            }

            .guide-search .suggestions .suggestion p {
                float: none;
                display: block;
                width: 100%;
                font-size: 1em;
                padding: 10px 0 0;
            }

                .guide-search .suggestions .suggestion p > a {
                    color: #34444b;
                }

            .guide-search .suggestions .suggestion a.group-search {
                font-size: 0.6em;
                color: rgb(236, 104, 81);
                line-height: 100%;
                text-transform: uppercase;
                background: url(/shared/images/marker/000.png) no-repeat 0 0;
                background-size: contain;
                padding: 1px 0 1px 15px;
            }

        .guide-search .suggestions a.button-link {
            width: 185px;
        }


.card-result.guide .view {
    color: rgb(212, 93, 73);
    font-size: 0.6em;
    font-family: "Gotham",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}


@media (max-width: 480px) {
    .card-result.guide {
        width: 100%;
        min-height: 90px;
    }

        .card-result.guide .card-result-img {
            width: 83px;
            height: 100%;
            background-size: cover;
        }

        .card-result.guide .card-result-text {
            min-height: 60px;
        }

    .card-result > div {
        display: table-cell;
        padding: 15px;
    }

    .card-result.guide > div h1 {
        line-height: 1.2em;
        font-size: 0.77em;
        margin: 0 0 7px;
    }

    .card-result.guide > div p {
        display: none;
    }

    .card-result.guide > div a.view {
        display: block;
    }
}

/** CMS: Different types of articles*/
.section-right-image .container-image.container-links {
    visibility: visible;
    padding: 40px 20px;
}

    .section-right-image .container-image.container-links ul {
        margin: 0 0 0 20px;
        padding: 0;
        list-style: none;
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8em;
    }

        .section-right-image .container-image.container-links ul li {
            margin: 0 0 15px
        }

            .section-right-image .container-image.container-links ul li a {
                display: block;
                padding: 0 0 0 20px;
                line-height: 100%;
                color: #858a8f;
                border-left: 4px solid #fff;
            }

                .section-right-image .container-image.container-links ul li a.active {
                    color: #34444b;
                    border-left: 4px solid #ec6851;
                }

.sec-travel-guide-article h1.headline-section-huge {
    text-align: left;
    padding-top: 40px;
    padding-left: 35px;
    max-width: 1500px;
    margin: 0px auto;
    display: block;
    font-size: 3.5em;
    line-height: 125%;
}

@media (max-width: 480px) {
    .sec-travel-guide-article h1.headline-section-huge {
        margin-top: 0px;
        font-size: 1.2em;
        line-height: 1.2em;
        margin-bottom: 0px;
        padding-top: 25px;
    }
}

/******* Customer Review Fix ****/
/* KOSMOS 07.2016 UPDATE */
.client-review-paragraph p {
    max-height: none;
    font-size: 100%;
}

    .client-review-paragraph p:after {
        display: none;
    }

.client-review-paragraph .review-text {
    font-size: 0.88888889em;
    line-height: 1.35em;
    color: #858a8f;
    overflow: hidden;
    position: relative;
    max-height: 160px;
    margin-bottom: 15px;
    cursor: pointer;
}
    /* line 156, ../sass/components/_client-review.scss */
    .client-review-paragraph .review-text:after {
        font-family: "Gotham", sans-serif;
        content: 'View more';
        bottom: -4px;
        padding: 0;
        padding-top: 4px;
        background-image: none;
        background-color: #e5e2e2;
        text-align: left;
        color: #34444b;
        margin: 0;
        left: 0;
        position: absolute;
        width: 100%;
        text-transform: uppercase;
        font-size: 0.66666667em;
        font-weight: bold;
        line-height: 2em;
        top: auto;
    }
    /* line 168, ../sass/components/_client-review.scss */
    .client-review-paragraph .review-text.full-text {
        max-height: 100%;
    }
        /* line 170, ../sass/components/_client-review.scss */
        .client-review-paragraph .review-text.full-text:after {
            display: none;
        }

.client-review-paragraph.client-review-paragraph-white .review-text:after {
    background-color: #fff;
}

.client-review-paragraph header {
    display: table;
}

    .client-review-paragraph header div {
        display: table-cell;
        vertical-align: top;
    }



/* ProductPage: Scroll issues in iOS */
.tablet-horizontal-container {
    -webkit-overflow-scrolling: touch;
}

.modal .modal-body {
    -webkit-overflow-scrolling: touch;
}

/* CMS: New collage component */
.collages-inner {
    display: block;
    position: relative;
    width: 100%;
}

    .collages-inner::after {
        display: block;
        content: '';
        clear: both;
    }

    .collages-inner > .collage-inner {
        float: left;
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0 15px 30px;
        padding: 0;
        box-sizing: border-box;
        width: calc(25% - 30px);
        height: 220px;
    }

        .collages-inner > .collage-inner h1 {
            color: white;
            font-size: 1.33333333em;
            line-height: 1.2em;
            text-shadow: rgba(0, 0, 0, 0.3) 2px 1px 0;
            font-weight: 500;
            text-align: center;
            letter-spacing: 1px;
            position: relative;
            z-index: 2;
            top: 80px;
            margin: 0px auto;
            padding: 0 20px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


        .collages-inner > .collage-inner .desc {
            padding: 10px 20px;
            box-sizing: border-box;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            color: #fff;
            background: rgba(0,0,0,0.5);
            text-align: center;
            font-weight: bold;
            line-height: 120%;
            font-size: 0.9em;
            opacity: 0;
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(0,50px,0);
            transform: translate3d(0,50px,0);
        }

        .collages-inner > .collage-inner .collage-bg {
            opacity: 0.8;
        }

        .collages-inner > .collage-inner:hover h1 {
            letter-spacing: 1px;
        }

        .collages-inner > .collage-inner:hover .desc {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

        .collages-inner > .collage-inner:hover .collage-bg {
            opacity: 1;
            -moz-transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
            -o-transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
            -ms-transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
            -webkit-transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
            transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
        }

.container.container-l {
    width: 100%;
    max-width: 1500px;
}

@media (max-width: 1199px) {
    .container.container-l {
        width: 100%;
        max-width: 980px;
    }

    .collages-inner > .collage-inner {
        margin: 0 10px 20px;
        width: calc(25% - 20px);
    }
}

@media (max-width: 980px) {
    .collages-inner > .collage-inner h1 {
        padding: 0 10px;
    }
}

@media (max-width: 800px) {
    .collages-inner {
        width: 104%;
        margin-left: -2%;
        margin-right: -2%;
    }

        .collages-inner > .collage-inner h1 {
            top: 60px;
        }

        .collages-inner > .collage-inner {
            margin: 0 7px 15px;
            width: calc(50% - 14px);
            height: 170px
        }

            .collages-inner > .collage-inner:nth-child(3n+1) {
                width: calc(100% - 14px);
            }
}

@media (max-width: 480px) {
    .collages-inner {
        width: 108%;
        margin-left: -4%;
        margin-right: -4%;
    }

        .collages-inner > .collage-inner {
            height: 190px;
        }

            .collages-inner > .collage-inner h1 {
                font-size: 1em;
            }
}


/*   Mobile: PackagePage - Map not opening in full-screen Azizul Hakimi */
.card-back-full {
    position: fixed;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    bottom: 0px;
    right: 0px;
    text-align: center;
    z-index: 100;
}

    .card-back-full h2 {
        font-size: 0.88888889em;
        line-height: 1.5em;
        font-weight: bold;
        color: #52a4b3;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .card-back-full h1 {
        font-size: 1em;
        line-height: 1.06666667em;
        padding: 0 15px;
        margin: 0 0 20px;
    }

    .card-back-full .card-map-link {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        color: #ec6851;
        background-color: #fcfafa;
        height: 50px;
        line-height: 50px;
        bottom: 30px;
    }

@media (min-width: 481px) {
    .card-back-full {
        display: none;
    }
}



/*  Long titles on tour cards */
.card .card-front h2 + h2 {
    color: #b5b5b7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card .card-front h1.long {
    font-size: 1.4em;
}

@media (max-width: 480px) {
    .card .card-front h1.long {
        font-size: 0.9em;
    }
}

.card .card-price {
    display: inline-block;
}

    .card .card-price .currency-symbol {
        margin-left: 0;
        display: none;
    }

    .card .card-price + .card-currency {
        display: inline-block;
    }


/*  Mobile: PackagePage - Map not opening in full-screen*/

#map-full {
    position: fixed !important;
    background-color: rgb(229, 227, 223);
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    max-height: none;
    z-index: 2147483640;
}

    #map-full #map-close {
        position: absolute;
        left: 10px;
        top: 10px;
        display: inline-block;
        background: rgb(236, 104, 81) none repeat scroll 0% 0%;
        padding: 5px 10px;
        font-size: 14px;
        font-family: "Gotham",sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
    }


/* Checkout: Contact us in NavigationBar Azizul Hakimi */
.dropdown-nav ul .booking-contact ul {
    left: auto;
    right: 0;
}

    .dropdown-nav ul .booking-contact ul li.separator {
        position: relative;
    }

        .dropdown-nav ul .booking-contact ul li.separator:after {
            content: "";
            width: 20px;
            height: 1px;
            border-bottom: 1px solid #76b89b;
            position: absolute;
            bottom: 0;
            left: 20px;
        }

    .dropdown-nav ul .booking-contact ul li:before {
        position: absolute;
    }

    .dropdown-nav ul .booking-contact ul li a {
        display: block;
        text-align: left;
        margin: 0;
        padding: 5px 15px;
        font-weight: bold;
    }
/*
.tour #livechat-compact-container  {
    display:none;
}*/
.checkout #livechat-compact-container {
    display: none;
}

/*  Edge error: Tour Cards not being displayed */
.ie .card {
    -webkit-transform-style: flat;
    transform-style: flat;
}



/*********  QuickViewIcons: Three icons per row ****************/
@media (min-width: 992px) {
    .section-package-info .package-info-icon:nth-child(3n+1) {
        clear: both;
    }
}

.package-info-icon .icon-style-circle::after {
    display: none;
}


/* accommodation date picker*/
.accommodation-container .card-small .card-front {
    padding-bottom: 20px;
}

.accommodation-date-picker {
    display: none;
}

@media (max-width: 480px) {
    .accommodation-date-picker {
        display: block;
        border: 0 !important;
        height: 0px !important;
        position: absolute;
    }
}


.m-show {
    display: none !important;
}

.m-hide {
    display: block;
}

    .m-hide.inline {
        display: inline-block;
    }

@media (max-width: 480px) {
    .m-show {
        display: block !important;
    }

        .m-show.inline {
            display: inline-block !important;
        }

    .m-hide {
        display: none !important;
    }
}

.datepicker-fade {
    position: fixed;
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}

    .datepicker-fade + #ui-datepicker-div {
        position: fixed !important;
        top: 45% !important;
        left: -webkit-calc(50% - 320px) !important;
        left: -moz-calc(50% - 320px) !important;
        left: calc(50% - 320px) !important;
    }

.ui-datepicker.ui-datepicker-multi-2:before {
    display: block;
    content: 'SELECT YOUR ARRIVAL DATE';
    color: #fff;
    background: #52a4b3;
    padding: 10px 20px;
    margin: -30px -20px 0;
    font-family: "Gotham",sans-serif;
    font-size: 16px;
}

.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 48%;
    margin: 0 1%;
    display: inline-block;
}

.button-toggle input[type="checkbox"]:checked + label.date-selected {
    font-weight: 500;
    font-size: 0.68888889em;
}

    .button-toggle input[type="checkbox"]:checked + label.date-selected::after {
        display: none;
    }

.tour .picker .picker__year {
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    padding: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
}

.tour .picker .picker__frame:before {
    display: block;
    content: 'SELECT YOUR ARRIVAL DATE';
    color: #fff;
    background: #52a4b3;
    padding: 10px 20px;
    margin: -40px 0;
    font-family: "Gotham",sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    width: 100%;
}

.button-carousel.left {
    top: 35px;
    left: 10px;
}

.button-carousel.right {
    top: 35px;
    right: 10px;
}


/* ProductPage: TourRequest button */
.mobile-nav .booking-menu-request-btn {
    display: block;
    margin: 5px auto;
    width: 182px;
}

    .mobile-nav .booking-menu-request-btn:hover {
        color: white;
        background-color: #d45d49;
    }

    .mobile-nav .booking-menu-request-btn:focus {
        color: white;
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.3);
    }

/*  ProductPage: Small fixes  */

.card-car .card-img {
    background-size: contain;
}

@media (min-width: 801px) and (max-width: 1024px) {
    .accommodation-container .card-small-package .card-front {
        min-height: 420px;
    }

    .accommodation-container .card-small-package p {
        overflow: hidden;
        max-height: 50px;
        margin-bottom: 15px;
    }
}

/*ProductPage: Tour Request forms*/
#request-thank {
    min-height: calc(100vh - 300px);
}

    #request-thank iframe {
        border: 0;
        width: 100%;
        height: 300px;
    }

    #request-thank button {
        margin: 30px auto 0;
        float: none;
        display: block;
    }

.tour .modal-request .modal-content {
    background-color: rgba(229, 226, 226, 1);
}


@media (max-width: 1200px) {
    .package-highlight-row > *,
    .package-highlight-row > *:nth-child(n+7) {
        display: none;
    }

        .package-highlight-row > *:nth-child(-n+6) {
            display: block;
        }
}

@media (min-width:768px) and (max-width: 991px) {
    .card-tiny.flip .card-optional-back {
        width: 60%;
        left: 20%;
    }
}

#gallery .collage .button-link {
    top: 50%;
}

@media (min-width: 481px) {
    #accommodations .card-large-back.flip .card-back {
        left: 0;
    }
}


/*Mobile: View car details card */
#mobile-car-card h1 {
    margin: 50px 0 15px;
    font-size: 1.22222222em;
    padding: 0 10px;
}

    #mobile-car-card h1 span {
        font-size: 50%;
        line-height: 50%;
        margin: 0;
    }

#mobile-car-card ul {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    color: #858a8f;
    list-style: none;
}

#mobile-car-card li {
    font-size: 0.88888889em;
    line-height: 1.2em;
    padding-bottom: 3px;
    list-style: none;
}

#mobile-car-card .card-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

    #mobile-car-card .card-bottom .card-flip-link {
        color: #ec6851;
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.66666667em;
        line-height: 1.4em;
        float: none;
    }


/* Save itinerary as PDF  */
#itineraries .button-pdf {
    float: right;
    margin-top: -50px;
}

@media (min-width: 801px) and (max-width:991px) {
    #itineraries .button-pdf {
        float: none;
        display: block;
        width: 200px;
        text-align: center;
        margin: 0px auto;
    }
}

@media (min-width: 768px) and (max-width:800px) {
    #itineraries .button-pdf {
        margin-top: -75px;
    }
}

@media (max-width: 640px) {
    #itineraries .button-pdf {
        float: none;
        display: block;
        width: 200px;
        text-align: center;
        margin: 0px auto;
    }
}

.pdf-head {
    margin: 0;
    padding: 0;
}

.pdf .logo-container {
    display: inline-block;
    margin: 15px 0 0;
}

.pdf .logo {
    display: block;
    height: 50px;
    width: 255px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(/resources/2015/images/nv_logo_flat_jokulblatt_Long.png);
}

.pdf .host-container {
    display: inline-block;
    float: right;
    margin: 30px 20px 20px;
}

.pdf .pdf-foot {
    padding: 0 55px 0 55px;
    color: #444;
    font-style: italic;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 100;
}

.pdf .pdf-foot-contact {
    display: block;
    list-style: none;
    text-align: center;
    font-family: "Gotham", sans-serif;
    color: #444;
    font-size: 16px;
}

    .pdf .pdf-foot-contact li {
        display: inline-block;
        display: inline-block;
        padding: 0 12px;
        position: relative;
    }

        .pdf .pdf-foot-contact li:before {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            height: 16px;
            width: 1px;
            background: #f00;
            top: 3px;
        }

        .pdf .pdf-foot-contact li:first-child:before {
            display: none;
        }


.pdf h1.package-headline {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
}

    .pdf h1.package-headline + p {
        display: block;
        padding: 0;
        margin: 0;
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        color: #34444b;
        font-size: 24px;
    }

.pdf .itinerary-item * {
    color: #000;
}




/** BLOG FIX */
.hero__scroll-icon.fa {
    font-size: 2em;
}

.card__horizontal {
    position: relative;
}

.hero-blog__info-item a {
    color: #fff;
}

.card__horizontal-price .currency-switcher {
    display: block;
    position: relative;
}

    .card__horizontal-price .currency-switcher ul {
        display: none;
        position: absolute;
        left: 0px;
        background: #52a4b3;
        width: 90px;
        top: 20px;
        left: 0px;
        line-height: 1.3em;
        font-size: 16px;
        padding: 10px 10px 10px;
        margin: 0;
        z-index: 2;
        list-style: none;
    }

    .card__horizontal-price .currency-switcher:hover ul {
        display: block;
    }

    .card__horizontal-price .currency-switcher ul li {
        padding: 0;
        margin: 0 0 0 0;
        font-size: 0.9em;
        text-align: left;
        color: #fff;
        cursor: pointer;
        font-family: "Gotham",sans-serif;
    }


.hero-blog {
    height: 664px;
}

@media (max-width: 640px) {
    .hero-blog {
        height: 448px;
    }
}

.headline--card.headline--small {
    font-size: 1.222em;
}

.card__horizontal-price .card-price.card-price-small {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
    color: #52a4b3;
    text-align: center;
    padding: 10px;
    border: 1px solid #52a4b3;
    border-radius: 20px;
}

.blog__category-header p {
    max-height: 240px;
}

.hero-blog--front .hero-text h1 > a {
    color: #fff;
}

.hero-blog .hero__scroll-icon {
    cursor: pointer;
}


.blog__article .image-content img {
    width: 100%;
    height: 100%;
}

@media (min-width:481px) {
    .blog-related .card__horizontal {
        width: 100%;
    }

    .card__horizontal-price .card-price.card-price-small {
        width: 110px;
        min-width: 110px;
    }
}

@media (min-width:991px) {
    .card__horizontal-price .card-price.card-price-small {
        width: 110px;
        min-width: 110px;
    }
}


.blog-related .card__horizontal .card-img:after {
    display: block;
    content: '';
    width: 197px;
}

@media (min-width:991px) and (max-width:1024px) {
    .blog-related .card__horizontal .card-img {
        width: 175px;
    }

        .blog-related .card__horizontal .card-img:after {
            width: 175px;
        }
}

@media (min-width:481px) and (max-width:768px) {
    .blog__author-row .blog__author-img,
    .blog__author-row .blog__author-text {
        width: 50%;
    }
}

@media (max-width:480px) {
    .blog__article p.mob-small {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

/* URGENT: Make Date picker arrival empty by default */
#frmBooking #datepicker-arrival {
    cursor: pointer;
}


/* New product page - Slipper */
.booking-form--package #datepickerBooking {
    cursor: default;
}

.booking-form--package {
    overflow: visible;
}

    .booking-form--package .booking-form__header {
        min-height: 180px;
    }

    .booking-form--package .currency-link,
    .booking-form--results .currency-link,
    .booking-price_side .currency-link {
        display: inline-block;
        position: relative;
    }

        .booking-form--package .currency-link.static:after,
        .booking-form--results .currency-link.static:after {
            display: none;
        }

        .booking-form--package .currency-link ul,
        .booking-form--results .currency-link ul,
        .booking-price_side .currency-link ul {
            display: none;
            position: absolute;
            left: 0px;
            background: rgb(236, 104, 81) none repeat scroll 0% 0%;
            width: 100px;
            top: 20px;
            left: -10px;
            line-height: 1.3em;
            padding: 10px 10px 10px;
            margin: 0;
            z-index: 2;
            list-style: none;
        }

        .booking-form--package .currency-link:hover ul,
        .booking-form--results .currency-link:hover ul,
        .booking-price_side .currency-link:hover ul {
            display: block;
        }

        .booking-form--package .currency-link ul li,
        .booking-form--results .currency-link ul li {
            padding: 0;
            margin: 0 0 0 0;
            font-size: 0.8em;
            text-align: left;
        }

            .booking-form--package .currency-link ul li a,
            .booking-form--results .currency-link ul li a {
                display: block;
                color: #fff;
            }

        .booking-price_side .currency-link ul {
            background: #fff;
            padding: 0;
            border: 2px solid #d5d6d6;
            top: 20px;
            list-style: none;
            font-size: 0.75em;
        }

            .booking-price_side .currency-link ul li {
                padding: 0;
            }

                .booking-price_side .currency-link ul li:hover {
                    background: #d5d6d6;
                }

                .booking-price_side .currency-link ul li a {
                    display: block;
                    padding: 5px 10px;
                    position: relative;
                }

                    .booking-price_side .currency-link ul li a:before {
                        display: inline-block;
                        content: '.';
                        font-size: 2em;
                        margin: -5px 5px 0 0;
                        font-weight: bold;
                        float: left;
                    }


.container-booking-sticky.package-booking {
    background: #fff;
}

.booking-form table tr.data,
.booking-form .calculation-extra {
    display: none;
}

    .booking-form table tr.data.visible {
        display: table-row;
    }

    .booking-form table tr.data td {
        vertical-align: top;
    }

.booking-form table tr td .count {
    float: right;
    opacity: 0.8;
}

.booking-form table tr td .discount {
    display: none;
}

    .booking-form table tr td .discount.visible {
        display: block;
    }

.container-section .charts {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .container-section .charts .charts-container {
        display: block;
        width: 200%;
    }

        .container-section .charts .charts-container:after {
            display: block;
            content: '';
            clear: both;
        }

        .container-section .charts .charts-container .chart-container-item {
            float: left;
            width: 50%;
            padding-top: 20px;
            overflow: hidden;
        }

            .container-section .charts .charts-container .chart-container-item .chart-year {
                position: relative;
                text-align: center;
                font-family: "Gotham",sans-serif;
                font-weight: 500;
                font-size: 2.88888889em;
                line-height: 0.92307692em;
                color: #52a4b3;
                padding: 10px 0;
            }

    .container-section .charts .btn-nav {
        position: absolute;
        display: inline-block;
        font-family: 'FontAwesome';
        background-color: transparent;
        font-size: 36px;
        font-weight: bold;
        color: #34444b;
        cursor: pointer;
    }

    .container-section .charts .btn-left {
        margin-left: -30px;
    }

    .container-section .charts .btn-right {
        margin-left: 20px;
    }

    .container-section .charts .btn-nav:after {
        display: block;
        content: "\f105";
    }

    .container-section .charts .btn-left:after {
        content: "\f104";
    }

    .container-section .charts .btn-right:after {
        content: "\f105";
    }

    .container-section .charts .chart-info__discount,
    .container-section .charts .chart-info__bestvalue {
        border-radius: 16px;
    }

.box-package-info {
    padding: 25px;
    background: #f5f5f5;
    border-radius: 10px;
    margin: 36px 0 0 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
}

    .box-package-info h2 {
        font-size: 0.88888889em;
        margin: 0 0 20px;
        padding: 0;
        font-weight: bold;
    }

    .box-package-info .booking-price_side {
        font-family: "Gotham", sans-serif;
        margin: 0 0 20px;
    }

        .box-package-info .booking-price_side p {
            color: rgb(52, 68, 75);
            font-size: 0.7em;
            margin: 0;
            padding: 0;
        }

        .box-package-info .booking-price_side .booking-menu-price {
            font-size: 2.88888889em;
            line-height: 0.92307692em;
            color: #34444b;
            font-weight: bold;
            padding: 0;
            margin: 0;
        }

            .box-package-info .booking-price_side .booking-menu-price .currency-link {
                font-size: 0.3em;
                line-height: 1em;
                color: #34444b;
            }

    .box-package-info input[type=button],
    .box-package-info .button-link {
        padding: 8px 0px;
        width: 100%;
        text-align: center;
    }

    .box-package-info .na-button {
        width: 85%;
        margin: 0px auto;
        display: block;
    }

#sublinks .left-attach {
    padding-left: 0;
}

    #sublinks .left-attach .button-link {
        border-radius: 0 20px 20px 0;
        padding-left: 10px;
    }

.section-slipper-contain .booking-form header .price {
    font-size: 2.5em;
}

.section-visible-nav {
    display: none;
}

    .section-visible-nav.active {
        display: block;
    }

.ui-datepicker.ui-datepicker-multi-2:before {
    color: #52a4b3;
    background: #fff;
}

.container-section-inline-form .booking-form--package .booking-form__header {
    text-align: left;
}

.booking-form--green #booking-side-form input[type="submit"],
.booking-form--green #booking-side-form .button-link {
    padding: 9px 0 7px;
}

@media (min-width:781px) and (max-width: 1366px) {
    .booking-form--green {
        padding: 30px 15px;
    }

        .booking-form--green #booking-side-form input#datepickerBooking,
        .booking-form--green #booking-side-form select {
            margin-bottom: 0px;
        }

    .container-section-inline-form {
        padding-bottom: 0px;
    }

    .sec-graph .package-headline {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .container-section .charts .charts-container .chart-container-item .chart-year {
        font-size: 2.5em;
    }

    .container-section .charts {
        width: 80%;
        margin: 0px auto;
    }
}

@media (max-width: 780px) {
    .booking-form--package form {
        padding: 20px 0 0;
    }
}

@media (max-width: 767px) {
    .box-package-info .buttons > div + div {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .container-section .charts {
        width: 80%;
    }
}

h1.page-header a.infobox {
    position: relative;
    display: inline;
    margin: 0 0 0 30px;
}

h1.page-header .card-special-offer {
    font-size: 0.35em;
    border-radius: 5px;
    position: relative;
    top: -10px;
    right: auto;
    display: inline-block;
}

h1.page-header .card-special-offer,
nav .card-special-offer {
    background: #ffd269;
}

.booking-form table tr td .discount.visible > div:first-child {
    color: #f00;
    text-decoration: line-through;
}

.booking-form--package .currency-link ul.visible,
.booking-form--results .currency-link ul.visible,
.booking-price_side .currency-link ul.visible {
    display: block;
}

.booking-form--package .currency-link ul.invisible,
.booking-form--results .currency-link ul.invisible,
.booking-price_side .currency-link ul.invisible {
    display: none !important;
}

.tour-booking-buttons {
    padding-top: 20px;
}

    .tour-booking-buttons .button-submit-form,
    .tour-booking-buttons .button-link {
        padding: 9px 0 7px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .tour-booking-buttons {
        padding-top: 70px;
    }
}

@media (max-width: 1280px) {
    .submenu ul li {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 1024px) {
    .main-header .dropdown-nav > ul > li {
        margin-right: 4px;
    }

    .submenu ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 993px) and (max-width: 1100px) {
    /*disable scrolling here so that flibber do not hide this */
    #booking-form-container #accommodations > .tablet-horizontal-row {
        width: auto !important;
    }

        #booking-form-container #accommodations > .tablet-horizontal-row > div {
            width: 300px;
        }

    #frmPersonal .travellers {
        width: 120%;
    }

    .accommodation-select-container .card-small-package {
        min-height: 340px;
    }

    #booking-form-container > .container-padbtm {
        width: calc(100% + 180px);
    }

    #payment-reload {
        text-align: left;
        margin: 0;
    }
}

@media (max-width: 992px) {
    #booking-form-container #accommodations {
        overflow: auto;
    }
}

@media (min-width: 481px) and (max-width: 992px) {
    .tablet-text-justify .button-submit {
        float: right;
    }
}

.sec-buttons,
footer.footer-main {
    position: relative;
    z-index: 29;
}

.flibber-calculations {
    overflow-y: hidden;
}

.booking-form-subtotal span.sprice {
    font-size: 1.22222222em;
}

.currency-link.no-caret::after {
    display: none;
}

@media (max-width: 992px) {
    .booking-form--white {
        height: 65px;
        overflow: visible;
    }

    .section-slipper-contain .booking-form header .price {
        font-size: 2.3em;
    }

    .booking-form--white header {
        padding-bottom: 0;
    }

    .booking-form--white.booking-form--open header {
        padding-bottom: 20px;
    }

    .booking-form--white .booking-form-close-hide {
        max-height: 0;
        overflow: hidden;
        -moz-transition: max-height 0.15s ease-out;
        -o-transition: max-height 0.15s ease-out;
        -webkit-transition: max-height 0.15s ease-out;
        transition: max-height 0.15s ease-out;
    }

    .booking-form--white.booking-form--open .booking-form-close-hide {
        max-height: 1200px;
    }

    .booking-form.booking-form--white header .booking-menu-price {
        border-bottom: none;
        padding-bottom: 1px;
    }

    .booking-form.booking-form--white.booking-form--open header .booking-menu-price {
        border-bottom: 1px solid #d1d2d3;
        padding-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .section-slipper-contain .booking-form header .price {
        font-size: 2em;
    }
}

@media (min-width:980px) and (max-width:1119px) {
    .col-korta {
        min-width: 570px;
    }
}

.button-toggle input[type="checkbox"]:disabled + label {
    background: #999a9c;
}

#frmBooking #datepicker-arrival {
    cursor: pointer;
}



/********* Highlights: Show two full rows of items ***********/
@media (min-width: 992px) {
    .package-highlight-row > :nth-child(-n+8) {
        display: block;
    }
}


/*********  QuickViewIcons: Three icons per row ****************/
@media (min-width: 992px) {
    .section-package-info .package-info-icon:nth-child(3n+1) {
        clear: both;
    }
}

/* Launch fixed **/
.pswp__counter,
.pswp__button--fs,
.pswp__button--zoom {
    display: none !important;
}

@media (min-width: 993px) {
    .container-booking-sticky.sticktop {
        position: fixed;
        z-index: 29;
        margin-top: 70px;
        height: 100%;
    }
}

.package-optional-big .card .card-view-link {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.66666667em;
    line-height: 1.4em;
    float: none;
    color: #34444b;
}

    .package-optional-big .card .card-view-link:hover {
        color: #23527c;
    }

.package-optional-big .card .card-front .card-cancel {
    display: none;
}

.package-optional-big .card .card-back {
    padding-top: 30px;
}

    .package-optional-big .card .card-back .inner-form {
        padding: 10px 20px 0;
        position: relative;
        z-index: 2;
    }

    .package-optional-big .card .card-back .card-button-container {
        position: absolute;
        width: 100%;
        bottom: 5px;
        text-align: center;
    }

        .package-optional-big .card .card-back .card-button-container a {
            display: inline-block;
            margin-bottom: 10px;
            padding: 9px 30px 7px 30px;
        }

    .package-optional-big .card .card-back .dropdown-form-header h2 {
        color: rgb(52, 68, 75);
        font-weight: normal;
        line-height: 50px;
        padding: 0px;
    }

.package-optional-big .card.selected .card-optional-select {
    display: none;
}

.package-optional-big .card.selected .card-cancel {
    display: inline-block;
    background-color: #52a4b3;
}

.package-optional-big .card.selected .card-front {
    background-color: rgba(82, 164, 179, 0.33);
    color: rgb(255, 255, 255);
}

/* OptionalActivities: Crashes in mobile (iOS) Azizul Hakimi */
.package-optional .iphone {
    display: none;
}

.package-optional .noiphone {
    display: block;
}

.package-optional.iphone .iphone {
    display: block;
}

.package-optional.iphone .noiphone {
    display: none;
}

.package-optional.iphone .day {
    position: absolute;
}

    .package-optional.iphone .day + .row {
        padding-top: 80px;
    }

/* ProductPage: Scroll issues in iOS */
.tablet-horizontal-container > div {
    -webkit-overflow-scrolling: touch;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}

.modal .modal-body {
    -webkit-overflow-scrolling: touch;
}


#modalActivities .modal-body {
    height: calc(100vh - 185px);
    padding-bottom: 80px;
}

#modalActivities .modal-content {
    padding-bottom: 0px;
}

#modalActivity .modal-body {
    height: calc(100vh - 150px);
    padding-bottom: 80px;
}

#modalActivity .modal-content {
    padding-bottom: 0px;
}

#modalActivitiesRelated h1 {
    margin-bottom: 20px;
}

#modalActivity #view-all-activities {
    margin-bottom: 50px;
}

#modalActivity .modal-body > section.sec-color-white {
    margin-bottom: 50px;
}

/*  Cards  */
.card-optional h1 {
    font-size: 1.22em;
}

@media (max-width: 1024px) {
    .card-optional h1 {
        font-size: 0.77777778em
    }
}

@media (min-width:801px) and (max-width: 1024px) {
    #modalActivities .modal-body {
        height: calc(100vh - 120px);
    }

    #modalActivity .modal-body {
        height: calc(100vh - 80px);
    }

    #modalActivities .modal-dialog,
    #modalActivity .modal-dialog {
        margin: 0;
        max-height: 100%;
        min-height: 100%;
        height: 100%;
        padding-bottom: 0;
        position: fixed;
    }

    #modalActivity .modal-body > section {
        margin-bottom: 50px;
    }

    .card-optional {
        text-align: center;
        min-height: 330px;
    }
        /* line 670, ../sass/layout/_768.scss */
        .card-optional h1, .card-optional .price, .card-optional .package-headline, .card-optional .booking-form-request {
            font-size: 0.77777778em;
            line-height: 1.2em;
            margin-top: 15px;
            margin-bottom: 0;
        }
            /* line 675, ../sass/layout/_768.scss */
            .card-optional h1 + span, .card-optional .price + span, .card-optional .package-headline + span, .card-optional .booking-form-request + span {
                font-size: 0.77777778em;
                line-height: 1.02857143em;
            }
        /* line 680, ../sass/layout/_768.scss */
        .card-optional p {
            padding: 0 15px;
        }
        /* line 684, ../sass/layout/_768.scss */
        .card-optional .card-img {
            height: 120px;
        }
        /* line 688, ../sass/layout/_768.scss */
        .card-optional .card-ticket-type {
            font-size: 0.77777778em;
            line-height: 1.02857143em;
            padding-top: 15px;
            padding-bottom: 4px;
        }
        /* line 694, ../sass/layout/_768.scss */
        .card-optional .card-view-link {
            padding: 0 15px;
        }
        /* line 698, ../sass/layout/_768.scss */
        .card-optional .card-front {
            padding-bottom: 80px;
            min-height: 330px;
            height: auto;
        }
            /* line 703, ../sass/layout/_768.scss */
            .card-optional .card-front h1, .card-optional .card-front .price, .card-optional .card-front .package-headline, .card-optional .card-front .booking-form-request {
                padding: 0 15px;
            }
        /* line 710, ../sass/layout/_768.scss */
        .card-optional .card-price-container .card-price {
            font-size: 1.33333333em;
            line-height: 0.8em;
            margin-bottom: 0;
        }
        /* line 715, ../sass/layout/_768.scss */
        .card-optional .card-price-container .card-currency {
            font-size: 0.66666667em;
            line-height: 1.2em;
        }
        /* line 719, ../sass/layout/_768.scss */
        .card-optional .card-price-container .currency-change {
            font-size: 0.66666667em;
            line-height: 1.2em;
        }
            /* line 722, ../sass/layout/_768.scss */
            .card-optional .card-price-container .currency-change h2 {
                font-size: 0.88888889em;
                line-height: 1.5em;
                margin-top: 0;
            }
            /* line 728, ../sass/layout/_768.scss */
            .card-optional .card-price-container .currency-change ul {
                padding: 0;
            }
            /* line 732, ../sass/layout/_768.scss */
            .card-optional .card-price-container .currency-change li {
                padding-bottom: 4px;
            }
        /* line 736, ../sass/layout/_768.scss */
        .card-optional .card-price-container .currency-close {
            padding: 20px 0;
        }
        /* line 741, ../sass/layout/_768.scss */
        .card-optional .card-currency-open {
            position: absolute !important;
            padding-top: 10px;
        }

    .card-car {
        min-height: 330px;
    }
        /* line 648, ../sass/layout/_768.scss */
        .card-car h1, .card-car .price, .card-car .package-headline, .card-car .booking-form-request {
            font-size: 0.77777778em;
            line-height: 1.02857143em;
            margin-top: 25px;
        }
            /* line 652, ../sass/layout/_768.scss */
            .card-car h1 span, .card-car .price span, .card-car .package-headline span, .card-car .booking-form-request span {
                font-size: 80%;
                line-height: 50%;
                margin: 0;
                font-weight: 100;
                display: inline-block;
            }
        /* line 661, ../sass/layout/_768.scss */
        .card-car.flip {
            min-height: 330px;
        }
}


@media (max-width: 480px) {
    #modalActivities .modal-title + span {
        display: none;
    }

    #modalActivities .modal-header button {
        float: right;
        margin: -15px 0 0;
    }

    #modalActivities .modal-header .col-md-11 {
        margin-left: -15px;
        margin-right: -15px;
    }

    #modalActivities .modal-body {
        height: calc(100vh - 80px);
        max-height: calc(100vh - 80px);
    }

    #modalActivity .modal-header button {
        float: right;
        margin: -20px 0 0;
    }

    #modalActivity .modal-title span {
        display: none;
    }

        #modalActivity .modal-title span#activity-day {
            display: block;
            text-align: left;
            font-size: 1em;
            padding: 20px 0 0;
        }

    #modalActivity .modal-title strong {
        display: block;
        text-align: left;
        font-size: 0.7em;
        margin: -60px 0 0;
    }

    #modalActivity .modal-body {
        height: calc(100vh - 85px);
        max-height: calc(100vh - 85px);
    }

    #modalActivity .headline-section {
        margin-top: 40px;
        font-size: 0.88888889em;
        line-height: 1.5em;
        margin-bottom: 15px;
    }
}


/* [URGENT] Currency issues Azizul Hakimi */
.booking-form--results .headline--sub .currency-link {
    font-size: 1em;
    top: auto;
}

.booking-form--results .currency-link ul {
    background: #fff;
    padding: 0;
    border: 2px solid #d5d6d6;
    top: 20px;
    list-style: none;
    font-size: 1em;
}

    .booking-form--results .currency-link ul li {
        padding: 0;
    }

        .booking-form--results .currency-link ul li:hover {
            background: #d5d6d6;
        }

        .booking-form--results .currency-link ul li a {
            display: block;
            padding: 5px 10px;
            position: relative;
            color: rgb(52, 68, 75);
        }

            .booking-form--results .currency-link ul li a:before {
                display: inline-block;
                content: '.';
                font-size: 2em;
                margin: -5px 5px 0 0;
                font-weight: bold;
                float: left;
            }

@media (max-width: 992px) {
    .booking-form--white.booking-form--open .booking-form-close-hide {
        overflow: visible;
    }
}


/*New product page & checkout - small comments*/
select.null {
    color: #999 !important;
}

    select.null option:not([disabled]) {
        color: #34444b;
    }

#booking-flibber .deposit_price {
    text-transform: none;
}


/* Mobile: Select accommodation/optional activity card flip error */
@media (max-width: 480px) {
    .body-flip .mobile-nav,
    .body-flip .mobile-menu,
    .body-flip .section-slipper-contain,
    .body-flip .section-booking-progress,
    .body-flip .sec-buttons,
    .body-flip footer {
        display: none;
    }

    .body-flip #booking-form-container #frmBooking > div {
        display: block;
        overflow-y: hidden !important;
        height: 0 !important;
    }

    .body-flip #booking-form-container {
        height: calc(100vh);
        min-height: calc(100vh);
        overflow: hidden;
    }

        .body-flip #booking-form-container #frmBooking > #accommodations {
            display: block;
            overflow: visible;
            height: auto !important;
        }

    .body-flip #accommodations > div {
        width: auto;
        overflow: visible;
        position: relative;
        z-index: 99;
        width: calc(100vw) !important;
        height: calc(100vh) !important;
        margin: 0 -25px;
        padding: 0;
    }

    .body-flip #accommodations .row > div {
        display: none;
    }

        .body-flip #accommodations .row > div.parent-flip {
            display: block;
            width: 100%;
            display: block;
            float: none;
            position: relative;
            padding: 0;
        }

    .body-flip #accommodations .card {
        position: relative;
        padding: 0;
    }

        .body-flip #accommodations .card.flip .card-front {
            display: none;
        }

        .body-flip #accommodations .card.flip .card-back {
            margin: 0;
            overflow: visible;
            height: calc(100vh);
            padding-bottom: 100px;
            position: relative;
        }


    .body-optional-flip .mobile-nav,
    .body-optional-flip .mobile-menu,
    .body-optional-flip .section-slipper-contain,
    .body-optional-flip .section-booking-progress,
    .body-optional-flip .sec-buttons,
    .body-optional-flip footer {
        display: none;
    }

    .body-optional-flip #booking-form-container #frmBooking > div {
        display: none;
    }

    .body-optional-flip #booking-form-container #frmBooking > #package-optional {
        display: block;
    }

        .body-optional-flip #booking-form-container #frmBooking > #package-optional > div,
        .body-optional-flip #booking-form-container #frmBooking > #package-optional > div > div > div {
            display: none;
        }

            .body-optional-flip #booking-form-container #frmBooking > #package-optional > div.parent-flip,
            .body-optional-flip #booking-form-container #frmBooking > #package-optional > div.parent-flip > div > div.parent-flip {
                display: block;
            }

    .body-optional-flip #booking-form-container {
        height: calc(100vh);
        min-height: calc(100vh);
        overflow: hidden;
        padding: 0;
    }

    .body-optional-flip #package-optional > div {
        width: auto;
        overflow: visible;
        position: relative;
        z-index: 99;
        width: calc(100vw) !important;
        height: calc(100vh) !important;
        margin: 0 -15px;
        padding: 0;
    }

        .body-optional-flip #package-optional > div > div {
            width: 100% !important;
            margin: 0;
        }

            .body-optional-flip #package-optional > div > div > div {
                width: 100%;
                margin: 0;
                padding: 0;
            }

    .body-optional-flip #package-optional .card {
        position: relative;
        padding: 0;
    }

        .body-optional-flip #package-optional .card.flip .card-front {
            display: none;
        }

    .body-optional-flip #package-optional .card-back {
        margin: 0;
        overflow: visible;
        width: 100%;
        height: calc(100vh);
        padding-bottom: 100px;
        position: relative;
    }
}

/* [optional activities] Cosmetic changes */
.card-optional .card-price-container.card-currency-open .card-price-text {
    padding-top: 0;
}

.card-optional .card-price-container > p {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.card-price-text .card-price + .card-currency {
    margin-left: 5px;
}


/* Update related tours cards */
#sbooking-form-container .card-price-container {
    position: absolute;
    bottom: 60px;
}



/*   Mobile: Logo missing in Nav for blog Azizul Hakimi */
@media (max-width: 992px ) {
    .logo-blog {
        height: 40px;
        width: 160px;
        margin: 5px auto;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .logo-blog::after {
            width: 30px;
            height: 20px;
            right: -30px;
            top: 20px;
            background-size: cover;
        }
}


/*  [quick-nav bar] update Azizul Hakimi */
.submenu ul {
    overflow: visible;
    max-width: 1600px;
}

.submenu > ul > li.highlight {
    border-bottom: 3px solid #52a4b3;
}

.submenu > ul ul > li.highlight {
    border-left: 3px solid #52a4b3;
}

.submenu ul li.more {
    position: relative;
}

    .submenu ul li.more > a:after {
        font-family: 'nordicvisitor';
        content: "\f078";
        font-size: 0.7em;
        margin-left: 8px;
        position: relative;
        top: -1px;
    }

    .submenu ul li.more.open > a:after {
        content: "\f077";
    }

    .submenu ul li.more ul {
        display: none;
        position: absolute;
        z-index: 10;
        height: auto;
        background: rgba(255, 255, 255, 0.9);
        left: 0;
        top: 50px;
        padding: 0 0 10px;
        box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 5px 5px;
    }

    .submenu ul li.more.open ul {
        display: block;
    }

    .submenu ul li.more ul li {
        display: none;
        float: none;
        white-space: nowrap;
        line-height: 35px;
    }
/*.submenu ul li.more ul li:before {
    display:inline-block;
    margin-right:10px;
    content: "\2022";
    color: #52a4b3;
}*/
.submenu .more {
    display: none;
}

@media (max-width: 1550px ) {
    .submenu .more {
        display: block;
    }

        .submenu .more.more-m {
            display: none;
        }

    .submenu > ul > .v-l {
        display: none;
    }

    .submenu > ul .more ul > .v-l {
        display: block;
    }
}

@media (max-width: 1150px ) {
    .submenu .more.more-m {
        display: block;
    }

    .submenu > ul > .v-m {
        display: none;
    }

    .submenu > ul .more ul > .v-m {
        display: block;
    }
}




/* Coupon code implementation */
p.info {
    color: #34444b;
    font-style: italic;
    margin: 20px 0;
}

.coupon #coupon-code-user {
    max-width: 300px;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .coupon #coupon-code-user {
        max-width: 100%;
        margin-right: 0px;
    }

    .coupon .button-link {
        display: block;
        width: 200px;
        margin: 10px auto;
    }
}

.coupon .text-alert {
    display: none;
    background: #ec6851;
    color: #fff;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.66667em;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    margin-top: -10px;
}

    .coupon .text-alert:after {
        position: absolute;
        top: -10px;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ec6851;
    }


.coupon .button-link.applied:before {
    display: inline;
    margin-right: 10px;
    content: "\2713";
    font-weight: bold;
    background-color: transparent;
    border: 0;
    color: white;
}

.coupon .button-link.applied,
.coupon .button-link.applied:hover {
    background: #67a087;
}




/* InfoBlocks - NEW COMPONENT */
.info-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

    .info-blocks .info-block {
        flex-grow: 1;
        width: 33.33333333333333333%;
        box-sizing: border-box;
        padding: 40px;
        text-align: center;
        background: #fcfafa;
        color: #858a8f;
        position: relative;
    }

        .info-blocks .info-block.with-button {
            padding-bottom: 100px;
        }

        .info-blocks .info-block .link-holder {
            position: absolute;
            left: 0;
            bottom: 40px;
            right: 0;
        }

        .info-blocks .info-block .inner-container {
            display: block;
            width: 100%;
            max-width: 980px;
            margin: 0px auto;
        }

            .info-blocks .info-block .inner-container > * {
                color: #858a8f;
            }

            .info-blocks .info-block .inner-container p,
            .info-blocks .info-block .inner-container ul,
            .info-blocks .info-block .inner-container ol,
            .info-blocks .info-block .inner-container dt {
                font-size: 1.16666667em;
                line-height: 1.37142857em;
            }

            .info-blocks .info-block .inner-container > h1 {
                color: #34444b;
                padding-top: 0px;
                margin-top: 0px;
                padding-bottom: 20px;
            }

            .info-blocks .info-block .inner-container .button-link {
                background: #ec6851;
                color: #ffffff;
                text-decoration: none;
            }

            .info-blocks .info-block .inner-container a {
                color: #ec6851;
                text-decoration: none;
            }

        .info-blocks .info-block.block-grey {
            background: #e5e2e2;
            color: #858a8f;
        }

            .info-blocks .info-block.block-grey .inner-container > * {
                color: #858a8f;
            }

            .info-blocks .info-block.block-grey .inner-container > h1 {
                color: #34444b;
            }

            .info-blocks .info-block.block-grey .button-link {
                background: #ec6851;
                color: #ffffff;
            }

            .info-blocks .info-block.block-grey .inner-container a {
                color: #ec6851;
                text-decoration: none;
            }

        .info-blocks .info-block.block-green {
            background: #76b89b;
            color: #ffffff;
        }

            .info-blocks .info-block.block-green .inner-container > * {
                color: #ffffff;
            }

            .info-blocks .info-block.block-green .inner-container > h1 {
                color: #ffffff;
            }

            .info-blocks .info-block.block-green .button-link {
                background: #ec6851;
                color: #ffffff;
            }

            .info-blocks .info-block.block-green .inner-container a {
                color: #fcfafa;
                text-decoration: underline;
            }

        .info-blocks .info-block.block-blue {
            background: #52a4b3;
            color: #ffffff;
        }

            .info-blocks .info-block.block-blue .inner-container > * {
                color: #ffffff;
            }

            .info-blocks .info-block.block-blue .inner-container > h1 {
                color: #ffffff;
            }

            .info-blocks .info-block.block-blue .button-link {
                background: #ec6851;
                color: #ffffff;
            }

            .info-blocks .info-block.block-blue .inner-container a {
                color: #fcfafa;
                text-decoration: underline;
            }

        .info-blocks .info-block.block-red {
            background: #ec6851;
            color: #ffffff;
        }

            .info-blocks .info-block.block-red .inner-container > * {
                color: #ffffff;
            }

            .info-blocks .info-block.block-red .inner-container > h1 {
                color: #ffffff;
            }

            .info-blocks .info-block.block-red .button-link {
                background: #5f6366;
                color: #ffffff;
            }

            .info-blocks .info-block.block-red .inner-container a {
                color: #fcfafa;
                text-decoration: underline;
            }

@media (max-width: 992px ) {
    .info-blocks {
        flex-wrap: wrap;
    }

        .info-blocks .info-block {
            width: 50%;
        }
}

@media (max-width: 767px ) {
    .info-blocks .info-block {
        width: 100%;
    }
}

/*Add timer on front page carousel promotion slider*/
.promotions .kkdotContainer {
    display: none;
}

/*  Image gallery: arrow buttons not working properly Azizul Hakimi  */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    font-size: 24px;
}


/*  Update layout for make a payment page Azizul Hakimi */
#payCard option:disabled {
    display: none;
}

.pay-status {
    color: #76b89b;
    font-size: 32px;
    border-radius: 20px;
    margin-right: 5px;
    vertical-align: middle;
}


#loginform input[type=number] {
    font-family: "Gotham", sans-serif;
    font-size: 0.61111111em;
    color: #555555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-weight: bold;
    text-transform: uppercase;
}

    #loginform input[type=number]:focus {
        border-color: #999999;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        outline: 0;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/
    }

    #loginform input[type=number]::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    #loginform input[type=number]:-ms-input-placeholder {
        color: #999;
    }

    #loginform input[type=number]::-webkit-input-placeholder {
        color: #999;
    }

input[type='number'] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mobile-menu.cpl-mobile-menu {
    height: auto;
    padding: 15px;
    bottom: 50px;
    top: auto;
    border-top: 1px solid #ccc;
}

    .mobile-menu.cpl-mobile-menu .cpl-links a {
        display: block;
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        font-size: 1em;
    }

#amountError {
    color: #f00;
    font-size: 15px;
    margin: -15px 0 0;
}

/* Component: Slider bad scaling on mobile  */
@media (max-width: 480px ) {
    .promotions {
        height: 300px;
        min-height: 300px;
    }
}

/* 2.9 Templates in text editor - Html content component Azizul Hakimi */
.right-info-x h1.sup {
    font-size: 1em;
    font-weight: 600;
    color: #52a4b3;
    margin-left: -26px;
}

.right-info-x h1 {
    font-size: 1.6em;
    font-weight: 600;
    text-transform: none;
    margin-top: 10px;
    line-height: 1.3em;
}

.left-info-x ul {
    color: #858a8f;
}

    .left-info-x ul a {
        color: #ec6851;
    }

/* Amount to pay now field - Only allow numbers Azizul Hakimi */
#paymentForm input[type=number] {
    border: 1px solid #c0c3c5;
    height: 36px;
    font-size: 0.61111111em;
    line-height: 2.18181818em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 0 17px;
    padding-left: 17px;
    line-height: 36px;
    padding-left: 8px;
    background-color: #fcfafa;
    margin-bottom: 20px;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}


/*Update Korta iframe look*/
#paymentCPL {
    height: 250px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

@media (min-width: 992px ) and (max-width: 1199px ) {
    #paymentCPL {
        height: 400px;
    }
}

@media (max-width: 640px ) {
    #paymentCPL {
        height: 400px;
    }
}

/* Different logo for each destination/domain */
.logo.logo-sweden {
    background-image: url('/files/1/logo/nordic-visitor-sweden_simple.svg');
}

.logo.logo-scotland {
    background-image: url('/files/1/logo/nordic-visitor-scotland_simple.svg');
}

.logo.logo-combination {
    background-image: url('/files/1/logo/nordic-visitor-scandinavia_simple.svg');
}

.logo.logo-norway {
    background-image: url('/files/1/logo/nordic-visitor-norway_simple.svg');
}

.logo.logo-lapland {
    background-image: url('/files/1/logo/nordic-visitor-lapland_simple.svg');
}

.logo.logo-iceland {
    background-image: url('/files/1/logo/nordic-visitor-iceland_simple.svg');
}

.logo.logo-greenland {
    background-image: url('/files/1/logo/nordic-visitor-greenland_simple.svg');
}

.logo.logo-finland {
    background-image: url('/files/1/logo/nordic-visitor-finland_simple.svg');
}

.logo.logo-denmark {
    background-image: url('/files/1/logo/nordic-visitor-denmark_simple.svg');
}

.logo.logo-svalbard {
    background-image: url('/files/1/logo/nordic-visitor-svalbard_simple.svg');
}

/*URGET: Information strip for announcements*/
.sub-notice {
    float: left;
    padding: 5px;
    max-width: calc(100% - 370px);
    height: 35px;
    overflow: hidden;
}

    .sub-notice p {
        color: #ddd;
        margin: 0;
        font-size: 13px;
    }


@media (max-width: 991px) {
    .sub-header {
        height: auto;
    }

    .sub-notice {
        width: 100%;
        max-width: 100%;
        padding: 5px 5px 0;
        height: auto;
    }
}


/*Information on what travel styles are - text on banners*/
.collages-inner > .collage-inner .collage-bg,
.collages-inner > .collage-inner:hover .collage-bg {
    opacity: 1;
    -moz-transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
    -o-transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
    -ms-transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
    -webkit-transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
    transform: translateX(-1.0%) translateY(-1.0%) scale(1.04);
}

.collages-inner > .collage-inner .desc,
.collages-inner > .collage-inner:hover .desc {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.collage.collage-w-text > div .collage-bg,
.collage.collage-w-text > div:hover .collage-bg {
    opacity: 1;
    -moz-transform: translateX(-0.5%) translateY(-0.5%) scale(1.02);
    -o-transform: translateX(-0.5%) translateY(-0.5%) scale(1.02);
    -ms-transform: translateX(-0.5%) translateY(-0.5%) scale(1.02);
    -webkit-transform: translateX(-0.5%) translateY(-0.5%) scale(1.02);
    transform: translateX(-0.5%) translateY(-0.5%) scale(1.02);
}

.collage.collage-w-text .collage-text-box {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
}

    .collage.collage-w-text .collage-text-box h1 {
        top: auto;
        text-align: left;
        letter-spacing: inherit;
        padding: 0;
    }

    .collage.collage-w-text .collage-text-box p {
        color: #fff;
        position: relative;
        text-shadow: rgba(0, 0, 0, 0.6) 2px 1px 0;
        font-weight: 500;
    }


@media (max-width: 767px) {
    .collage.collage-w-text > div {
        width: 100%;
    }

    .collage.collage-w-text .collage-text-box {
        padding: 10px;
    }

        .collage.collage-w-text .collage-text-box h1 {
        }

        .collage.collage-w-text .collage-text-box p {
            margin-bottom: 0;
        }
}


/* Show all interests in NavLink menu & add view map */
@media (min-width: 1550px) {
    .submenu .more.more-l {
        display: block;
    }

    .submenu > ul > .v-l {
        display: none;
    }

    .submenu > ul .more ul > .v-l {
        display: block;
    }
}


.section-content-nav {
    overflow: visible;
}

/* Product page: Add unique selling points block */
.box-package-info .right-info-x {
    position: relative;
    padding: 0 20px;
}

.box-package-info.no-margin {
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    .pull-right-info {
        float: right;
        margin-right: 8.33333333333%;
    }

    .box-package-info.no-margin {
        margin: 0;
    }
}

/* Show NavLink menu also in tablets */
@media (min-width: 801px) {
    .submenu {
        display: block;
    }
}

@media (max-width: 992px) {
    .submenu > ul > .v-s {
        display: none;
    }

    .submenu > ul .more ul > .v-s {
        display: block;
    }
}

/* remove unsued icon */
.package-info-icon .icon-style-circle:after {
    display: none;
}

/* Tour card: Improve travel style label */
.card-transport-inner {
    display: table;
}

.card-transport-inner-text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
}

@media (max-width: 767px) {
    .card-transport-inner {
        font-size: 0.55555555em;
    }
}


/*Information on what travel styles are - icons*/

.info-tooltip {
    font-family: "ArcherPro", serif;
    text-transform: none;
    color: #fff;
    background: #34444b;
    display: inline-block;
    width: 12px;
    text-align: center;
    height: 12px;
    vertical-align: text-top;
    line-height: 12px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: bold;
    margin-top: 1px;
}

.ui-tooltip {
    display: inline-block;
    text-transform: none;
    font-family: "ArcherPro", serif;
    font-size: 14px;
    background: rgba(52, 68, 75,0.95);
    padding: 15px 25px;
    color: #fff;
    /*box-shadow: 0 0 7px #444;*/
    z-index: 2000;
    max-width: 320px;
    width: auto;
    border-radius: 5px;
}

    .ui-tooltip.dynamic-width {
        max-width: 480px;
    }

    .ui-tooltip p {
        color: #fff;
        margin: 0;
        padding: 0;
    }

.ui-helper-hidden-accessible {
    display: none;
}

.ui-tooltip.grey.top:before {
    display: block;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid rgba(52, 68, 75,0.95);
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -7px;
}

.ui-tooltip.grey.bottom:before {
    display: block;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-top: 7px solid rgba(52, 68, 75,0.95);
    top: 100%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 7px;
}

.dropdown-nav ul ul a {
    padding: 10px 0px 10px 5px;
}

@media (max-width: 768px ) {
    .ui-tooltip,
    .ui-tooltip.dynamic-width {
        padding: 7px 7px;
        max-width: 170px;
    }
}

/*Tour card: Add destination label */
.card .destination-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.82);
    position: absolute;
    top: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 0.65em;
    font-weight: bold;
    color: #34444b;
}

    .card .destination-label .tooltip-static:hover,
    .card .destination-label .tooltip-static-click:hover {
        color: #3a8492;
    }

@media (max-width: 1435px) {
    .card .infobox + .destination-label {
        display: none;
    }
}

/* Product page: View full itinerary glitch */
.itinerary-item .itinerary-text {
    height: auto;
}


/* Modals: Prev & next arrow - remove hover effect*/
.modal-highlight-details #next-highlight {
    text-align: center;
}

    .modal-highlight-details #next-highlight:hover {
        background-color: #333333;
        color: white;
    }

    .modal-highlight-details #next-highlight span {
        font-size: 1.3em;
        line-height: 40px;
        text-align: center;
    }

/*Modals: Make body area bigger and clearer*/
@media (max-width: 800px) {
    #modalHighlights.modal .modal-body,
    #modalIncludeds.modal .modal-body {
        height: calc(100vh - 95px);
        max-height: 100%;
        border-bottom: 1px solid #d4d3d4;
    }
}

@media (max-width: 640px) {
    #modalHighlights.modal .modal-body,
    #modalIncludeds.modal .modal-body {
        height: calc(100vh - 170px);
    }
}

/*Modals: Make body area bigger and clearer - fixed 2*/
@media (max-width: 800px) {
    #modalGeneric.modal .modal-body,
    #modalAccommodations.modal .modal-body {
        height: calc(100vh - 95px);
        max-height: 100%;
        border-bottom: 1px solid #d4d3d4;
    }
}

@media (max-width: 640px) {
    #modalAccommodations.modal .modal-body {
        height: calc(100vh - 170px);
    }

    #modalGeneric.modal .modal-body {
        height: calc(100vh - 130px);
    }
}

/*Product page: Optional activity links not working on itinerary days*/
body.iosmobile .ios-hide {
    display: none;
}

/*Tour card: Change currency not working correctly*/
@media (max-width: 640px) {
    .card .currency-change h2 {
        margin-top: 0;
        padding-top: 0;
    }

    .card .currency-change ul {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .card .currency-change .currency-close {
        padding: 0 0 30px;
    }

    .currency-change ul li a {
        display: block;
    }
}

/*Show all interests in NavLink menu & add view map: fixed 1*/
@media (max-width: 992px) {
    .submenu.sticktop {
        top: 0px;
    }

        .submenu.sticktop.minimizer {
            transform: none;
        }
}


/*Product page: Guided small groups departures date overview update*/
.box.departures-list {
    padding: 25px 25px 10px 25px;
    margin-bottom: 20px;
    box-shadow: 7px 6px 15px rgba(191, 191, 191, 0.15);
    border: 1px solid #ececec;
}

.departures-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .departures-list ul li {
        display: block;
    }

        .departures-list ul li > .row {
            border-bottom: 1px solid #ececec;
            min-height: 3em;
        }

.departures-list .departure-header {
    padding-top: 1em;
}

    .departures-list .departure-header.center > span {
        text-align: center;
    }

    .departures-list .departure-header > span {
        display: block;
        font-weight: 700;
        text-align: left;
        line-height: 1em;
        font-family: Gotham;
        font-size: 0.7em;
        color: #858a8f;
    }

        .departures-list .departure-header > span + span {
            display: block;
            font-weight: 400;
            text-align: left;
            line-height: 1.3em;
            font-family: Gotham;
            font-size: 0.6em;
            color: #858a8f;
        }

.departures-list .departure-date {
    padding-top: 0.7em;
}

    .departures-list .departure-date .day {
        display: block;
        font-weight: 400;
        text-align: left;
        line-height: 1em;
        font-family: Gotham;
        font-size: 0.7em;
    }

    .departures-list .departure-date .date {
        display: block;
        font-weight: 700;
        text-align: left;
        line-height: 1.3em;
        font-family: Gotham;
        font-size: 0.8em;
    }

.departures-list .departure-price {
    padding-top: 1em;
}

    .departures-list .departure-price > span {
        display: block;
        text-align: center;
        line-height: 1.3em;
        font-family: Gotham;
        font-size: 0.8em;
        font-weight: bold;
    }

        .departures-list .departure-price > span.departure-price-original {
            position: absolute;
            text-align: center;
            left: 0;
            top: 5px;
            color: #ec6851;
            font-weight: normal;
            font-size: 0.77777777em;
            text-decoration: line-through;
            right: 0;
            line-height: 100%;
        }

.departures-list .departure-spaces {
    padding-top: 0.5em;
}

    .departures-list .departure-spaces > .qty {
        display: block;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        line-height: 1.3em;
        font-family: Gotham;
        font-size: 1em;
    }

        .departures-list .departure-spaces > .qty + span {
            display: block;
            font-weight: 400;
            text-align: center;
            line-height: 1em;
            font-family: Gotham;
            font-size: 0.7em;
        }

    .departures-list .departure-spaces.departure-limited > span {
        color: #ec6851;
    }

.departures-list .departure-book {
    padding-top: 0.5em;
}

    .departures-list .departure-book > button,
    .departures-list .departure-book > a {
        display: block;
        text-align: center;
        background: #fff;
        color: #52a4b3;
        font-family: Gotham;
        font-size: 0.61111111em;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 10px;
        padding: 9px 0px 7px;
        line-height: 100%;
    }

        .departures-list .departure-book > a:hover {
            text-decoration: underline;
        }

    .departures-list .departure-book form button {
        display: block;
        font-weight: 500;
        text-align: center;
        line-height: 1em;
        font-family: Gotham;
        font-size: 0.61111111em;
        border: 1px solid #52a4b3;
        padding: 10px;
        color: #52a4b3;
        border-radius: 20px;
        width: 100%;
        background: #fff;
    }

        .departures-list .departure-book form button:hover {
            color: #fff;
            background: #52a4b3;
        }

.departures-list .soldout {
    background: #fbfbfb;
}

    .departures-list .soldout .departure-date > span {
        color: #b3b3b3;
    }

    .departures-list .soldout .departure-spaces {
        padding-top: 1em;
    }

        .departures-list .soldout .departure-spaces > .qty {
            display: block;
            font-weight: 700;
            text-align: center;
            line-height: 1.3em;
            font-family: Gotham;
            font-size: 0.8em;
            color: #b3b3b3;
            text-transform: none;
        }

.departures-list ul li:nth-child(n+7) {
    display: none;
}

.departures-list ul.open li:nth-child(n+7) {
    display: block;
}

.btn-toggle-departures .more {
    display: block;
}

.btn-toggle-departures .less {
    display: none;
}

.btn-toggle-departures.open .more {
    display: none;
}

.btn-toggle-departures.open .less {
    display: block;
}

.button-link.light-green {
    background-color: #76b89b;
}

    .button-link.light-green:hover {
        background-color: #67a087;
    }


/*  Calendar style: Make datepicker calendar clearer Azizul Hakimi */
/* jquerui -datepicker*/
.ui-datepicker-calendar tr td {
    border-bottom: 0;
    font-size: 1em;
    padding: 0;
    line-height: 1em;
}

    .ui-datepicker-calendar tr td:not(.ui-datepicker-other-month) {
        border: 1px solid #e8e8e8 !important;
    }

.ui-datepicker-calendar td > * {
    display: block;
    height: 100% !important;
    width: 100% !important;
    margin: 0;
}

.ui-datepicker-calendar .ui-state-active {
    border-radius: 0px;
    background: #34444b;
}

.ui-datepicker-calendar .ui-datepicker-unselectable {
    color: #b4b3b3;
    background: #f9f9f9;
}

    .ui-datepicker-calendar .ui-datepicker-unselectable > span:after {
        display: none;
    }

.ui-datepicker-calendar .ui-datepicker-other-month {
    background: transparent;
    border: 0;
}
/* pickadate picker*/
.picker .picker__table tbody tr td {
    border-bottom: 0;
    font-size: 1em;
    padding: 0;
    line-height: 1em;
    border: 1px solid #f7f7f7 !important;
}

.picker .picker__day {
    display: block;
    height: 100% !important;
    width: 100% !important;
    margin: 0;
    line-height: 30px;
}

.picker .picker__day--selected {
    border-radius: 0px;
    background: #34444b;
}

.picker .picker__day--outfocus {
    display: none;
}

.picker .picker__day--disabled {
    color: #b4b3b3;
    background: #f9f9f9;
}

    .picker .picker__day--disabled:after {
        display: none;
    }

/**  Checkout: Add payment option in booking steps Azizul Hakimi **/
hr.short {
    margin: 15px 5px;
    border-top: 1px solid #999;
    width: 7px;
}


/** Add view tour video button on hero banner on product page **/
.tour-video.video-link .fa {
    margin: 0px 6px 0px 0px;
    float: none;
}

/* Tablet: Dark sub-menu over the main menu in vertical view Azizul Hakimi */
.mobile-menu.open {
    z-index: 31;
}

.mobile-nav {
    z-index: 32;
}

.mobile-menu form {
    float: none;
}

/*  Tablet: Glitch on accommodation cards in booking steps Azizul Hakimi  */
@media (min-width: 481px) and (max-width: 800px) {
    #frmBooking #accommodations .card-small-package.flip .card-back {
        position: relative;
        margin-top: -307px;
        padding-bottom: 100px;
    }
}

@media (min-width: 991px) and (max-width: 1100px) {
    #frmBooking #accommodations .card-large-back .card-back {
        top: 0px;
        left: 0;
        width: 100%;
        height: auto;
        padding-bottom: 130px;
    }
}

/** #39639 BASECAMP - Mobile: Bug in tour request forms on iOS Azizul Hakimi**/
@media (max-width: 767px) {
    .iosmobile.tour.modal-open {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .iosmobile.tour.modal-open #searchModal3 {
            position: absolute !important;
            left: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            top: 0 !important;
        }

            .iosmobile.tour.modal-open #searchModal3 #email-us {
                padding-bottom: 100px;
            }
}

/* #40185 - BASECAMP Override offer label text Azizul Hakimi */
.card-special-offer {
    width: auto;
    padding-right: 10px;
}

/*#40193 BASECAMP - Product page: Change section background colors Azizul Hakimi*/
.sec-color-grey .client-review-paragraph .review-text::after {
    background-color: transparent;
    /*background-image:url("/resources/2015/stylesheets/images/gradient_white.png");*/
    background: -moz-linear-gradient(top, rgba(249,249,249,0) 0%, rgba(252,252,252,0.7) 49%, rgba(253,253,253,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249,249,249,0) 0%,rgba(252,252,252,0.7) 49%,rgba(253,253,253,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249,249,249,0) 0%,rgba(252,252,252,0.7) 49%,rgba(253,253,253,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding-top: 25px;
}



/*Product page: Client reviews - change view more rule*/
.review-text-content > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

.review-text-content > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.client-review-paragraph .review-text.always-visible {
    max-height: none;
}

    .client-review-paragraph .review-text.always-visible:after {
        display: none;
    }

.client-review-paragraph.invi .review-text:after {
    display: none;
}


/* Fixes to booking flibber */
.booking-form table td:first-of-type,
.booking-menu table td:first-of-type {
    vertical-align: top;
}

.container-booking-sticky.package-booking {
    background: #fff;
    border-left: 1px solid #d1d2d3;
}

.container-booking-sticky .booking-form--results {
    overflow-y: auto;
}

.container-booking-sticky {
    overflow: hidden;
}

@media (min-width: 993px) {

    .sec-buttons, footer.footer-main {
        position: relative;
        z-index: 28;
    }

    section.sec-slipper {
        border-right: 0;
    }

    .container-booking-sticky .booking-form--results {
        max-height: calc(100vh - 70px);
    }
}


/*Booking steps: Add extra nights in checkout*/
.row-extra-nights textarea {
    height: 125px;
    min-height: 125px;
}

.row-extra-nights .note {
    color: #34444b;
    font-style: italic;
}

#extra_nights_info {
    display: none;
    margin-top: 20px;
}

    #extra_nights_info.show {
        display: block;
    }



/* Borgun Payment */
.payment-form form {
    border: 1px solid #999;
    padding: 25px 40px 0px;
    margin-bottom: 20px;
    font-family: "Gotham", sans-serif;
}

#booking-creditcard-fields .payment-form input[type="text"],
#booking-creditcard-fields .payment-form input[type="tel"],
#booking-creditcard-fields .payment-form select {
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 54px;
}

.payment-form select.card-token,
.payment-form input.card-pan,
.payment-form input.card-exp-month {
    padding-left: 40px;
}

.payment-form input[type="text"] + .fa,
.payment-form input[type="tel"] + .fa,
.payment-form select + .fa {
    margin: -36px 0 0 10px;
    position: absolute;
    color: #ccc;
}

.payment-form form label {
    font-size: 0.78888889em;
}

.payment-form form .form-row {
    display: block;
    width: 100%;
}

    .payment-form form .form-row:after {
        display: block;
        content: '';
        clear: both;
    }

.payment-form form .cc-image {
    position: absolute;
    right: 19px;
    margin: -50px 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 46px;
    display: none;
}

.payment-form form button[type=submit] {
    background: #76b89b;
    display: block;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
}

    .payment-form form button[type=submit] .fa {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .payment-form form button[type=submit]:disabled {
        background: #efefef;
        color: #bdbdbd;
    }

.payment-form form .error {
    margin-bottom: 0;
}

.payment-form form .alert-danger {
    display: flex;
    justify-content: left;
    flex-wrap: none;
    background: #fff;
    color: #ee5b53;
    border: 1px solid #ee5b53;
    border-radius: 0px;
    font-size: 14px;
    margin: 0px -41px -1px;
}

    .payment-form form .alert-danger .icon {
        margin-right: 10px;
        font-size: 24px;
    }

    .payment-form form .alert-danger ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.payment-form form .alert-info .alert-danger {
    color: #76b89b;
    border-color: #76b89b;
}

    .payment-form form .alert-info .alert-danger .icon {
        display: none;
    }

.payment-form form .cvc-info-icon {
    position: absolute;
    right: 25px;
    margin: -40px 0 0;
    font-size: 20px;
    color: #ccc;
}

.payment-form form .cvc-info {
    display: none;
    color: #34444b;
    background: #fff;
    padding: 15px;
    border: 1px solid #999;
    font-size: 13px;
    width: 400px;
    left: -50%;
    position: absolute;
    z-index: 2;
    bottom: 55px;
    text-align: center;
}

    .payment-form form .cvc-info p {
        color: #999;
    }

    .payment-form form .cvc-info a {
        color: #999;
        text-decoration: underline;
    }

    .payment-form form .cvc-info > *:first-child {
        padding-top: 0;
        margin-top: 0;
    }

    .payment-form form .cvc-info > *:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

@media (max-width: 979px) {
    .payment-form form {
        padding: 20px 20px 0;
    }

        .payment-form form .col-expiry {
            width: 100%;
        }

        .payment-form form .col-cvc {
            width: 100%;
        }

        .payment-form form .cvc-info {
            width: 330px;
            left: -25px;
        }

        .payment-form form .cc-image {
            height: 33px;
            margin: -44px 0 0;
        }

        .payment-form form .alert-danger {
            margin: 0 0 20px;
        }

        .payment-form form label {
            margin-top: 0;
        }

        .payment-form form .form-group {
            margin-bottom: 10px;
        }

        .payment-form form button[type="submit"] {
            margin-top: 10px;
        }
}

@media (max-width: 979px) {
    .payment-form form .cvc-info {
        width: calc(100vw - 30px);
        left: -25px;
    }
}

.geo {
    text-align: left;
}

/* Borgun Payment - client area*/
#client-borgun-form {
    max-width: 500px;
    margin: 25px auto;
}

    #client-borgun-form form {
        border: 0;
        padding: 0;
    }

    #client-borgun-form input[type="text"],
    #client-borgun-form input[type="tel"],
    #client-borgun-form select {
        max-width: 100%;
        margin-bottom: 0;
        padding-top: 13px;
        padding-bottom: 13px;
        height: 54px;
    }

    #client-borgun-form .card-total {
        width: 100%;
    }

    #client-borgun-form .form-group-pay {
        /*margin-bottom:30px;*/
    }

    #client-borgun-form .card-total + span {
        position: absolute;
        right: 30px;
        margin: -40px 0 0;
        font-weight: bold;
    }

    #client-borgun-form #amountError {
        margin: 0;
    }

    #client-borgun-form form .cvc-info {
        width: 350px;
    }

    #client-borgun-form form .alert-danger {
        margin: 0;
    }



/* Product page - Changes to intro area */
.highlights {
    margin-bottom: 30px;
}

    .highlights h1 {
        margin-top: 0;
        padding-top: 0;
    }

    .highlights ul {
        list-style: none;
        padding-left: 20px;
        font-weight: 500;
    }

    .highlights li {
        margin-top: 10px;
    }

        .highlights li:before {
            font-size: 0.66666667em;
            line-height: 2em;
            position: absolute;
            left: 16px;
        }

        .highlights li:before {
            color: #76b89b;
            font-family: 'nordicvisitor';
            margin-right: 10px;
        }

        .highlights li:before {
            content: "\f00c";
        }

.section-package-info .package-info-icon .icon-style-circle.fa {
    line-height: 46px;
}

.package-info-icon .info-tooltip {
    background: #fff;
    color: #adadad;
    border: 1px solid #adadad;
    vertical-align: middle;
    text-align: center;
}

.row-main > * {
    margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .info-icons .package-info-icon {
        height: 60px;
    }
}

/* Change to Optional Activity card */
.card-price-container .card-ticket-label {
    color: #858a8f;
    font-size: 14px;
}

    .card-price-container .card-ticket-label + .card-price {
        margin-top: 10px;
    }

.card-currency-open .card-ticket-label {
    visibility: hidden;
}


/* Tours: Add tour sub-headline name to tour cards and hero banner */
.tour .hero .hero-text h1 {
    margin-left: 0;
}

.hero .hero-text h3 {
    font-size: 1.8em;
    line-height: 110%;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.card-front h2.sub-name {
    font-family: "Gotham", sans-serif;
    text-transform: none;
    font-size: 1em;
    line-height: 100%;
    color: rgb(52, 68, 75);
    margin: 5px 20px 0;
}

#sbooking-form-container .card-price-container {
    bottom: 40px;
}

@media (max-width: 480px) {
    .hero .hero-text h3 {
        font-size: 1em;
        margin-bottom: 15px;
    }

    .card-front h2.sub-name {
        font-size: 0.7em;
    }

    #sbooking-form-container .card-price-container {
        bottom: 30px;
    }

    .card.card-tour .card-price-container {
        position: absolute;
        bottom: 40px !important;
    }

    .card-map-link {
        height: auto;
        line-height: 100%;
        bottom: 0;
        padding: 0 0 20px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .card-front h1 {
        font-size: 1.333337em;
    }
}


/*#40759 BASECAMP - Payment options - Have debit card as separated option
*/
.confirm-modal {
    text-align: left;
    padding: 30px;
}

    .confirm-modal h1 {
        text-align: center;
    }

    .confirm-modal .buttons {
        text-align: center;
        margin-top: 40px;
    }

        .confirm-modal .buttons button {
            margin-bottom: 25px;
        }

.modal-generic {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

    .modal-generic .fade {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: 0.5;
    }

    .modal-generic .confirm-modal {
        position: relative;
        width: 90%;
        max-width: 800px;
        margin: 30px auto;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        background: #fff;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }


/*#40484 BASECAMP - Accommodation - Hotel database*/

.itinerary-hotel-link {
    margin-right: 20px;
}

    .itinerary-hotel-link:after {
        font-size: 0.77777778em;
        line-height: 1.2em;
        font-family: 'nordicvisitor';
        content: '\f061';
        margin-left: 4px;
    }

#modalHotels.modal ul.list {
    list-style: none;
    max-width: 100% !important;
}

    #modalHotels.modal ul.list .active a,
    #modalHotels.modal ul.list a:hover {
        color: #34444b;
    }

#modalHotels.modal .fa {
    color: #34444b;
    margin-right: 10px;
}

#modalHotels .lightslider {
    margin: 0;
    padding: 0;
}

#modalHotels .lSAction > .lSPrev,
#modalHotels .lSAction > .lSNext {
    background: #858a8f;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #b8bdc0;
    font-size: 1.25em;
    font-weight: bold;
    opacity: 1;
    height: 40px;
    width: 40px;
}

    #modalHotels .lSAction > .lSPrev:hover,
    #modalHotels .lSAction > .lSNext:hover {
        background: #b8bdc0;
        color: #fff;
    }

#modalHotels .lSSlideOuter {
    max-width: 600px;
    min-height: 400px;
    margin: 10px 0 0;
}

#modalHotels .lightslider img {
    max-width: 600px;
}

.card-tiny-text .sub-day {
    text-align: left;
    margin: 10px 0 10px;
    font-size: 0.57em;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 92px;
}

#rowHotelInfo {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #rowHotelInfo .card-tiny--square {
        height: 100px;
    }

@media (max-width: 1280px) {
    #rowHotelInfo .card-tiny--square {
        height: 120px;
    }
}

@media (max-width: 480px) {
    #accommodations {
        overflow-x: hidden;
    }
}

/* #40847 BASECAMP - Only one activity per day selectable*/
.unselectable .card-optional-select {
    background: #666;
}


.ui-dialog {
    z-index: 1101;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}

    .ui-dialog .ui-dialog-titlebar {
        font-weight: 500;
        padding: 15px 0 15px;
        text-align: center;
    }

    .ui-dialog .ui-dialog-title {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        display: none;
    }

    .ui-dialog .ui-dialog-content {
        padding: 10px 15px 10px;
        font-family: "ArcherPro", serif;
    }

    .ui-dialog .ui-dialog-buttonpane {
        padding: 0 15px 15px;
        text-align: center;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            background-color: #76b89b;
        }

.ui-widget-overlay {
    z-index: 1100 !important;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

/*#40969 BASECAMP - Reduce Google map requests*/
#map-canvas {
    background: rgba(0,0,0,0.15);
}

/*#40907 BASECAMP - Filtering on category page - Add tours component with filtering options*/
.tours-with-filters.loading {
    display: block;
    position: relative;
}

    .tours-with-filters.loading:after {
        display: flex;
        content: 'LOADING DATA';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0,0,0,0.35);
        justify-content: center;
        align-items: flex-start;
        padding: 100px;
        color: rgba(255,255,255,0.75);
        font-size: 2em;
        text-shadow: 0px 1px 1px rgba(0,0,0,1);
    }

.date-filter {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

    .date-filter .f-date {
        position: relative;
        width: calc(60% - 20px);
    }

        .date-filter .f-date .icon-calendar {
            position: absolute;
            top: 8px;
            right: 10px;
        }

        .date-filter .f-date input {
            border: 0;
        }

    .date-filter .f-flexibility {
        width: 40%;
    }

        .date-filter .f-flexibility select {
            border: 0;
            padding-right: 15px;
        }


@media (min-width: 990px) and (max-width: 1150px) {
    .date-filter {
        flex-wrap: wrap;
    }

        .date-filter .f-date {
            width: 100%;
        }

        .date-filter .f-flexibility {
            width: 100%;
        }
}

.slider-filter {
    padding: 5px 40px 20px 20px;
}

    .slider-filter .ui-slider {
        position: relative;
        text-align: left;
        border: 0;
        background: #ccc;
    }

        .slider-filter .ui-slider .ui-slider-handle {
            position: absolute;
            z-index: 2;
            width: 15px;
            height: 15px;
            cursor: default;
            -ms-touch-action: none;
            touch-action: none;
            border: 2px solid #34444b;
            background: rgb(255, 255, 255) none repeat scroll 0% 0%;
            border-radius: 10px;
        }

            .slider-filter .ui-slider .ui-slider-handle.ui-state-active {
                background: #34444b;
            }

            .slider-filter .ui-slider .ui-slider-handle.ui-state-focus {
                outline: none;
            }

        .slider-filter .ui-slider .ui-slider-range {
            position: absolute;
            z-index: 1;
            font-size: .7em;
            display: block;
            border: 0;
            background-position: 0 0;
            background: #34444b;
        }

        /* support: IE8 - See #6727 */
        .slider-filter .ui-slider.ui-state-disabled .ui-slider-handle,
        .slider-filter .ui-slider.ui-state-disabled .ui-slider-range {
            filter: inherit;
        }

    .slider-filter .ui-slider-horizontal {
        height: 5px;
    }

        .slider-filter .ui-slider-horizontal .ui-slider-handle {
            top: -5px;
            margin-left: -.6em;
        }

        .slider-filter .ui-slider-horizontal .ui-slider-range {
            top: 0;
            height: 100%;
        }

        .slider-filter .ui-slider-horizontal .ui-slider-range-min {
            left: 0;
        }

        .slider-filter .ui-slider-horizontal .ui-slider-range-max {
            right: 0;
        }

    .slider-filter .ui-slider-vertical {
        width: .8em;
        height: 100px;
    }

        .slider-filter .ui-slider-vertical .ui-slider-handle {
            left: -.3em;
            margin-left: 0;
            margin-bottom: -.6em;
        }

        .slider-filter .ui-slider-vertical .ui-slider-range {
            left: 0;
            width: 100%;
        }

        .slider-filter .ui-slider-vertical .ui-slider-range-min {
            bottom: 0;
        }

        .slider-filter .ui-slider-vertical .ui-slider-range-max {
            top: 0;
        }

@media (max-width: 1024px) {
    .slider-filter .ui-slider .ui-slider-handle {
        left: 100%;
        width: 20px;
        height: 20px;
    }

    .slider-filter .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
    }
}


.slider-labels {
    font-family: "Gotham", sans-serif;
    font-weight: bold;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 10px -5px 0 -10px;
    display: flex;
    justify-content: space-between;
}

.filter-result-summary h2 {
    font-size: 30px;
    padding: 0;
    margin: 0 0 1em;
}

.filter-message {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    padding: 50px;
}

#filterPrice .panel-body p {
    color: #34444b;
    font-style: italic;
    font-size: 0.8em;
    text-align: left;
}

/* #40918 Basecamp - Tour image gallery and image collage section */
.collage > figure .more-images,
.collage > a .more-images {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.2);
}

.collage .more-images p {
    color: #fff;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    line-height: 200%;
    margin: 0;
    padding: 0;
}

.collage .more-images strong {
    display: block;
    font-size: 2.5em;
}

@media (max-width: 1280px) {
    .collage .more-images strong {
        font-size: 2em;
    }
}

@media (max-width: 992px) {
    .collage .more-images p {
        font-size: 0.9em;
    }
}

.collage > a {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #5f6366;
    cursor: pointer;
    overflow: hidden;
}

.collage .video-layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .collage .video-layer:after {
        display: block;
        content: '';
        width: 85px;
        height: 85px;
        background: url(/images/1/video-play.png) no-repeat 50% 50%;
        background-size: cover;
    }

.lg-sub-html p {
    font-family: "Gotham", sans-serif;
    font-size: 1.5rem !important;
    color: #fff !important;
}

.lg .lg-thumb-item {
    position: relative;
}

    .lg .lg-thumb-item.video:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0,0,0,0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        display: block;
        content: '';
        background: url(/images/1/video-play.png) no-repeat 50% 50%;
        background-size: 30px;
        background-color: rgba(0,0,0,0.25);
    }

.collage img {
    width: auto;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    position: absolute;
}

@media (min-width: 1280px) {
    .collage img {
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
    }
}


/*#40956 BASECAMP - New feature: Addon service - Cancellation Insurance*/
#additional-services {
    position: relative;
    z-index: 2;
}

.card-services {
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    padding: 20px 20px 115px;
    font-family: "Gotham", sans-serif;
    min-height: 0px;
}

    .card-services.short {
        padding: 20px 20px 70px;
    }

@media (max-width: 768px) {
    .card-services {
        margin: 0;
    }
}

.card-services:hover {
    box-shadow: 1px 1px 20px 10px rgba(0,0,0,0.25);
}

.card-services h2 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    text-align: left;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid #52a4b3;
}

.card-services .summary {
    font-size: 0.7em;
    font-weight: 300;
    text-align: left;
    color: #333;
    margin: 0 0 15px;
}

    .card-services .summary > * {
        color: #333;
    }

        .card-services .summary > *:first-child {
            margin-top: 0;
            padding-top: 0;
        }

        .card-services .summary > *:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }


.card-services .details {
    font-size: 0.7em;
    text-align: left;
    color: #333;
}

    .card-services .details > * {
        color: #333;
    }

        .card-services .details > *:first-child {
            margin-top: 0;
            padding-top: 0;
        }

        .card-services .details > *:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .card-services .details ul {
        list-style: none;
        margin: 0 0 10px;
        padding: 0;
    }

    .card-services .details li:before {
        display: block;
        position: absolute;
        left: 0;
        content: "\f00c";
        color: #76b89b;
        font-family: 'nordicvisitor';
        margin-right: 20px;
        font-size: 1em;
    }

    .card-services .details ul li {
        position: relative;
        margin-top: 0;
        padding-top: 0;
        padding-left: 20px;
    }

    .card-services .details a {
        color: #d45d49;
        text-decoration: underline;
    }

.card-services .price {
    font-size: 1em;
}

.card-services .currency-link {
    font-size: 1em;
    top: auto;
    color: #34444b;
    position: relative;
}

    .card-services .currency-link:after {
        margin-left: 0;
    }

    .card-services .currency-link ul {
        display: none;
        position: absolute;
        left: 0px;
        background: rgb(236, 104, 81) none repeat scroll 0% 0%;
        width: 100px;
        top: 20px;
        left: -10px;
        line-height: 1.3em;
        padding: 10px 10px 10px;
        margin: 0;
        z-index: 2;
        list-style: none;
    }

    .card-services .currency-link:hover ul {
        display: block;
    }

    .card-services .currency-link ul {
        background: #fff;
        padding: 0;
        border: 2px solid #d5d6d6;
        top: 20px;
        list-style: none;
        font-size: 0.7em;
    }

        .card-services .currency-link ul li {
            padding: 0;
        }

            .card-services .currency-link ul li:hover {
                background: #d5d6d6;
            }

            .card-services .currency-link ul li a {
                display: block;
                padding: 5px 10px;
                position: relative;
                color: rgb(52, 68, 75);
            }

.card-services .price .person {
    text-transform: lowercase;
    font-size: 0.75em;
    margin-left: 10px;
    font-weight: lighter;
}

.card-services .card-footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 10px;
}

.card-services .actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.card-services .full-check {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

    .card-services .full-check label {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        text-align: left;
        font-weight: normal;
        text-transform: none;
    }

        .card-services .full-check label:before {
            margin-top: 5px;
        }

        .card-services .full-check label span {
            display: block;
            margin-top: 5px;
            width: calc(100% - 26px);
            line-height: 150%;
        }

.card-services .notification {
    background: #f1f8f4;
    color: #76b89b;
    border: 1px solid #76b89b;
    padding: 10px 20px;
    margin: 0 -10px;
    font-size: 0.75em;
    text-align: left;
    border-radius: 3px;
    margin-bottom: 35px;
}

    .card-services .notification > * {
        color: #76b89b;
    }

        .card-services .notification > *:first-child {
            margin-top: 0;
            padding-top: 0;
        }

        .card-services .notification > *:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
        }

.card-services .cancellation {
    font-size: 0.8em;
}

    .card-services .cancellation label {
        display: block;
        text-align: right;
        margin: 0;
    }

    .card-services .cancellation .value {
        display: block;
        text-align: right;
        color: #52a4b3;
        font-weight: bold;
        font-size: 1.2em;
    }

    .card-services .cancellation a {
        margin-top: 25px;
        color: #d45d49;
        text-transform: uppercase;
        font-weight: lighter;
        font-size: 0.7em;
    }

.card-services .cancellation {
    display: none;
}

.card-services.applied .cancellation {
    display: block;
}

.card-services.applied .actions {
    display: none;
}

.headline-section.headline-section-b {
    font-size: 1.2em;
    line-height: 1.04em;
    font-weight: 500;
}

.price-extra .note,
.calculation-extra .note {
    font-family: "Gotham", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    margin: -20px 0 30px;
    padding: 0 20px;
}

.list-extra {
    list-style: none;
    display: block;
}

    .list-extra li {
        font-size: 1em;
        line-height: 1.06666667em;
        font-family: "ArcherPro", serif;
        padding-left: 20px;
        text-transform: none;
        color: #5f6366;
        margin-top: 10px;
    }

        .list-extra li:before {
            content: "\f067";
            font-family: "fontAwesome";
            font-size: 0.66666667em;
            line-height: 2em;
            position: absolute;
            left: 16px;
            margin-left: auto;
            margin-right: auto;
        }

.list.list-extra li a {
    text-decoration: underline !important;
}

    .list.list-extra li a:hover {
        color: #34444b;
    }

@media (min-width: 1025px) {
    .row-extras .col-lg-3 {
        width: 50%;
    }
}

@media (min-width: 1201px) {
    .row-extras {
        max-width: 845px;
    }

        .row-extras .col-lg-3 {
            width: 33.33333333%;
        }
}

@media (min-width: 1520px) {
    .row-extras {
        max-width: 1280px;
    }

        .row-extras .col-lg-3 {
            width: 25%;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tablet-horizontal-row.row-extras > div {
        width: 265px;
    }
}

.card-optional-2,
.card-optional-2 .card-front {
    min-height: 450px;
}

@media (max-width: 767px) {
    .card-optional-2,
    .card-optional-2 .card-front {
        min-height: 350px;
    }
}

.card-optional-2 .card-front h1,
.card-optional-2 .card-back h1 {
    text-transform: none;
    font-size: 1em;
}

.card-optional-2 .card-details-link {
    display: block;
    text-align: center;
    color: rgb(236, 104, 81);
    text-decoration: underline;
    font-family: "Gotham", sans-serif;
    font-size: 0.7em;
    margin: 20px auto;
}

.card-optional-2 .quick-info {
    padding: 0 9px;
    text-align: left;
}

    .card-optional-2 .quick-info > :last-child {
        padding-left: 0;
    }

    .card-optional-2 .quick-info label {
        color: rgb(133, 138, 143);
        display: block;
        font-size: 0.6333333em;
        padding: 0;
        margin: 0 0 -3px;
    }

    .card-optional-2 .quick-info .duration {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 0.8em;
    }

        .card-optional-2 .quick-info .duration .fa {
            font-size: 1.2em;
        }

    .card-optional-2 .quick-info .card-small-price {
        font-family: "Gotham", sans-serif;
        font-weight: 500;
        font-size: 1em;
    }

        .card-optional-2 .quick-info .card-small-price .card-currency {
            font-size: 0.85em;
            cursor: pointer;
        }

.card-optional-2 .card-price-container {
    display: none;
}

    .card-optional-2 .card-price-container.card-currency-open {
        display: block;
    }

.card-optional-2.selected .quick-info {
    color: rgb(52, 68, 75);
}

.card-optional-2 .currency-change ul li a {
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .package-optional-big .card-optional-2.flip .card-back {
        padding-top: 65px;
    }

    .card-optional-2 .currency-change ul li a {
        font-size: 1.22222222em;
        line-height: 1.96363636em;
    }

    .card-optional-2 .currency-change h2 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}




.body-optional-flip #booking-form-container #frmServices > div {
    display: none;
}

.body-optional-flip #booking-form-container #frmServices > #package-optional {
    display: block;
}

    .body-optional-flip #booking-form-container #frmServices > #package-optional > div,
    .body-optional-flip #booking-form-container #frmServices > #package-optional > div > div > div {
        display: none;
    }

        .body-optional-flip #booking-form-container #frmServices > #package-optional > div.parent-flip,
        .body-optional-flip #booking-form-container #frmServices > #package-optional > div.parent-flip > div > div.parent-flip {
            display: block;
        }

.headline-section.headline-section-c {
    font-size: 0.9em;
}

.package-headline.package-headline-b {
    font-size: 1.1em;
}


/* #41163 BASECAMP - Filter on category page improvements*/
label .tcount {
    font-family: "ArcherPro", serif;
    font-size: 1.1em;
    font-style: italic;
}

.cloud-mobile {
    background: #f0eded;
    padding: 20px;
    margin-bottom: 20px;
}

    .cloud-mobile .container-section {
        padding: 0;
    }

    .cloud-mobile .button-filter {
        color: #000;
        margin-bottom: 10px;
    }

    .cloud-mobile #search-sort {
        margin: 0;
    }

.box.search-results-filters {
    margin-bottom: 20px;
}

.show-xs {
    display: block;
}

@media (min-width: 768px) {
    .show-xs {
        display: none;
    }
}

.cloud-mobile .sort-filter,
.search-results-filterbar .sort-filter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .cloud-mobile .sort-filter label,
    .search-results-filterbar .sort-filter label {
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.6em;
        display: block;
        white-space: nowrap;
        margin: 0 10px 0 0;
    }
/* #41163 BASECAMP - Filter on category page improvements*/
label .tcount {
    font-family: "ArcherPro", serif;
    font-size: 1.1em;
    font-style: italic;
}

.cloud-mobile {
    background: #f0eded;
    padding: 20px;
    margin-bottom: 20px;
}

    .cloud-mobile .container-section {
        padding: 0;
    }

    .cloud-mobile .button-filter {
        color: #000;
        margin-bottom: 10px;
    }

    .cloud-mobile #search-sort {
        margin: 0;
    }

.box.search-results-filters {
    margin-bottom: 20px;
}

.show-xs {
    display: block;
}

@media (min-width: 768px) {
    .show-xs {
        display: none;
    }
}

.cloud-mobile .sort-filter,
.search-results-filterbar .sort-filter {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .cloud-mobile .sort-filter label,
    .search-results-filterbar .sort-filter label {
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.6em;
        display: block;
        white-space: nowrap;
        margin: 0 10px 0 0;
    }

/*#41435 BASECAMP - Guided Small Groups - Departure space text and rule change*/
.departures-list .departure-spaces > .available {
    display: block;
    font-weight: 700;
    text-align: center;
    line-height: 2.3em;
    font-family: Gotham;
    font-size: 0.88em;
}

/*#41074 BASECAMP - Adult selection not coordinating with availability*/
#booking-side-form label + .text-danger {
    float: right;
}

#booking-side-form option:disabled {
    display: none;
}

/*#41434 BASECAMP - Hero banner improvements - Short version*/
.hero-short.travel-style-short {
    height: 500px;
    display: flex;
    align-items: center;
}

.hero.hero-short.travel-style-short .hero-text {
    position: relative;
    bottom: auto !important;
    padding: 0 !important;
}

@media (max-width: 480px) {
    .hero.hero-short.travel-style-short .hero-text {
        padding: 0 20px !important;
    }
}

@media (min-width: 768px) {
    .hero-short.travel-style-short .hero-text h1 {
        font-size: 3em;
    }

    .hero-short.travel-style-short .lead {
        font-size: 1.2222em;
    }
}

.hero-short.travel-style-short .video-link {
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
    border: 5px solid #fff;
    border-radius: 66px;
    display: flex;
    width: 66px;
    height: 66px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}

    .hero-short.travel-style-short .video-link .fa {
        float: none;
        margin: -3px 0 0 5px;
        font-size: 23px;
        vertical-align: unset;
    }

/*#41493 BASECAMP - CMS: QuickNav component improvements*/
.submenu ul li.featured {
    background: rgba(82, 164, 179, 0.2);
}

.submenu ul li.info {
    float: left;
}

@media (max-width: 992px) {
    .submenu {
        display: block;
        overflow-y: hidden;
        overflow-x: scroll;
    }

        .submenu.sticktop {
            position: fixed;
        }

        .submenu ul {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            white-space: nowrap;
        }

            .submenu ul li.more > a {
                display: none;
            }

            .submenu ul li.more > ul {
                display: flex;
                position: relative;
                z-index: 1;
                top: 0;
                box-shadow: none;
                border-radius: 0;
            }

                .submenu ul li.more > ul li {
                    line-height: 50px;
                    height: 50px;
                }

        .submenu > ul ul > li.highlight {
            border-left: 0;
            border-bottom: 3px solid #52a4b3;
        }

        .submenu .view-selector {
            display: none;
        }
}

/*#41509 BASECAMP - Tour filtering: Improve tour filtering on category page*/
.search-results-filters .accordion .panel-group .panel-collapse .panel-body.panel-season {
    padding-top: 0;
    padding-left: 30px;
}

.search-results .related-categories {
    padding-left: 20px;
    padding-right: 20px;
}

    .search-results .related-categories .related-links {
        padding-top: 7px;
    }

        .search-results .related-categories .related-links ul {
            list-style: none;
            padding-left: 10px;
            font-size: 0.88888889em;
        }

            .search-results .related-categories .related-links ul li + li {
                margin-top: 0.88888889em;
            }

/* initial hiding*/
#tours > div.invisible {
    height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-height: 0px;
    min-height: unset;
}

.hide-md {
    display: block;
}

.show-md {
    display: none;
}

@media (max-width: 991px) {
    .hide-md {
        display: none;
    }

    .show-md {
        display: block;
    }
}

/*#41498 BASECAMP - Selling points items and new component(s)*/
.row-sp {
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .row-sp .sp-container {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

.sp {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 25px 40px 45px;
    text-align: center;
}

    .sp .sp-icon {
        height: 75px;
        margin-bottom: 20px;
    }

        .sp .sp-icon > img {
            height: 100%;
        }

    .sp h3 {
        margin: 0 0 20px;
        font-size: 1.1em;
        line-height: 110%;
    }

    .sp p {
        margin: 0 0 15px;
        font-family: "Gotham", sans-serif;
        font-size: 0.85em;
        color: rgb(52, 68, 75);
    }

    .sp .sp-footer {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .sp a.more {
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-size: 0.66666667em;
        color: #ec6851;
        font-weight: bold;
    }

@media (max-width: 767px) {
    .container-sp {
        overflow-x: auto;
        overflow-y: hidden;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-sp {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

        .row-sp .sp-container {
            width: 230px;
        }

            .row-sp .sp-container + .sp-container {
                margin-left: 20px;
            }

            .row-sp .sp-container:last-child {
                display: flex;
                justify-content: flex-start;
                flex-wrap: nowrap;
                width: 245px;
            }

                .row-sp .sp-container:last-child:after {
                    display: block;
                    content: '';
                    width: 15px;
                }

    .sp {
        width: 230px;
        padding: 15px 15px 30px;
    }

        .sp .sp-footer {
            bottom: 15px;
        }
}

.sp-small-container {
    background: #fff;
}

.sp-small {
    width: 310px;
    display: flex;
    justify-content: flex-start;
    padding: 25px 10px;
}

    .sp-small .sp-icon {
        width: 70px;
        padding: 0 10px;
    }

        .sp-small .sp-icon > img {
            width: 100%;
        }

    .sp-small .sp-text {
        width: calc(100% - 70px);
    }

    .sp-small h3 {
        text-transform: none;
        line-height: 100%;
        margin: 0 0 5px;
        font-size: 0.7em;
    }

    .sp-small p {
        font-family: "Gotham", sans-serif;
        font-size: 0.7em;
        line-height: 1.25em;
        margin-bottom: 0;
    }

.sp-slider {
    border-top: 1px solid #eaeaea;
    background: #fff;
    display: flex;
    justify-content: center;
}

    .sp-slider .lSAction > .lSPrev {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 32px;
        overflow: hidden;
        margin: 0;
        background: rgba(255,255,255,0.75);
        border-right: 1px solid #ccc;
        display: flex;
        height: auto;
        justify-content: center;
        align-items: center;
        z-index: 2;
        transition: opacity .15s ease-in-out;
    }

    .sp-slider .lSAction > .lSNext {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 32px;
        overflow: hidden;
        margin: 0;
        background: rgba(255,255,255,0.75);
        border-left: 1px solid #ccc;
        display: flex;
        height: auto;
        justify-content: center;
        align-items: center;
        z-index: 2;
        transition: opacity .15s ease-in-out;
    }

    .sp-slider .lSAction > .disabled {
        opacity: 0;
    }

@media (max-width: 767px) {
    .sp-small {
        width: 107px;
        display: flex;
        justify-content: center;
        padding: 10px 5px;
        flex-wrap: wrap;
    }

        .sp-small .sp-icon {
            width: 100%;
            height: 35px;
            margin: 0 0 10px;
            text-align: center;
        }

            .sp-small .sp-icon img {
                height: 100%;
                width: auto;
            }

        .sp-small .sp-text {
            width: 100%;
            text-align: center;
        }

            .sp-small .sp-text h3 {
                text-transform: uppercase;
                font-size: 0.6em;
                line-height: 130%;
            }

            .sp-small .sp-text p {
                display: none;
            }

    .sp-slider .lSAction {
        display: none !important;
    }
}

/*#41499 BASECAMP - Contact us section on category page - HTML/CSS*/

section.sec-contact-groups {
    padding: 40px 0;
}

    section.sec-contact-groups .headline-section {
        font-size: 1.1em;
        line-height: 150%;
        margin-top: 0;
    }

    section.sec-contact-groups .col-main .button-link,
    section.sec-contact-groups .col-main-last .button-link {
        margin: 25px auto;
        display: block;
        width: 200px;
    }

    section.sec-contact-groups .col-opt {
        text-align: center;
    }

        section.sec-contact-groups .col-opt .icon {
            color: #76b89b;
            margin-left: 5px;
            font-size: 40px;
        }

        section.sec-contact-groups .col-opt h3 {
            margin: 0 0 7px;
        }

        section.sec-contact-groups .col-opt p {
            font-size: 0.84em;
            line-height: 120%;
            margin: 0 0 10px;
            color: rgb(52, 68, 75);
        }

        section.sec-contact-groups .col-opt .icon-round {
            color: #fff;
            background: #999;
            display: flex;
            width: 18px;
            height: 18px;
            justify-content: center;
            align-items: center;
            font-size: 1em;
            border-radius: 10px;
            margin: 0px auto;
        }

            section.sec-contact-groups .col-opt .icon-round .fa {
                margin-left: 5px;
            }

    section.sec-contact-groups .col-main-last {
        display: none;
    }

@media (max-width: 767px) {
    section.sec-contact-groups .col-main .button-link,
    section.sec-contact-groups .col-opt .icon-round,
    section.sec-contact-groups .col-opt p {
        display: none;
    }

    section.sec-contact-groups .col-main-last {
        display: block;
    }

    section.sec-contact-groups .headline-section {
        font-size: 0.88888889em;
    }

    section.sec-contact-groups .col-opt h3 {
        font-size: 0.78888889em;
    }

    section.sec-contact-groups .col-opt .icon {
        font-size: 35px;
        margin-left: 5px;
    }
}

/*#41562 BASECAMP - Infoblock component improvements - add travel guide elements*/
.info-cards .card-mini {
    text-align: left;
}


/*#41568 BASECAMP - Highlights modal links in Articles*/
.img-holder img {
    max-width: 100%;
}

.highlight-main-image {
    margin-bottom: 1em;
    display: block;
    max-width: 800px;
}

.row-highlight-images {
    max-width: 815px;
}

    .row-highlight-images img {
        width: 100%;
    }

/*#41564 BASECAMP - Sticky back to top button on pages*/
.top-button {
    position: fixed;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 29;
}

    .top-button a {
        display: flex;
        width: 40px;
        height: 40px;
        background: #000;
        color: #fff;
        position: absolute;
        padding: 20px;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        left: calc(50% - 20px);
        bottom: -8px;
        opacity: 0.5;
    }

        .top-button a.left {
            left: 20px;
        }

        .top-button a.right {
            left: auto;
            right: 70px;
        }

        .top-button a:hover {
            opacity: 0.9;
        }

/*#41563 BASECAMP - RelatedBlog component - mobile improvements*/
@media (max-width: 991px) {
    .blog-feed-row-x {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

        .blog-feed-row-x .blog-feed-item {
            padding-left: 7px;
            padding-right: 7px;
            width: 300px;
            min-width: 300px;
        }

    .blog-feed-item .blog-feed-img {
        width: 100%;
        height: 180px;
        background-position: 50% 50%;
    }

    .blog-feed-row-x .blog-feed-item h1 {
        font-size: 0.75em;
        margin: 1em 0 0.5em;
        min-height: 45px;
    }

    .blog-feed-row-x .blog-feed__tags {
        padding-top: 0px;
        font-size: 0.6777em;
    }
}


/*#41548 BASECAMP - Customer reviews - new component*/
.sec-customer-reviews {
    padding-bottom: 30px;
}

.cr-text-container {
    display: flex;
    justify-content: space-between;
}

    .cr-text-container > div {
        width: calc(50% - 15px);
    }

    .cr-text-container .cr-text {
        display: block;
        width: 100%;
        border-radius: 5px;
        background: #efefef;
        padding: 20px;
        border: 1px solid #ddd;
    }

.cr-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

    .cr-title .initial {
        display: flex;
        width: 40px;
        height: 40px;
        background: rgb(82, 164, 179);
        color: #fff;
        font-family: "Gotham", sans-serif;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
    }

    .cr-title > img {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 20px;
    }

    .cr-title h3 {
        width: calc(100% - 50px);
        text-transform: none;
        margin: 0;
        line-height: 110%;
    }

        .cr-title h3 > span {
            display: block;
            text-transform: none;
            font-weight: 300;
            color: #333;
            font-size: 0.75em;
        }

.cr-text .text {
    font-family: "Gotham", sans-serif;
    font-size: 0.75em;
    color: #333;
    margin: 10px 0 0;
    overflow: hidden;
    max-height: 60px;
    position: relative;
    transition: max-height 0.25s ease-out;
}

    .cr-text .text.show {
        max-height: 1000px;
        transition: max-height 0.5s ease-in;
    }

    .cr-text .text > *,
    .cr-text .text > div > * {
        color: #333;
        padding: 0;
        margin: 0 0 10px;
    }

        .cr-text .text > *:first-child,
        .cr-text .text > div > *:first-child {
            margin-top: 0;
            padding-top: 0
        }

        .cr-text .text > *:last-child,
        .cr-text .text > div > *:last-child {
            margin-bottom: 0;
            padding-bottom: 0
        }

.cr-text .review-tour {
    margin: 10px 0 0;
    font-family: "Gotham", sans-serif;
    font-size: 0.6667em;
    font-weight: 300;
}

    .cr-text .review-tour strong {
        text-decoration: underline;
        font-weight: 300;
    }

.cr-text .text.show .text-summary {
    display: none;
}

@media (max-width: 767px) {
    .cr-text-container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 15px;
        margin: 0 -15px;
    }

        .cr-text-container .cr-text {
            width: 310px;
            min-width: 310px;
        }

        .cr-text-container > div {
            width: auto;
        }

            .cr-text-container > div + div {
                margin-left: 15px;
            }

            .cr-text-container > div:last-child {
                padding-right: 15px
            }
}

@media (max-width: 1199px) {
    .cr-text .text {
        max-height: 75px;
    }
}

.cr-video {
    width: 100%;
    height: 205px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .cr-video {
        margin: 15px 0 0;
        height: 360px;
    }
}

@media (max-width: 767px) {
    .cr-video {
        margin: 15px;
        height: 210px;
        width: calc(100% - 30px);
    }
}

.cr-link {
    color: #ec6851;
    margin: 15px 0;
    display: block;
    text-decoration: underline;
    font-family: "Gotham", sans-serif;
    text-align: center;
    font-size: 0.7em;
}

.cr-image-container {
    margin-top: 40px;
}

.cr-image {
    text-align: center;
}

    .cr-image img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .cr-image img {
        max-width: 70%;
    }
}

.cr-image-text {
    font-family: "Gotham", sans-serif;
    text-align: center;
    font-size: 0.9em;
}

.cr-link-b {
    color: #ec6851;
    margin: 10px 0;
    display: block;
    font-family: "Gotham", sans-serif;
    text-align: center;
    font-size: 0.7em;
}

.cr-stars {
    color: #ffd269;
}


/*#41556 BASECAMP - Contact us - new component*/

.cx-contact {
    text-align: center;
    position: relative;
    height: 100%;
    padding-bottom: 70px;
}

    .cx-contact .icon {
        font-size: 40px;
        color: #76b89b;
    }

    .cx-contact h3 {
        margin: 0;
    }

    .cx-contact p {
        margin: 0;
        color: #333;
    }

        .cx-contact p strong {
            color: #d45d49;
            font-size: 1.3em;
        }

    .cx-contact .cx-footer {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

.button-link.btn-ctx {
    margin: 0px auto;
    background: #76b89b;
}

.row-flex {
    display: flex;
}

.ctx-form {
    padding-top: 80px;
}

.sec-customer-contact-form img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .cx-contact {
        padding-bottom: 45px;
    }

        .cx-contact p {
            font-size: 0.9em;
        }

    .button-link.btn-ctx {
        padding: 0;
        background: transparent;
        color: #d45d49;
        font-size: 0.75em;
        line-height: 100%;
    }
}

/*#41604 BASECAMP - Question - H1 to H3 tags*/
.itinerary-item > h3 {
    font-size: 1em;
    margin: 0 0 12.5px;
}

/*#41598 BASECAMP - Tour card: Improve map view back side*/
.card-back-full .card-best-offer,
.card-tour .card-back .card-best-offer {
    top: 20px;
    left: 0;
    right: auto;
    background: #f0eded;
    border-radius: 0 5px 5px 0;
}

.card-back-full h2,
.card-tour .card-back h2 {
    margin-top: 40px;
}

.card-tour .card-back h1 {
    font-size: 1.45em;
}

    .card-tour .card-back h1.long {
        font-size: 1.1677777777em;
    }

@media (min-width:481px) and (max-width:1310px) {
    .card-tour .card-front h1,
    .card-tour .card-back h1 {
        font-size: 1.233337em;
    }

        .card-tour .card-front h1.long,
        .card-tour .card-back h1.long {
            font-size: 1.2em;
        }
}

.card-back-full .tmp_map,
.card-back .tmp_map {
    background-color: #a2cfd5;
    background-size: contain !important;
    background-repeat: no-repeat;
    min-height: 190px !important;
}

.card-back-full h2 + h2,
.card-tour .card-back h2 + h2 {
    color: #b5b5b7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card-back-full .card-price-container label,
.card-tour .card-price-container label {
    display: block;
    margin: 0;
    padding: 0;
    color: #b5b5b7;
    font-size: 0.8em;
}

    .card-back-full .card-price-container label + .card-price {
        margin-top: 10px;
    }

    .card-tour .card-price-container label + .card-price {
        margin-top: 0;
        padding-top: 5px;
    }

.card-back-full .card-price-container.card-currency-open label,
.card-tour .card-price-container.card-currency-open label {
    display: none;
}

    .card-back-full .card-price-container.card-currency-open label + .card-price,
    .card-tour .card-price-container.card-currency-open label + .card-price {
        margin-top: 30px;
    }

.card-back-full .card-price-container {
    bottom: 80px !important;
}

.card-back-full .card-price {
    display: inline-block;
}

    .card-back-full .card-price .currency-symbol {
        margin-left: 0;
        display: none;
    }

    .card-back-full .card-price + .card-currency {
        display: inline-block;
        z-index: 2;
        position: relative;
    }

.card-back-full .currency-change ul li a {
    padding: 10px;
}


/*#41631 BASECAMP - Tour cards: Add pace and activity level information*/
.card-tour .levels {
    display: flex;
    justify-content: space-around;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 110px;
}

    .card-tour .levels .level {
        font-size: 0.75em;
        display: flex;
        align-items: flex-end;
        white-space: nowrap;
    }

        .card-tour .levels .level img {
            max-height: 24px;
            margin-left: 7px;
        }

.card-tour .card-map-link {
    height: auto;
    line-height: 0;
    margin: 0 0 0;
    padding: 0 0 15px;
}

.card-tour .card-transport + * {
    padding-top: 5px;
}

@media (max-width: 480px) {
    .card-tour .card-map-link {
        padding: 0 0 15px;
    }

    .card-tour .card-price-container label {
        line-height: 100%;
    }

        .card-tour .card-price-container label + .card-price {
            padding-top: 0;
        }

    .card-tour .levels {
        bottom: 90px;
    }

        .card-tour .levels .level {
            font-size: 0.7em;
        }

    .card-tour {
        min-height: 400px;
    }
}


/*#41682 BASECAMP - Mobile menu: Layout changes to main menu*/
.mobile-nav.mobile-nav-b {
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    transition: transform 0.2s ease-out;
    transform: translateY(0);
}

    .mobile-nav.mobile-nav-b.mobile-nav-hide {
        transition: transform 0.3s ease-in;
        transform: translateY(-100%);
    }

    .mobile-nav.mobile-nav-b.mobile-menu-bottom {
        position: absolute;
        bottom: 0;
        top: auto;
        transform: translateY(0) !important;
    }

.menuopen .mobile-nav.mobile-nav-b.mobile-menu-bottom {
    position: fixed;
}

.mobile-nav.mobile-nav-b .bt-menu {
    right: 20px;
    left: auto;
}

.mobile-nav.mobile-nav-b > .logo {
    top: 10px;
}

.mobile-menu.mobile-menu-b {
    padding-bottom: 0px;
    height: 100%;
    transform: translateY(-100%);
    padding-top: 50px;
}

    .mobile-menu.mobile-menu-b.mobile-menu-list-bottom {
        transform: translateY(100%);
    }

    .mobile-menu.mobile-menu-b.open {
        transform: translateY(0%);
    }

.mobile-menu-bottom + .mobile-menu.mobile-menu-b {
    padding-top: 0px;
    padding-bottom: 50px;
}

.mobile-menu.mobile-menu-b .accordion .panel-group {
    margin-top: 10px;
}

    .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading h2 {
        font-weight: bold;
    }

    .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a {
        text-align: left;
        padding: 0 50px;
        position: relative;
        cursor: pointer;
    }

        .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a:after {
            display: none;
        }

        .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a .i-up,
        .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a .i-down {
            position: absolute;
            right: 50px;
            top: 4px;
            color: #d45d49;
            font-size: 1.5em;
        }

        .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a .i-up {
            display: block;
        }

        .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a.collapsed .i-up {
            display: none;
        }

        .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a .i-down {
            display: none;
        }

        .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a.collapsed .i-down {
            display: block;
        }

    .mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading {
        border-bottom: 1px solid #ddd;
    }

.mobile-menu .accordion .panel-group .panel-collapse {
    background: #f9f9f9;
}

    .mobile-menu .accordion .panel-group .panel-collapse.in {
        border-bottom: 1px solid #ddd;
    }

.mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a .icon {
    margin-left: 10px;
}

.mobile-menu.mobile-menu-b .accordion .panel-body ul {
    column-count: 1;
}

    .mobile-menu.mobile-menu-b .accordion .panel-body ul li {
        padding-left: 50px;
    }

        .mobile-menu.mobile-menu-b .accordion .panel-body ul li:before {
            display: none;
        }

.mobile-menu.mobile-menu-b .accordion .panel-body ul {
    margin: 10px 0;
}

    .mobile-menu.mobile-menu-b .accordion .panel-body ul li {
        max-height: 100%;
        padding: 0 0 0 50px;
        margin: 0;
        line-height: 2.3em;
        min-height: 0px;
        font-weight: 500;
    }

        .mobile-menu.mobile-menu-b .accordion .panel-body ul li a.active {
            border-left: 4px solid #ffd269;
            padding-left: 8px;
        }

        .mobile-menu.mobile-menu-b .accordion .panel-body ul li.info-tooltip {
            font-size: 7px;
            width: 10px;
            height: 10px;
            line-height: 10px;
            margin: 3px 0 0 5px;
        }

.accordion .panel-general {
    border-bottom: 1px solid #ddd;
}

    .accordion .panel-general li {
        font-size: 1.12222em;
        font-weight: bold;
        padding: 0;
        margin: 0;
        max-height: none;
        min-height: 0px;
        line-height: 100%;
    }

    .accordion .panel-general ul {
        margin: 10px 0px;
    }

    .accordion .panel-general li a {
        display: block;
        padding: 10px 50px;
    }

.accordion .panel-small {
    border-bottom: 1px solid #ddd;
}

    .accordion .panel-small ul {
        margin: 10px 50px;
        column-count: 2;
    }

    .accordion .panel-small li {
        font-size: 0.9em;
        padding: 0;
        margin: 0;
        max-height: none;
        min-height: 0px;
        line-height: 100%;
    }

        .accordion .panel-small li a {
            color: #34444b;
            padding: 5px 0;
            font-size: 1em;
            display: block;
        }

.mobile-menu-b .panel-social {
    text-align: center;
    padding: 20px 0;
}

    .mobile-menu-b .panel-social ul {
        display: flex;
        justify-content: center;
    }

        .mobile-menu-b .panel-social ul li a {
            color: #ec6851;
        }

        .mobile-menu-b .panel-social ul li span > span {
            display: none;
        }

.mobile-menu-b .accordion .panel-social h2 {
    color: #858a8f;
    font-weight: bold;
}

.mobile-menu-b .accordion .panel-social li {
    font-size: 2.5em;
    min-height: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 100%;
    width: 40px;
}

.mobile-menu-b .panel-address {
    padding: 0 50px 20px;
}

    .mobile-menu-b .panel-address h2 {
        font-family: "ArcherPro", serif;
        color: #999;
        text-transform: none;
        font-size: 0.8em;
    }

    .mobile-menu-b .panel-address p {
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-size: 0.67777em;
        font-weight: bold;
        line-height: 200%;
    }

    .mobile-menu-b .panel-address a {
        color: #34444b;
    }

.mobile-menu .accordion .panel:last-of-type {
    border-bottom: 0;
}

.noscroll.menuopen {
    overflow: hidden;
    height: 100%;
}

/*MEGAMENU*/
@media (max-width: 1279px) {
    .sub-header {
        display: none;
    }

    body {
        padding-top: 50px;
    }
}

@media (max-width: 480px) {
    .section-booking-progress {
        margin-top: 0px;
    }
}

@media (max-width: 800px) {
    .section-booking-progress {
        padding-top: 0px;
    }
}

.container-booking-sticky .booking-form--results {
    margin-top: 50px;
}

.container-booking-sticky.sticktop .booking-form--results {
    margin-top: 0px;
}

@media (max-width: 480px) {
    h1.page-header a.infobox {
        position: static;
    }

    h1.page-header .card-special-offer {
        position: absolute;
        font-size: 0.75em;
        right: 5px;
        top: -40px;
    }
}

@media (max-width: 992px) {
    .container-booking-sticky.sticktop {
        margin-top: 66px;
    }

    .submenu.sticktop {
        transition: all 0.3s ease-out;
    }

    .mobile-nav-show .submenu.sticktop {
        top: 50px;
    }
}

/*#41682 BASECAMP - Mobile menu: Layout changes to main men - CPL FIX*/
.mobile-menu.cpl-mobile-menu {
    bottom: auto;
    top: 50px;
    border-bottom: 1px solid #ccc;
    transform: translateY(-220%);
}

    .mobile-menu.cpl-mobile-menu.open {
        transform: translateY(0%);
    }


/* #41604 BASECAMP - Question - H1 to H3 tags - Part 2*/
.card h5 {
    font-size: 0.88888889em;
    line-height: 1.5em;
    font-weight: bold;
    color: #52a4b3;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 25px;
}

.card .card-front h5 + h5 {
    color: #b5b5b7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card-front h4 {
    padding: 0 15px;
}

.card h4 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1.66667em;
    line-height: 1.06666667em;
    margin-top: 0;
    margin-bottom: 0;
}

.card-back-full h5,
.card-tour .card-back h5 {
    margin-top: 40px;
}

.card-tour .card-back h4 {
    font-size: 1.45em;
}

.card-back h4 {
    padding: 0 15px;
    margin-bottom: 20px;
}

.card-back-full h5 + h5, .card-tour .card-back h5 + h5 {
    color: #b5b5b7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card .card-front h4.long {
    font-size: 1.4em;
}

.card-tour .card-back h4.long {
    font-size: 1.1677777777em;
}

@media (min-width:481px) and (max-width:1310px) {
    .card-tour .card-front h4,
    .card-tour .card-back h4 {
        font-size: 1.233337em;
    }

        .card-tour .card-front h4.long,
        .card-tour .card-back h4.long {
            font-size: 1.2em;
        }
}

@media (max-width:480px) {
    .card-tour .card-front h4,
    .card-tour .card-back h4 {
        font-size: 1em;
        line-height: 1.06666667em;
    }

        .card-tour .card-front h4.long {
            font-size: 0.9em;
        }
}

.card h4 + h2 {
    color: #b5b5b7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card-optional .card-front h4 {
    padding: 25px 15px 10px 15px;
    font-size: 1.22em;
    margin: 0;
    line-height: 1.04em;
}

    .card-optional .card-front h4 + span {
        color: #858a8f;
    }

@media (max-width:800px) {
    .card-optional .card-front h4 {
        padding: 0 15px;
        margin-top: 15px;
        line-height: 1.2em;
    }

    .card-optional h4 + span {
        font-size: 0.77777778em;
        line-height: 1.02857143em;
    }
}

.card-back-full h5 {
    font-size: 0.88888889em;
    line-height: 1.5em;
    font-weight: bold;
    color: #52a4b3;
    padding-top: 20px;
    margin-bottom: 0;
}

.card-back-full h4 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.06666667em;
    padding: 0 15px;
    margin: 0 0 20px;
}

/* mobile confirm page fixed*/
@media (max-width:991px) {
    .hero-confirm {
        margin-top: 50px;
    }
}

@media (max-width:767px) {
    .hero.hero-confirm .hero-text h1 {
        font-size: 1.55555556em;
        line-height: 1.02857143em;
    }
}


/*#41746 BASECAMP - Lazy load - Add to more elements*/
.card-tour .tmp_map {
    display: none;
}

.card-tour.flip .tmp_map {
    display: block;
}

.lazy-search {
    display: none;
}

/*#41821 BASECAMP - Mobile: Show submenu on tour level*/
@media (max-width:480px) {
    .sublinks-wrap {
        display: block;
    }
}

/*#41913 BASECAMP - Component improvements - Collages*/
.collage.collage-w-text .collage-text-box {
    margin-bottom: 15px;
}

.collage .collage-link {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: bold;
    display: block;
    text-align: right;
    text-shadow: rgba(0, 0, 0, 0.6) 2px 1px 0;
    color: #fff;
}

/*#41914 BASECAMP - Component improvements - InfoBlock - new theme colo*/
.info-blocks .info-block.block-dark-blue {
    background: #253035;
    color: #ffffff;
}

    .info-blocks .info-block.block-dark-blue .inner-container > * {
        color: #ffffff;
    }

    .info-blocks .info-block.block-dark-blue .inner-container > h1 {
        color: #ffffff;
    }

    .info-blocks .info-block.block-dark-blue .button-link {
        background: #ec6851;
        color: #ffffff;
    }

    .info-blocks .info-block.block-dark-blue .inner-container a {
        color: #fcfafa;
        text-decoration: underline;
    }

/*#41912 BASECAMP - Component improvements - DestinationHero*/
.hero-subpage-vid .video-link {
    opacity: 1;
    transform: translateY(0px);
    color: #fff;
    border: 5px solid #fff;
    border-radius: 66px;
    display: flex;
    width: 66px;
    height: 66px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin-bottom: 40px;
    margin-top: -20px;
}

    .hero-subpage-vid .video-link .fa {
        float: none;
        margin: -3px 0 0 5px;
        font-size: 23px;
        vertical-align: unset;
    }

@media (max-width:480px) {
    .hero.hero-subpage-vid .hero-text .button-link.video-link {
        margin-left: auto;
        margin-right: auto;
    }

    .hero.hero-subpage-vid {
        height: 548px;
    }
}

@media (min-width:960px) and (max-width:1309px) {
    .hero.hero-subpage-vid {
        height: 550px;
    }
}

/*#41932 BASECAMP - New component: Offer/featured + Get in touch*/

.contact-strip-b {
    background: #253035;
    color: #fff;
    padding: 30px 40px 40px;
    height: 100%;
}

    .contact-strip-b .headline-section {
        margin-top: 50px;
    }

    .contact-strip-b > p.lead {
        color: #fff;
    }

    .contact-strip-b .contact-items {
        display: block;
        width: 100%;
        margin: 20px auto 40px;
        max-width: 480px;
    }

        .contact-strip-b .contact-items .col-opt {
            text-align: center;
        }

        .contact-strip-b .contact-items .icon {
            color: #ffd269;
            font-size: 44px;
        }

        .contact-strip-b .contact-items h3 {
            color: #fff;
            padding: 0;
            margin: 0;
        }

    .contact-strip-b .buttons {
        text-align: center;
    }

.row-strip {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .row-strip .col-strip-a {
        width: 60%;
    }

    .row-strip .col-strip-b {
        width: 40%;
    }

@media (max-width:1023px) {
    .row-strip .col-strip-a {
        width: 100%;
    }

    .row-strip .col-strip-b {
        width: 100%;
    }
}

.promotions-b,
.promotions-b ul,
.promotions-b li {
    height: 100%;
}

    .promotions-b .offer-label {
        color: #253035;
    }

    .promotions-b .text {
        text-align: center;
        padding: 40px 20px 0;
    }

        .promotions-b .text h1 {
            font-size: 2em;
            text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
        }

        .promotions-b .text p {
            font-size: 1.22222em;
            text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
        }

    .promotions-b .price {
        text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    }

    .promotions-b .price-from {
        display: inline-block;
    }

        .promotions-b .price-from .price-superscript {
            text-align: left;
            font-family: "ArcherPro", serif;
            text-transform: none;
            font-size: 0.7em;
            margin: 0 0 10px;
        }

    .promotions-b button {
        margin-top: 14px;
    }

.featured-b {
    padding: 20px 40px 40px;
    background: #fcfafa;
}

    .featured-b p.lead {
        color: #858a8f;
    }

    .featured-b .card_featured {
        margin: 0px auto;
        max-width: 680px;
    }

    .featured-b .buttons {
        margin: 40px 0 0;
        text-align: center;
    }

@media (min-width:1680px) {
    .promotions-b .text {
        text-align: center;
        padding: 40px 70px 0;
    }
}

/*#41946 BASECAMP - Product page: Merge areas in guided small group pages*/
.departures-list .departure-book form button {
    color: #fff;
    background: #76b89b;
    border: none;
}

    .departures-list .departure-book form button:hover {
        color: #fff;
        background: #52a4b3;
    }

.btn-departures-extras {
    margin-top: 1em;
    font-size: 1em;
    text-align: center;
}

    .btn-departures-extras p {
        margin-bottom: 0;
    }

        .btn-departures-extras p + p {
            margin-top: 0.5em;
        }

    .btn-departures-extras a {
        width: 210px;
    }

.box-package-info.box-package-info-departure {
    padding: 0;
    background: transparent;
    max-width: 360px;
    margin: 48px 0 0;
}

    .box-package-info.box-package-info-departure .buttons {
        display: none;
    }

@media (max-width:991px) {
    .box-package-info.box-package-info-departure {
        margin: 0px auto 10px;
    }

        .box-package-info.box-package-info-departure .buttons {
            display: block;
        }

    .btn-departures-extras .info-link {
        display: none;
    }

    .btn-departures-extras .btn-toggle-departures {
        background: #76b89b;
    }

        .btn-departures-extras .btn-toggle-departures:hover {
            color: #fff;
            background: #52a4b3;
        }
}

.submenu > ul > li.highlight.no-highlight {
    border-bottom: none;
}


/*#41965 BASECAMP - New styling options for navigation items*/
.dropdown-nav ul.nav-b > li:before {
    display: none;
}

.dropdown-nav ul.nav-b > li > strong {
    display: block;
    color: #858a8f;
    font-size: 0.88888889em;
}

.dropdown-nav ul.nav-b > li > strong,
.dropdown-nav ul.nav-b > li > a {
    line-height: 120%;
    padding: 10px 0;
}

.main-header .dropdown-nav ul.nav-b {
    min-width: 300px;
}

    .main-header .dropdown-nav ul.nav-b > li > ul {
        opacity: 1;
        position: relative;
        width: auto;
        left: auto;
        top: auto;
        transform: none;
        box-shadow: none;
        padding: 0;
        min-width: 0px;
        margin: -7px -20px -7px -20px;
        border-radius: 0;
        background: transparent;
    }

        .main-header .dropdown-nav ul.nav-b > li > ul > li {
            white-space: nowrap;
            padding-left: 35px;
        }

.main-header .dropdown-nav > ul > li ul.nav-b > li.subnav-b:hover {
    background-color: transparent;
}


/*#42036 BASECAMP - Booking steps: Make extra nights bookable [PRIORITY]*/
.card-extra-night {
    background: #fafafa;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    padding: 20px 20px 80px;
    position: relative;
    font-family: "Gotham", sans-serif;
    min-height: 0px;
    margin: 0 0 20px;
    height: 100%;
    width: 100%;
    max-width: none;
    z-index: 30;
}

    .card-extra-night.extra-night-before {
        z-index: 31;
    }

    .card-extra-night:hover {
        box-shadow: 1px 1px 20px 10px rgba(0,0,0,0.25);
    }

    .card-extra-night h2 {
        margin: 0 0 10px;
        padding: 0 0 10px;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        text-align: left;
        color: #000;
        font-weight: 500;
        border-bottom: 2px solid #52a4b3;
    }

    .card-extra-night .text {
        font-size: 0.7em;
        font-weight: 300;
        text-align: left;
        color: #333;
        margin: 0 0 15px;
    }

        .card-extra-night .text > * {
            color: #333;
        }

            .card-extra-night .text > *:first-child {
                margin-top: 0;
                padding-top: 0;
            }

            .card-extra-night .text > *:last-child {
                margin-top: 0;
                padding-top: 0;
            }

    .card-extra-night .actions {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .card-extra-night .price {
        font-size: 1em;
    }

        .card-extra-night .price .night {
            text-transform: lowercase;
            font-size: 0.75em;
            margin-left: 10px;
            font-weight: lighter;
        }

    .card-extra-night .currency-link {
        font-size: 1em;
        top: auto;
        color: #34444b;
        position: relative;
    }

        .card-extra-night .currency-link:after {
            margin-left: 0;
        }

        .card-extra-night .currency-link ul {
            display: none;
            position: absolute;
            left: 0px;
            background: rgb(236, 104, 81) none repeat scroll 0% 0%;
            width: 100px;
            top: 20px;
            left: -10px;
            line-height: 1.3em;
            padding: 10px 10px 10px;
            margin: 0;
            z-index: 2;
            list-style: none;
        }

        .card-extra-night .currency-link:hover ul {
            display: block;
        }

        .card-extra-night .currency-link ul {
            background: #fff;
            padding: 0;
            border: 2px solid #d5d6d6;
            top: 20px;
            list-style: none;
            font-size: 0.7em;
        }

            .card-extra-night .currency-link ul li {
                padding: 0;
            }

                .card-extra-night .currency-link ul li:hover {
                    background: #d5d6d6;
                }

                .card-extra-night .currency-link ul li a {
                    display: block;
                    padding: 5px 10px;
                    position: relative;
                    color: rgb(52, 68, 75);
                }

    .card-extra-night .card-footer {
        position: absolute;
        left: 15px;
        right: 20px;
        bottom: 20px;
    }

    .card-extra-night .num-selection {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .card-extra-night .num-selection button {
            background: #76b89b;
            padding: 0px;
            width: 22px;
            height: 22px;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .card-extra-night .num-selection button:hover,
            .card-extra-night .num-selection button:disabled {
                background-color: #e5e2e2;
                color: #858a8f;
            }

        .card-extra-night .num-selection input[type=number] {
            text-align: center;
            border: none;
            width: 50px;
            padding: 0;
            font-size: 2em;
            margin: 0 5px;
            background: transparent;
        }

    .card-extra-night .text > * {
        display: none;
    }

    .card-extra-night.inactive .text > .text-inactive {
        display: block;
    }

    .card-extra-night.active .text > .text-active {
        display: block;
    }

    .card-extra-night.selected .text > .text-selected {
        display: block;
    }

    .card-extra-night.active .apply,
    .card-extra-night.active .apply:hover {
        background: #ec6851;
    }

    .card-extra-night.selected .apply,
    .card-extra-night.selected .apply:hover {
        background: #52a4b3;
    }

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.booking-form table .extra-count {
    display: block;
    font-size: 0.8em;
    line-height: 100%;
    margin: 4px 0;
}

.slashed {
    color: #ec6851;
    text-decoration: line-through;
}

@media (max-width:768px) {
    .card-extra-night {
        height: auto;
    }
}

/*#42067 BASECAMP - Extra nights: Exclude specific optional activities from extra days*/
.package-optional .disabled {
    display: none !important;
}

/*#42078 BASECAMP - Room setup changes - Double and Twin room options*/
.card .preferences {
    display: none;
}

.card .guests-selector.expanded + .preferences.active {
    display: block;
    margin: -15px 0px 20px;
}

.card .preferences p {
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.card .preferences .room-types {
    display: flex;
    justify-content: space-between;
}

    .card .preferences .room-types .tooltip-info {
        background: #34444b;
        color: #fff;
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        vertical-align: middle;
        line-height: 14px;
        text-decoration: none !important;
        text-transform: none;
        font-size: 9px;
    }

    .card .preferences .room-types input[type="radio"] + label {
        padding-right: 0;
    }

.card-accommodation .dropdown-form {
    height: 50px;
}

    .card-accommodation .dropdown-form.expanded {
        height: auto;
    }

.card-accommodation .dropdown-form-header {
    padding: 5px 10px;
    height: 50px;
}

.card-accommodation .dropdown-form ul {
    margin-bottom: 5px;
}

@media (max-width:480px) {

    table.booking-summary,
    table.booking-summary tbody {
        display: block;
    }

        table.booking-summary tr {
            display: block;
            height: auto;
            width: 100%;
        }

        table.booking-summary th {
            display: block;
            width: 100%;
        }

        table.booking-summary td {
            display: block;
            width: 100%;
            padding: 0px 5px;
            border: 0;
        }

            table.booking-summary td.tlabel {
                font-size: 14px;
                text-decoration: underline;
            }

        table.booking-summary.booking-payment-summary td.tlabel {
            font-size: 16px;
            text-decoration: none;
        }

        table.booking-summary td:last-child {
            border-bottom: 1px solid #d9d9d9;
        }

        table.booking-summary tr.underdotted td {
            border-bottom: 0;
        }

            table.booking-summary tr.underdotted td:last-child {
                border-bottom: 1px dashed #52A4B3;
            }

        table.booking-summary tr.underdotted + tr td {
            border-top: 0;
        }

        table.booking-summary tr.underlined td {
            border-bottom: 0;
        }

            table.booking-summary tr.underlined td:last-child {
                border-bottom: 2px solid #52A4B3;
            }
}


/*#42150 BASECAMP - Add Currency AUD*/
.currency-change h2 {
    padding-top: 10px;
}

.card-front .currency-change ul li, .card-front .currency-change ol li {
    line-height: 1em;
    padding-bottom: 0px;
}

@media (max-width:640px) {
    .card .currency-change ul {
        padding-bottom: 10px;
    }

    .card-front .currency-change ul li, .card-front .currency-change ol li {
        padding-bottom: 5px;
    }
}


/*#42181 BASECAMP - Reduce the banner image area*/
.hero.hero-guide {
    padding-top: 25px;
    height: 380px;
}

.hero.hero-subpage-col-2 > div {
    padding-top: 0px;
}

@media (max-width:1199px) {
    .hero.hero-guide {
        height: 410px;
        padding-top: 55px;
    }

        .hero.hero-guide h1 {
            font-size: 3em;
            margin-top: 0;
            padding-top: 0;
        }
}

@media (max-width:991px) {
    .hero.hero-guide {
        height: 450px;
        padding-top: 55px;
    }

        .hero.hero-guide h1 {
            font-size: 3em;
            margin-top: 0;
            padding-top: 0;
        }
}

@media (max-width:767px) {
    .hero.hero-guide {
        padding-top: 70px;
        min-height: 550px;
        height: auto;
    }

        .hero.hero-guide h1 {
            margin-top: 10px;
        }

        .hero.hero-guide .hero-text-left {
            text-align: center;
            padding-right: 15px;
        }
}


/*#42311 BASECAMP - Guided small groups departures date overview*/
.departures-list ul li {
    display: none;
}

    .departures-list ul li:first-child,
    .departures-list ul li.visible {
        display: block;
    }

.departures-list ul.open li {
    display: block;
}


/*#42339 BASECAMP - Travel Guide Optimization*/
.section-travelguide-links.with-sub > .container-padbtm .row > div:last-of-type {
    margin: -140px 0px 0px;
    padding-top: 120px;
}

@media (max-width:991px) {
    .section-travelguide-links.with-sub > .container-padbtm .row > div:last-of-type {
        margin: 0px;
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

.mt-40 {
    margin-top: 40px !important;
}

/* #42295 BASECAMP - Heading HTML tag updates for pages and components*/

h6.head,
h5.head {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.6em;
}

    h5.head.headline-section {
        font-size: 1.66666667em;
        line-height: 1.04em;
        font-weight: 500;
    }

.modal .modal-header h5,
.modal .modal-header h6 {
    display: inline;
    font-weight: 100;
    line-height: 40px;
}

.checkbox-list h5,
.checkbox-list h6 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .checkbox-list h5::after,
    .checkbox-list h6::after {
        content: "";
        width: 20px;
        height: 1px;
        border-bottom: 1px solid #76b89b;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.modal-highlight-details h5,
.modal-highlight-details h6 {
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-main h5 {
    font-family: "ArcherPro",serif;
    font-size: .77777778em;
    line-height: 1.71428571em;
    color: #858a8f;
    display: block;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

.footer-main .footer-getintouch h5 {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.footer-main .footer-link-cols h5 {
    text-align: left;
}

.footer-main .footer-link-cols .dropdown h5 {
    font-family: "Gotham",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .66666667em;
    line-height: 2em;
}

.footer-main .footer-link-cols .dropdown h5 {
    color: #34444b;
    font-size: 1em;
    line-height: .4em;
}

@media (max-width:992px) {
    .footer-main .footer-link-cols div > h5 {
        display: none;
    }
}


/* #42295(2) BASECAMP - Heading HTML tag updates for pages and components*/
.hero-selector h4 {
    font-size: .77777778em;
    line-height: 1.71428571em;
    color: #ffd269;
    font-family: "Gotham",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 12.5px;
}

.mobile-front ul li h4 {
    margin: 0;
    font-size: 1.66666667em;
    line-height: .72em;
    color: white;
    font-family: "Gotham",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}


/*#42149 BASECAMP - OAs Changes - Activity vs. Service Options*/
.card-optional .card-transport + h1 {
    padding-top: 35px;
}

.card-optional.selected .card-transport-inner {
    background: #52a4b3;
    color: #fff;
}




/*#42384 BASECAMP - Main Hero Front Page Optimization*/
@media only screen and (min-width:768px) {
    .hero-front {
        height: calc(100vh - 300px) !important;
        min-height: 680px;
    }

        .hero-front .hero-text-container {
            position: absolute;
            bottom: 30px;
            width: 100%;
        }

            .hero-front .hero-text-container .hero-text,
            .hero-front .hero-text-container .hero-selector {
                position: relative;
                bottom: auto;
            }

                .hero-front .hero-text-container .hero-text + .hero-selector {
                    margin-top: 35px;
                }
}

@media only screen and (max-width:1280px) {
    .hero-front .hero-text h1 {
        font-size: 2.66666667em;
        line-height: 1.1em;
    }
}

@media only screen and (min-width:992px) {
    .hero-front {
        height: calc(100vh - 210px) !important;
        min-height: 560px;
        max-height: 660px;
    }

        .hero-front .hero-text-container {
            bottom: 20px;
        }
}

@media only screen and (min-width:1140px) {
    .hero-front {
        min-height: 600px;
        max-height: none;
    }
}

@media only screen and (min-width:1280px) {
    .hero-front {
        min-height: 550px;
    }

        .hero-front .hero-text-container {
            bottom: 40px;
        }
}
/*small laptop*/
@media only screen and (min-width:1280px) and (max-height:800px) {
    .hero-front .hero-text-container .hero-text + .hero-selector {
        margin-top: 20px;
    }

    .hero-front .hero-text-container {
        bottom: 20px;
    }
}

/*#42392 BASECAMP - Booking Steps - Extras*/
.card.card-optional .card-front h1.long {
    font-size: 16px;
}


/* #42295 BASECAMP - Heading HTML tag updates for pages and components - PART 2*/

h3.head {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 25px;
    margin-bottom: 12.5px;
}


.footer-main .footer-blog h3 {
    font-size: 0.66666667em;
    line-height: 2em;
    font-family: "ArcherPro", serif;
    color: #858a8f;
    display: block;
    font-weight: normal;
    text-transform: none;
    margin: 0;
}




/* #42295 BASECAMP - Heading HTML tag updates for pages and components - PART 3*/
.hero-icon-row h4 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 1em;
    line-height: 1.06666667em;
    font-weight: 500;
    margin: 0 0 10px;
}

.search-results-filters h4 {
    padding-bottom: 40px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 12.5px;
    line-height: 1em;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}

    .search-results-filters h4:after {
        display: block;
        content: "";
        width: 20px;
        height: 1px;
        border-bottom: 1px solid #76b89b;
        position: absolute;
        bottom: 0;
        left: 20px;
    }


/*#42295 BASECAMP - Heading HTML tag updates for pages and components - PART 4*/
.article-package .headline-section {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
}

.right-info-x h3.sup {
    color: #52a4b3;
    margin-left: -26px;
    font-size: 1em;
    font-weight: 600;
    margin-top: 10px;
    text-transform: none;
    line-height: 1.3em;
    margin-bottom: 12.5px;
}

.right-info-x h4 {
    font-family: "Gotham", sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: none;
    margin-top: 10px;
    line-height: 1.3em;
}

section .headline-section {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
}

.collages-inner > .collage-inner h3 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.33333333em;
    line-height: 1.2em;
    text-shadow: rgba(0,0,0,.3) 2px 1px 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    top: 80px;
    margin: 0 auto;
    padding: 0 20px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.info-blocks .info-block .inner-container > h2 {
    color: #34444b;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
}

.info-blocks .info-block.block-green .inner-container > h2 {
    color: #ffffff;
}

.info-blocks .info-block.block-blue .inner-container > h2 {
    color: #ffffff;
}

.info-blocks .info-block.block-red .inner-container > h2 {
    color: #ffffff;
}

.client-review-paragraph h3 {
    font-size: 0.61111111em;
    line-height: 1.09090909em;
    font-family: "Gotham", sans-serif;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}

.client-review-paragraph h2.review-title {
    font-size: 0.77777778em;
    line-height: 1.37142857em;
    margin-top: 10px;
    margin-bottom: 12.5px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
}

.card-travel-guide h3.card-title {
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    font-size: 1.22222222em;
    line-height: 1em;
    margin-top: 40px;
    padding: 0 15px;
}

.card-mini h3.card-title {
    text-transform: uppercase;
    font-family: "Gotham", sans-serif;
    font-size: 0.9em;
    line-height: 0.93333333em;
    padding-top: 0;
    margin-top: 5px;
    padding-left: 110px;
    margin-bottom: 12.5px;
    font-weight: 500;
    color: #34444b;
}

.blog-feed h2 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-weight: 500;
}

.blog-feed-item h3 {
    font-size: 1em;
    line-height: 1.06666667em;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 57px;
}


/*#42421 BASECAMP - Review blog architecture issue*/
.blog-hide {
    display: none;
}

/*#42339 BASECAMP - Travel Guide Optimization - PART 2*/
.collage-text .collage-list {
    display: flex;
    justify-content: space-evenly;
}

/*#42421 BASECAMP - Review blog architecture issue _PART 3*/

.pt-0 {
    padding-top: 0 !important;
}



/*#41913 BASECAMP - Component improvements - Collages - PART 2*/
@media (max-width:767px) {
    .collages-inner > .collage-inner:nth-child(3n+1) h3 {
        top: 70px;
    }

    .collages-inner > .collage-inner:nth-child(3n+2) h3,
    .collages-inner > .collage-inner:nth-child(3n+3) h3 {
        top: 10px;
        font-size: 1.1em;
        letter-spacing: 0.5px;
    }
}

@media (min-width:768px) and (max-width:800px) {
    .collages-inner > .collage-inner h3 {
        top: 40px;
    }
}

@media (min-width:801px) and (max-width:1190px) {
    .collages-inner > .collage-inner h3 {
        top: 45px;
    }
}



/*#42452 BASECAMP - Booking steps: Layout changes in Extra step*/
.card-services {
    max-width: 670px;
}

.sub-anchors {
    width: 100%;
    font-family: "Gotham",sans-serif;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 40px 0 0;
}

    .sub-anchors ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

        .sub-anchors ul li {
            display: inline-block;
            padding: 0px 15px;
            position: relative;
            line-height: 100%;
        }

            .sub-anchors ul li + li:before {
                display: block;
                content: '';
                position: absolute;
                left: 0;
                height: 12px;
                width: 2px;
                background: #34444b;
                top: 1px;
            }

            .sub-anchors ul li a {
                padding: 0 3px 7px;
            }

                .sub-anchors ul li a.active {
                    border-bottom: 2px solid #52a4b3;
                }

@media (min-width:1200px) {
    .sub-anchors {
        width: calc(100vw - 400px);
    }
}

@media (min-width:1480px) {
    .sub-anchors {
        width: 100%;
    }
}

@media (max-width:767px) {
    .sub-anchors {
        display: none;
    }
}


/*#42295 BASECAMP - Heading HTML tag updates for pages and components - PART 5*/
.collage.collage-w-text .collage-text-box h3 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 12.5px;
    color: white;
    font-size: 1.33333333em;
    line-height: 1.2em;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 1px 0;
    font-weight: 500;
    text-align: left;
    letter-spacing: inherit;
    position: relative;
    z-index: 2;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition: all 0.3s ease;
}

section .row-dual-white .headline-section,
section .row-dual-red .headline-section,
section .row-dual-green-secondary .headline-section,
section .row-dual-green-secondary .headline-section {
    color: #34444b;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: center;
}

.row-dual-red .headline-section {
    color: #fcfafa;
}

.row-dual-green-secondary .headline-section {
    color: #34444b;
}

.row-dual-green .headline-section {
    color: #fcfafa;
}


/*#42295 BASECAMP - Heading HTML tag updates for pages and components - PART 6*/
.collage-text h3 {
    color: white;
    font-size: 1.33333333em;
    line-height: 1.2em;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 1px 0;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    position: static;
    z-index: 2;
    top: 108px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 12.5px;
    padding: 0;
    transition: all 0.3s ease;
}

/*#42492 BASECAMP - Travel Guide attraction articles not rendering correctly*/
.section-attractions .container-fluid {
    display: flex;
    padding-right: 0;
}

    .section-attractions .container-fluid:before,
    .section-attractions .container-fluid:after {
        display: none;
    }

    .section-attractions .container-fluid .article-package {
        padding: 20px;
        width: 60%;
        flex-basis: 1;
    }

    .section-attractions .container-fluid .container-image {
        width: 40%;
        min-height: 600px;
        flex-basis: 1;
    }

@media (max-width:992px) {
    .section-attractions .container-fluid {
        display: flex;
        flex-wrap: wrap;
        padding-right: 15px;
    }

        .section-attractions .container-fluid .article-package {
            padding: 20px;
            width: 100%;
        }

        .section-attractions .container-fluid .container-image {
            width: 100%;
        }
}

/*#42432 BASECAMP - New destination - Create Ireland subdomain on dev*/
.logo.logo-ireland {
    background-image: url('/files/1/logo/nordic-visitor-ireland_logo_simple.svg');
}

/*#42339 BASECAMP - Travel Guide Optimization*/
@media (max-width:480px) {
    .hero .hero-text-left, .hero .hero-text-left-full {
        padding-left: 0;
        padding-right: 0;
    }
}

/*#42538 BASECAMP - TravelExperts component layout issue*/
.row-dual-green {
    position: relative;
}

.row-travel-experts {
    margin: 0px 15px;
}

    .row-travel-experts:after {
        display: block;
        content: '';
        clear: both;
    }

@media (min-width:1200px) {
    .row-travel-experts > div:first-child {
        padding-bottom: 50px;
    }

    .row-travel-experts .row-dual-sideimg {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}


/*#42582 BASECAMP - TravelGuideHero component - Background color option*/
.sec-travel-guide-hero.sec-color-red .card-map-link {
    color: #ec6851;
}

.sec-travel-guide-hero.sec-color-red .button-link {
    color: #fff;
}

.sec-travel-guide-hero.sec-color-white {
    background: #fcfafa;
}

    .sec-travel-guide-hero.sec-color-white .card-travel-guide,
    .sec-travel-guide-hero.sec-color-white .card-map-link,
    .sec-travel-guide-hero.sec-color-white .card-mini {
        background: #eee;
    }

.sec-travel-guide-hero.sec-color-green {
    background: #76b89b;
}

section.sec-color-blue {
    background: #52a4b3;
    color: #fff;
}

    section.sec-color-blue .lead {
        text-align: center;
        color: #fff;
    }

section.sec-color-dark-blue {
    background: #253035;
    color: #fff;
}

    section.sec-color-dark-blue .lead {
        text-align: center;
        color: #fff;
    }



/*#42646 BASECAMP - Issues with SimpleBanner component*/

@media (min-width:801px) and (max-width:1519px) {
    .hero.hero-simple-banner h1.long-text {
        font-size: 3.3em;
    }
}

@media (min-width:801px) and (max-width:1519px) and (max-height:768px) {
    .hero.hero-simple-banner h1 {
        font-size: 3.3em;
    }

        .hero.hero-simple-banner h1.long-text {
            font-size: 3em;
        }
}
/*small screen laptop */
@media (min-width:801px) and (max-width:1519px) and (max-height:899px) {
    .hero.hero-simple-banner .hero-text-left {
        max-width: 90%;
    }
}

@media (max-width:992px) {
    .hero.hero-simple-banner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .hero.hero-simple-banner .hero-text {
            position: relative;
            bottom: auto;
        }

        .hero.hero-simple-banner .hero-text-left {
            max-width: 90%;
        }
}

/*#42673 BASECAMP - Mobile: Filtering on category pages not working - missin expand button*/
@media (max-width:468px) {
    .search-results-filters .head {
        cursor: pointer;
    }

        .search-results-filters .head .filter-ico {
            display: inline;
        }

            .search-results-filters .head .filter-ico:after {
                display: inline-block;
                font-family: nordicvisitor;
                content: "\f077";
                margin-left: 10px;
                font-size: .72222222em;
                line-height: 1.84615385em;
            }

    .search-results-filters.closed .head .filter-ico:after,
    .search-results-filters.closed-init .head .filter-ico:after {
        content: "\f078";
    }
}



/*#42685 BASECAMP - Special offer price display changes - tour card & tour page*/
.card .card-price-before {
    margin: 0;
    padding: 0;
    color: #798a91;
    font-family: "Gotham",sans-serif;
    font-weight: 500;
}

    .card .card-price-before .strike {
        position: relative;
        background: linear-gradient(180deg,rgba(236,112,99,0) 45%,#b8b8b8 46%,#b8b8b8 52%,#b8b8b8 54%,rgba(236,112,99,0) 55%);
    }

    .card .card-price-before .mw-currency {
        font-size: 0.7em;
        margin-left: 3px;
    }

    .card .card-price-before + .card-price {
        margin-top: 0px;
    }

.card .card-currency-open .card-price-before {
    display: none;
}

    .card .card-currency-open .card-price-before + .card-price {
        margin-top: 30px;
    }

.card-tour .levels {
    bottom: 125px;
}

.card-tour .card-price-before + .card-price,
.card-tour .card-price-before + .card-price + .card-currency {
    color: #ec6851
}

@media (max-width: 480px) {
    .card-tour {
        min-height: 415px;
    }
}

.box-package-info {
    position: relative;
}

    .box-package-info .booking-price_side .card-price-before {
        margin: 0;
        padding: 0;
        color: #798a91;
        font-family: "Gotham",sans-serif;
        font-weight: 500;
    }

        .box-package-info .booking-price_side .card-price-before .strike {
            position: relative;
        }

            .box-package-info .booking-price_side .card-price-before .strike:after {
                display: block;
                content: '';
                position: absolute;
                top: 50%;
                height: 2px;
                left: 0px;
                right: 0px;
                background: #ec6851;
            }

        .box-package-info .booking-price_side .card-price-before .mw-currency {
            font-size: 0.7em;
            margin-left: 3px;
        }

    .box-package-info .booking-price_side .booking-menu-price.discounted,
    .box-package-info .booking-price_side .booking-menu-price.discounted .mw-currency,
    .box-package-info .booking-price_side .booking-menu-price.discounted .mw-currency:after {
        color: #ec6851;
    }

    .box-package-info h2.note-save {
        font-family: "ArcherPro", serif;
        font-style: italic;
    }

    .box-package-info h2.approx {
        font-size: 0.7em;
        margin: 0;
    }


/*#42700 BASECAMP - Tour page: Adjust tour name font size*/
@media (min-width:768px) and (max-width:1520px) {
    .hero-subpage .hero-text-left.hero-text-long {
        max-width: 87%;
    }

    .hero-subpage h1.hero-long-text {
        font-size: 3.3em;
    }

    .hero-subpage h1.sub-long-text {
        font-size: 3.3em;
    }
}


/*#42699 BASECAMP - Tour request form - add phone input field*/
form .iti {
    width: 100%;
}

input[type=tel] {
    font-family: "Gotham", sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: none;
    border: 1px solid #c0c3c5;
    height: 36px;
    font-size: .61111111em;
    line-height: 2.18181818em;
    border-radius: 4px;
    width: 100%;
    padding: 0 17px;
    padding-left: 17px;
    line-height: 36px;
    padding-left: 8px;
    background-color: #fcfafa;
    color: rgb(52, 68, 75);
    margin-bottom: 20px;
}

    input[type=tel]::placeholder {
        font-family: "Gotham", sans-serif;
        font-size: 1em;
        font-weight: 600;
    }

/*#42701 BASECAMP - Price discount offer - activate reward in CMS*/
.booking-form table tr.subtotal td:first-child {
    vertical-align: bottom;
}

.booking-form table tr.subtotal td:last-child {
    vertical-align: bottom;
    text-align: right;
}

    .booking-form table tr.subtotal td:last-child .discount,
    .booking-form table tr.subtotal td:last-child .discount span {
        font-size: 1.2rem;
        line-height: 100%;
    }

        .booking-form table tr.subtotal td:last-child .discount span.currency {
            font-size: .55555556em;
            line-height: 1.68em;
        }

    .booking-form table tr.subtotal td:last-child .discount {
        margin-bottom: 3px;
    }

.booking-form-discount {
    padding: 3px 0px 5px 0px;
}

.chart-info__labels .chart-info__bestvalue,
.chart-info__labels .chart-info__discount {
    white-space: nowrap;
    display: inline-block;
    padding-right: 3px;
}


.sec-inline-form {
    position: relative
}

.container-section-inline-form .card-special-offer {
    z-index: 2;
}

@media (max-width:991px) {
    .sec-inline-form {
        padding-top: 40px;
    }
}


/*#42685 BASECAMP - Special offer price display changes - tour card & tour page - PART 2*/
.booking-form--package .note-save {
    font-family: "ArcherPro", serif;
    font-size: 15px;
    font-style: italic;
    margin: 0px 0 10px;
    font-weight: 600;
}

.booking-form--package .approx {
    margin: -5px 0 0;
    padding: 0;
    line-height: 100%;
}

.booking-form--package .price-before {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Gotham",sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

    .booking-form--package .price-before .strike {
        position: relative;
    }

        .booking-form--package .price-before .strike:after {
            display: block;
            content: '';
            position: absolute;
            top: 50%;
            height: 2px;
            left: 0px;
            right: 0px;
            background: #ec6851;
        }

    .booking-form--package .price-before .mw-currency {
        font-size: 0.7em;
        margin-left: 3px;
    }

.booking-form--package .note-save,
.booking-form--package .price-before,
.booking-form--package .card-special-offer {
    display: none;
}

.booking-form--package.init .card-special-offer {
    display: block;
}

.booking-form--package.discounted .note-save,
.booking-form--package.discounted .price-before,
.booking-form--package.discounted .card-special-offer {
    display: block;
}

.sec-inline-form {
    position: relative
}

.container-section-inline-form .card-special-offer {
    z-index: 2;
}

@media (max-width:991px) {
    .sec-inline-form {
        padding-top: 40px;
    }
}


/*#42562 BASECAMP - New subdomain - scandinavia.nordicvisitor.com*/
.logo.logo-scandinavia {
    background-image: url('/files/1/logo/nordic-visitor-scandinavia_simple.svg');
}


/*#42831 BASECAMP: Hotel info: Setup changes in modal window*/
.modal-map-image {
    width: 600px;
    max-width: 100%;
    height: 420px;
    background: rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

/*#42820 BASECAMP - Booking steps: Move promotion code field to payment slipper*/
.coupon-code {
    padding: 0px 20px;
    margin: 0 0 25px;
    font-family: "Gotham",sans-serif;
    position: relative;
}

    .coupon-code .headline--sub {
        margin: 0 0 10px;
    }

    .coupon-code .coupon-code-input {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .coupon-code .coupon-code-input input[type=text] {
            background: #fff;
            border: 1px solid #999a9c;
            border-right: 0px;
            margin: 0;
            padding: 0 10px;
            border-radius: 4px 0px 0px 4px;
            text-transform: none;
        }

        .coupon-code .coupon-code-input button {
            background: #34444b;
            border-radius: 0px 4px 4px 0px;
            padding: 0 15px;
            height: 36px;
            line-height: 36px;
        }

            .coupon-code .coupon-code-input button.applied {
                background: #76b89b;
            }

                .coupon-code .coupon-code-input button.applied:before {
                    display: inline;
                    margin-right: 10px;
                    content: "\2713";
                    font-weight: bold;
                    background-color: transparent;
                    border: 0;
                    color: white;
                }


    .coupon-code .tip-alert {
        position: absolute;
        margin-top: 5px;
        background: #ec6851;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        padding: 3px 5px;
        border-radius: 4px;
    }

        .coupon-code .tip-alert:before {
            display: block;
            content: '';
            position: absolute;
            top: -5px;
            left: 50%;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #ec6851;
        }

.flibber-calculations {
    position: relative;
}

    .flibber-calculations .coupon-code-slipper {
        position: absolute;
        left: 20px;
        font-weight: 400;
    }

.booking-form table td.p-label {
    line-height: 100%;
}



/*#42916 BASECAMP - Improve image gallery for the accommodation card/modal*/

#modalAccommodations .lightslider {
    margin: 0;
    padding: 0;
}

#modalAccommodations .lSAction > .lSPrev,
#modalAccommodations .lSAction > .lSNext {
    background: #858a8f;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #b8bdc0;
    font-size: 1.25em;
    font-weight: bold;
    opacity: 1;
    height: 40px;
    width: 40px;
}

    #modalAccommodations .lSAction > .lSPrev:hover,
    #modalAccommodations .lSAction > .lSNext:hover {
        background: #b8bdc0;
        color: #fff;
    }

#modalAccommodations .lSSlideOuter {
    max-width: 600px;
    min-height: 400px;
    margin: 10px 0 0;
}

#modalAccommodations .lightslider img {
    max-width: 600px;
}



.modal .modal-image,
#modalAccommodations .modal-image,
#modalHotels .modal-image {
    position: relative;
    margin: 0 0 10px;
}

    .modal .modal-image .title,
    #modalAccommodations .modal-image .title,
    #modalHotels .modal-image .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        background: rgba(0,0,0,0.5);
        padding: 10px 15px;
        line-height: 110%;
        text-align: center;
        font-family: 'Gotham';
        font-size: 14px;
    }

    .modal .modal-image img,
    #modalAccommodations .modal-image img,
    #modalHotels .modal-image img {
        margin: 0
    }


/*#42994 BASECAMP - Browser issue: Firefox not displaying down arrows in dropdown fields*/
@-moz-document url-prefix() {
    select {
        background-image: url("/resources/2015/stylesheets/images/downarrow.svg");
    }
}

/*#42942 BASECAMP - Room setup improvements - More rooms bookable and Room arrangements with children*/
.card-large-back .card-back .card-button-container {
    bottom: 0px;
}

@media (max-width:480px) {
    .card-accommodation .card-back .card-bottom {
        position: relative
    }

    .card-accommodation .card-back .inner-form {
        min-height: calc(100vh - 200px);
    }
}

/*#43104 BASECAMP - Special Offer - price display issue*/
.booking-form--package.init .price-before {
    display: none;
}

/*#43130 BASECAMP - Internet Explorer - booking steps issues*/
body.ie .collage > a {
    display: block;
}



/*#43197 BASECAMP - New feature: Email this tour*/
.tour-email-button {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    max-width: 420px;
}

.section-booking-progress .tour-email-button {
    margin-top: 0;
    margin-bottom: -20px;
    max-width: 100%;
}

@media(max-width: 767px) {
    .section-booking-progress .top-sec {
        display: block;
        padding-top: 20px;
    }

    .section-booking-progress .bottom-sec {
        display: none;
    }
}

@media(min-width: 768px) {
    .section-booking-progress .top-sec {
        display: none;
        padding-top: 20px;
    }

    .section-booking-progress .bottom-sec {
        display: block;
    }
}

.tour-email-button .btn {
    border: 1px solid #7b7f82;
    color: #5f6366;
    background: #fff;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 11px;
    padding: 5px 15px;
}

    .tour-email-button .btn:hover {
        color: #52a4b3;
        border: 1px solid #52a4b3;
    }

    .tour-email-button .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: none;
    }

    .tour-email-button .btn:active, .btn.active {
        outline: none;
        -webkit-box-shadow: 1px 3px 5px rgba(0,0,0,.125);
        box-shadow: 1px 3px 5px rgba(0,0,0,.125);
    }

.tour-email-button + .box-package-info {
    margin-top: 20px;
}

.modal-sm .modal-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.modal-white .modal-content {
    background: #fafafa;
    border: 0;
}

@media(max-width: 480px) {
    .modal .modal-white .modal-body {
        max-height: calc(100vh - 50px);
    }
}

.modal .modal-white button.close {
    padding: 0px 4px 0px 4px;
    margin-top: -8px;
    margin-right: -21px;
    opacity: .4;
}

.modal .modal-white .close:hover,
.modal .modal-white .close:focus {
    background-color: #ec6851;
    text-shadow: none;
    color: #ffffff;
    border-radius: 0px;
    padding: 0px 4px 0px 4px;
    opacity: 1;
}

.share-tour {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

    .share-tour h2 {
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        margin: 15px 0 10px;
    }

    .share-tour p {
        line-height: 110%;
    }

.choices {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

    .choices .choice {
        position: relative;
    }

        .choices .choice + .choice {
            padding-left: 15px;
        }

            .choices .choice + .choice:after {
                display: block;
                content: '';
                position: absolute;
                left: 0;
                top: 4px;
                height: 10px;
                width: 1px;
                background: #999;
            }

        .choices .choice input:checked + label + span {
            display: block;
            content: '';
            position: absolute;
            bottom: 5px;
            left: 32px;
            height: 1px;
            width: calc(100% - 48px);
            background: #52a4b3;
        }

        .choices .choice + .choice input:checked + label + span {
            left: 47px;
            width: calc(100% - 63px);
        }

.floating-label {
    position: relative;
}

    .floating-label > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        height: 44px;
        line-height: 44px;
        padding: 0 10px;
        font-size: 13px;
        font-family: "Gotham", sans-serif;
        text-align: left;
        color: #aaa;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .floating-label > input {
        padding: 15px 10px 5px;
        height: 44px;
        line-height: 100%;
        font-size: 13px;
        text-transform: none;
        font-weight: 500;
        color: #545e63;
    }

        .floating-label > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            opacity: 0;
        }

        .floating-label > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            opacity: 0;
        }

        .floating-label > input::-ms-input-placeholder { /* Microsoft Edge */
            opacity: 0;
        }

body.ie .floating-label > label {
    font-size: 10px;
    font-weight: 500;
    height: auto;
    line-height: 100%;
    padding: 6px 8px 0px;
}

.floating-label > input:focus + label,
.floating-label > input:not(:placeholder-shown) + label {
    font-size: 10px;
    font-weight: 500;
    height: auto;
    line-height: 100%;
    padding: 6px 8px 0px;
}

.floating-label > input:focus + label {
    color: #52a4b3
}


.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}


/*#43267 BASECAMP - QuickNav component improvements in front end*/
.submenu.quick-nav ul li.more {
    display: none;
}

    .submenu.quick-nav ul li.more ul li.quick-sub {
        display: block;
    }

@media (max-width:992px) {
    .submenu.quick-nav ul li.more {
        display: none;
    }
}

/*#43291 BASECAMP - Tour page updates Tour page updates*/
.link-red {
    font-family: "Gotham", sans-serif;
    font-size: 0.7em;
    color: rgb(236, 104, 81) !important;
}

.link-white {
    font-family: "Gotham", sans-serif;
    font-size: 0.7em;
    color: #fff !important;
}

@media (max-width:480px) {
    .box-package-info.no-margin {
        margin-top: 20px;
    }
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}


/*#43306 BASECAMP - Recent Iceland changes - mobile optimisation*/
@media (max-width:1280px) {
    .collage.collage-w-text .collage-text-box {
        padding: 20px 20px 5px;
    }
}

@media (min-width:801px) and (max-width: 991px) {
    .collage img {
        width: 100%
    }

    .collage .button-link {
        display: block
    }

    .collage-single {
        width: 25%;
        height: 218px
    }

        .collage-single img {
            height: 100%;
            width: auto
        }

    .collage-triple {
        width: 50%;
        height: 218px
    }

    .collage-double {
        width: 50%;
        height: 218px
    }

    .collage > div {
        width: 50%
    }

        .collage > div:nth-child(3n+1) {
            width: 100%
        }

    .collage--inline .collage-triple {
        width: 60%
    }
}

@media (max-width: 991px) {
    .collage > div:nth-child(2):last-child {
        width: 100%;
    }
}

@media (max-width:480px) {
    .collage.collage-w-text .collage-text-box {
        padding: 0 10px;
        margin-bottom: 10px;
        line-height: 120%;
    }

        .collage.collage-w-text .collage-text-box .collage-link {
            margin-top: 5px;
        }

    .clear-mobile {
        clear: both;
    }
}


/*#43311 BASECAMP - Button color change: Package info box and departure list*/
input.green-light[type="submit"]:hover, .green-light.button-icon:hover, .green-light.button-link:hover, button.green-light:hover, .green-light.button-filter:hover, .green-light.pswp__button--close:hover,
.box-package-info .green-light.button-link:focus,
.btn-departures-extras .green-light.button-link:focus {
    background-color: #6daa8f;
}

.departures-list .departure-book form button {
    background-color: #52a4b3
}

    .departures-list .departure-book form button:hover,
    .departures-list .departure-book form button:focus {
        background-color: #4c919e
    }

.package-optional .button-link.noiphone {
    display: inline-block;
}


/*BASECAMP - Published/Last Updated status displayed on Blog articles*/
@media (min-width:993px) {
    .hero-blog__info {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .hero-blog__info-item {
        padding-top: 0;
        padding-bottom: 10px;
    }
}

/*BASECAMP - Special Offers label*/
.card .has-destinations .card-special-offer {
    top: 50px;
}

.card .has-destinations .bestLabel + .card-best-offer,
.card .has-destinations .bestLabel + .card-label {
    top: 85px;
}

    .card .has-destinations .bestLabel + .card-best-offer + .card-label {
        top: 120px;
    }

/*FAQ bullet points not responsive on mobile*/
.accordion .panel-body li {
    overflow: visible;
    cursor: text;
    line-height: 120%;
    max-height: none;
    min-height: 0px;
    list-style: none;
}

/*BASECAMP - Special Offers - labels and modals revision*/
.card-special-offer.no-icon {
    padding-left: 15px;
}

    .card-special-offer.no-icon:before {
        display: none;
    }


/*BASECAMP - Tour page: View full itinerary scroll position */
.no-overflow-anchor {
    overflow-anchor: none;
}


/*BASECAMP - About us page - staff images load error*/
.flex-grid {
    display: flex;
    flex-wrap: wrap;
}

/*Mobile: Booking steps not loading correctly*/
@media (max-width: 480px) {
    #booking-form-container #accommodations {
        overflow-y: hidden;
    }
}

@media (max-width:767px) {
    .card .button-toggle input[type="checkbox"] + label,
    .card .button-toggle input[type="radio"] + label {
        text-align: center;
    }
}


/*BASECAMP - New component: Hero banner with search / pre filter selection*/

.hero-banner-search {
    overflow: visible;
}

@media (min-width: 768px) {
    .hero-banner-search .hero-text {
        text-align: left
    }

        .hero-banner-search .hero-text h1 {
            font-size: 3em;
        }

        .hero-banner-search .hero-text form {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
}

.filter-search-form {
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    padding: 10px;
    display: inline-flex;
    justify-content: flex-start;
}

    .filter-search-form > div + div {
        margin-left: 10px;
    }

    .filter-search-form .filter-input-container {
        position: relative;
    }

    .filter-search-form .filter-input-group {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid #c0c3c5;
        height: 40px;
        border-radius: 4px;
        padding: 0 7px;
        background-color: #fcfafa;
        color: #858a8f;
        text-shadow: none;
        position: relative;
        width: 220px;
        cursor: pointer;
    }

@media (max-width: 767px) {
    .filter-search-form {
        display: flex;
        flex-wrap: wrap;
        margin: 0px auto;
        max-width: 280px;
    }

        .filter-search-form .filter-input-container {
            width: 100%;
        }

        .filter-search-form > div + div {
            margin-left: 0;
            margin-top: 5px;
            width: 100%;
        }

        .filter-search-form .filter-input-group {
            width: 100%;
        }
}

.filter-search-form .filter-input-group label {
    display: none;
    font-family: "Gotham", sans-serif;
    font-size: 0.5em;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 30px;
}

.filter-search-form .filter-input-group .filter-text-value {
    display: none;
    flex-grow: 1;
    font-family: "Gotham", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 7px 0 0 7px;
    font-size: 0.7em;
    font-weight: 600;
    color: #34444b;
    white-space: nowrap;
}

.filter-search-form .filter-input-group .filter-placeholder {
    display: flex;
    flex-grow: 1;
    font-family: "Gotham", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 7px;
    font-size: 0.7em;
}

.filter-search-form .filter-input-group.hasValue label {
    display: block;
}

.filter-search-form .filter-input-group.hasValue .filter-text-value {
    display: flex;
}

.filter-search-form .filter-input-group.hasValue .filter-placeholder {
    display: none;
}

.filter-search-form .filter-input-group.hasValue .filter-placeholder {
    display: none;
}

.filter-search-form .filter-input-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px;
    background: #fff;
    border-radius: 3px;
    padding: 9px 10px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    display: flex;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .filter-search-form .filter-input-dropdown.active {
        display: flex;
        z-index: 2;
    }

    .filter-search-form .filter-input-dropdown > div {
        margin: 1px 0;
    }

    .filter-search-form .filter-input-dropdown .input-1 {
        width: 100%;
    }

    .filter-search-form .filter-input-dropdown .input-2 {
        width: 49%;
    }

    .filter-search-form .filter-input-dropdown .input-3 {
        width: 32%;
    }

    .filter-search-form .filter-input-dropdown .filter-nav {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 10px;
        font-family: "Gotham", sans-serif;
        text-shadow: none;
        font-size: 12px;
        font-weight: 500;
    }

        .filter-search-form .filter-input-dropdown .filter-nav.text-right {
            text-align: right;
        }

.filter-search-form .input-checkbox label {
    color: #858a8f;
    text-shadow: none;
    font-weight: 300;
    text-transform: none;
    border: 1px solid #b5b5b7;
    border-radius: 3px;
    margin: 0;
    padding: 5px;
}

.filter-search-form .input-checkbox input[type="checkbox"]:checked + label {
    background: #76b89b;
    color: #fff;
}

.filter-search-form .input-checkbox input[type="checkbox"] + label:before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.filter-search-form .input-checkbox input[type="checkbox"]:checked + label:after {
    top: 4px;
    left: 7px;
    font-size: 0.75em;
    color: #34444b;
    text-shadow: none;
}

@media (max-width: 767px) {
    .filter-search-form .input-checkbox input[type="checkbox"] + label:before,
    .filter-search-form .input-checkbox input[type="checkbox"] + label:after {
        display: none;
    }
}



.filter-search-form .input-radio label {
    color: #858a8f;
    text-shadow: none;
    font-weight: 300;
    text-transform: none;
    border: 1px solid #b5b5b7;
    border-radius: 3px;
    margin: 0;
    padding: 5px;
    text-align: center;
    line-height: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .filter-search-form .input-radio label:before,
    .filter-search-form .input-radio label:after {
        display: none;
    }

.filter-search-form .input-radio input[type="radio"]:checked + label {
    background: #76b89b;
    color: #fff;
}

.filter-search-form button {
    margin: 0 15px;
}

@media (max-width: 767px) {
    .filter-search-form button {
        width: 100%;
        margin: 15px 0 0;
    }
}

/*#43602 BASECAMP - Improve zero results message when filtering*/
.filter-message .sub {
    font-size: 20px;
}

.filter-message .button-filter {
    background: #ec6851;
    font-size: 10px;
    color: #fff;
}

    .filter-message .button-filter:hover {
        background-color: #d45d49;
        color: #fff;
    }


/* BASECAMP - Main nav tooltip positioning */
.ui-tooltip.grey.bottom.left:before {
    left: auto;
    right: 22px;
}

.ui-tooltip.grey.bottom.right:before {
    left: 30px;
    right: auto;
}

/*New attribute: Show book with confidence promo*/
.button-link .fa {
    margin: 0 6px 0 0;
}

/*Tour services: Add strikethrough price attribute to Cancellation Insurance free service*/
.card-services .cancellation .value .strike {
    display: inline-block;
    color: #f00;
    font-size: 0.88888889em;
    font-weight: 500;
    position: relative;
    line-height: 1.5em;
}

    .card-services .cancellation .value .strike:after {
        border-top: 1px solid #f00;
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        left: 0;
    }

/*Booking steps: Room upgrade option*/
.card-upgrade {
    background: #fafafa;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
    padding: 20px 20px 80px;
    position: relative;
    font-family: "Gotham", sans-serif;
    min-height: 0px;
    margin: 0 0 20px;
    height: 100%;
    width: 100%;
    max-width: none;
    z-index: 30;
}


    .card-upgrade:hover {
        box-shadow: 1px 1px 20px 10px rgba(0,0,0,0.25);
    }

    .card-upgrade h2 {
        margin: 0 0 10px;
        padding: 0 0 10px;
        text-transform: uppercase;
        font-family: "Gotham", sans-serif;
        text-align: left;
        color: #000;
        font-weight: 500;
        border-bottom: 2px solid #52a4b3;
    }

    .card-upgrade .card-upgrade-content {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .card-upgrade .card-upgrade-content img {
            margin-right: 10px;
        }

    .card-upgrade .card-upgrade-text {
        font-size: 0.7em;
        font-weight: 300;
        text-align: left;
        color: #333;
        margin: 0 0 15px;
    }

    .card-upgrade .num-selection {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .card-upgrade .num-selection button {
            background: #76b89b;
            padding: 0px;
            width: 22px;
            height: 22px;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .card-upgrade .num-selection button:hover,
            .card-upgrade .num-selection button:disabled {
                background-color: #e5e2e2;
                color: #858a8f;
            }

        .card-upgrade .num-selection input[type=number] {
            text-align: center;
            border: none;
            width: 50px;
            padding: 0;
            font-size: 2em;
            margin: 0 5px;
            background: transparent;
        }

    .card-upgrade .actions {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .card-upgrade.active .apply,
    .card-upgrade.active .apply:hover {
        background: #ec6851;
    }

    .card-upgrade.selected .apply,
    .card-upgrade.selected .apply:hover {
        background: #52a4b3;
    }

    .card-upgrade .price {
        font-size: 1em;
    }

        .card-upgrade .price .night {
            text-transform: lowercase;
            font-size: 0.75em;
            margin-left: 10px;
            font-weight: lighter;
        }

    .card-upgrade .currency-link {
        font-size: 1em;
        top: auto;
        color: #34444b;
        position: relative;
    }

        .card-upgrade .currency-link:after {
            margin-left: 0;
        }

        .card-upgrade .currency-link ul {
            display: none;
            position: absolute;
            left: 0px;
            background: rgb(236, 104, 81) none repeat scroll 0% 0%;
            width: 100px;
            top: 20px;
            left: -10px;
            line-height: 1.3em;
            padding: 10px 10px 10px;
            margin: 0;
            z-index: 2;
            list-style: none;
        }

        .card-upgrade .currency-link:hover ul {
            display: block;
        }

        .card-upgrade .currency-link ul {
            background: #fff;
            padding: 0;
            border: 2px solid #d5d6d6;
            top: 20px;
            list-style: none;
            font-size: 0.7em;
        }

            .card-upgrade .currency-link ul li {
                padding: 0;
            }

                .card-upgrade .currency-link ul li:hover {
                    background: #d5d6d6;
                }

                .card-upgrade .currency-link ul li a {
                    display: block;
                    padding: 5px 10px;
                    position: relative;
                    color: rgb(52, 68, 75);
                }

    .card-upgrade .card-footer {
        position: absolute;
        left: 15px;
        right: 20px;
        bottom: 20px;
    }

.text-red {
    color: #ec6851;
}


/* utility */
@media (min-width: 768px) {
    .large-hide {
        display: none;
    }
}

@media (max-width: 767px) {
    .mob-hide {
        display: none;
    }
}


.help-flex-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 430px;
}

@media (max-width: 768px) {
    .help-flex-image-container {
        height: 270px;
    }
}

.help-flex-image-container img {
    width: 100%;
    height: auto;
}


/** article - accommodations **/
.hero.hero-accommodation {
    padding-top: 25px;
    height: 450px;
}

    .hero.hero-accommodation h1 {
        margin-left: 0;
    }

    .hero.hero-accommodation .hero-text h2 {
        font-family: "Gotham", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        margin: 10px 0;
    }

.container-fluid .container-image .place-map-image {
    height: 500px;
}

.list.list-icon {
    list-style: none;
    padding-left: 20px;
}

    .list.list-icon li {
        font-size: 1em;
        line-height: 1.06666667em;
        font-family: "ArcherPro", serif;
        padding-left: 4px;
        text-transform: none;
        color: #5f6366;
        margin-top: 10px;
        position: relative;
    }

        .list.list-icon li .fa {
            position: absolute;
            left: -25px;
            color: #76b89b;
        }

.border-top {
    border-top: 1px solid #ccc;
}


@media (min-width: 1310px) {

    .hero.hero-accommodation .hero-text {
        bottom: 35%;
    }

    .travel-guide-article.travel-guide-accommodation {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.hero .hero-bg .hero-bg-item.blurry {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}


/* Guided small groups: Accommodation cards - Layout changes */
.accommodation-days {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .accommodation-days .accommodation-day-container {
        width: 23.5%;
        margin-bottom: 30px;
    }

    .accommodation-days .accommodation-day {
        position: relative;
        width: 100%;
        height: 435px;
        overflow: hidden;
        background: #fff;
        border-radius: 2px;
        overflow: hidden;
        box-shadow: 0px 0px 7px rgba(0,0,0,0.05);
    }

    .accommodation-days .accommodation-day-container.accommodation-day-placeholder {
        margin-bottom: 0;
    }

.accommodation-day .accommodation-day-image {
    display: block;
    height: 200px;
}

    .accommodation-day .accommodation-day-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.accommodation-day .accommodation-day-title {
    display: block;
    background: #fff;
    padding: 15px;
    width: 70%;
    height: 110px;
    overflow: hidden;
    margin-top: -45px;
    position: relative
}

    .accommodation-day .accommodation-day-title p {
        font-family: "Gotham", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        margin: 0;
    }

    .accommodation-day .accommodation-day-title h2 {
        font-family: "ArcherPro", serif;
        font-size: 24px;
        line-height: 120%;
        font-weight: 600;
        margin: 5px 0 0 0;
    }

.accommodation-day .accommodation-day-text {
    display: block;
    background: #fff;
    padding: 0 15px 15px;
    position: relative
}

    .accommodation-day .accommodation-day-text p {
        display: block;
        margin: 0;
        font-size: 16px;
        color: #777;
        font-weight: 500;
        height: 110px;
        overflow: hidden;
    }

.accommodation-day .accommodation-day-link {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: right;
    padding: 0 15px 15px;
}

@media (max-width: 1200px) {
    .accommodation-days .accommodation-day-container {
        width: 32%;
    }
}

@media (max-width: 992px) {
    .accommodation-days .accommodation-day-container {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .accommodation-days {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .container-section .accommodation-days {
        padding-left: 15px;
        margin-left: -15px;
    }

    .accommodation-days .accommodation-day-container {
        width: 300px;
        margin: 0 20px 0 0;
        flex: 0 0 300px;
    }

        .accommodation-days .accommodation-day-container.accommodation-day-placeholder {
            display: none;
        }

    .accommodation-days .card-view-link {
        color: #ec6851
    }

    .container-section.container-hotel-infos {
        padding-right: 0;
    }
}

/*Accommodation article - Change view photo button*/
.hero .button-link.solid {
    padding: 8px 30px 6px 30px;
    margin-right: 20px;
    margin-top: 15px;
}

    .hero .button-link.solid .icon-image {
        font-size: 1.55555556em;
        line-height: 0em;
        margin-right: 6px;
    }



/* flywire payment */
.payment-options {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

    .payment-options .payment-option + .payment-option {
        margin-left: 50px;
    }

@media (max-width: 992px) {
    .payment-options {
        flex-wrap: wrap;
    }

        .payment-options .payment-option {
            display: block;
            width: 100%;
        }

            .payment-options .payment-option + .payment-option {
                margin-left: 0px;
            }
}

input[type=radio] + .payment-select,
.payment-select {
    display: block;
    padding: 15px 15px 15px 45px;
    width: 100%;
    max-width: 380px;
    font-size: 14px;
    line-height: 150%;
    text-transform: none;
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 5px;
    cursor: pointer;
}

    .payment-select .payment-value {
        font-size: 12px;
        font-weight: 400;
        color: #999;
    }

    input[type=radio] + .payment-select:before {
        position: absolute;
        left: 13px;
        top: 23px;
    }

    input[type=radio] + .payment-select:after {
        position: absolute;
        left: 17px;
        top: 29px;
    }

input[type=radio]:checked + .payment-select {
    background: #f5fafd;
    border: 1px solid #458ccc;
}

input[type=radio] + .payment-select:hover {
    background: #f5fafd;
}

@media (max-width: 480px) {
    .payment-select,
    .section-booking .payment-select {
        margin-top: 7px;
    }
}

.col-korta button.transparent {
    border: none;
    background: transparent;
    color: #34444b;
    margin-top: 0;
}

    .col-korta button.transparent:hover {
        background: rgb(236, 104, 81);
        color: #fff;
    }

.payment-description {
    padding-left: 30px;
}


/*Activity landing pages*/
section .headline-section-large,
.headline-section-large {
    font-size: 2.2em;
}

@media (max-width:767px) {
    section .headline-section-large,
    .headline-section-large {
        font-size: 1.6em;
    }
}

.price-label {
    color: #858a8f;
    font-size: 16px;
}

.price-container {
    font-size: 36px;
    font-family: "Gotham", sans-serif;
    color: #34444b;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 15px;
}

    .price-container .currency-link {
        display: inline-block;
        position: relative;
        color: #52a4b3;
        font-weight: 600;
        font-size: 15px;
    }

        .price-container .currency-link.static:after {
            display: none;
        }

        .price-container .currency-link ul {
            display: none;
            position: absolute;
            left: 0px;
            background: rgb(236, 104, 81) none repeat scroll 0% 0%;
            width: 100px;
            list-style: none;
            top: 30px;
            left: -10px;
            line-height: 2em;
            padding: 10px 10px 10px;
            margin: 0;
            z-index: 2;
        }

        .price-container .currency-link:hover ul {
            display: block;
        }

        .price-container .currency-link ul li {
            padding: 0;
            margin: 0 0 0 10px;
        }

            .price-container .currency-link ul li a {
                color: #fff;
            }

@media (min-width:992px) {
    .album-mobile {
        display: none;
    }
}

@media (max-width:991px) {
    .album-desktop {
        display: none;
    }
}

@media (max-width:991px) {
    .general-sharer {
        margin: 10px 0;
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width:992px) {

    .general-sharer {
        display: block;
        position: absolute;
        margin-top: 30px;
        padding-top: 0px;
        margin-left: -90px;
        width: 30px;
        font-size: 2em;
    }

        .general-sharer a + a {
            display: block;
            margin-top: 10px;
        }

    .general-sharer {
        width: 30px;
        font-size: 2em;
    }
}

@media (min-width:1200px) and (max-width: 1320px) {
    .general-sharer {
        margin-left: -45px;
    }
}

@media (max-width:767px) {
    .breadcrumb-hide-small {
        display: none;
    }
}

.excursion-data {
    display: flex;
    justify-content: space-between;
}

.excursion-opener {
    font-family: "Gotham", sans-serif;
    margin-top: 50px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

    .excursion-opener .ico {
        color: #ec6851;
        margin-right: 15px;
    }

    .excursion-opener .ico-open {
        display: inline-block;
    }

    .excursion-opener .ico-close {
        display: none;
    }

    .excursion-opener.open .ico-open {
        display: none;
    }

    .excursion-opener.open .ico-close {
        display: inline-block;
    }

.excursion-detail {
    margin-top: 20px;
    display: none;
}


.price-container .currency-link ul.visible {
    display: block;
}

.price-container .currency-link ul.invisible {
    display: none !important;
}

@media (max-width: 767px) {

    .mb-sm-0 {
        margin-bottom: 0px !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mb-sm-15 {
        margin-bottom: 15px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0px !important;
    }

    .pb-sm-10 {
        padding-bottom: 10px !important;
    }

    .pb-sm-15 {
        padding-bottom: 15px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pb-sm-30 {
        padding-bottom: 30px !important;
    }

    .pb-sm-50 {
        padding-bottom: 50px !important;
    }


    .mt-sm-0 {
        margin-top: 0px !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mt-sm-15 {
        margin-top: 15px !important;
    }

    .mt-sm-20 {
        margin-top: 20px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }

    .pt-sm-0 {
        padding-top: 0px !important;
    }

    .pt-sm-10 {
        padding-top: 10px !important;
    }

    .pt-sm-15 {
        padding-top: 15px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }

    .card-optional.card-optional-high .card-front {
        min-height: 375px;
    }
}


@media (max-width: 991px) {

    .mb-md-0 {
        margin-bottom: 0px !important;
    }

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .mb-md-15 {
        margin-bottom: 15px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .pb-md-0 {
        padding-bottom: 0px !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pb-md-15 {
        padding-bottom: 15px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }


    .mt-md-0 {
        margin-top: 0px !important;
    }

    .mt-md-10 {
        margin-top: 10px !important;
    }

    .mt-md-15 {
        margin-top: 15px !important;
    }

    .mt-md-20 {
        margin-top: 20px !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }

    .pt-md-0 {
        padding-top: 0px !important;
    }

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pt-md-15 {
        padding-top: 15px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }
}

@media (max-width: 1024px) {

    .package-optional .tablet-horizontal-row > div {
        width: 240px;
    }

    .card-optional.card-optional-high .card-front {
        min-height: 375px;
    }

    .card-optional.card-optional-high .card-label {
        top: 65px;
    }

    .card-optional .card-front h1 {
        font-size: 0.77777778em;
    }
}

/*Mobile: About us layout improvement in on section*/
.founder-image-small, .founder-image-large,
.section-about-values .founder-image-small, .section-about-values .founder-image-large {
    display: none;
}

@media (min-width: 768px) {
    .founder-image-large,
    .section-about-values .founder-image-large {
        display: block;
    }
}

@media (max-width: 767px) {
    .section-about-values .founder,
    .founder {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .section-about-values .founder-image-small,
    .founder-image-small {
        display: block;
        margin: 0 -30px 0 0;
        padding: 0;
        max-width: 50%;
    }

    .section-about-values > div:first-of-type .founder-text > *,
    .section-about-values > div:first-of-type .founder-text > * + *,
    .founder-text > * {
        margin-left: 0;
    }

    .founder-text .button-link {
        width: 150px;
    }

    .section-about-values > .founder-row,
    .founder-row {
        padding-bottom: 0 !important;
    }
}


/*Customer reviews - Add star ratings*/
.stars {
    color: #ffd269;
}

    .stars .stars-rating {
        display: inline-block;
        margin-left: 5px;
        font-family: "Gotham", sans-serif;
        color: #34444b;
        font-weight: 500;
    }

    .stars .stars-count {
        display: inline-block;
        font-family: "Gotham", sans-serif;
        margin-left: 7px;
        font-size: 0.8em;
        color: #34444b;
    }

.card .card-front h5 + .stars {
    margin: 3px 0 0;
}

    .card .card-front h5 + .stars + h5 {
        color: #b5b5b7;
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

.tour .hero .stars {
    margin-bottom: 10px;
}

    .tour .hero .stars .stars-rating {
        color: #ffd269;
    }

    .tour .hero .stars .stars-count,
    .tour .hero .stars .stars-count a {
        color: #fff;
    }

.box-package-info .stars {
    margin-bottom: 10px;
}

    .box-package-info .stars .stars-count a {
        color: #999;
        text-decoration: underline;
    }

.client-review-paragraph .stars + h1 {
    margin: 0;
}

.card-tour .stars + h5 + h4 + .levels,
.card-tour .stars + h5 + h4 + h2 + .levels {
    bottom: 100px;
}

@media (max-width: 767px) {
    .hero .card-special-offer {
        top: 30px;
    }
}

@media (max-width: 1240px) {
    .box-package-info .card-special-offer {
        top: auto;
    }
}


/*Various mobile/tablet layout improvements*/
@media (max-width: 991px) {
    .col-package-headline {
        margin-bottom: 20px;
    }

        .col-package-headline .package-headline {
            margin-bottom: 0;
        }

        .col-package-headline p {
            margin-bottom: 0;
        }
}


/*
@media (min-width:992px) and (max-width: 1199px) {
    .main-header {
        display: flex;
        justify-content: space-between;
    }

        .main-header .dropdown-nav > ul {
            display: flex;
            justify-content: flex-end;
            flex-direction: row-reverse;
            margin-right: 5px;
        }

            .main-header .dropdown-nav > ul > li > a {
                white-space: nowrap;
                padding: 27px 15px 10px 15px;
            }
}
*/

@media (min-width: 768px) and (max-width: 991px) {
    .tablet-hide {
        display: none !important;
    }
}

@media (max-width:767px) {
    .tablet-show {
        display: none !important;
    }
}

@media (min-width:992px) {
    .tablet-show {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width: 1199px) {
    .card-tiny--square {
        height: 90px;
        overflow: hidden;
    }
}


@media (max-width: 1200px) {
    .package-highlight-row > *, .package-highlight-row > :nth-child(n+7) {
        display: none;
    }
}

@media(max-width:480px) {

    .container-accommodations {
        padding-right: 0;
    }

        .container-accommodations .card-small {
            min-height: 280px;
        }
}

/*Improve room selection for Guided Small Group tours*/
#accommodations .col-guided-accommodation .card {
    margin-left: 0;
    margin-right: 0;
}

    #accommodations .col-guided-accommodation .card:hover {
        transform: none;
    }

    #accommodations .col-guided-accommodation .card.flip .card-back {
        transform: none;
        box-shadow: none;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        border: 0;
        min-height: calc(100% - 108px);
    }

.green.button-link.disabled,
.green.button-link.disabled:hover {
    background-color: #999a9c;
    color: #d4d4d4;
}

@media (max-width: 480px) {

    #booking-form-container #accommodations.no-flow {
        overflow-x: hidden;
    }

    #accommodations .col-guided-accommodation .card .card-front {
        height: 100%;
        min-height: 240px;
    }

    #accommodations .col-guided-accommodation .card.flip {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto !important;
        padding: 0;
        z-index: 999;
        max-width: 100%;
        min-height: 380px;
    }

        #accommodations .col-guided-accommodation .card.flip .card-front {
            display: none;
        }

        #accommodations .col-guided-accommodation .card.flip .card-back {
            position: relative;
            min-height: 100%;
        }

    #accommodations .col-guided-accommodation .card-accommodation .card-back .inner-form {
        min-height: 200px;
    }

    #accommodations .col-guided-accommodation .card.selected .card-front .card-view-link {
        display: block;
    }
}

@media (max-width: 800px) {
    .card-small-package .card-selection-summary p {
        display: block;
        font-size: 0.85em;
    }

    #accommodations .card.selected .card-front .card-selection-summary .rooms {
        font-size: 0.7em;
    }
}

@media (min-width: 768px) {
    .main-header.sticktop {
        z-index: 32;
    }
}

/** Hide Recaptcha badge**/
.g-captcha-note {
    text-align: left;
    font-family: "Gotham", sans-serif;
    font-size: 11px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*Component improvements (Collages / CollagesInner)*/
@media (min-width:768px) and (max-width: 991px) {
    .collage > div {
        height: 313px;
        min-height: 313px;
    }

    .collages-inner > .collage-inner h3 {
        font-size: 1.1em;
    }

    .collages-inner > .collage-inner .desc {
        font-size: 0.8em;
    }
}

/*Temporary values for max people and rooms*/
.alert-msg.alert-top:before {
    display: none;
}

.alert-msg.alert-top:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0px 4.5px;
    border-color: #ec6851 transparent transparent transparent;
    z-index: 9;
}


/*Update room preference names for Double & Twin room options*/
.card .preferences .room-types {
    flex-wrap: wrap;
}

    .card .preferences .room-types > div {
        width: 100%;
    }

        .card .preferences .room-types > div label {
            text-align: left;
        }

            .card .preferences .room-types > div label a {
                text-align: center;
            }



/*Tour page: new faq information section*/
.section-faq.sec-color-white {
    background: #fcfafa
}

.faqs {
    margin: 0px 0px 15px 0px;
}

    .faqs .faq {
        border-bottom: 1px solid #cacaca;
        padding: 15px 0;
    }

    .faqs .faq-heading,
    .faqs .faq-heading:hover {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: "Gotham", sans-serif;
        color: #34444b;
        font-size: 0.9em;
        font-weight: 500;
        text-decoration: none;
    }

        .faqs .faq-heading:after {
            display: block;
            font-family: 'nordicvisitor';
            content: "\f077";
            font-size: 0.72222222em;
            line-height: 1.84615385em;
        }

        .faqs .faq-heading.collapsed:after {
            display: block;
            font-family: 'nordicvisitor';
            content: "\f078";
        }

    .faqs .faq-collapse {
        padding: 0px;
        padding-bottom: 10px;
        font-size: 1em;
    }

        .faqs .faq-collapse > *:first-child {
            margin-top: 10px;
            padding-top: 0;
        }

        .faqs .faq-collapse > *:first-child {
            margin-bottom: 0px;
            padding-bottom: 0;
        }

        .faqs .faq-collapse > div > *:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }


/*Departure availability alert styling change*/
.alert-msg.alert-msg-b {
    color: #34444b;
    background-color: #ffebeb;
    border: 1px solid;
    border-color: #fcb4b4;
    text-transform: none;
    padding-left: 10px;
}

/*Tour cards - Layout issue with much info*/
.card .card-front.long-content h4 {
    font-size: 1.4em;
}

    .card .card-front.long-content h4.long {
        font-size: 1.2em;
    }

.card-front.long-content h2.sub-name {
    font-size: 0.8em;
}

.card-tour .long-content .stars + h5 + h4 + h2 + .levels {
    bottom: 120px;
}

/*Disclaimer text on extra nights cards*/
.card-extra-night .card-note {
    font-size: 0.7em;
    font-style: italic;
    margin: 30px 0 0;
}

/*Set up new web in CMS - Switzerland*/
.logo.logo-switzerland {
    background-image: url("/files/1/nordic-visitor-switzerland_destination_logo.svg");
}




/*Multiple H1 tags on tour pages*/
.heading-1 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}

.highlights .heading-1 {
    margin-top: 0;
    padding-top: 0;
}

.package-info-icon h4.package-info-title {
    font-family: "Gotham", sans-serif;
    font-size: 0.77777778em;
    line-height: 1.2em;
    color: #34444b;
    margin: 0;
    text-transform: uppercase;
}

.card-tiny--square h4 {
    font-family: "Gotham", sans-serif;
    font-size: 0.77777778em;
    line-height: 1.2em;
    word-break: break-word;
    padding-left: 92px;
    padding-right: 10px;
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.client-review-paragraph h3 {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.77777778em;
    line-height: 1.37142857em;
    margin-top: 10px;
    margin-bottom: 12.5px;
}

.client-review-paragraph .stars + h4 {
    margin: 0;
}

.client-review-paragraph h4 {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    color: inherit;
    font-size: 0.77777778em;
    line-height: 1.37142857em;
}

.card-small h3 {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 1.22222222em;
    line-height: 1.09090909em;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0 10px;
}

.card-optional .card-front h3 {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 1.22em;
    line-height: 1.04em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 35px 15px 10px 15px;
}

.card-optional .card-transport + h3 {
    padding-top: 35px;
}


.modal-header h3 {
    display: inline;
    font-weight: 100;
    line-height: 40px;
    font-size: 1em;
}

.modal-highlight-details h3 {
    margin-top: 0;
    margin-bottom: 20px;
}


.modal-activities-detail .activity-detail-headline {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.6em;
}

#modalActivitiesRelated h3 {
    margin-bottom: 20px;
}

.card-optional .card-transport + h3 {
    padding-top: 35px;
}

.card-optional .card-front h3 + span {
    color: #858a8f;
}

h3.modal-title-large {
    margin-bottom: 12.5px;
}

.modal-highlight-details h3 {
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 0;
    margin-bottom: 20px;
}

/*Optional Extras changes on tour page and booking steps*/
.arrow-link::after {
    font-size: 0.77777778em;
    line-height: 1.2em;
    font-family: 'nordicvisitor';
    content: '\f061';
    margin-left: 4px;
}



/*QuickNav display rules on tour pages*/
@media (min-width:993px) and (max-width:1279px) {
    .submenu ul.submenu-normal,
    ul.submenu-normal {
        display: none;
    }
}

@media (max-width:992px), (min-width:1280px) {
    .submenu ul.submenu-medium,
    ul.submenu-medium {
        display: none;
    }
}


/*CLS: Improve loading of hero section on Blog pages*/
.hero .hero-text {
    transition: none;
}

.hero-blog .hero-bg img,
.hero-bg img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

@media (max-width:480px) {
    .hero-blog--front {
        height: 100vh;
    }

    .hero-front .hero-text h1 {
        font-size: 2.25em;
        line-height: 1.1em;
        opacity: 1;
        transform: translateY(0px);
    }

    .hero-blog .hero-text h1 {
        opacity: 1;
        transform: translateY(0px);
    }

    .hero-text .button-link {
        margin-bottom: 10px;
        opacity: 1;
        transform: translateY(0px);
    }

    .hero-blog .hero-blog__info-item,
    .hero-blog .button-social-share {
        opacity: 1;
        transform: translateY(0px);
    }

    .hero-text > * {
        position: relative;
    }
}

@media (max-width:767px) {
    .hero-blog {
        height: calc(100vh - 200px) !important;
    }

        .hero-blog .hero-text {
            padding: 80px 50px 0px
        }
}

@media (min-width:768px) and (max-width:1279px) {
    .hero-blog {
        height: calc(100vh - 200px) !important;
        max-height: 980px;
    }

    .hero.hero-blog .hero-text.hero-text-left {
        bottom: auto;
        max-width: 95%;
        padding: 0 80px;
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    .hero-blog {
        height: calc(100vh - 175px) !important;
        max-height: 780px;
    }

    .hero.hero-blog .hero-text.hero-text-left {
        bottom: auto;
        max-width: 90%;
    }
}

@media (min-width:1440px) {
    .hero-blog {
        height: calc(100vh - 200px) !important;
        max-height: 780px;
    }

    .hero.hero-blog .hero-text.hero-text-left {
        top: 45%;
        bottom: auto;
        max-width: 80%;
    }

        .hero.hero-blog .hero-text.hero-text-left h1 {
            margin-left: 0;
        }
}

.d-block {
    display: block !important;
}

.opacity-1 {
    opacity: 1 !important;
}


.card-img,
.blog-feed-img {
    position: relative;
}

    .card-img img,
    .blog-feed-img img {
        position: absolute;
        left: 0;
        right: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 480px) {

    .mobile-front-main {
        position: relative;
    }

    .mobile-front-image {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

        .mobile-front-image img.hero-bg-item {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .mobile-front-image:after {
            content: "";
            position: absolute;
            height: 50%;
            width: 100%;
            bottom: 0;
            top: auto;
            left: 0;
            background-color: transparent;
            background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
            background-size: 100%;
            background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
        }

    .mobile-front-text {
        padding-top: 25px;
        padding-bottom: 40px;
        position: relative;
    }

        .mobile-front-text h1 {
            color: #fff;
        }

        .mobile-front-text > *:first-child {
            margin-top: 0;
        }

    .mobile-front-main + ul {
        margin-top: 0;
    }
}


.hero .hero-text-left h1,
.hero .hero-text-left p {
    margin-left: 0;
}

.transition-none {
    transition: none !important;
}

.transform-none {
    transform: none !important;
}

.hero .hero-bg .hero-bg-item {
    transform: none;
}



/*Tour Card display issues on mobile*/
@media (max-width: 480px) {
    .card-tour {
        min-height: 425px;
    }

        .card-tour .card-front.long-content h4.long, .card-tour .card-back h4.long {
            font-size: 0.8em;
            line-height: 1em;
        }

    .card-front.long-content h2.sub-name {
        font-size: 0.65em;
        line-height: 1em;
        margin: 4px 10px;
    }

    .card .card-front h5 + .stars {
        font-size: 0.65em;
    }

        .card .card-front h5 + h5,
        .card .card-front h5 + .stars + h5 {
            font-size: 0.8em;
        }
}


/*Same width button feature causing layout shift*/
@media (max-width: 480px) {
    .button-same-width {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /*Loading of Filters causing CLS on Travel Deals pages on mobile*/
    .cloud-mobile {
        min-height: 77px;
    }
}


/*Loading of tours vertically causing layout shift in mobile*/
@media (max-width: 1024px) {
    .tablet-accommodation-horizontal-row {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-x: auto;
    }

        .tablet-accommodation-horizontal-row > div {
            float: none;
            flex-shrink: 0;
            min-height: 315px;
            width: 226px;
            padding: 0px 7px;
        }

    .tablet-car-horizontal-row {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-x: auto;
        min-height: 450px;
    }

        .tablet-car-horizontal-row > div {
            float: none;
            flex-shrink: 0;
            min-height: 415px;
            width: 240px;
            padding: 0px 7px;
        }
}

@media (max-width: 480px) {
    .mobile-tour-horizontal-row {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-x: auto;
    }

        .mobile-tour-horizontal-row > div {
            float: none;
            flex-shrink: 0;
            min-height: 425px;
            width: 240px;
        }

    .mobile-accommodation-horizontal-row {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-x: auto;
    }

    .mobile-accommodation-tour-horizontal-row > div {
        float: none;
        flex-shrink: 0;
        min-height: 300px;
        width: 240px;
        padding: 0px 7px;
    }

    .mobile-car-horizontal-row {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-x: auto;
        min-height: 450px;
    }

        .mobile-car-horizontal-row > div {
            float: none;
            flex-shrink: 0;
            min-height: 415px;
            width: 230px;
            padding: 0px 7px;
        }
}

/*Attraction card images not displaying correctly in Safari browsers*/
.card-tiny--square .card-tiny-text {
    display: block;
    background: transparent;
    position: relative;
    z-index: 1;
}

.card-tiny--square .image-circle {
    z-index: 2;
}


@media print {
    .sub-header,
    .main-header,
    .mobile-nav,
    .mobile-menu,
    .footer-main {
        display: none;
    }

    .hero-short {
        height: auto !important;
    }

    .hero .hero-text {
        position: relative;
        margin: 0;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }
}



/*Sticky submenu causing CLS in mobile*/
.section-content-nav,
.section-package-info .sublinks-wrap {
    overflow: visible;
    height: 50px;
}

    .section-content-nav .submenu.fixed,
    .section-package-info .submenu.fixed {
        display: none;
    }

.section-content-nav-fixed {
    position: fixed;
    top: 70px;
    left: 0px;
    right: 0px;
    z-index: 22;
}

    .section-content-nav-fixed .submenu {
        display: none;
    }

        .section-content-nav-fixed .submenu.fixed {
            display: block;
        }

@media (max-width: 1279px) {
    .section-content-nav-fixed {
        top: 0px;
    }

        .section-content-nav-fixed.fixed50 {
            top: 50px;
            display: block;
        }
}


/*Improve loading of images in Travel Guide*/
.collage img.collage-bg {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}


/*Travel Guide - Improve heading structure*/
.search-simple .hero-search-title,
.hero-search .hero-search-title {
    font-size: 1em;
    line-height: 1.33333333em;
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width:640px) {
    .hero-search .hero-search-title {
        margin-top: 0;
    }
}

.accordion .panel-heading .panel-title {
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    font-size: .66666667em;
    line-height: 2em;
    font-weight: 700;
    display: block;
    color: #34444b;
}

    .accordion .panel-heading .panel-title > a {
        display: block;
    }

.mobile-menu-b .accordion .panel-social > span {
    font-family: 'Gotham', sans-serif;
    text-transform: uppercase;
    font-size: .66666667em;
    line-height: 2em;
    color: #858a8f;
    font-weight: 700;
}

.panel-address span {
    font-family: ArcherPro,serif;
    color: #999;
    text-transform: none;
    font-size: .8em;
    line-height: 2em;
}

.suggestions > span {
    font-family: 'Gotham', sans-serif;
    position: relative;
    color: #34444b;
    display: inline-block;
    margin: 0;
    font-size: 1.36666667em;
    line-height: 1.04em;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

    .suggestions > span:after {
        position: absolute;
        left: 10px;
        bottom: 0;
        display: block;
        content: ' ';
        width: 20px;
        height: 2px;
        overflow: hidden;
        background: #52a4b3;
    }

.travel-guide-article h2 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 25px;
    margin-bottom: 12.5px;
}


.card-tiny--square h3 {
    font-family: "Gotham", sans-serif;
    font-size: 0.77777778em;
    line-height: 1.2em;
    word-break: break-word;
    padding-left: 92px;
    padding-right: 10px;
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

/*Blog posts - Improve heading structure*/
.head1 {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
}

.card__horizontal .headline--card + .subheadline--card {
    color: #b5b5b7;
    font-weight: 500;
}


/*CMS Component Creation - Destination Overview*/
.destination-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

    .destination-boxes + .destination-boxes {
        margin-top: 25px;
    }

    .destination-boxes > * {
        width: 45%;
    }

@media(min-width: 768px) {
    .destination-boxes > * {
        width: 30%;
    }
}

@media(min-width: 1280px) {
    .destination-boxes > * {
        width: 15%;
    }
}

@media(min-width: 1440px) {
    .destination-boxes {
        gap: 30px;
    }

        .destination-boxes + .destination-boxes {
            margin-top: 30px;
        }

        .destination-boxes > * {
            width: 13%;
        }
}

.destination-box {
    display: block;
    position: relative;
    height: 210px;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.22s ease-in-out;
}

    .destination-box:hover {
        box-shadow: 0 20px 60px rgba(0,0,0,.4);
        color: rgb(52, 68, 75);
    }

    .destination-box .destination-box-image {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100% - 56px);
    }

        .destination-box .destination-box-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .destination-box .destination-box-title {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Gotham", sans-serif;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 56px;
        background: #fff;
        text-align: center;
        line-height: 110%;
    }

    .destination-box .destination-box-label {
        position: absolute;
        left: 0px;
        top: 10px;
        padding: 0px 10px;
        height: 30px;
        line-height: 30px;
        background: rgba(255,255,255, 0.82);
        font-family: 'Gotham', sans-serif;
        font-size: 11.5px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 0px 5px 5px 0;
    }

        .destination-box .destination-box-label span {
            margin-right: 3px;
        }

@media(max-width: 767px) {
    .destination-box {
        height: 190px;
    }

        .destination-box .destination-box-title {
            font-size: 16px;
        }

            .destination-box .destination-box-title.l {
                font-size: 14px;
            }
}

/* 1920x1080 (max-height: 600px), 1440x900 (max-height: 430px), 1280x720 (max-height: 450px)*/
.hero-front.hero-front-zero {
    min-height: 420px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .hero-front.hero-front-zero {
        max-height: 680px;
    }

        .hero-front.hero-front-zero .hero-text {
            bottom: 10%;
        }
}

@media (min-width: 1280px) {
    .hero-front.hero-front-zero {
        max-height: 450px;
    }
}

@media (min-width: 1440px) {
    .hero-front.hero-front-zero {
        max-height: 430px;
    }
}

@media (min-width: 1680px) {
    .hero-front.hero-front-zero {
        max-height: 550px;
    }
}

@media (min-width: 1920px) {
    .hero-front.hero-front-zero {
        max-height: 600px;
    }
}

.mobile-front-zero {
    position: relative;
    position: relative;
    padding: 90px 0 40px;
}

    .mobile-front-zero .mobile-front-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

        .mobile-front-zero .mobile-front-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .mobile-front-zero h1 {
        color: #fff;
        position: relative;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    }

    .mobile-front-zero .button-link {
        position: relative;
    }

    .mobile-front-zero ul {
        display: none;
    }

@media (max-width: 767px) {
    .sp-small {
        width: 112px;
    }
}

.hero .hero-text,
.hero .hero-text h1 {
    text-shadow: rgba(0,0,0,.6) 0px 2px 4px
}

/*Destination label improvements*/
.card .destination-label .tooltip-static {
    color: #3a8492;
}



/*Nav update - Destinations dropdown in columns*/
.main-header .dropdown-nav > ul > li > .subnav-container {
    display: block; /*none*/
    position: absolute;
    top: 100%;
    left: -180px;
    width: 560px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 10px 0 0;
    opacity: 0;
    box-shadow: 0 28px 30px rgba(0, 0, 0, 0.6175);
    transition: opacity 650ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(-10000px, 0, 0);
}

.main-header .dropdown-nav > ul > li.open > .subnav-container {
    display: block;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.main-header .dropdown-nav > ul > li > .subnav-container ul {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
    box-shadow: none;
    width: auto;
    min-width: 0px;
    padding: 0;
    flex: 1 1 0;
}

    .main-header .dropdown-nav > ul > li > .subnav-container ul li {
        transition: all 0.53s;
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transform: translate3d(0, -20px, 0);
    }

.main-header .dropdown-nav > ul > li.open > .subnav-container ul li {
    display: block;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.main-header .dropdown-nav > ul > li > .subnav-container .subnav-section {
    display: flex;
    padding: 10px 0;
}

    .main-header .dropdown-nav > ul > li > .subnav-container .subnav-section + .subnav-section {
        border-top: 1px solid #efefef;
    }

.sub-header {
    color: #e5e2e2;
}

    .sub-header ul a {
        color: #e5e2e2;
    }

    .sub-header ul li.icon-dollar::before {
        color: #34444b;
        background-color: #e5e2e2;
    }


/*Expand clickable range on selected elements*/
.currency-change ul li a {
    display: block;
}

#mainMenu a {
    display: inline-block;
    width: 100%;
}

    #mainMenu a .info-tooltip {
        margin-left: 5px;
    }

#mainMenu li ul li a {
    padding-top: 0;
    padding-bottom: 0;
    width: 90%;
}

/** Manage booking in menu*/
.main-header .dropdown-nav > ul > li > a {
    padding: 27px 15px 10px;
}

.mobile-menu.mobile-menu-b .accordion .panel-group .panel-heading a .icon {
    margin-left: 0px;
    margin-right: 10px;
}

@media (min-width:1100px) and (max-width:1279.99px) {
    .main-header .dropdown-nav > ul > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width:991px) and (max-width:1099.99px) {
    .main-header .dropdown-nav > ul > li > a {
        padding: 15px 10px;
    }

    #mainMenu > ul > li > a {
        display: inline-flex;
        align-items: center;
        max-width: 130px;
        line-height: 100%;
        height: 75px;
        white-space: normal;
    }

        #mainMenu > ul > li > a .icon,
        #mainMenu > ul > li > a .fa {
            margin-right: 5px;
        }
}

/*Private Tours - limit to 1 vehicle*/
.card-car input.car-card-select:disabled + label::after {
    content: 'Select'
}

/*Fix total price display in booking form header*/
@media (min-width:991px) {
    .section-slipper-contain .booking-form header .price {
        font-size: 40px;
        margin-right: 0;
    }
}


/*Update heading elements and styling*/

.sp-small .sp-text {
    font-family: "Gotham", sans-serif;
}

.sp-small .sp-title {
    text-transform: none;
    line-height: 100%;
    margin: 0 0 5px;
    font-size: .7em;
    color: rgb(52, 68, 75);
    font-weight: 500;
}

.sp-small .sp-summary {
    font-size: .7em;
    line-height: 1.25em;
    margin-bottom: 0;
    color: #858a8f;
}


@media (max-width: 767px) {
    .sp-small .sp-text .sp-title {
        text-transform: uppercase;
        font-size: .6em;
        line-height: 130%;
    }

    .sp-small .sp-text .sp-summary {
        display: none;
    }
}

.card .card-duration {
    font-size: .88888889em;
    line-height: 1.5em;
    font-weight: 700;
    color: #52a4b3;
    padding-top: 5px;
    margin-bottom: 0;
    margin-top: 25px;
}

.card-tour .card-back .card-duration {
    margin-top: 40px;
    padding-top: 20px;
}

.card .card-season {
    font-size: .88888889em;
    line-height: 1.5em;
    font-weight: 700;
    color: #b5b5b7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card .card-title {
    font-size: 1.66667em;
    line-height: 1.06666667em;
    font-family: Gotham,sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.card-tour .card-back .card-title {
    font-size: 1.45em;
    margin-bottom: 20px;
}

.tour .card-back .card-duration + .card-season {
    color: #b5b5b7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card-front .card-title {
    padding: 0 15px;
}

.card-front h4.sub-name {
    font-family: Gotham,sans-serif;
    text-transform: none;
    font-size: 1em;
    line-height: 100%;
    color: #34444b;
    margin: 5px 20px 0;
    padding: 0;
    font-weight: 500;
}

.card .card-front .card-title.long,
.card .card-front .card-title.long,
.card .card-front.long-content .card-title {
    font-size: 1.4em;
}

.card .card-front.long-content h4.sub-name {
    font-size: .8em;
}

.card-tour .card-back .card-title.long {
    font-size: 1.1677777777em;
}

.card-tour .stars + .card-season + .card-title + .levels,
.card-tour .stars + .card-season + .card-title + .sub-name + .levels {
    bottom: 100px;
}

.card-tour .long-content .stars + .card-season + .card-title + .sub-name + .levels {
    bottom: 120px;
}

.card-tour.has-discount .stars + .card-season + .card-title + .levels {
    padding-bottom: 25px
}


@media (min-width: 480px) and (max-width:1200px) {
    .card-tour.has-discount {
        min-height: 550px;
    }

        .card-tour.has-discount .card-front {
            min-height: 505px;
        }
}

.card-back-full .card-duration {
    font-size: .88888889em;
    line-height: 1.5em;
    font-weight: 700;
    color: #52a4b3;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 40px;
}

.card-back-full .card-season {
    font-size: .88888889em;
    line-height: 1.5em;
    color: #b5b5b7;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.card-back-full .card-title {
    font-family: Gotham,sans-serif;
    font-weight: 500;
    font-size: 1em;
    padding: 0 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.card-back-full .card-price-before {
    color: #798a91;
    font-family: Gotham,sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

    .card-back-full .card-price-before .strike {
        position: relative;
        background: linear-gradient(180deg,rgba(236,112,99,0) 45%,#b8b8b8 46%,#b8b8b8 52%,#b8b8b8 54%,rgba(236,112,99,0) 55%);
    }

.currency-change .currency-change-header {
    font-family: "Gotham", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.88888889em;
    line-height: 3.75em;
    color: #ec6851;
    background-color: #f0eeee;
    margin-bottom: 0;
}

@media (max-width:640px) {
    .card .currency-change .currency-change-header {
        margin-top: 0;
        padding-top: 0
    }
}

@media (min-width:481px) and (max-width:1310px) {
    .card-tour .card-back .card-title,
    .card-tour .card-front .card-title {
        font-size: 1.233337em
    }

        .card-tour .card-back .card-title.long,
        .card-tour .card-front .card-title.long {
            font-size: 1.2em
        }
}


@media (max-width: 480px) {
    .card .card-front .card-duration + .stars {
        font-size: .65em;
    }

        .card .card-front .card-duration + .stars + .card-season,
        .card .card-front .card-duration + .card-season {
            font-size: .8em;
        }

    .card-tour .card-front .card-title,
    .card-tour .card-bacck .card-title,
    .card .card-front.long-content .card-title {
        font-size: 1em;
        line-height: 1.06666667em;
    }

    .card-front.long-content h4.sub-name {
        font-size: .65em;
        line-height: 1em;
        margin: 4px 10px;
    }

    .card-tour.has-discount {
        min-height: 475px;
    }

        .card-tour.has-discount .card-front {
            min-height: 430px;
        }

    .card-tour .card-front .card-title,
    .card-tour .card-back .card-title {
        font-size: 1em;
        line-height: 1.06666667em
    }

        .card-tour .card-front .card-title.long {
            font-size: .9em
        }
}



/*Tour filter options - Update heading elements and styling*/
.search-results-filters .head {
    padding-bottom: 40px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    margin-bottom: 12.5px;
    line-height: 1em;
    font-family: "Gotham",sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
}

    .search-results-filters .head::after {
        display: block;
        content: "";
        width: 20px;
        height: 1px;
        border-bottom: 1px solid #76b89b;
        position: absolute;
        bottom: 0;
        left: 20px;
    }


.accordion .panel-title {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

    .accordion .panel-title a {
        color: #34444b !important;
    }

.search-results-filters .accordion .panel-title {
    padding-left: 20px;
    padding-right: 20px;
}

.accordion .panel-title a::after {
    font-family: nordicvisitor;
    content: "\f077";
    margin-left: 10px;
    font-size: .72222222em;
    line-height: 1.84615385em;
}

/*Reviews component - Issue with 'View more' and styling*/
.client-review-paragraph .review-subtitle {
    display: block;
}

    .client-review-paragraph .review-subtitle > div {
        display: block;
        font-size: 0.61111111em;
        line-height: 1.09090909em;
        font-family: "Gotham", sans-serif;
        font-weight: normal;
        margin: 0;
    }

/* Monthly Price Comparison graph update */
@media (max-width:780px) {
    .container-section .charts .chart-info__discount {
        top: 18px;
        position: relative;
    }

    .container-section .charts .chart-info__bestvalue + .chart-info__discount {
        position: static;
    }
}

/*Tour card styling: Reposition Special offer label in map view*/
.card .card-back .card-special-offer,
.card-back-full .card-special-offer {
    top: 20px;
}

@media (min-width:992px) and (max-width:1280px) {
    .card .card-back .bestLabel + .card-best-offer {
        width: 30px;
        overflow: hidden;
    }
}


/*Blog home page heading structure changes*/
.hero .hero-text .blog-title {
    display: block;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    font-size: 4em;
    line-height: 1.06666667em;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 12.5px;
    color: #fff;
}

    .hero .hero-text .blog-title > a {
        color: #fff;
    }

@media (min-width: 481px) and (max-width: 1480px) {
    .hero .hero-text .blog-title {
        font-size: 3.5em;
        line-height: 1.1em;
    }
}

@media (max-width: 480px) {
    .hero-front .hero-text .blog-title {
        font-size: 2.25em;
        line-height: 1.1em;
    }
}

.blog-feed-item h2 {
    min-height: 57px;
}


/*Center align tour products display*/
@media (min-width: 481px) {
    .row.centerized {
        display: flex;
        justify-content: center;
    }
}


/*Enhance the ContactStripB component for reusability*/
.contact-strip-b.theme-grey {
    background: #e5e2e2;
    color: #5f5c5c;
}

    .contact-strip-b.theme-grey > p.lead,
    .contact-strip-b.theme-grey .contact-items h3 {
        color: #5f5c5c;
    }


.contact-strip-b.theme-green {
    background: #76b89b;
    color: #ffffff;
}


.contact-strip-b.theme-blue {
    background: #52a4b3;
    color: #ffffff;
}


.contact-strip-b.theme-red {
    background: #ec6851;
    color: #ffffff;
}

    .contact-strip-b.theme-red .button-link {
        background-color: #76b89b;
    }

        .contact-strip-b.theme-red .button-link:hover {
            background-color: #67a087;
        }

.contact-strip-b.theme-white {
    background: #fff;
    color: #5f5c5c;
}

    .contact-strip-b.theme-white > p.lead,
    .contact-strip-b.theme-white .contact-items h3 {
        color: #5f5c5c;
    }

    .contact-strip-b.theme-grey .contact-items .icon,
    .contact-strip-b.theme-white .contact-items .icon {
        color: #ffba1a;
    }

.contact-strip-b .contact-items {
    display: flex;
    justify-content: center;
}

/* Mega Nav 2025*/
.main-header .dropdown-nav > ul > li .nav-mega-container {
    position: fixed;
    left: 0;
    right: 0;
    display: none;
}

.main-header .dropdown-nav > ul > li.open .nav-mega-container {
    display: block;
}

.main-header .dropdown-nav > ul > li .nav-mega {
    transform: translate3d(-10000px, 0, 0);
    display: block;
    box-shadow: 0 28px 30px rgba(0, 0, 0, 0.6175);
    border: 0;
    opacity: 0;
    transition: opacity 650ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    background: #fff;
    padding: 0;
    color: rgb(52, 68, 75);
    text-transform: none;
    position: relative;
    top: 13px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    width: 98%;
    border-radius: 0 0px 10px 10px;
}

.main-header .dropdown-nav > ul > li.open .nav-mega {
    display: block;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.nav-mega a:after {
    display: none;
}


.main-header .dropdown-nav > ul > li.open .nav-mega.nav-mega-tours {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 50px;
}

.nav-mega-head {
    color: #858A8F;
    font-weight: 500;
    font-size: 16px;
}

.nav-mega-tours .nav-mega-list {
    width: 300px;
    padding: 15px 20px 15px 0;
    border-right: 1px solid #E5E2E2;
}

.nav-mega-list-destination {
    margin: 5px 0 12px;
}

    .nav-mega-list-destination button {
        background: transparent;
        color: rgb(52, 68, 75);
        text-align: left;
        font-size: 16px;
        text-transform: none;
        line-height: 100%;
        font-weight: 500;
        padding: 5px;
        margin: 2px;
        border: 0;
        border-radius: 5px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid transparent;
    }

        .nav-mega-list-destination button .fa {
            color: #858A8F;
            font-size: 20px;
        }

        .nav-mega-list-destination button:hover {
            background: #edf6f7;
            border: 1px solid #edf6f7;
        }

        .nav-mega-list-destination button.active,
        .nav-mega-list-destination button.active:hover {
            color: #52A4B3;
            background: #edf6f7;
            border: 1px solid #52A4B3
        }

.nav-mega-tag {
    display: inline-block;
    background: #EDF6F7;
    color: #52A4B3;
    padding: 1px 5px;
    border: 1px solid #52A4B3;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}

*:hover .nav-mega-tag {
    text-decoration: none !important;
}

.nav-mega-content {
    width: calc(100% - 300px);
    padding: 30px 0px 0px 40px;
}

    .nav-mega-content:not(.active) {
        display: none;
    }


a.nav-mega-content-head,
.nav-mega-content-head {
    font-size: 24px !important;
    padding: 0 !important;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 100%;
}

    a.nav-mega-content-head:hover {
        color: #EC6851 !important;
    }

.nav-mega-image.rounded {
    margin-top: 55px;
}

    .nav-mega-image.rounded img {
        aspect-ratio: 1/1;
        border-radius: 50%;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
    }

.nav-mega-image {
    display: flex;
    justify-content: flex-end;
}

    .nav-mega-image img {
        width: 100%;
        height: 100%;
        max-height: 430px;
        max-width: 300px;
        object-fit: cover;
        border-radius: 10px;
        object-position: center;
    }

.nav-mega-image-link {
    font-size: 16px !important;
    text-align: right;
    padding: 15px 0px 10px !important;
}

a.nav-mega-image-link:hover {
    color: #EC6851 !important;
}

.nav-mega-content-links {
    margin-bottom: 20px !important;
}

    .nav-mega-content-links > a {
        background: transparent;
        color: rgb(52, 68, 75);
        text-align: left;
        font-size: 16px !important;
        text-transform: none;
        line-height: 100%;
        font-weight: 500 !important;
        padding: 6px 10px !important;
        border: 0;
        border-radius: 5px;
        width: 100%;
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
    }

    .nav-mega-content-links.dual {
        column-count: 2;
    }

    .nav-mega-content-links > a:hover > span {
        text-decoration: underline;
        text-decoration-color: #52A4B3;
        text-decoration-thickness: 2px;
        text-underline-offset: 5px;
    }

        .nav-mega-content-links > a:hover > span.nav-mega-tag {
            text-decoration: none;
        }

    .nav-mega-content-links.inline > a {
        display: inline-flex !important;
        margin-right: 15px;
        width: auto !important;
    }

.nav-mega-tag.blue {
    color: #76B89B;
    border-color: #76B89B;
    background: #ECF9F3;
}

.nav-mega-content-links svg.svg {
    margin-right: 10px;
}

svg.svg * {
    stroke: #52A4B3;
}

svg.svg.fill * {
    fill: #52A4B3;
}

.sunset {
    color: #EC6851 !important;
}

    .sunset svg.svg * {
        stroke: #EC6851 !important;
    }

    .sunset svg.svg.fill * {
        fill: #EC6851 !important;
    }

.main-header .dropdown-nav > ul > li.open .nav-mega.nav-mega-destinations {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 50px;
}

    .main-header .dropdown-nav > ul > li.open .nav-mega.nav-mega-destinations > div {
        width: 415px;
        padding: 10px;
        max-width: calc(32%);
    }

.nav-mega-info {
    padding: 12px !important;
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .nav-mega-info > img {
        width: 106px;
        height: 64px;
        border-radius: 3px;
        object-fit: cover;
        object-position: center;
    }

    .nav-mega-info > span {
        width: calc(100% - 116px);
    }

    .nav-mega-info > .icon {
        width: auto;
        height: auto;
        margin-right: 10px;
        flex-shrink: 0;
    }

        .nav-mega-info > .icon + span {
            width: auto;
            flex-grow: 1;
        }

    .nav-mega-info .d-title {
        color: #333;
        font-size: 16px;
        font-weight: 500;
    }

    .nav-mega-info p {
        margin: 7px 0 0;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;
        color: #858A8F;
    }

    .nav-mega-info:hover {
        background: #FCFAFA;
        border: 1px solid #E5E2E2;
    }

.nav-mega-featured {
    background: #FCFAFA;
}

    .nav-mega-featured .nav-mega-info p {
        color: #333;
    }

    .nav-mega-featured .nav-mega-info:hover {
        background: #EDF6F7;
        border: 1px solid #D4E8EC;
    }


.main-header .dropdown-nav > ul > li.open .nav-mega-travel-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 50px;
}

.nav-mega-travel-info .nav-mega-info-list {
    width: calc(100% - 430px);
}

.nav-mega-travel-info .nav-mega-guides {
    width: 415px;
    padding: 20px;
    border: 1px solid #E5E2E2;
    background: #FCFAFA;
    border-radius: 10px;
}

    .nav-mega-travel-info .nav-mega-guides .nav-mega-head {
        color: #34444B;
        margin: 0 0 10px;
    }

    .nav-mega-travel-info .nav-mega-guides > p {
        font-weight: 400;
        color: #34444B;
        margin: 0;
        padding: 0;
        margin: 0 0 10px;
        line-height: 1.3em;
    }

.nav-mega-guide {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 8px 10px !important;
    border-radius: 5px;
    border: 1px solid #E5E2E2;
    font-size: 14px !important;
    font-weight: 400;
    color: #34444B !important;
}

    .nav-mega-guide > .img {
        width: 35px;
        height: 35px;
        display: inline-block;
        border-radius: 18px;
        overflow: hidden;
        margin-right: 10px;
    }

        .nav-mega-guide > .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .nav-mega-guide.active {
        color: #52A4B3 !important;
        font-weight: 500;
    }

        .nav-mega-guide.active > .img {
            border: 1px solid #52A4B3;
        }

    .nav-mega-guide:hover {
        border-radius: 5px;
        border: 0.5px solid #7DBBC6;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    }

.nav-mega-guide-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.panel-heading {
    transition: background-color 100ms linear;
}

    .panel-heading.m-open {
        background: #FCFAFA !important;
        border-bottom: 0px !important;
    }

.mobile-menu .accordion .panel-group .panel-collapse {
    background: #FCFAFA;
}

.m-nav {
    font-family: 'Gotham', sans-serif;
}

.m-header {
    font-size: 14px;
    color: #858A8F;
    padding: 0 30px;
    font-weight: 500;
    margin: 0px;
}

.m-group + .m-group {
    border-top: 1px solid #E5E2E2;
}

.m-group .m-group-name {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .m-group .m-group-name .fa {
        color: #EC6851;
        font-size: 23px;
    }

    .m-group .m-group-name.collapsed .fa {
        transform: rotate(180deg);
    }

.m-group .m-header {
    padding: 0px 45px;
    margin: 0 0 10px;
}

.m-group .m-links {
    margin: 0 0 10px;
}

    .m-group .m-links > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        padding: 6px 10px 10px 55px;
        color: #34444B;
    }

        .m-group .m-links > a .svg {
            height: 20px;
            margin-right: 10px;
        }

.m-group-panel {
    padding-bottom: 10px;
}

/*Quick Nav issue - Request Info button getting pushed below into USP bar*/
.submenu ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    white-space: nowrap;
}

/* Skip to main content*/
.skip {
    position: absolute;
    translate: 0 -120%;
    z-index: 10001;
    padding: 2rem 1.25rem 1rem;
    background-color: #ec6851;
    color: #fff;
    border-radius: 0 0 10px 0;
    transition: translate .3s cubic-bezier(.68,-.55,.27,1.55);
    top: 0;
}

    .skip:focus {
        translate: 0 -1rem;
        color: #fff;
    }