﻿/*Responsive*/

* {
    font-family: Arial,Helvetica,sans-serif;
}

header img, footer img, header div, footer div, header section, footer section, header input, footer input {
    box-sizing: border-box;
}

html, body {
    -webkit-text-size-adjust: none !important;
    text-size-adjust: none !important;
}

* {
    --max-width: 1140;
    --min-width: 320;
    /* Calculation */
    --average: calc((var(--min-font)*1px) + (var(--max-font) - var(--min-font))*((100vw - var(--min-width)*1px)/(var(--max-width) - var(--min-width))));
    --responsive: clamp(calc(var(--min-font) * 1px),var(--average),calc(var(--max-font) * 1px));
}

body {
    overflow-x: hidden;
}

header .container, footer .container {
    width: 100%;
    margin: 0 auto;
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
}

.first-container {
    width: 100%;
    min-width: 320px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.hdr {
    display: block;
    z-index: 100;
    left: 0;
    position: relative;
}

.hdr, .hdr--simple::after {
    top: 0;
    width: 100%;
}

.headerNav {
    background-color: #1A2360;
    color: white
}

.mobContainer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.colTitle a {
    line-height: 22px;
}

header a, footer a, header a:link, footer a:link, header a:visited, footer a:visited, header a:active, footer a:active {
    color: rgba(0,0,128,0.8);
}

.has-arrow span#lux {
    color: #fc0 !important;
    transform: rotate(0deg);
    padding: 0 14px 0 4px;
    position: relative;
    top: -1px;
    --max-font: 23;
    --min-font: 20;
    font-size: var(--responsive);
}

header ul, footer ul {
    margin: unset !important;
    padding: 0;
    list-style-type: none;
    line-height: 35px;
}

header img, footer img {
    vertical-align: middle;
    border-style: none;
}

.flex-row {
    display: flex;
}

.hdrBrand {
    z-index: 11;
    padding: 0;
}

.site-search__mob {
    background-color: #1A2360;
    color: white;
    margin: 10px 0;
    transition: background-color 125ms;
}

.adotDecorResponsive {
    font-size: 0.75rem;
}

    .adotDecorResponsive span {
        color: #c00;
    }

.spanTel {
    color: #b54e1f;
    font-size: 1.8rem;
}

.liCall {
    font-size: 0.8rem;
}

.liChat {
    font-size: 0.85rem;
}

.footerPayment {
    display: grid;
    grid-template-columns: 35% 25% 20% 20%;
    text-align: center;
    margin-top: 30px
}

.btn.btn--round {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background: 0 0;
}

header .btn, footer .btn, header button, footer button {
    transition: .2s;
    transition-property: border-color,background-color,color;
    border: 0;
    background: 0 0;
    cursor: pointer;
}

header button, footer button {
    padding: 0;
}

button {
    -webkit-appearance: button;
}

    button > span, button > svg, button[disabled] {
        pointer-events: none;
    }

.hdr .btn--round .burger-label {
    align-self: flex-end;
    font-size: 0.7rem;
    font-weight: 300;
    color: #1A2360
}

.has-arrow, .mkt-sel {
    position: relative;
}

.mob-nav-btn {
    box-sizing: border-box;
}

.mob-nav-btn__inner::after, .mob-nav-btn__inner::before, .mob-nav-btn__outer::after, .mob-nav-btn__outer::before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    width: 30px;
    height: 3px;
    transform: rotate(0deg);
    transition: .3s ease-in-out;
    transition-property: transform,width,top,left;
    border-radius: 1px;
    background-color: #1A2360;
}

.mob-nav-btn__inner::after {
    top: 17px;
}

.mob-nav-btn__inner::before {
    top: 1px;
}

.mob-nav-btn__outer::after, .mob-nav-btn__outer::before {
    top: 9px;
}

hdr .btn--round::after {
    content: "";
    position: absolute;
    top: -14px;
    right: -12px;
    bottom: -14px;
    left: -12px;
}

.hdr__logo, .mkt-sel .has-flag::before {
    display: inline-block;
    vertical-align: top;
}

.hdr__logo {
    width: 222px;
    height: 55px
}

.site-search__field {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: solid 1px #e4e4e4;
}

.site-search__fieldMob {
    position: relative;
    overflow: hidden;
    border: solid 1px #e4e4e4;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: inline-flex;
    height: calc(2rem + 12px);
}

.frmSearchForm {
    width: 90%;
}

.inputMob {
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle !important;
    height: 42px !important;
    width: 92% !important;
    background: transparent;
    border: 0px solid #ced4da !important;
    border-radius: 0 !important;
    box-sizing: border-box;
}

    .inputMob:focus {
        outline: none;
    }

.searchSubmit img {
    font-size: 1rem;
}

.searchSubmit img, .searchSubmit {
    background-color: #f2f3f7 !important;
    border: unset !important;
    border-radius: 0 !important;
}

.hdr .site-search {
    width: calc(100vw - (12px*2));
    margin-bottom: 20px;
}

.site-search {
    position: relative;
    text-align: left;
    width: 100%;
    overflow: hidden;
    display: flex
}

.hdr .site-search .btn {
    flex-shrink: 0;
    border: 0;
}

.site-search .btn {
    position: absolute;
    top: -3px;
    padding: 15px;
    border: 0;
    border-radius: 0;
    background-color: white;
}

header .form-control, footer .form-control {
    background-color: #f3f5f7 !important;
    border: 0px;
}

input .inputSearch {
    padding: 0.375rem 9.65rem;
}

.site-search .inputSearch {
    width: 88%;
    min-width: 88%;
    height: calc(2rem + 2px);
    padding: 13px 50px 13px 15px;
    border: 0;
    color: #343434;
}

.inputSearch {
    min-height: calc(2rem + 24px);
    padding: 10px 9px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 2.4rem;
    box-sizing: border-box;
}

.p_subnav {
    padding: 13px 0px 2px 0px;
    font-size: 1.0rem;
    white-space: nowrap;
    display: block;
}

    .p_subnav span {
        font-size: 31px;
        padding: 0px 14px;
        text-align: center;
        transform: rotate(90deg);
        cursor: pointer;
        float: right;
        position: relative;
    }

.cols, .grid {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 12px);
    margin-top: -12px;
    margin-left: -12px;
}

    .grid > .col {
        display: flex;
        flex-direction: column;
    }

header h2, footer h2 {
    color: #638BD1;
    font-size: 1.6rem;
    margin: 20px 0;
}

.liWorldRegion a {
    color: #263377;
    font-size: 1.3rem;
}

.pAllDest {
    background: #263377 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #263377;
    border-radius: 23px;
    opacity: 1;
    color: white;
    text-align: center;
    padding: 10px 45px;
    margin-top: 30px;
}

    .pAllDest a {
        color: white !important;
        font-size: 18px
    }

.secMostPop {
    border-left: 1px solid #638BD1;
}

.nav__section {
    height: auto;
}

.liMostPop {
    width: 338px;
    height: 100px;
    border: 1px solid #CCCCCC;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 21px;
    gap: 10px;
    flex-wrap: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
    margin-bottom: 10px;
    margin-top: 5px;
    background-color: white;
}

    .liMostPop p {
        margin-top: 10px;
        margin-bottom: 0;
        padding: 0 !important;
    }

    .liMostPop div a {
        font-weight: 500;
        font-size: 0.85rem;
    }

    .liMostPop div:nth-child(2) {
        width: 202px;
    }

.liImg {
    width: 126px;
    height: 100px;
    /* UI Properties */
    /*background: transparent url('img/athens_-_parthenon_-674900-200.png') 0% 0% no-repeat padding-box;*/
    border: 0px solid #CCCCCC;
    opacity: 1;
}

.dvSuggestPrice {
    color: #666;
    font-size: 12px;
    padding: 5px 10px;
}

.spSuggestPrice {
    color: #b54e1f;
    font-weight: 700;
}

.headerListLogo {
    width: 100%
}

.divImgLogo {
    width: 25%;
    float: left;
}

.citylist {
    width: 100%;
    min-width: unset !important;
    line-height: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: justify !important;
    margin: 0 auto !important;
    font-size: 0.75rem !important;
}

.footer-destinations__title {
    margin-bottom: 5px;
}

    .footer-destinations__title a {
        font-weight: 600;
        text-decoration: none !important;
    }

        .footer-destinations__title a:hover {
            text-decoration: underline !important;
        }

.footer-destinations__grid > div {
    display: grid;
    grid-gap: 5px;
}

.footer-destinations__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px 10px;
    line-height: normal;
}

    .footer-destinations__list > li:first-child {
        font-weight: 600;
        color: #000;
    }

.footer-destinations__item:not(:last-child) {
    position: relative;
}

    .footer-destinations__item:not(:last-child):after {
        content: "";
        position: absolute;
        right: -5px;
        top: 2px;
        display: block;
        height: 10px;
        width: 1px;
        background-color: #000;
    }

.subscriptionpopup {
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 90%;
    max-width: 450px;
    border: 1px solid #00000050;
    font-size: 16px;
    z-index: 20;
}

.secEmailSubscriber {
    height: auto;
    padding: 25px 0;
    background-image: linear-gradient(#ebedfa 0%,#fff 100%);
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 5px;
}

    .secEmailSubscriber h2 {
        font-size: 37px;
        color: #131850;
        margin: 5px auto;
        text-align: center;
        font-weight: 500;
    }

    .secEmailSubscriber p {
        margin: 5px auto;
        text-align: center;
        font-size: 28px;
        color: #666;
    }

    .secEmailSubscriber button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffda6a;
        width: 29%;
        height: 40px;
        border-color: #ffda6a;
        border-width: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        border-style: solid;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        color: #333;
        text-align: center;
        float: left;
    }

    .secEmailSubscriber input[type="text"] {
        /*background-color: #fff;*/
        width: 68%;
        height: 40px;
        /*border-color: #ccc;*/
        border-width: 1px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        border-style: solid;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16px;
        color: #333;
        text-align: left;
        float: left;
        padding: 0 0 0 10px;
    }

.emailBox {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 48%;
    margin: 0 auto;
    padding: 15px 0;
}

.sub__spinner {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #333;
    border-top-color: #ccc;
    border-radius: 50%;
    animation: spin .8s linear infinite;
    margin-left: 6px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.txtDisclimer {
    line-height: 14px;
    font-size: 10px;
    color: #666;
    text-align: justify;
    letter-spacing: .02em;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.hrDots {
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 2px dotted #ccc;
    color: #fff;
    height: 1px;
    width: 100%;
    background: none;
    clear: both;
    max-width: unset !important;
    min-width: unset !important;
    margin: 0 auto;
    padding-bottom: 15px;
}

.secDvfooterButtons {
    padding: 25px 0;
}

    .secDvfooterButtons h2 {
        margin: 0 0 30px 0;
        padding: 0 15px;
        text-align: center;
        font-size: 2.0rem;
        font-weight: 500;
        color: #131850;
    }

.dvEachBtn {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 18px;
    font-size: 18px;
    font-weight: 600;
}

    .dvEachBtn a {
        display: inline-block;
        width: 100%;
        color: rgba(0,0,128,.8) !important;
    }

    .dvEachBtn span {
        position: absolute;
        font-size: 30px;
        font-weight: 500;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        color: #666;
        width: 40px;
        text-align: center;
    }

.dvEachBtnLux a div {
    color: #fc0;
    font-size: 22px;
    position: absolute;
    top: 6px;
    left: 65px;
}

.secAnnounceResponsive {
    max-width: 60%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    background: #333;
    color: #fff;
    width: 53%;
    padding: 5px 20px 30px;
    margin: 30px auto !important;
}

    .secAnnounceResponsive p {
        text-align: center;
        margin: 25px 0 0 0 !important;
        width: 100% !important;
    }

p.closeAnnResponsive, p.closeTopAnn {
    text-align: right !important;
    margin: 0 !important;
    padding: 0 0 15px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    width: 100% !important;
}

.secAnnounceResponsive p a {
    color: #fff !important;
    text-decoration: underline;
    font-size: 16px;
}

.secCompanyInfoRes {
    display: flex;
    flex-wrap: wrap;
    background-image: linear-gradient(#e7f1fe 35%,#fff 100%);
    height: auto;
    margin-bottom: 10px;
}

.secVoucherRes {
    display: flex;
    flex-wrap: wrap;
    background-color: #F5F5F5;
    height: auto;
    margin-top: 25px !important;
    margin: 0 auto;
    padding: 30px 0;
}

.divSecVoucher1Res {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.giftForTravelRes {
    color: #1F2B6C;
    font-size: 25px;
    margin: 0px;
    padding-right: 16px;
}

.affirm-modal-trigger {
    color: darkblue
}

.giftVoucherRes {
    color: #121852;
    font-size: 46px;
    margin: 0px;
    font-weight: bold;
}

.divSecVoucher2Res {
    width: 58%;
    text-align: center;
}

    .divSecVoucher2Res p {
        margin: 18px 0;
        font-size: 19px;
        font-weight: bold;
    }

    .divSecVoucher2Res a {
        background: #1f2b6c 0% 0% no-repeat padding-box;
        box-shadow: 0 3px 6px #00000029;
        border: 1px solid #121852 !important;
        border-radius: 19px;
        opacity: 1;
        color: #fff !important;
        text-decoration: none !important;
        padding: 9px 18%;
        font-size: 17px;
        max-width: 276px;
        text-align: center;
        margin: 0 auto;
        cursor: pointer;
    }

#destinationsContent, #manageContent, #whoContent {
    display: none;
}

.allRecently {
    color: #263377 !important;
    font-size: 20px
}

.txtOrangeBold {
    font-size: 14px;
    padding-right: 20px;
}

.pAllDest a {
    text-decoration: none !important;
}

.regions-heading h2 {
    font-weight: 700 !important;
}

h2.heading {
    font-weight: 700 !important;
}

.nav__promo {
    padding: 0 15px;
}

.divNavMob {
    position: absolute;
    width: 100%;
}

.Text_Arial12_OrangeBoldNew {
    color: #b54e1f !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        max-width: 95%;
        background: #f3f5f7;
    }
}

@media (min-width: 64em) {
    header .container, footer .container {
        max-width: calc(1080px + 60px);
        padding-right: 30px;
        padding-left: 30px;
    }

    .hdr .site-search {
        width: calc((100% - 40px)/3);
    }

    header .btn, footer .btn {
        padding-right: 30px;
        padding-left: 30px;
    }

    .cols, .grid {
        width: calc(100% + 20px);
        margin-top: -20px;
        margin-left: -20px;
    }

    .col--lg-2\/3 {
        flex: 0 0 calc(66.666667% - 10px);
        max-width: calc(66.666667% - 10px);
        padding: 0 0 0 20px;
    }

    .col--lg-1\/3 {
        flex: 0 0 calc(33.333333% + 10px);
        max-width: calc(33.333333% + 10px);
        padding: 0 0 50px 30px;
        border-left: 1px solid rgba(255,255,255,.2);
    }
}

@media (min-width: 48em) {
    .hdrBrand {
        top: 0;
        left: 0;
        width: 100%;
        pointer-events: none;
    }

    .headerMain {
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        font-size: 1.3rem;
    }

    .headerLogo {
        font-size: 1.3rem;
    }

    .headerMain > .container {
        display: flex;
        justify-content: flex-end;
        max-width: 1140px;
        min-width: 320px;
    }

    .headerListLogo {
        display: flex;
        align-items: flex-end;
        gap: 205px;
        justify-content: center;
    }

    .headerNav {
        background-color: #1A2360;
        color: white
    }

    .headerListLogo > li {
        line-height: 2rem;
    }

    .headerListLogo li {
        transition: opacity .3s;
        opacity: 1;
    }

    .headerNav > .container {
        display: flex;
        justify-content: space-between;
    }

    .navBar {
        width: auto;
    }

    .headerNav .header-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .navBar {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .navBar li {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .navBar > li {
            margin: 0;
        }

        .navBar span {
            display: block;
            cursor: pointer;
            font-size: 1.3rem;
        }

            .navBar span:last-child {
                font-size: 31px;
                padding: 0px 14px;
                transform: rotate(90deg);
            }

        .navBar span, .navBar a {
            display: block;
            cursor: pointer;
            --max-width: 1110;
            --min-width: 768;
            --max-font: 20;
            --min-font: 12;
            font-size: var(--responsive);
            color: #fff !important;
        }

        .navBar a {
            display: flex;
        }

            .navBar a:hover {
                text-decoration: none;
            }

    .hdr .site-search {
        position: static;
        z-index: 1;
        width: 50px;
        margin: 0 0 0 auto;
        transition: width .4s cubic-bezier(.165,.84,.44,1);
    }

    .show-until-md {
        display: none !important;
    }

    .inputSearch {
        padding: 10px 14px;
    }

    header .btn, footer .btn {
        display: inline-block;
        position: relative;
        padding: 0.8rem 0.95rem !important;
        border-radius: 4px;
        background-color: #4d726d;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 2rem;
        text-align: center;
        text-transform: uppercase;
    }

    .site-search__mob {
        display: none
    }

    .nav__secondary {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        padding: 10px 15px 30px 15px;
        overflow: hidden;
        transition: opacity .2s cubic-bezier(.165,.84,.44,1) .1s,visibility 0s .1s;
        transition-delay: 0.1s, 0.1s;
        background-color: #EEEFF3;
        visibility: visible;
        transition-delay: 0s;
        opacity: 1;
    }

    .show-until-md {
        display: none !important;
    }

    .rowDestinations {
        display: flex;
    }

    .divNavMob {
        display: none
    }

    .thtitleRes {
        font-size: 15px !important;
        color: #053179 !important;
        font-weight: bold;
    }

    .ulAdditional li a, .ulSecured li a, .ulWho li a {
        font-size: 14px
    }

    .colFooter {
        padding: 0 67px !important;
        width: calc(100% / 3);
    }

    .secSocialmediaRes {
        text-align: center;
        margin: 40px 0 0 0;
    }

        .secSocialmediaRes img {
            margin: 12px 22px;
            width: 50px;
            height: 50px;
        }

    .secCopyrightRes {
        width: 100%;
        background: #11164e linear-gradient(to top,#11164e 15%,#354894 100%) repeat scroll 0 0;
        color: #fff;
        padding: 13px 0;
        font-size: 11px;
        text-align: center;
    }

        .secCopyrightRes p {
            margin: 0;
        }

    .divCopyRes {
        display: grid;
    }

    .secCopyrightRes {
        order: 2
    }

    .secDisclaimer {
        order: 1
    }

    .worldRegion {
        display: none
    }

    .dvCloseDesk, .dvCloseWho, .dvCloseBook {
        height: 21px;
        color: #1A2360;
        font-size: 23px;
        font-weight: 700;
        margin: 20px auto;
        text-align: right;
        max-width: 1100px;
        width: 100%;
        cursor: pointer;
    }

    .spanArrowMob {
        display: none
    }
}

@media(max-width:72em) {
    .site-search .inputSearch {
        width: 86%;
        min-width: 86% !important;
        padding: 13px 24px 13px 15px !important;
    }
}

@media (min-width: 75em) and (max-width:128em) {
    .headerListLogo > li {
        /*margin-left: 28px;*/
    }
}

@media (min-width: 62.5em) and (max-width:74.9em) {
    .headerListLogo > li {
        /*margin-left: 76px;*/
    }

    .colFooter {
        padding: 0 67px !important
    }
}

@media (min-width: 52.93em) and (max-width:62.4em) {
    .headerListLogo > li {
        /*margin-left: 113px;*/
    }

    .colFooter {
        padding: 0 30px !important
    }

    .giftForTravelRes {
        font-size: 21px;
    }

    .giftVoucherRes {
        font-size: 40px;
    }

    .divSecVoucher2Res p {
        font-size: 17px;
    }
}

@media (min-width: 48em) and (max-width:52em) {
    .headerListLogo > li {
        /*margin-left: 113px;*/
    }

    .colFooter {
        padding: 0 27px !important
    }

    .giftForTravelRes {
        font-size: 21px;
    }

    .giftVoucherRes {
        font-size: 40px;
    }

    .divSecVoucher2Res p {
        font-size: 17px;
    }
}

@media (max-width: 75em) {
    .hide-until-lg {
        display: none !important;
    }

    .spanTel {
        font-size: 20px
    }

    .secPayments {
        display: none !important
    }
}

@media (max-width: 70em) {
    .hide-until-sm {
        display: none !important;
    }

    .pAllDest {
        width: 100%;
    }
}

@media(max-width:60em) {
    .site-search .inputSearch {
        width: 81%;
        min-width: 81% !important
    }
}

@media (max-width: 47.9375em) {
    .hdrBrand > .container {
        display: flex;
        align-content: center;
        justify-content: center;
        /*height: 50px;*/
    }

    #_utdivUsrName2 {
        display: none
    }

    .hdrBrand > .site-search__mob {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 6px;
        margin: 0 auto;
    }

    .headerNav .header-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .headerNav > .container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .mobContainer {
        max-width: 710px !important;
    }

    .navBar {
        width: calc(100vw - (12px*2));
        border-top: 1px solid rgba(255,255,255,.15);
    }

    .headerContent {
        display: none;
    }

    .headerContent {
        position: fixed;
        transform: translate3d(100vw,0,0);
    }

    .headerMain {
        order: 2;
        width: 100vw;
        margin-top: 6px;
    }

    .headerListLogo {
        display: flex;
        flex-direction: column-reverse;
        font-size: 1.5rem;
    }


    .hide-until-md {
        display: none !important;
    }

    .hdr__logo {
        order: 2;
        text-align: center;
        margin: 0 auto
    }

    header .btn, footer .btn {
        display: inline-block;
        position: relative;
        padding: .375rem 1.75rem !important;
        border-radius: 4px;
        background-color: #4d726d;
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 24px;
    }

    .mob-contact-btn {
        order: 3;
    }

    .hdr__logo {
        width: 160px;
        height: 40px
    }

    .hdr .btn--round::after {
        content: "";
        position: absolute;
        top: -14px;
        right: -12px;
        bottom: -14px;
        left: -12px;
    }

    .worldMobh2 {
        color: #263377 !important
    }

    header h2, footer h2 {
        color: #638bd1;
        font-size: 1.6rem;
        margin: 20px 0 10px 0;
    }

    .nav__section {
        background-color: #EEEFF3
    }

    header .container, footer .container {
        padding-left: unset !important;
        padding-right: unset !important
    }

    .cols, .grid {
        margin-top: -10px !important;
    }

    .borderBottom {
        border-bottom: 1px solid #638BD1;
        padding-bottom: 15px;
    }

    .liWorldRegion a, .liWorldRegionDest a {
        font-size: 20px;
        color: #263377 !important
    }

    .mobDestinations {
        width: 560px;
        max-width: 94%;
        text-align: center;
        padding-top: 11px;
        color: #263377;
        font-size: 26px;
        font-weight: bold;
    }

    .navBarMob {
        padding: 0 16px 24px 16px;
        z-index: 9;
        flex-direction: column;
        overflow: hidden;
        left: 0;
        right: 0;
        display: none;
        background-color: #EEEFF3;
        top: 116px;
    }

    .burger-label {
        position: absolute;
        top: 46px;
        font-size: 0.7rem;
        color: #1A2360;
    }

    .acetrnt-toggle {
        cursor: pointer;
        width: 60px;
        padding-left: 10px
    }

    .line-1, .line-2, .line-3 {
        cursor: pointer;
        border-radius: 4px;
        height: 4px;
        width: 35px;
        background: #1A2360;
        position: relative;
        display: block;
        content: '';
    }

    .line-1, .line-2 {
        margin-bottom: 7px;
    }

    .line-1, .line-2, .line-3 {
        transition: all 300ms ease-in;
    }

    .acetrnt-toggle.active .line-2 {
        background-color: transparent;
    }

    .acetrnt-toggle.active .line-1 {
        background: #1A2360;
        top: 10px;
        position: absolute;
    }

    .acetrnt-toggle.active .line-3 {
        background: #1A2360;
        position: absolute;
    }

    .acetrnt-toggle.active .line-1 {
        transform: rotate(45deg);
        top: 26px;
    }

    .acetrnt-toggle.active .line-3 {
        transform: rotate(-45deg);
    }

    .acetrnt-toggle.active .burger-label {
        position: absolute;
        top: 46px;
    }

    .p_subnav {
        padding: 11px 16px 16px;
        font-size: 20px;
        white-space: nowrap;
        display: block;
        color: #263377;
        border-bottom: 1px solid #638BD1
    }

        .p_subnav a {
            font-size: 20px !important;
            color: #263377 !important;
        }

    .acetrnt-toggle.active .mobContainer {
        background-color: #EEEFF3;
    }

    #spanArrow {
        font-size: 20px;
        text-align: center;
        transform: rotate(0deg);
        cursor: pointer;
        float: right;
        position: relative;
        padding: 0px
    }

    #spanArrowli {
        font-size: 20px;
        transform: rotate(0deg);
        cursor: pointer;
        float: right;
        position: relative;
    }

    .acetrnt-toggle.active .site-search__mob {
        background-color: #EEEFF3;
    }

    .secDestinations {
        display: none
    }

    .emailBox {
        width: 87% !important
    }

    .secEmailSubscriber input[type="text"] {
        width: 100% !important
    }

    .secEmailSubscriber button {
        width: 80% !important;
        margin: 0 auto;
        margin-top: 20px;
    }

    .secEmailSubscriber h2 {
        font-size: 30px !important
    }

    .secEmailSubscriber p {
        font-size: 21px !important
    }

    .secAnnounceResponsive {
        max-width: 100%;
        display: flex;
        font-size: 14px;
        background: #333;
        color: #fff;
        width: 76%;
        padding: 5px 20px 30px;
        margin: 30px auto !important;
    }

    .ulWho, .ulAdditional, .ulSecured {
        display: none
    }

        .ulWho li a, .ulAdditional li a, .ulSecured li a {
            color: grey;
            font-size: 14px;
            padding: 20px 10px;
        }

    .colFooter {
        width: 100%;
        padding: 0 15px;
        border-bottom: 1px solid #638BD1;
    }

        .colFooter:first-child {
            border-top: 1px solid #638BD1;
        }

    .thtitleRes {
        margin: 10px !important;
        font-size: 17px !important;
        font-weight: 500;
        line-height: 1.2;
    }

    .secPayments {
        display: none !important
    }

    .giftForTravelRes {
        font-size: 20px;
    }

    .giftVoucherRes {
        font-size: 36px;
    }

    .divSecVoucher1Res {
        width: 100%;
    }

    .divSecVoucher2Res {
        width: 100%;
        padding: 0 15px;
    }

        .divSecVoucher2Res p {
            font-size: 16px;
        }

    .secSocialmediaRes {
        margin: 0 auto;
        text-align: center;
    }

        .secSocialmediaRes img {
            width: 42px;
            height: 42px;
            margin: 10px 1%;
            text-align: center;
        }

    .secCopyrightRes p {
        font-size: 11px;
        color: #666;
        text-align: center;
        padding: 20px 0;
        margin: 0 auto;
        width: 70%
    }

    .worldRegion, .packagesRes, .mostPopRes, .myBookings, .contactUs {
        display: none;
        top: 66px;
        background-color: #EEEFF3;
        z-index: 900;
        position: absolute !important;
        width: 100%;
        height: 785px;
        padding-bottom: 29px;
    }

    .worldRegion {
        height: 820px;
    }

    .worldMobh2 {
        margin: 0;
        padding: 24px 0;
        background: #eeeff3;
        font-weight: bold;
        font-size: 26px !important;
        text-align: center;
    }

    .dvBackRes {
        color: #263377;
        font-size: 20px;
        padding-top: 10px;
        margin: 0 20px;
    }

        .dvBackRes span {
            font-size: 20px;
            cursor: pointer;
            position: relative;
            padding: 0px 15px
        }

    .spanArrowMob {
        font-size: 31px;
        transform: rotate(90deg);
        cursor: pointer;
        float: right;
        position: relative;
        top: -7px;
        padding: 0px 15px
    }

    .liWorldRegion {
        padding: 15px 20px;
        border-bottom: 1px solid #638BD1;
        margin: 0 20px;
    }

    .liWorldRegionDest {
        padding: 10px 20px;
        margin: 0 20px;
        line-height: 1.4;
    }

    .liWorldRegionBorder {
        border-bottom: 1px solid #638BD1;
    }

    .liMostPop {
        width: 100%;
        height: 25%;
        border: 1px solid #CCCCCC;
        font-size: 13px;
        background: white;
    }

    .liImg {
        width: 100%;
        height: 105px;
    }

    .titleOnBooking {
        padding: 15px 20px;
        border-bottom: 1px solid #638BD1;
        margin: 0 20px;
        color: #638BD1;
        font-size: 20px;
        font-weight: bold
    }

    #dvajx {
        margin: 0 auto;
        width: 77%;
        padding-top: 30px;
    }

    .colTitle {
        margin-left: 0px !important;
        margin-right: 0px !important
    }

    .dvSuggestPrice {
        padding: 5px 22px;
    }

    #destinationsContent, #manageContent, #whoContent {
        display: none !important
    }

    .ulWho li, .ulAdditional li, .ulSecured li {
        height: 40px;
    }
}

@media (min-width: 37.5em) {
    header .container, footer .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navBar {
        width: calc(100vw - (16px*2));
    }

    .hdr .site-search {
        width: calc(66vw - (16px*2));
    }

    .cols, .grid {
        width: calc(100% + 16px);
        margin-top: -16px;
        margin-left: -16px;
    }
}

@media(min-width:48em) and (max-width:62em) {
    .liABBB {
        display: none
    }
}


.form-inline {
    display: flex;
    align-content: center;
    justify-content: center;
    background: #f3f5f7;
}


.navTriangle span:first-child {
    position: relative;
}

    .navTriangle span:first-child::after {
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        border-left: 1em solid transparent;
        border-right: 1em solid transparent;
        border-top: 1em solid #EEEFF3;
        content: '';
        transform: rotate(180deg) translateX(50%);
        top: 34px;
    }

@media screen and (min-width: 576px) {
    header .container, footer .container {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    header .container, footer .container {
        max-width: 720px;
    }

    .secDvfooterButtons h2 {
        font-size: 2.0rem;
    }

    .dvfooterButtons {
        padding: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: rgba(228,228,228,.35);
    }

        .dvfooterButtons a {
            font-size: 1rem;
            font-weight: 400;
        }

    .dvEachBtn {
        padding: 5px 20px;
        border: none;
    }

        .dvEachBtn:not(:last-child) {
            border-right: solid 1px #ccc;
        }

        .dvEachBtn:nth-child(-n + 2) {
            margin-bottom: 15px;
        }

        .dvEachBtn span {
            display: none;
        }

    .dvEachBtnLux a {
        padding-right: 6px;
    }

        .dvEachBtnLux a div {
            top: -4px;
            left: 73px;
        }

    .liWorldRegionBorder {
        padding-bottom: 10px;
        position: relative;
    }

        .liWorldRegionBorder::after {
            position: absolute;
            content: '';
            height: 1px;
            width: 100%;
            background-color: #638BD1;
            bottom: 5px;
            left: 0;
        }
}

@media screen and (min-width: 992px) {
    header .container, footer .container {
        max-width: 960px;
    }

    .dvEachBtn:nth-child(-n + 2) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    header .container, footer .container {
        max-width: 1140px;
    }
}

.falsecheckdop {
    font: 11px Tahoma,Arial,Helvetica,sans-serif;
    text-decoration: none;
    outline: none;
    background: url(https://pictures.tripmasters.com/siteassets/d/checkbox.gif) no-repeat;
    height: 16px;
    display: block;
    padding: 1px 0 0 20px;
    color: #666;
}

    .falsecheckdop:hover {
        color: #06F
    }

.falsecheckeddop {
    background-position: left -25px
}
