/* Minification failed. Returning unminified contents.
(14864,41): run-time error CSS1046: Expect comma, found '195'
(14864,49): run-time error CSS1046: Expect comma, found '/'
 */




.myAccountbody,
input,
textarea,
select {
    font-family: 'Roboto', sans-serif;
    color: #545456;
    direction: ltr;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3d3d3f;
}

    partnersBlock h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: #909091;
        }

.listingTitle {
    font-size: 20px;
}

.ui-tooltip {
    display: none !important;
}

input[type=search],
input[type=reset] {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
}

h4.listingTitle {
    font-size: 18px;
}

.listingHolder > li {
    margin-bottom: 30px;
}

.listingLink a,
.listingDescription a {
    color: #909091;
}

.ajaxLoader::before {
    color: #3d3d3f;
}

.loadMoreBtn a {
    border: 1px solid #3d3d3f;
    color: #3d3d3f;
    padding: 0 55px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}

    .loadMoreBtn a:hover {
        color: #FFF;
        background: #909091;
        border-color: #909091;
    }

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

select {
    font-family: 'Roboto', sans-serif !important
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Roboto', sans-serif;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Roboto', sans-serif;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Roboto', sans-serif;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Roboto', sans-serif;
}

input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Roboto', sans-serif;
}

.normalBtn {
    padding: 17px 32px;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    font-weight: 400;
    border: 1px solid;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    border-color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

    .normalBtn:hover {
        background-color: #0873ba;
        color: white;
        border: 1px solid white;
    }

    .normalBtn.blueBg {
        background-color: #0873ba !important;
        border-color: #0873ba !important;
        color: #fff !important;
    }

        .normalBtn.blueBg:hover {
            color: #0873ba !important;
            background-color: white !important;
            border: solid white 1px;
            cursor: pointer;
        }

h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
}

h3 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 500;
}

.blockHead {
    margin-bottom: 35px;
}

.normalLink {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 25px;
    position: relative;
    margin-bottom: 13px;
}

    .normalLink:before {
        content: '';
        background-color: #fff;
        height: 2px;
        width: 18px;
        position: Absolute;
        left: 0;
        top: 6px;
    }

    .normalLink:hover {
        text-decoration: underline;
    }

.hpMainBanner {
    min-height: 100vh;
    background-size: cover;
    background-image: url(/images/mainBanner.jpg?w=1663&h=936&mode=crop);
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .hpMainBanner.bookAndBuyBg {
        background-image: url(/images/bookAndBuyBg.jpg?w=1663&h=936&mode=crop) !important;
    }

    .hpMainBanner.checkMyTripBg {
        background-image: url(/images/check-my-trip.jpg?w=1663&h=936&mode=crop) !important;
    }

    .hpMainBanner.flightScheduleBg {
        background-image: url(/images/timetablebg.jpg?w=1663&h=936&mode=crop) !important;
    }

    .hpMainBanner.onlineCheckInBg {
        background-image: url(/images/online-check-in.jpg?w=1663&h=936&mode=crop) !important;
    }

    .hpMainBanner:before {
        height: 100%;
        width: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
    }

.mainBanner {
    min-height: 285px;
    background-image: url(../images/airplane.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 3;
}

    .mainBanner:before {
        height: 100%;
        width: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }


header {
    padding: 25px 25px;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    display: block;
    background: rgba(255, 255, 255, 0);
    /*    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;*/
}
/*body.withNotification {
    -webkit-transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -ms-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    transition: margin 0.5s;
}*/


header.fixed {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


    body.withNotification header {
        margin-top: 46px;
    }

header .logoHolder {
    width: 190px;
    position: absolute;
    top: 26px;
    left: 30px;
    padding-top: 10px;
}

header .skylogoHolder {
    width: 40px;
    position: absolute;
    top: 26px;
    left: 210px;
    padding-top: 10px;
    margin-left: 15px;
}



    header .skylogoHolder img {
        height: 35px
    }

header .logoHolder img {
    max-width: 100%;
}

header.fixed .logoHolder:hover {
    border-bottom: 1px solid #2684c2;
}



header .logoHolder h1, header .logoHolder h2 {
    font-size: 0;
    line-height: 0px;
}

header .menuContainer {
    text-align: center;
}

header .mainMenu > ul > li {
    float: none;
    margin-left: -4px;
    display: inline-block;
}

    header .mainMenu > ul > li > a {
        color: #fff;
        font-size: 19px;
        padding: 25px 20px;
    }

    header .mainMenu > ul > li.hasSubmenu {
        position: static;
    }

        header .mainMenu > ul > li.hasSubmenu > a {
            /*-webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;*/
            position: relative;
        }

header .rightMenu .loginBtn:before,
header .rightMenu .searchToggle,
.leftRightBlock .loginParent div:before,
.leftRightBlock .contactSection .phoneNumber:before,
.leftRightBlock .contactSection .address:before,
.leftRightBlock .contactSection .phoneNumber:before,
.mobileApp .appLogos a.appStore,
.mobileApp .appLogos a.playStore,
.mobileappBlock .appLogos a.appStore,
.mobileappBlock .appLogos a.playStore,
.travelerInfo .owl-prev,
.travelerInfo .owl-next,
.newstext-carousel .owl-prev,
.newstext-carousel .owl-next,
footer .socialMediaIcons .facebook,
footer .socialMediaIcons .twitter,
footer .socialMediaIcons .youtube,
footer .socialMediaIcons .instagram,
.bookTripBlock .closeButton,
.bookTripBlock .tabLinks a.bookTrip:before,
.bookTripBlock .tabLinks a.bookTrip.active:before,
.bookTripBlock .tabLinks a.rentCar:before,
.bookTripBlock .tabLinks a.rentCar.active:before,
.bookTripBlock .tabLinks a.bookHotel:before,
.bookTripBlock .tabLinks a.bookHotel.active:before,
.bookTripBlock .formActions .resetParent:before,
.bookTripBlock .formActions .searchParent.enabledButton:before,
.bookTripBlock .formActions .searchParent:before,
.bookTripBlock .rightBlock .owl-next:before,
.bookTripBlock .rightBlock .owl-prev:before,
.bookTripBlock .mapWeatherBlock .timeHolder:before,
.fixedLinks a.phoneIcon:before,
.fixedLinks a.infoIcon:before,
.fixedLinks a.locationIcon:before,
.cedarmilesBlock .contactSection .address:before,
.cedarmilesBlock .contactSection .phoneNumber:before,
.cedarmilesBlock .contactSection .email:before,
.timetableContainer .searchflight:before,
.headerSearch .floatRight a, .promosFilter .resetHolder:before {
    background: url("../images/sprite.png?v=1");
}

header .mainMenu > ul > li.hasSubmenu > a:before {
    content: '';
    height: 7px;
    width: 7px;
    position: absolute;
    top: 35px;
    right: 5px;
}

body.withNotification header.fixed {
    margin-top: 0;
}

header.fixed {
    -webkit-box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.75);
}

header .rightLinks li {
    display: block;
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e3e3e3;
}

    header .rightLinks li:last-child {
        border-bottom: none;
    }

header .rightLinks a {
    font-size: 15px;
    color: #0873ba !important;
}

    header .rightLinks a:hover {
        text-decoration: underline;
        opacity: 1 !important;
    }

header .ddSecondLevel {
    visibility: hidden;
    background-color: #fff;
    bottom: auto;
    top: auto;
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
    max-height: unset;
    height: 290px;
    text-align: left;
    opacity: 0;
    -webkit-box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 7px -5px rgba(0, 0, 0, 0.75);
}

    header .ddSecondLevel ul {
        padding: 0;
    }

header .hasSubmenu:hover a {
    background-color: #fff;
    color: #0873ba;
}

header .hasSubmenu:hover .ddSecondLevel {
    height: 320px;
    visibility: visible;
    max-height: unset;
    opacity: 1;
    width: 100%;
}

header .container {
    padding: 50px 0 30px 0;
}

header .subMenuListing .listingItem {
    width: 33%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

    header .subMenuListing .listingItem a {
        display: block;
    }

    header .subMenuListing .listingItem .itemHolder {
        margin-right: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e3e3e3;
    }

        header .subMenuListing .listingItem .itemHolder header .subMenuListing .listingItem h4 a {
            color: #0873ba;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 5px;
        }

    header .subMenuListing .listingItem a {
        color: #757575;
        font-size: 14px;
    }

    header .subMenuListing .listingItem h4 a {
        color: #0873ba;
        font-size: 14px;
    }

    header .subMenuListing .listingItem a:hover {
        text-decoration: underline;
        opacity: 1 !important;
    }

header .rightLinks a {
    font-size: 15px;
    color: #0873ba !important;
}

    header .rightLinks a:hover {
        text-decoration: underline;
        opacity: 1 !important;
    }

header .rightLinks li {
    display: block;
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e3e3e3;
}

    header .rightLinks li:last-child {
        border-bottom: none;
    }

header .rightMenu {
    margin-top: 0;
    position: absolute;
    right: 25px;
    top: 25px;
}

    header .rightMenu > ul {
        display: flex;
    }


    header .rightMenu li {
        display: inline-block;
        vertical-align: top;
    }

        header .rightMenu li a {
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            padding: 25px 0;
            display: block;
            line-height: 23px;
            position: relative;
        }

    header .rightMenu .loginBtn {
        padding: 12px 20px;
        padding-left: 40px;
        position: relative;
        display: block;
        margin: 13px 0;
    }

        header .rightMenu .loginBtn:before {
            content: '';
            height: 15px;
            width: 15px;
            background-position: -10px 0;
            position: absolute;
            top: 15px;
            left: 20px;
        }

    header .rightMenu .loginParent {
        margin-right: 27px;
        position: relative
    }

        header .rightMenu .loginParent:hover a {
            background: white;
            color: #0873ba;
        }

    header .rightMenu .languages {
        margin-right: 15px;
    }

    header .rightMenu .bookingOffices {
        margin-right: 27px;
        position: relative;
    }

    header .rightMenu .languages a {
        position: relative;
        display: inline-block;
        margin-right: 10px;
    }


        header .rightMenu .languages a:first-child:after {
            content: '|';
            display: inline-block;
            margin-left: 10px;
        }

        header .rightMenu .languages a:last-child:before {
            display: none;
            margin-right: 0;
        }

        header .rightMenu .languages a:hover {
            text-decoration: underline;
        }

    header .rightMenu .searchToggle {
        height: 30px;
        width: 30px;
        background-position: -33px 0;
        display: block;
        position: relative;
        top: 20px;
        padding: 15px 0;
    }

.fullScreenLinks {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 0;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .fullScreenLinks li {
        width: 25%;
        display: block;
        float: left;
        text-align: center;
    }

        .fullScreenLinks li a {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            display: block;
            position: relative;
            padding-bottom: 25px;
            top: 0;
            height: 125px;
        }

            .fullScreenLinks li a .hoverEff {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                top: 0;
                position: absolute;
                width: 100%;
                padding-bottom: 25px;
            }

                .fullScreenLinks li a .hoverEff:after {
                    width: 70px;
                    content: '';
                    height: 1px;
                    background-color: #fff;
                    position: absolute;
                    bottom: 0;
                    left: calc(50% - 35px);
                    z-index: 1;
                }

            .fullScreenLinks li a:hover > .hoverEff {
                margin-top: -50px;
            }

        .fullScreenLinks li b,
        .fullScreenLinks li span {
            display: block;
            color: #fff;
        }

        .fullScreenLinks li b {
            font-size: 36px;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .fullScreenLinks li span {
            font-size: 22px;
            font-weight: 300;
        }

.mainBanner .title h1 {
    color: white;
    font-size: 56px;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

    .mainBanner .title h1:before {
        content: '';
        height: 1px;
        width: 70px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: calc(50% - 35px)
    }

.mainBanner .borderBottom {
    margin-top: 20px;
    border-top: solid white 1px;
    width: 15%;
    margin: auto;
}

.mainBanner .title h3 {
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}

.mainBanner .title {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 55px;
}

.bigContainer {
    width: 1320px;
    margin: 0 auto;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.specialOffers {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .specialOffers .buttonHolder {
        text-align: center
    }

    .specialOffers .itemHolder {
        height: 610px;
        background-size: cover;
        width: 100%;
        position: relative;
        display: table;
    }

    .specialOffers .listingInfos {
        float: right;
        margin-right: 35px;
        background-color: rgba(44, 44, 44, 0.8);
        padding: 20px;
        width: 100%;
        padding-bottom: 20px;
        color: #fff;
        max-width: 460px;
        position: relative;
    }

    .specialOffers .dateHolder,
    .specialOffers .listingDescription {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 10px;
        margin-top: 40px;
    }


    .specialOffers .dateHolder, .offerDetailsCol .dateHolder {
        font-size: 17px;
        max-width: calc(100% - 50px);
    }

    .specialOffers .listingDescription, .offerDetailsCol .listingDescription {
        line-height: 33px;
        margin-bottom: 15px;
    }

    .specialOffers .listingTitle {
        font-size: 50px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 46px;
    }

    .specialOffers .price {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 26px;
    }

    .specialOffers .normalBtn:hover {
        background-color: #0873ba;
        color: white;
        border: 1px solid white;
    }

    .specialOffers .currency, .specialOffers .priceStarting {
        font-size: 21px;
        position: relative;
        top: 0;
        margin-right: 5px;
    }

    .specialOffers h2 {
        color: #252829;
    }

    .specialOffers .blockHead {
        text-align: center;
    }

    .specialOffers .mainCarousel {
        position: relative;
        z-index: 1;
    }

        .otherOffers .cabinClass,
        .offerDetailsCol .cabinClass,
        .specialOffers .mainCarousel .cabinClass {
            font-size: 14px;
            color: #ffffff;
            font-weight: 300;
            margin-bottom: 20px;
            position: absolute;
            top: 10px;
            padding: 5px 10px;
            background: #005eb8;
            margin: 0;
            left: -15px;
            z-index: 1;
        }

            .otherOffers .cabinClass:before,
            .offerDetailsCol .cabinClass:before,
            .specialOffers .mainCarousel .cabinClass:before {
                content: "";
                width: 0;
                height: 0;
                border-left: 12px solid transparent;
                border-right: 12px solid transparent;
                border-top: 12px solid #003d79;
                position: absolute;
                left: 1px;
                bottom: -10px;
                -moz-transform: rotate(226deg);
                -webkit-transform: rotate(226deg);
                -o-transform: rotate(226deg);
                -ms-transform: rotate(226deg);
                transform: rotate(226deg);
            }

        .specialOffers .mainCarousel .cabinClass,
        .offerDetailsCol .cabinClass {
            top: 20px;
            left: -15px;
        }

.otherOffers .offerImage img {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.otherOffers .offerImage .offerPhoto {
    display: block;
    overflow: hidden;
}

    .otherOffers .offerImage .offerPhoto:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(44,44,44,.2);
    }

.otherOffers .offerImage:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.otherOffers .cabinClass.Business,
.offerDetailsCol .cabinClass.Business,
.specialOffers .mainCarousel .cabinClass.Business {
    background: #022744;
}

    .otherOffers .cabinClass.Business:before,
    .offerDetailsCol .cabinClass.Business:before,
    .specialOffers .mainCarousel .cabinClass.Business:before {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #030b13;
    }

.specialOffers .blockBody {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.specialOffers .dotsCarousel {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 400px;
    background-color: rgba(44, 44, 44, 0.8);
    height: 100%;
    color: #fff;
    max-height: 610px;
}

    .specialOffers .dotsCarousel ul {
        padding-top: 105px;
    }

    .specialOffers .dotsCarousel li {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 45px;
        text-align: right;
        font-size: 20px;
        cursor: pointer;
        font-weight: 300;
    }

    .specialOffers .dotsCarousel .owl-stage {
        width: 400px !important;
        transform: none !important;
    }

    .specialOffers .dotsCarousel .owl-stage-outer {
        overflow: visible !important;
    }

    .specialOffers .dotsCarousel .owl-item.current li {
        font-weight: 100 !important;
        position: relative;
    }

        .specialOffers .dotsCarousel .owl-item.current li:before {
            opacity: 0;
        }

    .specialOffers .dotsCarousel .owl-item li:before {
        opacity: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        content: '';
        position: absolute;
        right: -6px;
        top: 6px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 2px solid #fff;
        background-color: #0873ba;
    }

.breadCrumbMainContainer {
    display: flex;
}

    .breadCrumbMainContainer a {
        font-size: 14px;
    }

.breadCrumbInsideCont a.active {
    font-weight: bold;
    opacity: 1;
}

.breadCrumbInsideCont {
    display: inline-block;
    margin: auto;
}

    .breadCrumbInsideCont li {
        display: inline-block;
        float: left;
    }

    .breadCrumbInsideCont li {
        color: white;
        font-size: 16px;
        font-weight: normal;
        padding: 0 10px;
        position: relative;
    }

        .breadCrumbInsideCont li::after {
            content: "\002F";
            position: absolute;
            right: -5px;
            top: 4px;
            font-family: 'FontAwesome';
        }

        .breadCrumbInsideCont li:last-child::after {
            content: "";
        }

.whyUs {
    margin-bottom: 50px;
}

    .whyUs .blockHead {
        text-align: center;
    }

    .whyUs h2 {
        color: #252829;
    }

    .whyUs .backgroundImage {
        height: 430px;
        background-image: url(/images/whyusbg.jpg);
        background-size: cover;
        background-position: center center;
        width: 100%;
    }

    .whyUs .container {
        display: table;
        height: 100%;
    }

    .whyUs .contentBlock {
        display: inline-block;
        padding: 40px;
        background-color: rgba(44, 44, 44, 0.7);
    }

    .whyUs h3 {
        color: #fff;
        margin-bottom: 20px;
    }

.cedarMiles {
    padding-top: 70px;
    position: relative;
}

    .cedarMiles .backgroundImage.withBackgroundImage {
        background-image: url('../images/cedars-milesBg.jpg');
    }

    .cedarMiles .backgroundImage {
        width: 100%;
        height: 735px;
        position: absolute;
        top: 0;
        z-index: -1;
        left: 0;
    }

        .cedarMiles .backgroundImage:after {
            content: '';
            position: absolute;
            z-index: 2;
        }

    .cedarMiles .logoHolder {
        width: 202px;
        margin: 0 auto;
        margin-bottom: 17px;
    }

        .cedarMiles .logoHolder img {
            max-width: 100%;
        }

    .cedarMiles .blockIntro {
        font-size: 24px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        margin-bottom: 35px;
    }

    .cedarMiles .blockBtn {
        margin-bottom: 50px;
        text-align: center;
    }

        .cedarMiles .blockBtn a {
            width: 250px;
        }

.servicesListing .imageHolder {
    display: inline-block;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    background-color: rgb(8, 115, 186);
    padding-top: 25px;
    margin-right: 10px;
}

    .servicesListing .imageHolder img {
        width: 65px;
        margin: 0 auto;
    }

.servicesListing .textHolder {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    padding-top: 32px;
}

.servicesListing .listingItemLI {
    display: inline-block;
    width: calc(98% / 3);
    margin-bottom: 50px;
}

.leftRightBlock {
    margin-bottom: 120px;
}

    .leftRightBlock .blockTitle {
        font-size: 26px;
        line-height: 20px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .leftRightBlock .leftBlock {
        width: calc(100% - 555px);
        float: left;
    }

    .leftRightBlock .whiteBlock {
        background-color: #fff;
        padding: 40px 30px;
        padding-right: 40px;
    }

        .leftRightBlock .whiteBlock .blockDesc {
            font-size: 22px;
            line-height: 34px;
        }

        .leftRightBlock .whiteBlock .blockTitle {
            color: #333333;
        }

    .leftRightBlock .blueBlock {
        padding: 95px 0;
        display: block;
        color: #fff;
        background-color: #0873ba;
        font-size: 18px;
        float: right;
        text-transform: uppercase;
        width: 310px;
        text-align: center;
    }

    .leftRightBlock .container {
        margin: 0 auto;
        padding-left: 195px;
    }

    .leftRightBlock .loginParent {
        display: block;
        padding: 50px 0;
        clear: both;
        background-color: #303a41;
        float: right;
        width: 180px;
        text-align: center;
    }

        .leftRightBlock .loginParent div {
            color: #fff;
            text-transform: uppercase;
            position: relative;
            display: inline-block;
            padding-left: 25px;
        }

            .leftRightBlock .loginParent div:before {
                content: '';
                height: 15px;
                width: 15px;
                background-position: -10px 0;
                position: absolute;
                top: 2px;
                left: 0;
            }

    .leftRightBlock .rightBlock {
        float: right;
        width: 555px;
    }

        .leftRightBlock .rightBlock .blockTitle {
            color: #fff;
        }

        .leftRightBlock .rightBlock .imageHolder {
            height: 210px;
            width: 100%;
            background-size: cover;
            background-position: center center;
            position: relative;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .leftRightBlock a .imageHolder:hover {
        transform: scale(1.1)
    }

    .leftRightBlock a {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .leftRightBlock .rightBlock .textHolder {
        font-size: 26px;
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: #fff;
    }

        .leftRightBlock .rightBlock .textHolder a {
            color: #fff;
        }

    .leftRightBlock .contactSection {
        background-color: #ca123d;
        padding: 40px 30px;
        padding-right: 40px;
        color: #fff;
        width: 385px;
    }

        .leftRightBlock .contactSection .blockDescription div {
            padding-left: 40px;
            position: relative;
            font-size: 16px;
            font-weight: 300;
            line-height: 21px;
            margin-bottom: 25px;
        }

            .leftRightBlock .contactSection .blockDescription div:before {
                position: absolute;
                left: 0;
                content: '';
            }

            .leftRightBlock .contactSection .blockDescription div:last-of-type {
                margin-bottom: 0;
            }

            .leftRightBlock .contactSection .blockDescription div a {
                color: #fff;
            }

        .leftRightBlock .contactSection .address:before {
            height: 26px;
            width: 15px;
            background-position: -69px 0;
            top: 3px;
        }

        .leftRightBlock .contactSection .phoneNumber:before {
            height: 22px;
            width: 22px;
            background-position: -94px 0;
            top: 1px;
        }

        .leftRightBlock .contactSection .email:before {
            height: 14px;
            width: 21px;
            background-position: -126px 0;
            top: 4px;
        }

.mobileApp {
    background-image: url(/images/appBg.jpg);
    background-size: cover;
    background-position: center center;
}

    .mobileApp h2 {
        color: #fff;
        margin-bottom: 35px;
    }

    .mobileApp .appLogos a {
        display: inline-block;
        content: '';
        background-size: cover;
        background-position: center center;
    }

        .mobileApp .appLogos a.appStore {
            width: 120px;
            height: 40px;
            background-position: -153px 0;
            margin-right: 14px;
        }

        .mobileApp .appLogos a.playStore {
            width: 136px;
            height: 40px;
            background-position: -279px 0;
        }

    .mobileApp .blockDescription {
        font-size: 22px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 20px;
    }

    .mobileApp .container {
        position: relative;
        padding: 75px 0;
    }

    .mobileApp .imageHolder {
        position: absolute;
        top: -50px;
        right: -25px;
        z-index: 1;
    }

    .mobileApp .learnMore {
        margin-bottom: 20px !important;
    }

.latestNews {
    height: 570px;
    margin-bottom: 50px;
    position: relative;
    padding: 50px 0;
}

    .latestNews .textBlock {
        position: relative;
        z-index: 2;
        height: 100%;
    }

    .latestNews .fakeLink {
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        position: absolute;
        left: 0;
        z-index: 3;
    }

    .latestNews .container {
        position: relative;
        z-index: 1;
    }

    .latestNews .mainBg {
        width: 100% !important;
        background-image: url(/images/newsBg.jpg);
        height: 570px;
        background-size: cover;
        position: absolute;
        z-index: 0;
        width: 100%;
        top: 0;
        right: 0;
    }

    .latestNews h2 {
        color: #fff;
        text-align: center;
    }

    .latestNews .itemHolder {
        display: block;
        color: #fff;
        overflow: hidden;
        border: 1px solid #fff;
        padding: 25px;
        min-height: 230px;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .latestNews .itemHolder::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            Background: linear-gradient(to bottom right, #122b40, transparent);
            z-index: 1;
        }

    .latestNews .description {
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .latestNews .date {
        font-size: 14px;
        font-weight: 500;
    }

    .latestNews .readMore {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        color: #fff;
        padding-left: 25px;
    }

        .latestNews .readMore:hover {
            text-decoration: underline;
        }

        .latestNews .readMore:before {
            content: '';
            background-color: #fff;
            height: 2px;
            width: 18px;
            position: Absolute;
            left: 0;
            top: 6px;
        }

    .latestNews .backgroundImage {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        background-size: cover;
        top: -1px;
        left: -1px;
        z-index: 1;
    }

    .latestNews .itemHolder:hover .backgroundImage,
    .latestNews .itemHolder:hover::after {
        opacity: 0;
        visibility: hidden;
    }

    .latestNews .itemHolder:hover {
        background-color: #fff;
    }

        .latestNews .itemHolder:hover,
        .latestNews .itemHolder:hover .readMore {
            color: #0873ba;
        }

            .latestNews .itemHolder:hover .readMore:before {
                background-color: #0873ba;
            }

    .latestNews .itemHolder.withBgImage:hover .readMore:before {
        background-color: #fff;
    }

    .latestNews .viewAllBtn {
        text-align: center;
    }

        .latestNews .viewAllBtn a {
            width: 250px;
        }

    .latestNews .listingItemLI {
        margin-bottom: 65px;
    }

.travelerInfo {
    margin-bottom: 50px;
}

    .travelerInfo .itemHolder {
        position: relative;
        height: 360px;
    }

    .travelerInfo .listingImage a:hover img {
        transform: scale(1.1)
    }

    .travelerInfo h2 {
        color: #252829;
        text-align: center;
    }

    .travelerInfo img {
        position: absolute;
    }

    .travelerInfo .listingInfos {
        padding: 27px;
        padding-top: 32px;
        background-color: #f6f6f6;
        width: 100%;
        position: absolute;
        bottom: 0;
        min-height: 190px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .travelerInfo .listingItemLI {
        width: 365px;
    }

    .travelerInfo h4 a::before {
        content: "";
        width: 0;
        height: 0;
    }

    .travelerInfo .listingDescription {
        font-size: 16px;
        color: #6B6B6B;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .travelerInfo .hiddenBlock {
        height: 0;
        visibility: hidden;
        opacity: 0;
        padding-top: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .travelerInfo .listingInfos:hover .hiddenBlock {
        padding-top: 10px;
        height: 185px;
        visibility: visible;
        opacity: 1;
    }

    .travelerInfo img {
        display: block;
    }

    .travelerInfo .listingImage {
        padding-bottom: 170px;
        position: relative;
    }

    .travelerInfo img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .travelerInfo .listingInfos a {
        display: block;
        color: #0873ba;
        font-size: 14px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }

    .travelerInfo h4.listingTitle a {
        font-size: 24px;
        color: #2b363e;
        line-height: 20px;
        margin-bottom: 20px;
        padding-left: 0;
    }

        .travelerInfo h4.listingTitle a:before {
            display: none;
        }

    .travelerInfo .listingInfos a:before {
        content: '';
        background-color: #0873ba;
        height: 2px;
        width: 18px;
        position: Absolute;
        left: 0;
        top: 8px;
    }

    .travelerInfo .owl-nav {
        position: absolute;
        top: -55px;
    }

    .travelerInfo .owl-prev {
        width: 35px;
        height: 27px;
        font-size: 0;
        content: '';
        background-position: 0 -37px;
    }

    .travelerInfo .owl-next {
        width: 35px;
        height: 27px;
        font-size: 0;
        content: '';
        background-position: -39px -37px;
    }

    .travelerInfo .disabled {
        display: block !important;
    }

    .travelerInfo .owl-carousel .owl-next {
        right: 0;
    }

    .travelerInfo .owl-carousel .owl-prev {
        right: 50px;
        left: auto;
    }

.mapBlock .mapImage {
    height: 430px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

    .mapBlock .mapImage.withBackgroundImage {
        background-image: url(/images/mapBg.jpg)
    }

.mapBlock h2 {
    text-align: center;
    color: #252829;
}

.mapBlock .normalBtn {
    position: absolute;
    bottom: 65px;
    width: 250px;
    left: calc(50% - 125px);
}

.aboutMea {
    color: #fff;
    padding: 60px 0;
}

    .aboutMea.withBackgroundImage {
        background-image: url(../images/aboutMeaBg.jpg)
    }

    .aboutMea h2 {
        color: #fff;
        text-align: center;
    }

    .aboutMea h4 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #fff;
        font-weight: 500;
    }

    .aboutMea .listingDesc {
        font-size: 16px;
        line-height: 25px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .aboutMea .learnMore, .mobileApp .learnMore {
        display: block;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        padding-left: 25px;
        position: relative;
        margin-bottom: 13px;
    }

        .aboutMea .learnMore:before, .mobileApp .learnMore:before {
            content: '';
            background-color: #fff;
            height: 2px;
            width: 18px;
            position: Absolute;
            left: 0;
            top: 6px;
        }

        .aboutMea .learnMore:hover {
            text-decoration: underline;
        }

    .aboutMea .normalBtn {
        width: 250px;
        margin: 0 auto;
        display: block;
    }

    .aboutMea .blockBody {
        margin-bottom: 70px;
    }

footer {
    padding: 55px 0;
    background-color: #2e3337;
    position: relative;
    z-index: 5;
}

    footer .simpleListTitle {
        margin-bottom: 20px;
    }

        footer .simpleListTitle a {
            color: #fff;
            font-size: 20px;
            font-weight: 400;
        }

            footer .simpleListTitle a:hover {
                text-decoration: underline;
            }

.siteMap {
    margin-bottom: 20px;
}

    .siteMap .col-md-3 {
        width: 20%
    }

footer .simpleList li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}

    footer .simpleList li a:hover {
        color: white;
    }

footer .secureIcon {
    margin-bottom: 50px;
}
footer .secureIcon table{
    width: 100%;
    text-align: center;
}
footer .socialMediaBlock {
    text-align: center;
}

footer .socialMediaIcons a:hover {
    opacity: 0.6;
}

footer .socialMediaIcons .facebook {
    height: 20px;
    width: 20px;
    display: block;
    padding: 20px;
    background-position: center center;
    background-image: url(../images/facebook-colored-2.png);
    background-size: 26px;
    border-radius: 50%;
    background-repeat: no-repeat;
}

footer .socialMediaIcons .twitter {
    height: 30px;
    width: 30px;
    display: block;
    padding: 20px;
    background-position: center center;
    background-image: url(../images/twitter.png);
    background-size: 25px;
    border-radius: 50%;
    background-repeat: no-repeat;
}

footer .socialMediaIcons .youtube {
    height: 30px;
    width: 30px;
    display: block;
    padding: 20px;
    background-position: center center;
    background-image: url(../images/youtube-colored.png);
    background-size: 27px;
    border-radius: 50%;
    background-repeat: no-repeat;
}
footer .socialMediaIcons .linkedin {
    height: 30px;
    width: 30px;
    display: block;
    padding: 20px;
    background-position: center center;
    background-image: url(../images/linkedin.png);
    background-size: 28px;
    border-radius: 50%;
    background-repeat: no-repeat;
}

footer .socialMediaIcons .instagram {
    height: 30px;
    width: 30px;
    padding: 20px;
    display: block;
    background-position: center center;
    background-image: url(../images/instagram-colored.png);
    background-size: 25px;
    border-radius: 50%;
    background-repeat: no-repeat;
}
footer .socialMediaIcons {
  /*  margin-bottom: 30px;*/
}

footer .socialMediaIcons li {
    display: inline-block;
    margin-right: 10px;
}

    footer .socialMediaIcons li:last-child {
        margin-right: 0;
    }

footer .bottomFooter {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    position: relative
}

    footer .bottomFooter a {
        color: rgba(255, 255, 255, 0.5);
    }

        footer .bottomFooter a:hover {
            text-decoration: underline;
        }

    footer .bottomFooter .bottomLinks li {
        display: inline-block;
        padding: 0;
    }

        footer .bottomFooter .bottomLinks li a {
            position: relative;
            font-size: 12px;
            padding-left: 16px;
            font-weight: 300;
            color: white;
        }

            footer .bottomFooter .bottomLinks li a:before {
                content: '';
                height: 12px;
                width: 2px;
                background-color: rgba(255, 255, 255, 0.5);
                position: absolute;
                left: 6px;
                top: 2px;
            }

    footer .bottomFooter .allRights,
    footer .bottomFooter .bottomLinks {
        display: inline-block;
    }

    footer .bottomFooter .leftSection {
        float: left;
        color: white;
        font-weight: 300;
    }

    footer .bottomFooter .rightSection {
        float: right;
    }

.bookTripBlock {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    z-index: 10;
}

    /* .bookTripBlock.visible {
        visibility: visible;
        opacity: 1;
    }*/

    .bookTripBlock .closeButton {
        display: block;
        background-position: 0 -137px;
        height: 30px;
        width: 30px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .bookTripBlock .tabLinks {
        background-color: #505050;
    }

        .bookTripBlock .tabLinks:after {
            content: '';
            display: block;
            clear: both;
        }

        .bookTripBlock .tabLinks a {
            text-transform: uppercase;
            position: relative;
            padding: 15px 5px;
            text-align: center;
            float: left;
            color: #8b8b8b;
            font-size: 14px;
            width: 50%;
        }

            .bookTripBlock .tabLinks a.active {
                background-color: #2b3136;
                color: #fff;
            }

            .bookTripBlock .tabLinks a.bookTrip:before {
                height: 25px;
                width: 25px;
                content: '';
                position: absolute;
                left: 34px;
                top: calc(50% - 12px);
                background-position: -106px -114px;
                display: none;
            }

            .bookTripBlock .tabLinks a.bookTrip.active:before {
                background-position: -106px -78px;
                display: none;
            }

            .bookTripBlock .tabLinks a.rentCar:before {
                height: 17px;
                width: 25px;
                content: '';
                position: absolute;
                left: 34px;
                top: calc(50% - 10px);
                background-position: -141px -113px;
                display: none;
            }

            .bookTripBlock .tabLinks a.rentCar.active:before {
                background-position: -141px -78px;
            }

            .bookTripBlock .tabLinks a.bookHotel:before {
                height: 17px;
                width: 25px;
                content: '';
                display: none;
                position: absolute;
                left: 34px;
                top: calc(50% - 10px);
                background-position: -176px -114px;
            }

            .bookTripBlock .tabLinks a.bookHotel.active:before {
                background-position: -176px -78px;
            }

    .bookTripBlock .leftBlock {
        width: 25%;
        float: left;
        background-color: #2c3135;
        position: relative;
        z-index: 5;
    }

        .bookTripBlock .leftBlock .topBloc {
            padding-bottom: 25px;
            margin-bottom: 65px;
            position: relative;
        }

            .bookTripBlock .leftBlock .topBloc:before {
                height: 1px;
                width: 70px;
                background-color: #55595d;
                content: '';
                position: absolute;
                bottom: 0;
                left: calc(50% - 35px);
            }

            .bookTripBlock .leftBlock .topBloc h5 {
                font-size: 42px;
                line-height: 42px;
                color: #fff;
                font-weight: 500;
            }

            .bookTripBlock .leftBlock .topBloc .searchBook {
                font-size: 24px;
                font-weight: 300;
                color: #fff;
            }

        .bookTripBlock .leftBlock .smallText {
            font-size: 16px;
            font-weight: 300;
            color: #fff;
            margin-bottom: 35px;
            padding-top: 0;
            display: block
        }

        .bookTripBlock .leftBlock .centeredBlock {
            position: absolute;
            top: 50%;
            -moz-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            text-align: center;
            width: 100%;
        }

        .bookTripBlock .leftBlock .normalLink {
            display: inline-block;
        }

    .bookTripBlock .calendarInfos {
        background-color: #e4e4e4;
        position: relative;
        width: 36%;
        float: left;
        padding: 25px 20px;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 00.7s;
        transition: all 0.7s;
        left: 0;
    }

    .bookTripBlock .calendarsBlock {
        background-color: #FFF;
    }

    .bookTripBlock .calendar table.month tr th.day-header {
        color: #2e3337;
        font-size: 14px;
    }

    .bookTripBlock .calendar table.month th.month-title {
        background: #e7e7e7;
        color: #2e3337;
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 5px;
    }

    .bookTripBlock .calendar table.month tr td .day-content {
        font-size: 14px;
        font-weight: 500;
    }

    .bookTripBlock .calendar table.month tr td.disabled .day-content {
        color: #d5d5d5;
    }

bookTripBlock .calendar table.month tr td.disabled,
.calendar table.month tr td.disabled:hover {
    color: #d5d5d5;
}

.bookTripBlock .calendarInfos .stackedParent li {
    display: inline-block;
}

.bookTripBlock .calendarInfos .stackedParent label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    display: inline-block;
}

.bookTripBlock .calendarInfos .normalLinkParent {
    float: right;
    margin-bottom: 20px;
}

    .bookTripBlock .calendarInfos .normalLinkParent a {
        color: #424242;
        margin-top: 4px;
    }

        .bookTripBlock .calendarInfos .normalLinkParent a:before {
            background-image: url(../images/multidestination.png);
            height: 13px;
            background-color: transparent;
            background-size: 100%;
            top: 0;
        }

.bookTripBlock .fromTo {
    margin-bottom: 10px;
    padding: 15px 0 !important;
    min-height: 50px;
    padding-right: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 1px 1px #d0cece;
    -moz-box-shadow: 0px 1px 1px 1px #d0cece;
    box-shadow: 0px 1px 1px 1px #d0cece;
    z-index: 1
}

    .bookTripBlock .fromTo.from {
        z-index: 2
    }

    .bookTripBlock .fromTo .roundedLabel {
        height: 15px;
        width: 15px;
        content: '';
        border-radius: 50%;
        display: inline-block;
        background-color: red;
        margin: 0 20px;
        margin-top: 2px;
    }

    .bookTripBlock .fromTo .descLabel {
        font-size: 16px;
        display: inline-block;
        color: #424242;
        font-weight: 500;
        margin-top: 1px;
        margin-right: 20px;
    }

    .bookTripBlock .fromTo input {
        font-size: 14px;
        color: #424242;
        font-weight: 500;
        border: none;
        font-family: 'Roboto', sans-serif;
    }

    .bookTripBlock .fromTo .inputParent {
        display: inline-block;
        width: calc(100% - 120px);
    }

        .bookTripBlock .fromTo .inputParent input {
            width: 100%;
        }

    .bookTripBlock .fromTo.to .descLabel {
        margin-right: 37px;
    }

    .bookTripBlock .fromTo.to .roundedLabel {
        background-color: #ca123d;
    }

    .bookTripBlock .fromTo.from .roundedLabel {
        background-color: #63c1ff;
    }

.bookTripBlock .middleSection .sameBlock {
    -webkit-box-shadow: 0px 1px 1px 1px #d0cece;
    -moz-box-shadow: 0px 1px 1px 1px #d0cece;
    box-shadow: 0px 1px 1px 1px #d0cece;
    display: table;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 30px 10px;
}

.bookTripBlock .middleSection .col-md-4 .bigNumber {
    padding: 0;
}

.bookTripBlock .middleSection .centeredBlock {
    display: table-cell;
    vertical-align: middle;
}

.bookTripBlock .middleSection .topLabel {
    font-size: 18px;
    font-weight: 400;
    color: #b9b8b9;
    text-align: left;
    margin-bottom: 20px;
}

.bookTripBlock .middleSection .selectDate .bottomLabel.departDate {
    font-size: 20px;
    padding: 29px 0 0;
    font-weight: 400;
    text-align: left;
    color: #424242;
    width: 45px;
    display: inline-block;
}

.bookTripBlock .middleSection .sameBlock.disabled .bottomLabel.departDate,
.bookTripBlock .middleSection .sameBlock.disabled .bigNumber {
    opacity: 0
}

.bookTripBlock .middleSection .selectNumber .centeredBlock {
    height: 150px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.selectNumber {
    padding: 15px;
}

.bookTripBlock .middleSection .selectNumber .bottomLabel.departDate {
    font-size: 15px;
    padding-top: 35px;
    font-weight: 500;
    text-align: left;
    color: #424242;
    width: 45px;
    display: inline-block;
}

.dateHolder {
    text-align: left;
}

.dateContainer {
    display: inline-block
}

.bookTripBlock .middleSection .bigNumber,
.bookTripBlock .middleSection .bigNumber input {
    padding: 18px 15px 18px 0;
    text-align: left;
    display: inline-block;
    width: auto;
    font-size: 85px;
    line-height: 85px;
    padding: 0;
    color: #424242;
    font-weight: 500;
}

    .bookTripBlock .middleSection .bigNumber input {
        border: none;
        width: 45px;
        text-align: center;
        padding: 0;
    }

.bookTripBlock .middleSection .row {
    margin: 0 -4px;
}

.bookTripBlock .middleSection .col-md-6,
.bookTripBlock .middleSection .col-md-4 {
    padding: 0 4px !important;
    margin-bottom: 10px;
}

.bookTripBlock .customSelect .dk-selected {
    margin-bottom: 10px;
}

.bookTripBlock .dk-selected {
    -webkit-box-shadow: 0px 1px 1px 1px #d0cece;
    -moz-box-shadow: 0px 1px 1px 1px #d0cece;
    box-shadow: 0px 1px 1px 1px #d0cece;
    font-size: 16px;
    color: #424242;
    font-weight: 500;
    border: none;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    border: none;
}

    .bookTripBlock .dk-selected:after {
        display: none;
    }

.bookTripBlock .dk-select {
    width: 100%;
}

    .bookTripBlock .dk-select .dk-select-options {
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0px -1px 1px -1px #d0cece;
        -moz-box-shadow: 0px -1px 1px -1px #d0cece;
        box-shadow: 0px -1px 1px -1px #d0cece;
        margin-bottom: 1px;
    }

.bookTripBlock .dk-option {
    padding: 5px 20px;
}

.bookTripBlock .formActions .resetParent,
.bookTripBlock .formActions .searchParent {
    font-size: 12px;
    font-weight: 400;
    width: calc(50% - 4px);
    float: left;
}

    .bookTripBlock .formActions .resetParent input,
    .bookTripBlock .formActions .searchParent input {
        width: 100%;
    }

.bookTripBlock .formActions .resetParent {
    margin-right: 8px;
    position: relative;
}

    .bookTripBlock .formActions .resetParent .normalBtn {
        color: #3f3f3f;
        border-color: #3f3f3f;
        background-color: transparent;
        padding-left: 60px;
        z-index: 99;
        position: relative;
    }

        .bookTripBlock .formActions .resetParent .normalBtn:hover {
            background-color: rgba(255, 255, 255, 0.36);
        }

    .bookTripBlock .formActions .resetParent:before {
        background-position: -83px -41px;
        content: '';
        height: 20px;
        width: 19px;
        position: absolute;
        left: calc(50% - 60px);
        top: calc(50% - 10px);
        z-index: 1
    }

.bookTripBlock .formActions .searchParent {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    position: relative;
}

    .bookTripBlock .formActions .searchParent.iconOff .normalBtn {
        padding: 17px 32px;
    }

    .bookTripBlock .formActions .searchParent .normalBtn:disabled {
        color: #868686;
        cursor: default;
    }

    .bookTripBlock .formActions .searchParent.enabledButton:hover .normalBtn {
        color: white !important;
    }

    .bookTripBlock .formActions .searchParent.enabledButton .normalBtn {
        cursor: pointer
    }

    .bookTripBlock .formActions .searchParent.enabledButton:before {
        background-position: -116px -40px;
    }

    .bookTripBlock .formActions .searchParent .normalBtn {
        padding-left: 60px;
        background-color: transparent;
        position: relative;
    }

    .bookTripBlock .formActions .searchParent:before {
        background-position: -116px -40px;
        content: '';
        height: 22px;
        width: 20px;
        position: absolute;
        left: calc(50% - 50px);
        top: calc(50% - 10px);
        opacity: 0.2;
    }

    .bookTripBlock .formActions .searchParent.enabledButton:hover:before {
        background-position: -143px -44px;
    }

    .bookTripBlock .formActions .searchParent.enabledButton:hover {
        background-color: #0873ba !important;
    }

.enabledButton.searchParent:before {
    opacity: 1 !important
}

.bookTripBlock .rightBlock {
    width: 64%;
    float: left;
    left: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .bookTripBlock .rightBlock .adsBlock {
        height: 60%;
        min-height: 60%
    }

        .bookTripBlock .rightBlock .adsBlock ul,
        .bookTripBlock .rightBlock .adsBlock li {
            height: 100%;
            margin-bottom: 0;
            position: relative;
        }

    .bookTripBlock .rightBlock .backgroundImage {
        background-size: cover;
        position: relative;
        height: 100%;
        width: 100%;
        background-position: center;
        z-index: 1;
        background-color: white;
    }

    .bookTripBlock .rightBlock .adsBlock li:after {
        background-image: url(../images/Loader.gif);
        content: '';
        margin: -50px;
        height: 100px;
        width: 100px;
        position: absolute;
        top: 50%;
        z-index: 0;
        left: 50%;
    }

    .bookTripBlock .rightBlock .adsBlock li:before {
        content: '';
        height: 140px;
        width: 100%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .bookTripBlock .rightBlock .backgroundImage .listingTitle {
        color: #fff;
        position: absolute;
        bottom: 27px;
        left: 17px;
        font-size: 30px;
        font-weight: 500;
    }

    .bookTripBlock .rightBlock .backgroundImage .pricesBlock {
        position: absolute;
        bottom: 27px;
        right: 20px;
    }

        .bookTripBlock .rightBlock .backgroundImage .pricesBlock span {
            display: block;
            color: #fff;
            font-size: 20px;
            margin-bottom: 10px;
        }

            .bookTripBlock .rightBlock .backgroundImage .pricesBlock span.price {
                font-size: 60px;
                line-height: 44px;
                font-weight: 500;
                margin-bottom: 0;
            }

    .bookTripBlock .rightBlock .owl-stage-outer,
    .bookTripBlock .rightBlock .owl-stage,
    .bookTripBlock .rightBlock .owl-item {
        height: 100%;
    }

    .bookTripBlock .rightBlock .owl-nav {
        position: absolute;
        top: 8px;
        right: 8px;
        height: 32px;
    }

    .bookTripBlock .rightBlock .owl-prev,
    .bookTripBlock .rightBlock .owl-next {
        height: 32px;
        width: 32px;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 0;
        display: block !important;
    }

    .bookTripBlock .rightBlock .owl-next {
        right: 0;
    }

        .bookTripBlock .rightBlock .owl-next:before {
            height: 21px;
            width: 11px;
            content: '';
            background-position: -16px -105px;
            position: absolute;
            top: 5px;
            left: 11px;
        }

    .bookTripBlock .rightBlock .owl-prev {
        right: 40px;
        left: auto;
    }

        .bookTripBlock .rightBlock .owl-prev:before {
            height: 21px;
            width: 11px;
            content: '';
            background-position: 0 -105px;
            position: absolute;
            top: 5px;
            left: 8px;
        }

.bookTripBlock .mapWeatherBlock {
    height: calc(40% + 1px);
    width: calc(100% + 2px);
}

    .bookTripBlock .mapWeatherBlock .leftMapBlock {
        height: 100%;
        width: 52%;
        background-image: url(/images/smallMapBg.jpg);
        position: relative;
        background-size: cover;
        float: left;
        background-position: center;
    }

    .bookTripBlock .mapWeatherBlock .timeHolder {
        font-size: 34px;
        line-height: 30px;
        font-weight: 300;
        color: #313b43;
        position: absolute;
        top: 15px;
        right: 20px;
    }

        .bookTripBlock .mapWeatherBlock .timeHolder:before {
            content: '';
            height: 21px;
            width: 21px;
            position: absolute;
            left: -31px;
            top: 4px;
            background-position: -174px -46px;
        }

    .bookTripBlock .mapWeatherBlock .weatherBlock {
        background-color: #2c3135;
        color: #fff;
        width: 48%;
        float: left;
        height: 100%;
        display: table;
    }

    .bookTripBlock .mapWeatherBlock .milesBlock {
        background-color: #379dd6;
        color: #fff;
        width: 52%;
        float: left;
        height: 100%;
        display: table;
    }

    .bookTripBlock .mapWeatherBlock .weatherBlock h5 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .bookTripBlock .mapWeatherBlock .displayTableCell {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .bookTripBlock .mapWeatherBlock .rightSection {
        display: block;
    }

        .bookTripBlock .mapWeatherBlock .rightSection span {
            display: block;
        }

    .bookTripBlock .mapWeatherBlock .fromWeather,
    .bookTripBlock .mapWeatherBlock .toWeather {
        position: relative;
        font-weight: 300;
        text-align: left;
        max-width: 270px;
        margin: 0 auto;
        padding-left: 80px;
    }

    .bookTripBlock .mapWeatherBlock .tempratureHolder {
        font-size: 50px;
        line-height: 45px;
        margin-bottom: 3px;
    }

    .bookTripBlock .mapWeatherBlock .fromWeather {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ffffff;
    }

    .bookTripBlock .mapWeatherBlock .weatherIcon {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        background-size: cover;
        background-position: center center;
        width: 55px;
        height: 55px;
    }

.fixedLinks {
    position: fixed;
    bottom: 30px;
    right: 60px;
    z-index: 2;
}

.listingItem.op1v13 {
    Z-INDEX: 0;
}

.fixedLinks li {
    display: inline-block;
    margin-left: 5px;
}

.fixedLinks a {
    display: block;
    height: 58px;
    width: 58px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
}

    .fixedLinks a:hover {
        background-color: #dfdfdf;
    }

    .fixedLinks a.phoneIcon:before {
        height: 31px;
        width: 31px;
        content: '';
        background-position: -218px -48px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15px;
    }

    .fixedLinks a.infoIcon:before {
        height: 37px;
        width: 37px;
        content: '';
        background-position: -263px -45px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -18px;
    }

    .fixedLinks a.locationIcon:before {
        height: 31px;
        width: 18px;
        content: '';
        background-position: -314px -45px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -15px -9px;
    }

.relativeBlock .calendarsBlock {
    visibility: visible;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    position: absolute;
    left: 25%;
    width: 360px;
    padding: 40px 0 20px 20px;
}

.calendarsBlock img {
    max-width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.calendarsBlock.visible {
    visibility: visible;
}

.mainRightBlock {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    width: 75%;
    position: absolute;
    left: 25%;
    z-index: 0;
}

    .mainRightBlock.visible.activeCalendar .calendarInfos {
        left: 0;
    }

    .mainRightBlock.visible.activeCalendar .rightBlock {
        left: 0;
    }

.relativeBlock {
    position: relative;
}

.pagesMenu {
    background-color: #0873ba;
    width: 100%;
}

    .pagesMenu .mainMenu > ul > li > a {
        position: relative;
        padding: 23px 16px;
        font-weight: 300;
    }

        .pagesMenu .mainMenu > ul > li > a.active {
            background-color: #F4F5F6;
            color: #2e3337;
        }

            .pagesMenu .mainMenu > ul > li > a.active:before {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                content: '';
                position: absolute;
                bottom: -9px;
                left: calc(50% - 10px);
                border-top: 10px solid #f4f5f6;
                z-index: 4;
            }

        .pagesMenu .mainMenu > ul > li > a.blue {
            background-color: #f4f5f6;
            color: #2e3337
        }

        .pagesMenu .mainMenu > ul > li > a.linkMore {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
            padding-right: 40px;
        }

    .pagesMenu .mainMenu > ul {
        text-align: center;
    }

    .pagesMenu ul li a.linkMore::before {
        content: "";
        height: 10px;
        width: 16px;
        position: absolute;
        font-size: 24px;
        top: 28px;
        right: 12px;
        background-image: url(../images/down-arrow.png);
    }

    .pagesMenu ul li a.linkMore:hover::before {
        content: "";
    }

.moreLinks {
    color: #FFF;
    top: 65px;
    height: auto;
    width: 230px;
    position: absolute;
    right: 0;
    background-color: #054f81;
    display: none;
    z-index: 4;
}

.hashiddenlinks:hover a.linkMore {
    background-color: #054f81;
}

.hashiddenlinks:hover .moreLinks {
    display: block;
}

.pagesMenu2 .mainMenu ul {
    text-align: center;
}

    .pagesMenu2 .mainMenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

.pagesMenu .mainMenu > ul > li > .moreLinks li {
    border-bottom: solid #1e618e 1px;
    margin: auto;
    text-align: left !important;
    font-weight: normal;
    display: block;
}

    .pagesMenu .mainMenu > ul > li > .moreLinks li a {
        padding: 10px 10px;
        display: block;
    }

.pagesMenu2,
.pagesMenu3 {
    background-color: #f4f5f6;
    width: 100%;
}

    .pagesMenu .mainMenu .active + .arrow-down,
    .pagesMenu2 .mainMenu .active + .arrow-down2 {
        display: block
    }

.arrow-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0873ba;
    display: none;
    left: calc(calc(100% - 40px) / 2);
    top: 60px;
}

.arrow-down2 {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f4f5f6;
    display: none;
    left: calc(calc(100% - 40px) / 2);
}

.pagesMenu .mainMenu3 li {
    width: calc(99% / 5) !important;
}

.pagesMenu .mainMenu li {
    /* width: calc(99%/8); */
    width: auto;
    text-align: center;
    position: relative;
    float: none;
    display: inline-block;
}

.pagesMenu3 .mainMenu li {
    text-align: center;
    position: relative;
    float: none;
}

.pagesMenu2 .mainMenu li {
    text-align: center;
    display: inline-block;
    float: none;
}

.pagesMenu .mainMenu a {
    color: #FFF;
    font-size: 18px;
    text-align: left;
}

.pagesMenu2 .mainMenu a {
    color: #2e3337;
    font-size: 15px;
    text-align: center;
    padding: 15px 15px;
    font-weight: 300;
}

    .pagesMenu2 .mainMenu a:hover,
    .pagesMenu2 .mainMenu a.active {
        position: relative;
    }

        .pagesMenu2 .mainMenu a.active::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #f4f5f6;
            left: calc(calc(100% - 40px) / 2);
            top: 40px;
        }

.pagesMenu3 .mainMenu a {
    color: #FFF;
    font-size: 15px;
    text-align: center;
    padding: 20px 8px;
    font-weight: 100;
}

.bookandbuy {
    width: 65%;
    margin: auto;
}

    .bookandbuy .blockTitle,
    .timetable .blockTitle,
    .legalConditions,
    .specialOffersTitle {
        color: #252829;
        text-align: center;
    }

    .bookandbuy li {
        text-align: center;
        font-size: 20px;
        padding: 0;
    }

    .bookandbuy a {
        color: #b1b1b1;
        font-weight: 500;
        font-size: 20px;
        display: inline-block;
    }

        .bookandbuy a:hover,
        .bookandbuy a:focus,
        .bookandbuy a:active {
            color: #0873ba;
            position: relative;
        }

            .bookandbuy a:hover::after,
            .bookandbuy a:focus::after,
            .bookandbuy a:active::after,
            .bookandbuy a.active::after {
                position: absolute;
                content: '';
                width: 100%;
                height: 3px;
                background-color: #0873ba;
                left: 0;
                bottom: -16px;
            }

    .bookandbuy .option .flightBtn {
        padding-left: 40px;
        padding-top: 2px;
        position: relative;
    }

        .bookandbuy .option .flightBtn:before {
            content: '';
            height: 25px;
            width: 25px;
            background: url("../images/grayFlightIcon.png");
            position: absolute;
            top: 2px;
            left: 0;
        }
    .bookandbuy .option eventsBtn:before {
        content: '';
        height: 25px;
        width: 25px;
        background: url("../images/grayFlightIcon.png");
        position: absolute;
        top: 2px;
        left: 0;
    }

    .bookandbuy .option .milesBtn {
        padding-left: 40px;
        padding-top: 2px;
        position: relative;
    }

        .bookandbuy .option .milesBtn:before {
            content: "";
            height: 20px;
            width: 28px;
            background: url("../images/grayMilesIcon.png");
            position: absolute;
            top: 2px;
            left: 0;
        }

    .bookandbuy .option .carsBtn {
        padding-left: 40px;
        padding-top: 2px;
        position: relative;
    }

        .bookandbuy .option .carsBtn:before {
            content: '';
            height: 20px;
            width: 30px;
            background: url("../images/grayCarIcon.png");
            position: absolute;
            top: 2px;
            left: 0;
        }

    .bookandbuy .option .hotelBtn {
        padding-left: 40px;
        padding-top: 2px;
        position: relative;
    }

        .bookandbuy .option .hotelBtn:before {
            content: '';
            height: 18px;
            width: 26px;
            background: url("../images/grayHotelIcon.png");
            position: absolute;
            top: 2px;
            left: 0;
        }

    .bookandbuy .option .flightBtn:hover::before,
    .bookandbuy .option .flightBtn:focus::before,
    .bookandbuy .option .flightBtn:active::before,
    .bookandbuy .option .flightBtn.active:before {
        background: url("../images/blueFlightIcon.png");
    }

    .bookandbuy .option .flightBtn:hover,
    .bookandbuy .option .flightBtn:focus,
    .bookandbuy .option .flightBtn:active,
    .bookandbuy .option .flightBtn.active {
        color: #0873ba;
    }

    .bookandbuy .option .milesBtn:hover::before,
    .bookandbuy .option .milesBtn:focus::before,
    .bookandbuy .option .milesBtn:active::before,
    .bookandbuy .option .milesBtn.active:before {
        background: url("../images/blueMilesIcon.png");
    }

    .bookandbuy .option .milesBtn:hover,
    .bookandbuy .option .milesBtn:focus,
    .bookandbuy .option .milesBtn:active,
    .bookandbuy .option .milesBtn.active {
        color: #0873ba;
    }

    .bookandbuy .option .carsBtn:hover::before,
    .bookandbuy .option .carsBtn:focus::before,
    .bookandbuy .option .carsBtn:active::before {
        background: url("../images/blueCarIcon.png");
    }

    .bookandbuy .option .carsBtn:hover,
    .bookandbuy .option .carsBtn:focus,
    .bookandbuy .option .carsBtn:active {
        color: #0873ba;
    }

    .bookandbuy .option .hotelBtn:hover::before,
    .bookandbuy .option .hotelBtn:focus::before,
    .bookandbuy .option .hotelBtn:active::before {
        background: url("../images/blueHotelIcon.png");
    }

    .bookandbuy .option .hotelBtn:hover,
    .bookandbuy .option .hotelBtn:focus,
    .bookandbuy .option .hotelBtn:active {
        color: #0873ba;
    }

.timetable h4 {
    color: #292929;
    text-align: center;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 24px;
}

.formPage h4,
.changePasswordIntro p {
    color: #292929;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
}

    .formPage h4 span {
        font-size: 16px;
        text-align: left;
    }

.timetable,
.onlineCheckIn,
.legalConditions,
.specialOffersTitle {
    font-size: 50px;
    line-height: 42px;
    font-weight: 500;
    padding: 60px 0 30px;
}

.onlineCheckIn {
    padding-top: 0;
}

.checkinInfos {
    padding-top: 50px
}

.onlineCheckIn h4 {
    font-size: 20px;
    text-align: center;
}

.bookingtabs {
    position: relative;
}

    .bookingtabs .tabsLinks a {
        display: inline-block;
        padding: 20px 30px;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
    }

    .bookingtabs .tab {
        display: none;
        padding: 50px 0;
    }

    .bookingtabs .tabsLinks a.active {
        background: #f4f5f6;
        color: #000
    }

    .bookingtabs .tabsLinks {
        background: #FFF;
    }

    .bookingtabs .bookingrow {
        margin-top: 20px;
    }

    .bookingtabs .optionItem1,
    .bookingtabs .optionItem2,
    .bookingtabs .optionItemDropDown {
        background: #FFF;
    }

    .bookingtabs .optionItem1 {
        height: 50px;
        margin-bottom: 13px;
        padding: 17px 31px;
        position: relative;
    }

        .bookingtabs .optionItem1.withIcon {
            padding-right: 17px;
        }

        .bookingtabs .optionItem1.arrival,
        .bookingtabs .optionItem1.departure {
            padding: 0 31px;
            padding-right: 0;
        }

        .bookingtabs .optionItem1.departure {
            z-index: 2
        }

        .bookingtabs .optionItem1.arrival {
            z-index: 1
        }

    .bookingtabs .custom-combobox {
        margin-left: 50px;
        width: 100%;
    }

    .bookingtabs custom-combobox-input.ui-widget.ui-widget-content {
        width: 400px !important;
    }

.optionItem1 .textInput {
    width: 70%;
    border: none;
}

custom-combobox .bookingtabs .optionItem1 .dateInput {
    width: 70%;
    position: relative;
    position: absolute;
    left: 100px;
    height: 50px;
}

.bookingtabs .optionItem1 .departureIcon {
    float: right;
    background-image: url(../images/departure_plane.png);
    width: 20px;
    height: 15px;
}

.bookingtabs .optionItem1 .returnIcon {
    float: right;
    background-image: url(../images/return_plane.png);
    width: 20px;
    height: 16px;
}

.bookingtabs .optionItem1:after {
    content: '';
    display: block;
    clear: both;
}

.bookingtabs .optionItem1 label {
    float: left;
    color: #b9b9b9;
    width: 100px;
}

.bookingtabs .autoSuggest .label {
    padding: 16px 0;
}

.bookingtabs .optionItem1 .datepicker {
    width: 100%;
    float: left;
    left: 0px;
    background: transparent;
    position: absolute;
    height: auto;
    border: none;
    padding-left: 130px;
    display: block;
    height: 100%;
    vertical-align: middle;
    margin-top: -18px;
}

.bookingtabs .optionItem1 input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #666666;
}

.bookingtabs .optionItem1 input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #666666;
}

.bookingtabs .optionItem1 input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    color: #666666;
}

.bookingtabs .optionItem1 input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #666666;
}

.bookingtabs .optionItemDropDown {
    height: auto;
    margin-bottom: 13px;
    font-size: 16px;
    color: #666666;
}

.optionItemDropDown .customSelect .dk-selected {
    padding: 0 20px;
}

.bookingtabs .optionImg {
    padding: 19px 31px !important
}

.bookingtabs .optionItem2 {
    padding-top: 11px;
    display: block;
    height: 121px;
    margin-bottom: 11px;
    text-align: center;
}

    .bookingtabs .optionItem2 .optionIcon {
        position: relative;
        margin-bottom: 0;
    }

    .bookingtabs .optionItem2 .optionInfo {
        margin: auto;
        width: auto;
    }

        .bookingtabs .optionItem2 .optionInfo h2 {
            display: inline-block;
            color: #0f0f0f;
        }

        .bookingtabs .optionItem2 .optionInfo h4 {
            display: inline-block;
            font-weight: normal;
            color: #666666;
        }

        .bookingtabs .optionItem2 .optionInfo input {
            border: none;
            font-size: 44px;
            color: #0f0f0f;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            width: 26px;
        }

.bookingtabs .optionItemDropDown .flightClasses {
    height: auto;
    border: none;
    width: 100%;
}

    .bookingtabs .optionItemDropDown .flightClasses * {
        border: none !important;
    }

        .bookingtabs .optionItemDropDown .flightClasses *::after {
            border: none !important;
        }

    .bookingtabs .optionItemDropDown .flightClasses .selectFlightClasses {
        width: 100%
    }

.bookingContainer {
    position: relative;
    margin-top: 60px;
}

    .bookingContainer .specialOffersTitle {
        padding-top: 0;
    }


    .bookingContainer .tabsHolder {
        background-color: #f4f5f6;
        position: relative;
    }

.downloadTimetable {
    background-color: #f4f5f6;
    padding: 50px 0;
}

    .downloadTimetable .link1 {
        color: #0873ba;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        padding-left: 30px;
    }

        .downloadTimetable .link1::before {
            position: absolute;
            content: "";
            background-image: url(../images/blueRectangle.png);
            width: 16px;
            height: 2px;
            top: 9px;
            left: 0;
        }

    .downloadTimetable .link2 {
        color: #0873ba;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        padding-left: 28px;
    }

        .downloadTimetable .link2::before {
            position: absolute;
            content: "";
            background-image: url(../images/blueRectangle.png);
            width: 16px;
            height: 2px;
            top: 7px;
            left: 4px;
        }

    .downloadTimetable .p1 {
        font-size: 18px;
        padding: 30px 0;
    }

    .downloadTimetable .p2 {
        font-size: 14px
    }

.bluebutton {
    background: #0873ba;
    border: none;
    outline: none;
    cursor: pointer;
    color: #FFF;
    width: 143px;
    height: 52px;
    font-size: 12px;
    clear: right;
}

.cmSignIn {
    width: 143px;
    margin-left: 20px;
}

.bookingtabs p {
    display: inline-block
}

.searchflight {
    float: right;
    clear: both;
    position: relative;
}

.bookingNotes li {
    line-height: 2em;
    position: relative;
    padding-left: 13px;
    font-size: 16px;
}

    .bookingNotes li::before {
        position: absolute;
        position: absolute;
        content: "\f105";
        font-family: 'FontAwesome';
        left: 0px;
    }

.alreadyBooked .blockTitle {
    text-align: center;
    color: #252829;
}

.alreadyBooked {
    padding: 80px 0;
}

.bookedOption {
    margin-bottom: 50px;
}

    .bookedOption li {
        cursor: pointer;
    }

    .bookedOption .itemHolder {
        position: relative;
    }

    .bookedOption .normalBtn {
        position: absolute;
        bottom: 0
    }

.alreadyBooked .bookedOption .normalBtn {
    position: static;
}

.bookedOption .contentText,
.bookedOption ul {
    padding-left: 20px;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 30px;
}

.bookedOption .itemHolder {
    background-color: #f6f6f6;
}



.bookedOption h4 {
    color: #000;
    margin: 20px;
    font-size: 24px;
}

.bookedOption li {
    line-height: 1.5em;
}

.bookedOption a {
    margin: 20px;
}

.scheduleContainer {
    color: #fff;
    text-align: center;
}

    .scheduleContainer .blockTitle {
        margin-top: 70px;
    }

    .scheduleContainer h2 {
        color: #fff;
        text-align: center;
        padding: 30px 0 20px;
    }

    .scheduleContainer h4 {
        font-size: 24px;
        margin-bottom: 20px;
        color: #fff;
        font-weight: 500;
    }

    .scheduleContainer .listingDesc {
        font-size: 16px;
        line-height: 25px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .scheduleContainer.learnMore {
        display: block;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        padding-left: 25px;
        position: relative;
        margin-bottom: 13px;
    }

        .scheduleContainer .learnMore:before {
            content: '';
            background-color: #fff;
            height: 2px;
            width: 18px;
            position: Absolute;
            left: 0;
            top: 6px;
        }

        .scheduleContainer .learnMore:hover {
            text-decoration: underline;
        }

    .scheduleContainer.normalBtn {
        width: 250px;
        margin: 0 auto;
        display: block;
        width: 185px;
        margin-right: 20px;
    }

.schedule h5 {
    font-weight: normal;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 2em;
    width: 65%;
    margin: auto;
    padding: 20px 0;
    font-weight: 300;
}

.scheduleBlock {
    padding: 50px 0;
}

.scheduleBtns2 .normalBtn {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
    width: 185px;
    margin-right: 20px;
}

    .scheduleBtns2 .normalBtn:last-child {
        margin-right: 0;
    }

.scheduleBtns1,
.scheduleBtns2 {
    padding: 10px 0;
}

    .scheduleBtns1 .normalBtn:hover {
        background-color: #027e5f;
        color: #FFF;
    }

    .scheduleBtns1 .normalBtn {
        width: 185px;
        margin-right: 20px;
    }

        .scheduleBtns1 .normalBtn:last-child {
            margin-right: 0;
        }

    .scheduleBtns2 .normalBtn:hover {
        background-color: #fff;
        color: #000;
    }

.onlinecheckTitle {
    color: #252829;
    text-align: center;
    padding: 80px 0;
}

.flightScheduleTitle {
    color: #252829;
    text-align: center;
    padding: 80px 0;
}

.checkInInput input {
    margin: 0 0 0;
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 20px;
}

    .checkInInput input[type=submit] {
        width: auto;
    }

.checkInInput label {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.onlineCheckIn .cancelcheckin {
    color: #3f3f3f;
    border-color: #3f3f3f;
    background-color: transparent;
    margin-right: 10px;
}

    .onlineCheckIn .cancelcheckin:hover {
        background-color: #fff;
    }

.onlineCheckIn .normalBtn {
    width: 190px;
    padding: 15px;
    margin: auto;
    display: block;
}

.checkinInfos h4 {
    margin: 40px 0;
    font-size: 20px;
    color: #666666;
    text-align: center;
    font-weight: normal;
}

.checkinInfos h3 {
    font-size: 24px;
    color: #252525;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
}

.checkinInfos ul {
    margin: 60px 0;
}

.checkinInfos li {
    color: #666666;
    font-size: 16px;
    line-height: 2em;
}

.checkinInfos .link {
    color: #0873ba;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 27px;
}

    .checkinInfos .link::before {
        position: absolute;
        content: "";
        background-image: url(../images/blueRectangle.png);
        width: 16px;
        height: 2px;
        top: 9px;
        left: 5px;
    }

.checkInSteps {
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    .checkInSteps.withBackgroundImage {
        background-image: url(../images/onlinecheckinBg.jpg);
    }

    .checkInSteps::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid white;
        left: calc(50% - 20px);
        top: 0;
        z-index: 3;
    }

    .checkInSteps h3 {
        padding: 20px 0;
        font-size: 30px;
        color: #FFF;
        text-align: center
    }

    .checkInSteps .steps {
        padding-top: 23px;
        position: relative;
    }

    .checkInSteps h2 {
        color: #FFF;
        font-size: 46px;
        border-top: solid #FFF 4px;
        padding-top: 11px;
        line-height: 46px;
        margin-right: 19px;
        float: left;
    }

    .checkInSteps h4 {
        color: #FFF;
        font-size: 16px;
        line-height: 24px;
        padding: 17px;
        padding-right: 0;
        font-weight: 300;
        vertical-align: top;
    }

    .checkInSteps h5 {
        color: #FFF;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        font-weight: 100;
    }

    .checkInSteps .checkbox label {
        position: relative;
        display: inline-block;
        padding-left: 22px;
    }

        .checkInSteps .checkbox label::before,
        .checkInSteps .checkbox label::after {
            position: absolute;
            content: "";
            display: inline-block;
        }

        .checkInSteps .checkbox label::before {
            height: 16px;
            width: 16px;
            background: transparent;
            border-radius: 2px;
            border: 1px solid;
            left: 0px;
            top: 3px;
        }

        .checkInSteps .checkbox label::after {
            height: 5px;
            width: 9px;
            border-left: 2px solid;
            border-bottom: 2px solid;
            background: transparent;
            transform: rotate(-45deg);
            left: 4px;
            top: 7px;
        }

    .checkInSteps .checkbox input[type="checkbox"] + label::after {
        content: none;
        background: transparent;
    }

    .checkInSteps .checkbox input[type="checkbox"]:checked + label::after {
        content: "";
        background: transparent;
    }

.toggleTitle {
    position: relative;
}

    .toggleTitle h3 {
        display: inline-block;
        font-size: 21px;
        font-weight: bold;
        padding: 0px 0;
        cursor: pointer;
        color: #262626;
        position: relative;
        padding: 12px 0;
        line-height: 45px;
    }

.toggleContent {
    display: none;
}

.toggleIcon {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.toggleTitle .toggleIcon + h3 {
    padding-left: 55px;
}

.toggleItem {
    border-bottom: 1px solid #eee;
}

    .toggleItem:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.toggleTitle {
    cursor: pointer;
}

    .toggleTitle::after {
        padding-top: 18px;
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 30px;
        float: right;
    }

    .toggleTitle.active::after {
        content: "\f106";
    }

.toggleItem.active {
    background: #f6f6f6;
}

.toggleItem.active {
    background: #f6f6f6;
}

.conditionsContainer {
    margin-bottom: 50px;
}

.toggleContent {
    margin: 20px 0;
    font-size: 18px;
    line-height: 26px;
}

.conditionsContainer .toggleItem {
    border: none;
}

    .conditionsContainer .toggleItem.active {
        border: none;
    }

.conditionsContainer .conditionsContent {
    background-color: #f5f5f5;
}

    .conditionsContainer .conditionsContent h4 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #262626;
    }

.toggleTitle.container.active .toggleIcon {
    top: 64%;
}

.conditionsContainer .toggleTitle {
    border-bottom: 1px solid #c9c9c9
}

    .conditionsContainer .toggleTitle.active {
        border-color: transparent;
        padding-top: 20px;
    }

.toggleContent h3 {
    color: #262626;
    font-size: 22px;
    padding: 20px 0;
    line-height: 26px;
    font-weight: bold;
}

.notice {
    border: solid 1px #e3e3e3;
    background: #FFF;
    margin-bottom: 30px;
}

    .notice .noticeContent {
        position: relative;
        padding: 20px 80px;
        font-size: 14px;
    }

        .notice .noticeContent::before {
            position: absolute;
            left: 0;
            content: "";
            background-image: url(../images/cedar.png);
            width: 53px;
            height: 55px;
        }

        .notice .noticeContent h5,
        .contentSpacer h5 {
            padding: 5px 0;
            color: #444444;
            font-size: 18px;
            font-weight: bold;
        }

.schedContainer #liContainer {
    margin-right: 35px;
}

    .schedContainer #liContainer a {
        color: #2d2d2d;
        font-size: 19px;
        font-weight: 500;
    }

.schedContainer .flightsColorCode .landed {
    border-bottom: solid 5px #2dc1a3
}

.schedContainer .flightsColorCode .latedep {
    border-bottom: solid 5px #d74d6e
}

.schedContainer .flightsColorCode .scheduled {
    border-bottom: solid 5px #2b3339
}

.schedContainer .flightsColorCode .insky {
    border-bottom: solid 5px #24a4e9
}

.schedContainer .flightsColorCode .latearr {
    border-bottom: solid 5px #fbb044
}

.schedContainer .arrivalSchedule .landed,
.schedContainer .departureSchedule .landed {
    border-left: solid 16px #2dc1a3
}

.schedContainer .arrivalSchedule .latedep,
.schedContainer .departureSchedule .latedep {
    border-left: solid 16px #d74d6e
}

.schedContainer .arrivalSchedule .scheduled,
.schedContainer .departureSchedule .scheduled {
    border-left: solid 16px #2b3339
}

.schedContainer .arrivalSchedule .insky,
.schedContainer .departureSchedule .insky {
    border-left: solid 16px #24a4e9
}

.schedContainer .arrivalSchedule .latearr,
.schedContainer .departureSchedule .latearr {
    border-left: solid 16px #fbb044
}

.schedContainer .arrivalSchedule,
.schedContainer .departureSchedule {
    min-height: 928px;
}

    .schedContainer .arrivalSchedule li,
    .schedContainer .departureSchedule li {
        width: 100%;
        height: 54px;
        color: #292929;
        font-size: 18px;
        padding: 18px 0px;
    }

        .schedContainer .arrivalSchedule li:nth-child(odd),
        .schedContainer .departureSchedule li:nth-child(odd) {
            background: #f0f0f0;
        }

        .schedContainer .arrivalSchedule li:nth-child(even),
        .schedContainer .departureSchedule li:nth-child(even) {
            background: #FFF;
        }

.schedContainer .arrivalHeader,
.schedContainer .departureHeader {
    height: 64px;
    background: #063e64;
    color: white;
    font-size: 20px;
    padding: 20px 30px;
}

    .schedContainer .arrivalHeader .arrival,
    .schedContainer .departureHeader .departure {
        position: relative;
        padding-left: 50px;
    }

        .schedContainer .arrivalHeader .arrival::before {
            position: absolute;
            content: "";
            background-image: url(../images/arrivalIcon.png);
            width: 31px;
            height: 20px;
            left: 0px;
        }

        .schedContainer .departureHeader .departure::before {
            position: absolute;
            content: "";
            background-image: url(../images/departureIcon.png);
            width: 35px;
            height: 17px;
            left: 0px;
            top: 3px;
        }

.schedContainer .arrivalTable,
.schedContainer .departureTable {
    margin-top: 50px;
}

.offerImage {
    position: relative;
}

    .offerImage img {
        display: block;
        max-width: 100%;
    }

.offerContainer {
    margin-bottom: 30px;
}

.offerDetails {
    background-color: #f6f6f6;
    padding: 20px;
    position: relative;
}

    .offerDetails .dateHolder {
        color: #333333;
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0;
        max-width: 100%;
    }

        .offerDetails .dateHolder + .dateHolder {
            margin-bottom: 20px;
        }

    .offerDetails .offerTitle {
        color: #2b363e;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .offerDetails .price {
        font-size: 34px;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 26px;
        color: #333333;
        margin-bottom: 20px;
    }

.offerContainer .currency {
    font-size: 21px;
    position: relative;
    top: 0;
    margin-right: 5px;
    color: #333333
}

.offerContainer .offerDescription {
    margin-bottom: 20px
}

.wherewefly h3 {
    color: #252829;
    font-size: 50px;
    text-align: center;
    margin: 50px 0;
}

.routesMapImage {
    background-image: url(../images/routemap.png);
    height: 440px;
    position: relative
}

.viewrouteBtn {
    position: absolute;
    top: 350px;
    width: 180px;
    left: calc((100% - 180px) / 2)
}

.checkinListing .col2 {
    margin-top: 125px;
}

.col2 .checkinListing {
    margin-top: 125px;
}

.checkinListing .checkinLI {
    padding: 50px 35px;
    border: solid #dadada 1px;
    color: #292929;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 25px;
}

    .checkinListing .checkinLI .liIcon img {
        display: block;
        margin: 0 auto;
    }

    .checkinListing .checkinLI h3 {
        color: #2b363e;
        font-size: 30px;
        text-align: center;
        margin: 20px 0;
    }

.youNeedToKnow {
    margin-bottom: 100px;
}

    .youNeedToKnow h3 {
        color: #252829;
        font-size: 40px;
        text-align: center;
        margin: 50px 0;
    }

    .youNeedToKnow .knowaboutListing .aboutLI {
        height: 450px;
        padding-bottom: 30px;
        position: relative;
    }

.knowaboutListing .aboutLI .li-content {
    background: #f6f6f6;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.youNeedToKnow .knowaboutListing .aboutLI img {
    width: 100%;
    height: auto;
}

.youNeedToKnow .knowaboutListing .aboutLI h4 {
    color: #2b363e;
    font-size: 24px;
    padding: 20px 0;
}

.youNeedToKnow .knowaboutListing .aboutLI .aboutText {
    color: #878787;
    position: absolute;
    top: 200px;
    line-height: 26px;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    height: 200px;
}

.youNeedToKnow .knowaboutListing .aboutLI .link {
    color: #0873ba;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    display: block;
}

    .youNeedToKnow .knowaboutListing .aboutLI .link::before {
        position: absolute;
        content: "";
        background-image: url(../images/blueRectangle.png);
        width: 16px;
        height: 2px;
        top: 9px;
        left: 5px;
    }

.youNeedToKnow .knowaboutListing .aboutText {
    background: #f6f6f6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.youNeedToKnow .knowaboutListing .hiddenBlock {
    height: 85px;
    opacity: 0;
    padding-top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.youNeedToKnow .knowaboutListing .aboutLI2:hover .aboutText {
    top: 80px;
}

.youNeedToKnow .knowaboutListing .aboutLI2:hover .hiddenBlock {
    padding-top: 10px;
    height: 85px;
    visibility: visible;
    opacity: 1;
}

.passengerServices {
    margin-bottom: 100px;
}

    .passengerServices .link {
        display: block;
        color: #0873ba;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
        text-decoration: none;
    }

        .passengerServices .link:before {
            content: '';
            background-color: #0873ba;
            height: 2px;
            width: 18px;
            position: Absolute;
            left: 0;
            top: 12px;
        }

    .passengerServices .umContainer {
        position: relative;
        height: 490px;
        background-position: center center
    }

        .passengerServices .umContainer .greendiv {
            position: absolute;
            right: 0;
            max-width: 510px;
            height: auto;
            padding: 20px;
            color: white;
            /*background: rgba(24, 116, 95, 0.9);*/
            background: rgba(8, 115, 186, .9);
            bottom: 0;
            font-size: 24px;
        }

    .passengerServices .fa-angle-right {
        content: "\f105";
        font-family: 'FontAwesome';
    }

input#joinCedarMilesFormSubmitButton {
    margin-left: 20px;
}

.airportInfo {
    color: #252525;
    font-size: 24px;
    line-height: 40px;
}

.container.ourFleetPageTop {
    margin-top: 20px;
    margin-bottom: 20px;
}

.aboutAirport {
    color: #292929;
    font-size: 18px;
    line-height: 24px;
}

    .aboutAirport .numbers {
        float: right;
    }

    .aboutAirport .statistics img {
        margin: auto;
        display: block;
    }

    .aboutAirport .statistics {
        width: 38%;
        display: inline-block;
        vertical-align: middle;
    }

    .aboutAirport .dashed-border {
        width: 21%;
        display: inline-block;
        border-bottom: gray dotted 5px;
        margin-top: 25%;
    }

    .aboutAirport .statistics .bigNumber,
    .aboutAirport .statistics .textContent {
        text-align: center;
        display: block;
    }

    .aboutAirport .statistics .bigNumber {
        font-size: 88px;
        line-height: 88px;
    }

    .aboutAirport .bigNumber {
        display: inline-block;
        font-size: 60px;
        line-height: 60px;
        color: #333333;
        font-weight: bold;
        vertical-align: middle;
    }

    .aboutAirport .textContent {
        font-size: 18px;
        color: #292929;
        display: inline-block;
        font-weight: 300;
    }

    .aboutAirport .dutyfree .textContent {
        width: 155px;
        vertical-align: middle;
        padding-left: 15px;
    }

    .aboutAirport .dutyfree {
        padding: 10px;
        width: 320px;
        margin: 20px auto;
        border-top: solid 6px #ca123d;
    }

.facilitiesContainer {
    margin-top: 60px;
    padding: 80px 0;
    color: #FFF;
}

    .facilitiesContainer .blockTitle {
        margin-top: 50px;
    }

    .facilitiesContainer h2 {
        color: #fff;
        text-align: center;
    }

    .facilitiesContainer h4 {
        font-size: 30px;
        margin: 20px 0;
        color: #fff;
        font-weight: 500;
    }

    .facilitiesContainer p {
        font-size: 18px;
        font-weight: 100;
        line-height: 28px;
    }

    .facilitiesContainer img {
        width: 100%;
    }

.servicesContainer {
    margin-top: 80px;
    margin-bottom: 50px;
    color: #252525;
    font-size: 24px;
}

    .servicesContainer h3 {
        margin: 30px auto;
        text-align: center;
        font-size: 50px;
    }

.rampservices h4 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #414141;
    line-height: 36px;
    margin-bottom: 30px;
}

.toggleItemsServices {
    margin-top: 60px;
    padding: 0;
}

    .toggleItemsServices .rampContainer {
        position: relative;
        height: 490px;
        margin-bottom: 50px;
    }

        .toggleItemsServices .rampContainer .greendiv {
            position: absolute;
            right: 0;
            width: 510px;
            height: 183px;
            padding: 30px 50px;
            color: white;
            background: rgba(24, 116, 95, 0.9);
            bottom: 0;
            font-size: 24px;
            line-height: 30px
        }

    .toggleItemsServices .fa-angle-right {
        content: "\f105";
        font-family: 'FontAwesome';
    }

.rampservicesList li {
    display: block;
    margin: 8px 0;
    color: #292929;
    font-size: 18px;
    padding-left: 12px;
    position: relative;
}

    .rampservicesList li::before {
        content: "";
        width: 7px;
        height: 12px;
        position: absolute;
        left: -10px;
        top: 3px;
        content: "";
        background-image: url(../images/ramp-services-fa-angle-right.png);
    }

.intro-services {
    font-size: 24px;
    color: #252525;
    margin-bottom: 50px;
}

.entertainment-text1 {
    color: #303030;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

.entertainment-text2 {
    color: #292929;
    font-size: 18px;
    line-height: 26px;
}

.entertainmentTabs {
    margin-top: 50px;
}

    .entertainmentTabs .tabsLinks a {
        display: inline-block;
        padding: 15px;
        color: #000;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        border: none;
        padding: 20px 40px;
    }

.bookingtabs {
    position: relative;
}

.leftBackground {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #f4f5f6;
    top: 0;
    left: 0;
    display: block;
}

.entertainmentTabs .tab {
    display: none;
    padding-top: 25px;
    padding-bottom: 50px;
}

.entertainmentTabs .tabsLinks a.active {
    border: solid #645668 1px;
    border-bottom: solid 1px #fff;
    margin-bottom: -1px;
    color: #000
}

.entertainmentTabs .tabsLinks {
    padding-left: 60px;
    background: #FFF;
    border-bottom: solid #645668 1px;
    position: relative
}

.entertainmentTabs .bookingrow {
    margin-top: 20px;
}

.movieItem {
    padding: 20px 0;
    border-bottom: dashed #d4d4d4 2px;
}

    .movieItem .movieImage {
        width: auto;
        display: inline-block;
    }

    .movieItem .movieInfo {
        display: inline-block;
        max-width: calc(100% - 400px);
        margin-left: 30px;
    }

    .movieItem .movieDetails {
        position: relative;
    }

    .movieItem .movieInfo h4 {
        color: #303030;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .movieItem .movieInfo .movieDesc {
        color: #292929;
        font-size: 18px;
    }

    .movieItem .movieInfo .movieDetails {
        color: #292929;
        font-size: 16px;
        margin: 30px 0;
        line-height: 28px;
    }

    .movieItem .movieInfo .normalBtn {
        width: 250px;
        height: 52px;
        padding-top: 15px;
    }

.type2-menu .pagesMenu .mainMenu .active {
    background-color: #f4f5f6;
}

.formPage .optionItemDropDown {
    height: auto;
    margin-bottom: 13px;
    padding: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    color: #666666;
    height: 50px;
}

    .formPage .optionItemDropDown .customSelect {
        height: 55px;
        border: none;
        width: 100%;
    }

        .formPage .optionItemDropDown .customSelect .dk-select {
            width: 100% !important;
        }

        .formPage .optionItemDropDown .customSelect .dk-selected::before {
            position: absolute;
            top: 50%;
            right: 30px;
            margin-top: -12px;
            border: none;
            content: "\f107";
            font-family: "FontAwesome";
            font-size: 24px;
        }

        .formPage .optionItemDropDown .customSelect .dk-selected {
            padding-top: 11px;
        }

        .formPage .optionItemDropDown .customSelect .dk-option-selected {
            background-color: #0873ba;
        }

        .formPage .optionItemDropDown .customSelect select {
            width: 100%
        }

        .formPage .optionItemDropDown .customSelect .dk-selected {
            position: relative;
            font-size: 16px;
            font-weight: 500;
            border: solid 1px #d8d8d8;
            font-family: 'Roboto', sans-serif;
        }

        .formPage .optionItemDropDown .customSelect .dk-option {
            padding: 10px 10px;
            font-size: 18px;
            border: 0;
            margin: 0;
            border-bottom: 1px solid #dedede !important;
        }

.dk-select-open-down .dk-select-options {
    max-height: 300px;
    border: 1px solid #c5c5c5;
    border-radius: 0;
}

.formPage .optionItemDropDown .customSelect .dk-select-options .dk-option-highlight {
    background-color: #0873ba;
    color: #FFF;
}

.carry-on-baggage {
    background-image: url(/images/carry-on-baggage.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
}

    .carry-on-baggage h4 {
        color: #fff;
        font-size: 24px;
        text-align: center;
        margin-bottom: 50px;
        font-weight: 400;
    }

    .carry-on-baggage h3 {
        color: #fff;
        font-size: 30px;
        text-align: center;
        margin-bottom: 30px;
    }

.carry-on-baggage {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    font-weight: 200;
}

.calculateBtn {
    float: left;
}

.bigcontainern.calculate .container {
    padding: 70px 0;
}

.calculate {
    background-color: #023d64;
    position: relative;
    display: none
}

div#results div.ui-menu-item-wrapper:hover, .timetableContainer.bigcontainer.formPage.baggageInfoMain div.ui-menu-item-wrapper:hover {
    color: white;
}

.calculate.active {
    display: block;
}

.calculate .white-arrow-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
    left: calc(calc(100% - 40px) / 2);
}

.calculate .totalweight,
.calculate .freeallowance {
    margin-top: 100px;
    color: #fff;
}

.calculate .totalweight {
    position: absolute;
    right: 80px;
}

.calculate .bigNumber {
    font-size: 68px;
    font-weight: 800;
}

.calculate .unit {
    font-size: 24px;
    font-weight: 800;
}

.calculate .totalweight::before {
    content: '';
    background-image: url(/images/totalweight.png);
    height: 58px;
    width: 47px;
    position: absolute;
    left: -60px;
}

.calculate .freeallowance {
    position: absolute;
    left: 170px;
}

    .calculate .freeallowance::before {
        content: '';
        background-image: url(/images/baby-with-diaper.png);
        height: 99px;
        width: 73px;
        position: absolute;
        left: -80px;
    }

.calculate .specialNote {
    font-size: 18px !important;
    font-weight: 400;
}

.calculate .typeofbaggage {
    position: absolute;
    top: 40px;
}

.calculate .freeallowance .bigNumber {
    position: absolute;
    left: 110px;
}

.calculate .freeallowance .unit {
    position: absolute;
    left: 190px;
    top: 60px;
}

.refNumber {
    width: 70%;
    margin: auto;
}

.refnumberinput {
    border: solid #d8d8d8 1px;
    height: 50px;
    width: 100%;
    padding: 0 20px;
}

.apologize h3 {
    color: #252525;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin: 50px auto;
}

.apologize.noMarginTop h3 {
    margin-top: 0;
}

.noMarginTopCont {
    margin-top: 0 !important;
}

.lostandfound {
    margin-bottom: 80px;
}

    .lostandfound .text1 {
        color: #292929;
        font-size: 18px;
        line-height: 26px;
        padding-left: 30px;
    }

    .lostandfound .text2 {
        color: #292929;
        font-size: 18px;
        line-height: 26px;
        padding-left: 30px;
    }

.lostandfoundpage .latestNews {
    margin-bottom: 0;
}

    .lostandfoundpage .latestNews .mainNewsBg {
        background-image: url(/images/newsBg.jpg);
        height: 570px;
        background-size: cover;
        position: absolute;
        z-index: 0;
        width: 100%;
        top: 0;
        right: 0;
    }

.baggageTables {
    margin-bottom: 50px;
}

    .baggageTables h3 {
        color: #2b363e !important;
        font-size: 30px !important;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .baggageTables h4 {
        color: #262626;
        font-size: 22px !important;
        clear: both;
        font-weight: 500;
        padding: 35px 0 !important;
        margin: 0 !important;
    }

    .baggageTables h5 {
        color: #262626;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 35px !important;
        clear: both;
    }

    .baggageTables .table1,
    .contactinfoTable .table1 {
        width: 100%;
        margin-bottom: 50px;
    }

        .baggageTables .table1 th,
        .contactinfoTable .table1 th {
            background-color: #063e64;
            color: #FFF;
            padding: 20px 15px !important;
            height: 65px;
            font-size: 20px;
            font-weight: 500;
        }

        .baggageTables .table1.skyTeam td:first-child {
            text-align: left;
            padding: 15px 10px !important;
        }

        .baggageTables .table1.skyTeam td {
            font-size: 16px;
            text-align: center;
            padding: 15px 3px !important;
        }

        .baggageTables .table1 td,
        .contactinfoTable .table1 td {
            font-size: 18px;
            color: #292929;
            padding: 15px 35px;
        }

        .baggageTables .table1 tr,
        .contactinfoTable .table1 tr {
            height: 55px;
        }

            .baggageTables .table1 tr:nth-child(odd) {
                background: #f0f0f0;
            }

            .baggageTables .table1 tr:nth-child(even) {
                background: #fff;
            }

    .baggageTables .table2 {
        margin-bottom: 50px;
        padding: 0 15px;
        width: 100%;
    }

        .baggageTables .table2 td:first-child {
            background-color: #063e64;
            color: white;
            width: 20%;
            padding: 15px 10px;
            height: 55px;
        }

        .baggageTables .table2 tr:nth-child(even) {
            background: #fff;
        }

        .baggageTables .table2 tr:nth-child(odd) {
            background: #f0f0f0;
        }

        .baggageTables .table2 td {
            padding: 15px 30px
        }

    .baggageTables .table2-content {
        background-color: #f0f0f0;
        padding: 20px;
    }

        .baggageTables .table2-content .area {
            line-height: 54px;
        }

        .baggageTables .table2-content li {
            position: relative;
            padding-left: 10px;
        }

            .baggageTables .table2-content li::before {
                position: absolute;
                content: "\f105";
                font-family: 'FontAwesome';
                left: 2px;
            }

/*# sourceMappingURL=mea-v3.css.map */

.homePage .travelerInfo {
    background: none !important;
}

.locationList {
    background: #fff;
    width: 475px;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 300;
    left: 20px;
}

    .locationList li {
    }

        .locationList li a {
            font-size: 16px;
            padding: 5px 31px;
            display: block;
            width: 100%;
            color: #666666;
        }

.withMarginBtm {
    margin-bottom: 55px;
}

    .withMarginBtm .col-md-6:first-of-type {
        padding-left: 0;
    }

    .withMarginBtm .col-md-6:nth-of-type(2) {
        padding-right: 0;
    }

.calendar .month-container {
    min-width: 100%;
}

.calendar .month {
    width: 100%;
}

.calendar table.month th.month-title {
    font-size: 13px !important;
    padding-bottom: 5px;
    text-align: left;
    background: #e7e7e7;
    padding: 7px 14px;
    padding-bottom: 8px !important;
    color: #2e3337;
    margin-bottom: 20px;
}

.calendar table.month tr th.day-header {
    padding-top: 20px;
    font-size: 19px;
    padding-bottom: 5px;
}

.calendar {
    height: 100%;
}

    .calendar table.month tr td .day-content {
        padding: 10px 6px !important;
        color: #757575;
        font-size: 14px;
        font-weight: 500;
    }

    .calendar .month-container {
        height: auto !important;
        margin-bottom: 40px;
    }

/*.calendar table.month td.day .day-content:hover,
	.calendar table.month td.day.selected .day-content {
		background-color: #97dbea !important;
	}*/

.luggagelist li {
    line-height: 2em;
    position: relative;
    padding-left: 13px;
}

.locationList li a span {
    font-weight: bold;
    margin-right: 15px;
}

.locationList {
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 1px 1px 1px #d0cece;
    -moz-box-shadow: 0px 1px 1px 1px #d0cece;
    box-shadow: 0px 1px 1px 1px #d0cece;
}

.bookTripBlock .fromTo {
    position: relative;
    z-index: 1;
}

.calendar table.month td.day.selected .day-content,
.calendar table.month td.day .day-content:hover {
    color: #fff;
    background: #157EFB;
}

.bookTripBlock .calendarInfos .normalLinkParent a {
    margin-bottom: 5px;
}

.bookTripBlock .stackedParent.withMarginBtm {
    margin-bottom: 20px;
    margin-top: 5px;
    height: 50px;
}

.calendar table.month td.day.disabled .day-content:hover {
    color: #757575
}

.tripType li label {
    cursor: pointer;
}

/*.tripType li:first-child {
    color: #0873ba;
    position: relative;
    margin-right: 12px;
}*/

.tripType li input,
.inputEntity.stackedParent.withMarginBtm input {
    position: relative;
    opacity: 0;
    margin-right: 0;
}

.inputEntity.stackedParent {
    float: left;
}

    .inputEntity.stackedParent.withMarginBtm li input,
    .inputEntity.stackedParent.withMarginBtm li label {
        cursor: pointer
    }

    .tripType li,
    .inputEntity.stackedParent.withMarginBtm li {
        color: #2c2c2c;
        position: relative;
        margin-right: 12px;
    }

.bottomSection .row {
    margin: 0 -4px;
}

    .bottomSection .row .col-md-6 {
        padding: 0 4px;
    }

.tripType li:before,
.inputEntity.stackedParent.withMarginBtm li label:before {
    height: 14px;
    width: 14px;
    border: 1px solid #2c2c2c;
    content: '';
    position: absolute;
    left: 3px;
    top: 1px;
    border-radius: 50%;
}

.inputEntity.stackedParent.withMarginBtm li label:before {
    border-radius: 0
}

.inputEntity.stackedParent.withMarginBtm li input[type=radio]:not(old):checked + label:before,
.inputEntity.stackedParent.withMarginBtm li input[type=checkbox]:not(old):checked + label:before {
    background: transparent !important;
    background: url(../images/BlueTick.png) !important;
    content: '';
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    border: 0 !important;
}

.tripType li.active:before,
.inputEntity.stackedParent.withMarginBtm li.active:before {
    border-color: #0873ba;
    background: #0873ba;
}

.inputEntity .stackedInput li label {
    cursor: pointer;
}

.centeredBlock .plusBtn,
.centeredBlock .minusBtn {
    display: table-cell;
    border: solid #a09fa2 1px;
    background-color: #e7e8ea;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    color: #424242;
    padding: 0px 10px;
    text-align: center;
    width: 50%;
}

.centeredBlock .btns {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.locationList li:hover {
    background-color: #0873ba;
}

    .locationList li:hover a {
        background-color: #0873ba;
        color: #fff
    }

.cedarMilesBanner {
    min-height: 400px;
    background-image: url(../images/cedar-miles-banner.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 3;
}

    .cedarMilesBanner:before,
    .aboutusBanner:before,
    .supportBanner:before,
    .mobileappBanner:before {
        height: 100%;
        width: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .cedarMilesBanner .title h1,
    .aboutusBanner .title h1,
    .supportBanner .title h1,
    .mobileappBanner .title h1 {
        color: white;
        padding-top: 50px;
        font-size: 56px;
        text-align: center;
        font-weight: 500;
        position: relative;
        margin-top: 180px;
    }

        .cedarMilesBanner.title h1:before,
        .aboutusBanner.title h1:before,
        .supportBanner.title h1:before,
        .mobileappBanner.title h1:before {
            content: '';
            height: 1px;
            width: 70px;
            background-color: #fff;
            position: absolute;
            bottom: 0;
            left: calc(50% - 35px)
        }

    .cedarMilesBanner.borderBottom,
    .aboutusBanner.borderBottom,
    .supportBanner.borderBottom,
    .mobileappBanner.borderBottom {
        margin-top: 20px;
        border-top: solid white 1px;
        width: 15%;
        margin: auto;
    }

    .cedarMilesBanner .title h3,
    .aboutusBanner .title h3,
    .supportBanner .title h3,
    .mobileappBanner .title h3 {
        color: white;
        font-size: 16px;
        text-align: center;
        font-weight: normal;
    }

    .cedarMilesBanner .title,
    .aboutusBanner .title,
    .supportBanner .title,
    .mobileappBanner .title {
        position: absolute;
        z-index: 1;
        width: 100%;
        text-align: center;
        bottom: 55px;
    }

        .cedarMilesBanner .title h1::before {
            position: absolute;
            content: "";
            background-image: url(/images/cedar-miles.png);
            width: 217px;
            height: 41px;
            top: 0;
            left: calc(calc(100% - 217px) / 2)
        }

.tripType input {
    cursor: pointer;
}

.calendarPopup {
    width: 100%;
    height: 100%;
    background: rgba(56, 56, 56, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

    .calendarPopup.visible {
        visibility: visible;
        opacity: 1;
    }

    .calendarPopup .calendarsBlock {
        width: 1140px;
        margin: auto;
        position: relative;
        height: 0;
        max-width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.calendarsBlock.visible {
    opacity: 1;
}

.calendarPopup .calendarsBlock .calendar {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.calendarPopup .month-container {
    width: 45% !important;
    display: inline-block;
    float: left;
}

    .calendarPopup .month-container:first-child {
        margin-right: 5%;
    }

    .calendarPopup .month-container .month {
        background: #FFF;
        height: 300px
    }

.calendarPopup .calendar .calendar-header table {
    right: 0;
    width: 200px;
    color: #FFF;
    display: none;
}

header.fixed {
    transform: translateY(-100%);
    position: fixed;
    z-index: 11;
}

    header.fixed .countriesPopup.show {
        background-color: red;
    }
        header.fixed * {
            color: #0873ba;
        }

        header.fixed .logoHolder {
            background-image: url(/images/mea-colored-1.png);
            width: 190px;
            margin: 19px 0;
            display: inline-block;
            position: absolute;
            top: 0;
            height: 35px;
        }

        header.fixed .skylogoHolder img {
            display: none
        }

        header.fixed .skylogoHolder {
            background-image: url(/images/skyteam-colored.png);
            width: 40px;
            margin: 19px 0;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 225px;
            height: 35px;
        }

        header.fixed .logoHolder img {
            display: none;
        }

    header.fixed {
        padding: 0;
        transform: translateY(0);
        background-color: #FFF; 
    }

        header.fixed .rightMenu ul:after {
            content: '';
            display: block;
            clear: both;
        }

        header.fixed .rightMenu {
            top: 4px;
        }

            header.fixed .rightMenu .searchToggle {
                background-position: -110px -37px
            }

.myAccount {
    background-size: cover;
    background-image: url(/images/myaccount.jpg);
    margin-bottom: 50px;
    height: auto;
    padding-bottom: 60px;
    position: relative;
    z-index: 0 !important
}

.myAccountDashboard:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.myAccount h3 {
    color: #FFF;
    font-size: 50px;
    line-height: 42px;
    text-align: left;
    padding: 60px 0;
    z-index: 10;
}

.myAccount h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 15px;
}

.myAccount label {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.myAccount .jointext {
    color: #FFF;
    font-size: 24px;
    line-height: 40px;
    height: 200px;
    padding-left: 15px;
}

.myAccount form {
    height: 200px;
}

.myAccount input {
    display: block;
    color: #FFF;
    padding: 0 10px;
    font-size: 22px;
    border: #FFF solid 1px;
    background: transparent;
    height: 47px;
    width: 100%;
    margin: 10px 0 20px 0;
}

.myAccount .forgetpass {
    font-style: italic;
    text-decoration: underline;
    font-weight: 200;
    color: #FFF;
    font-size: 12px;
}

.myAccount .bluebackground {
    height: 100%;
    position: absolute !important;
    top: 0;
    background-color: rgba(0, 68, 113, 0.5);
    right: 0;
    z-index: -1;
}

.myAccount .normalBtn {
    float: right;
}

.myAccount h3 {
    position: relative;
}

.meaprivileges {
    margin: 50px auto;
}

    .meaprivileges li {
        color: #292929;
        line-height: 28px;
        font-size: 18px;
        position: relative;
        padding-left: 15px;
    }

    .meaprivileges p {
        color: #292929;
        line-height: 28px;
        font-size: 18px;
    }

    .meaprivileges li::before {
        position: absolute;
        content: "\f105";
        font-family: 'FontAwesome';
        left: 2px;
    }

    .meaprivileges .sameheight {
        height: 300px;
    }

    .meaprivileges h3 {
        color: #252829;
        font-size: 50px;
        margin-bottom: 20px;
        text-align: center;
        margin-bottom: 50px;
    }

    .meaprivileges h4 {
        color: #262626;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .meaprivileges a {
        display: block;
        color: #0873ba;
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        padding-left: 25px;
        bottom: 0;
    }

    .meaprivileges h4 a {
        position: static;
        color: #262626;
        font-size: 22px;
        margin-bottom: 15px;
        padding-left: 0;
    }

        .meaprivileges h4 a::before {
            display: none
        }

    .meaprivileges a::before {
        content: '';
        background-color: #0873ba;
        height: 2px;
        width: 18px;
        position: Absolute;
        left: 0;
        top: 8px;
    }

.cedarmilesBlock {
    margin: 50px 0;
}

    .cedarmilesBlock .imageHolder {
        height: 210px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        position: relative;
    }

    .cedarmilesBlock .textHolder {
        font-size: 26px;
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: #fff;
    }

        .cedarmilesBlock .textHolder a {
            color: #fff;
        }

    .cedarmilesBlock .contactSection {
        background-color: #ca123d;
        padding: 20px;
        color: #fff;
        height: 210px;
    }

        .cedarmilesBlock .contactSection .blockTitle {
            color: #FFF;
            font-size: 26px;
            line-height: 20px;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .cedarmilesBlock .contactSection .blockDescription .address,
        .cedarmilesBlock .contactSection .blockDescription .email,
        .cedarmilesBlock .contactSection .blockDescription .phoneNumber {
            padding-left: 10px;
            position: relative;
            font-size: 16px;
            font-weight: 300;
            line-height: 21px;
            margin-bottom: 15px;
        }

        .cedarmilesBlock .contactSection .blockDescription .email,
        .cedarmilesBlock .contactSection .blockDescription .phoneNumber {
            padding-left: 22px;
        }

        .cedarmilesBlock .contactSection .blockDescription div:before {
            position: absolute;
            left: -10px;
            content: '';
        }

        .cedarmilesBlock .contactSection .blockDescription div:last-of-type {
            margin-bottom: 0;
        }

        .cedarmilesBlock .contactSection .blockDescription div a {
            color: #fff;
        }

        .cedarmilesBlock .contactSection .address:before {
            height: 26px;
            width: 15px;
            background-position: -69px 0;
            top: 3px;
        }

        .cedarmilesBlock .contactSection .phoneNumber:before {
            height: 23px;
            width: 22px;
            background-position: -94px 0;
            top: 1px;
        }

        .cedarmilesBlock .contactSection .email:before {
            height: 15px;
            width: 21px;
            background-position: -126px 0;
            top: 4px;
        }

    .cedarmilesBlock .block-col {
        padding: 0 !important;
        overflow: hidden;
    }

.joincedarmilesForm {
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
}

    .joincedarmilesForm h3 {
        font-size: 50px;
        line-height: 42px;
        font-weight: 500;
        padding: 60px 0;
        color: #252829;
        text-align: center;
    }

    .joincedarmilesForm h4 {
        clear: both;
        padding-left: 15px;
        margin-bottom: 20px;
        color: #252829;
        font-size: 30px;
        margin-top: 30px;
        float: left;
        width: 100%;
    }

    .joincedarmilesForm .customSelect .dk-select {
        width: 100%;
    }

    .joincedarmilesForm .inputEntity input[type=text],
    .joincedarmilesForm .inputEntity input[type=password],
    .joincedarmilesForm .dk-selected {
        border: solid #d3d3d3 1px !important;
        border-radius: 0 !important;
        height: 50px !important;
        padding: 2px 20px;
    }

    .joincedarmilesForm .inputEntity textarea {
        border: solid #d3d3d3 1px !important;
        border-radius: 0 !important;
        padding: 5px 20px;
    }

.dk-selected:after {
    border-left: 0;
}

.joincedarmilesForm .checkbox {
    display: inline-block;
    margin: 40px 0;
}

    .joincedarmilesForm .checkbox:first-child {
        margin-right: 30px;
    }

    .joincedarmilesForm .checkbox label {
        position: relative;
        display: inline-block;
        padding-left: 25px
    }

        .joincedarmilesForm .checkbox label::before,
        .joincedarmilesForm .checkbox label::after {
            position: absolute;
            content: "";
            display: inline-block;
        }

        .joincedarmilesForm .checkbox label::before {
            height: 16px;
            width: 16px;
            background: transparent;
            border: 1px solid;
            left: 0;
            top: 3px;
        }

        .joincedarmilesForm .checkbox label::after {
            height: 5px;
            width: 9px;
            border-left: 2px solid;
            border-bottom: 2px solid;
            background: transparent;
            transform: rotate(-45deg);
            left: 4px;
            top: 7px;
        }

    .joincedarmilesForm .checkbox input[type="checkbox"] + label::after {
        content: none;
        background: transparent;
    }

    .joincedarmilesForm .checkbox input[type="checkbox"]:checked + label::after {
        content: none;
        background: transparent;
        display: none;
    }

.joincedarmilesForm .captchacode {
    position: relative;
    padding-left: 250px;
}

    .joincedarmilesForm .captchacode p {
        position: absolute;
        left: 20px;
        top: 10px;
    }

.joincedarmilesForm .link {
    color: #0873ba;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    padding-left: 25px;
}

    .joincedarmilesForm .link::before {
        content: '';
        background-color: #0873ba;
        height: 2px;
        width: 18px;
        position: Absolute;
        left: 0px;
        top: 8px;
    }

.privilegesTable {
    width: 100%;
    margin-bottom: 50px;
}

    .privilegesTable th {
        background-color: #0c795b;
        color: white;
        font-weight: 400;
        padding: 15px;
        height: 55px;
    }

    .privilegesTable tr:first-child th {
        font-weight: 500;
        background-color: #063e64;
    }

    .privilegesTable td {
        font-size: 18px;
        color: #292929;
        padding: 15px 10px;
    }

        .privilegesTable td.samewidth {
            width: 146px;
        }

    .privilegesTable .tick {
        background-image: url(/images/tick.png);
        z-index: 10;
        width: 15px;
        height: 11px;
        display: inline-block;
    }

    .privilegesTable tr {
        height: 55px;
    }

    .privilegesTable td a {
    }

    .privilegesTable tr:nth-child(odd) {
        background: #f5f5f5;
    }

    .privilegesTable tr:nth-child(even) {
        background: #ececec;
    }

    .privilegesTable .link {
        display: block;
        color: #0873ba;
        font-size: 18px;
        font-weight: 700;
        position: relative;
    }

        .privilegesTable .link a:before {
            content: '';
            background-color: #0873ba;
            height: 2px;
            width: 0px;
            position: absolute;
            top: 11px;
            left: 0;
        }

        .privilegesTable .link a {
            color: inherit;
            display: inline-block;
            position: relative;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .privilegesTable .link a:hover:before {
                width: 20px;
            }

            .privilegesTable .link a:hover {
                padding-left: 40px;
            }

.toptierprivileges .note {
    font-style: italic;
    font-size: 13px;
    color: #292929;
}

.skypriorityheader h3 {
    color: #252829;
    font-size: 30px;
    text-align: center;
}

.skypriorityheader h4 {
    color: #252525;
    margin: 30px auto;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

.videoHolder {
    position: relative;
    display: block;
}

    .videoHolder img {
        display: block;
        margin: 0 auto;
    }

    .videoHolder::before {
        content: "";
        z-index: 2;
        width: 85px;
        height: 85px;
        position: absolute;
        background-image: url(/images/playvideo.png);
        top: 50%;
        left: 50%;
        margin: -42px
    }

.videoImg {
    margin-bottom: 30px;
}

.skyprioritybanner {
    height: 260.8px;
    background-image: url(/images/sky-priority.png);
    background-size: cover;
}

.skylisting li {
    height: 430px
}

.skylisting .liItem h4 {
    color: #303030;
    font-size: 24px;
    margin: 20px 0;
}

.skylisting .liItem h5 {
    color: #292929;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.skypriorityFinder {
    background: #ededed;
    height: 700px;
    padding: 50px 0;
    margin-bottom: 100px;
}

    .skypriorityFinder h3,
    .joinskypriority h3 {
        color: #252829;
        font-size: 50px;
        text-align: center;
        padding: 50px 0;
    }

    .skypriorityFinder h4,
    .joinskypriority h4 {
        color: #252525;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        width: 50%;
        margin: auto;
        margin-bottom: 50px;
    }

    .skypriorityFinder form {
        width: 50%;
        margin: auto;
    }

        .skypriorityFinder form .formActions .normalBtn {
            cursor: pointer;
            padding: 17px 32px
        }

        .skypriorityFinder form label {
            color: #666666;
        }

        .skypriorityFinder form .inputEntity input[type=text],
        .skypriorityFinder form.inputEntity input[type=password],
        .skypriorityFinder form .inputEntity textarea,
        .skypriorityFinder form .dk-selected {
            border: solid #d3d3d3 1px !important;
            border-radius: 0 !important;
            height: 50px;
            padding: 5px 20px;
            margin-bottom: 20px;
        }

.joinskypriority {
    margin-bottom: 100px;
}

    .joinskypriority .joinBtn {
        width: 220px;
        margin: auto;
    }

    .joinskypriority .normalBtn {
        width: 220px;
    }

.bigNumber input {
    font-size: 54px;
    line-height: 40px;
}

.inputTrigger {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
}

body.fixed,
body.fixedPage {
    overflow: hidden;
    width: 100%;
}

    body.fixed header {
        z-index: 4;
    }

.calendarPopup .month-container {
    width: 100% !important;
    min-width: 100%;
}

.calendarPopup .owl-stage {
    margin: 0 auto
}

.calendarPopup .calendar {
    overflow: visible;
}

.smallHeightWindow .bookTripBlock .fromTo {
    padding: 12px 0;
}

.smallHeightWindow .bookTripBlock .calendarInfos {
    padding: 15px 20px;
}

.smallHeightWindow .bookTripBlock .middleSection .bigNumber,
.smallHeightWindow .bookTripBlock .middleSection .bigNumber input {
    font-size: 65px;
    line-height: 65px;
    padding: 0
}

.smallHeightWindow .bookTripBlock .middleSection .selectNumber .bottomLabel.departDate {
    font-size: 16px;
    padding-top: 5px;
    width: 40px;
}

.smallHeightWindow .bookTripBlock .middleSection .selectNumber .centeredBlock {
    height: 90px;
}

.smallHeightWindow .centeredBlock .plusBtn,
.smallHeightWindow .centeredBlock .minusBtn {
    line-height: 32px;
    width: 35px;
    height: 35px;
}

.smallHeightWindow .centeredBlock .btns {
    width: 100%;
}

.smallHeightWindow .bookTripBlock .middleSection .selectNumber .bigNumber,
.smallHeightWindow .bookTripBlock .middleSection .selectNumber .bigNumber input {
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    width: 25px;
}

.smallHeightWindow .bookTripBlock .middleSection .sameBlock {
    padding: 10px;
}

.smallHeightWindow .bookTripBlock .middleSection .selectDate .bottomLabel.departDate {
    padding: 3px 0;
}

.smallHeightWindow .plusBtn {
    font-size: 30px;
}

.smallHeightWindow .minusBtn {
    bottom: -7px;
}

.inputEntity.flexibleDate {
    background: white;
    -webkit-box-shadow: 0px 1px 1px 1px #d0cece;
    -moz-box-shadow: 0px 1px 1px 1px #d0cece;
    box-shadow: 0px 1px 1px 1px #d0cece;
    font-size: 16px;
    color: #424242;
    font-weight: 500;
    border: none;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
    float: none;
    border: none;
}

    .inputEntity.flexibleDate ul {
        display: inline-block;
    }

.smallHeightWindow .bookTripBlock .calendarInfos .stackedParent li {
    margin-right: 5px;
}

.smallHeightWindow .inputEntity.flexibleDate {
    padding: 15px 10px;
}

.simplebar-scrollbar:before {
    background-color: #ffffff
}

.calendar {
    max-width: 100%;
}

.calendarClose {
    display: block;
    height: 23px;
    width: 20px;
    position: absolute;
    top: 9px;
    right: 10px;
}

.timetableContainer .calendarPopup .calendarClose {
    display: block;
    height: 23px;
    width: 20px;
    position: absolute;
    top: 50px;
}

.timetableContainer .calendarsBlock .owl-nav {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 40px;
}

.timetableContainer .calendarsBlock .calendar .month-container {
    margin-bottom: 0;
    margin-top: 20px;
}

.calendarClose img {
    max-width: 100%;
    position: static;
    transform: none;
}

.simplebar-track.simplebar-vertical {
    opacity: 0;
}

.calendarsBlock.visible .simplebar-track.simplebar-vertical {
    opacity: 1;
}

.calendarsBlock .owl-nav {
    position: absolute;
    top: -55px;
    width: 100%;
    height: 40px;
}

.calendarsBlock .calendar .month-container {
    margin-bottom: 50px;
}

.calendarsBlock .owl-carousel .owl-prev,
.calendarsBlock .owl-carousel .owl-next {
    right: 0;
    font-size: 0;
    height: 27px;
    width: 35px;
    background-size: cover;
    background-image: url(../images/right-arrow.png);
}

    .calendarsBlock .owl-carousel .owl-prev.disabled,
    .calendarsBlock .owl-carousel .owl-next.disabled {
        display: block;
        opacity: 0.7;
    }

.calendarsBlock .owl-carousel .owl-prev {
    right: 50px;
    left: auto;
    background-image: url(../images/left-arrow.png)
}

.passType {
    display: block;
    color: #b9b9b9;
    margin-bottom: 5px;
}

.bookingtabs .optionItem2 .optionInfo h4 {
    display: block;
}

    .bookingtabs .optionItem2 .optionInfo h4 br {
        display: none;
    }

.bookingtabs .optionItem2 .optionInfo h2 {
    position: relative;
}

    .bookingtabs .optionItem2 .optionInfo h2 .plusBtn {
        top: 1px;
        right: -40px;
    }

    .bookingtabs .optionItem2 .optionInfo h2 .minusBtn {
        top: 0;
        left: -40px;
    }

.bookingtabs .optionItem2 .optionInfo h4 {
    margin-bottom: 5px;
    color: #b9b9b9;
}

.flexibleDate label {
    margin-right: 10px;
}

.bookTripBlock .stackedParent.withMarginBtm {
    margin-bottom: 10px;
    margin-top: 0;
}

.bookingContainer .flexibleDate li {
    display: inline-block
}

.bookingContainer .inputEntity.flexibleDate {
    margin-bottom: 15px;
    box-shadow: none;
    padding: 14px 20px;
}

.bookingContainer input[type="submit"]:disabled {
    opacity: 0.7;
    cursor: default
}

    .bookingContainer input[type="submit"]:disabled:hover {
        background: #0873ba
    }

.bookingContainer .inputEntity.flexibleDate label {
    color: #b9b9b9;
    font-size: 16px;
    font-weight: normal;
    margin-right: 15px;
}

.bookingContainer .inputEntity.flexibleDate li label {
    color: #545456;
    padding-left: 30px;
    padding-top: 2px;
    display: inline-block;
}

.contentPage h2 {
    font-size: 50px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 60px;
    color: #252829;
    text-align: center;
}

.contentPage {
    padding: 60px 0 100px;
    font-size: 16px;
    line-height: 26px;
}

    .contentPage h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .contentPage h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

.imageHolder img {
    display: block;
    max-width: 100%;
}

.contentPage .imageHolder {
    margin-bottom: 20px;
}

.pagesMenu .mainMenu li a {
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.pagesMenu .mainMenu li {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .pagesMenu .mainMenu li:hover {
        background-color: #f4f5f6;
        color: #2e3337;
    }

        .pagesMenu .mainMenu li:hover a {
            color: white;
        }

    .pagesMenu .mainMenu li:hover {
        background-color: #0a65a2;
    }

.contentPage a {
    font-weight: bold;
    color: #0873ba;
}

    .contentPage a:hover {
        text-decoration: underline
    }

.toptierprivileges li {
    padding-left: 15px;
    position: relative;
}

    .toptierprivileges li:after {
        content: '\f105';
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

.contentText img {
    display: block;
    max-width: 100%;
}

.card-desc {
    margin-bottom: 30px;
}

.contentText .col-md-4:nth-child(3n+1) {
    clear: both;
}

.baggageTables ul.listing li {
    position: relative;
    padding-left: 20px;
}

    .baggageTables ul.listing li::before {
        position: absolute;
        content: "";
        background-image: url(../images/blueDisk.png);
        width: 7px;
        height: 7px;
        top: 12px;
        left: 0;
    }

.withmea h4,
h4.contactus {
    text-align: center !important;
    color: #252525;
    font-size: 24px;
    padding-bottom: 40px;
}

.contactList h5 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.contactList .link {
    color: #0873ba;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding-left: 28px;
}

    .contactList .link::before {
        position: absolute;
        content: "";
        background-image: url(../images/blueRectangle.png);
        width: 16px;
        height: 2px;
        top: 7px;
        left: 4px;
    }

.contactList .block {
    margin-bottom: 50px;
    min-height: 200px;
    color: #666666;
    line-height: 34px;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.contactList .icon img {
    display: block;
    margin: 20px auto;
    max-height: 31px
}

.myAccountDashboard {
    height: 540px;
    position: relative;
    background-size: cover;
    background-image: url(/images/dashboard-banner.png);
    margin-bottom: 200px;
}

    .myAccountDashboard h3 {
        color: #FFF;
        font-size: 50px;
        float: left;
        padding: 30px 0;
        position: relative
    }

    .myAccountDashboard .accountHeader {
        color: #FFF;
        float: right;
        padding: 60px 0 0;
    }

        .myAccountDashboard .accountHeader h4 {
            font-size: 32px;
            width: auto;
            color: #FFF;
            float: left;
        }

        .myAccountDashboard .accountHeader .links {
            float: right;
        }

        .myAccountDashboard .accountHeader .link {
            font-size: 12px;
            position: relative;
            display: inline-block;
            padding-left: 20px;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
            margin-right: 30px;
        }

            .myAccountDashboard .accountHeader .link::before {
                content: "";
                top: 7px;
                left: 0;
                background-color: #FFF;
                width: 15px;
                height: 2px;
                position: absolute;
            }

            .myAccountDashboard .accountHeader .link:last-child {
                margin-right: 0;
            }

    .myAccountDashboard .accountContent {
        margin: 30px 0;
    }

        .myAccountDashboard .accountContent img {
            display: block;
            float: left;
            margin-right: 30px;
        }

        .myAccountDashboard .accountContent .cardHolder > div {
            position: absolute;
            left: 25px;
            top: 115px;
            font-size: 12px;
        }

            .myAccountDashboard .accountContent .cardHolder > div + div {
                position: absolute;
                left: 25px;
                top: 130px;
                font-size: 12px;
            }

                .myAccountDashboard .accountContent .cardHolder > div + div + div {
                    position: absolute;
                    left: 25px;
                    top: 144px;
                    font-size: 12px;
                }

        .myAccountDashboard .accountContent h5 {
            color: #FFF;
            font-size: 24px;
            margin-bottom: 15px;
        }

    .myAccountDashboard .accountContent {
        color: #FFF;
        font-size: 22px;
        line-height: 28px;
        font-weight: 300;
        position: relative;
    }

    .myAccountDashboard .myaccount-details {
        margin-top: 50px;
    }

    .myAccountDashboard .totalbalance,
    .myAccountDashboard .qmiles,
    .myAccountDashboard .qsectors {
        padding: 30px;
        height: 280px;
        color: #FFF;
    }

    .myAccountDashboard .totalbalance {
        background-color: #30abe4;
    }

    .myAccountDashboard .qmiles {
        background-color: #0d795b;
    }

    .myAccountDashboard .qsectors {
        background-color: #ca123d;
    }

        .myAccountDashboard .totalbalance img,
        .myAccountDashboard .qmiles img,
        .myAccountDashboard .qsectors img {
            display: block;
            margin: auto;
            margin-bottom: 20px;
        }

        .myAccountDashboard .totalbalance h5,
        .myAccountDashboard .qmiles h5,
        .myAccountDashboard .qsectors h5 {
            color: #FFF;
            font-size: 24px;
            text-align: center;
            margin-bottom: 10px;
        }

        .myAccountDashboard .totalbalance h4,
        .myAccountDashboard .qmiles h4,
        .myAccountDashboard .qsectors h4 {
            color: #FFF;
            font-size: 54px;
            text-align: center;
        }

.accountOptions {
    height: 330px;
    background-color: #2e3337;
    padding: 90px 0;
}
    .accountOptions .row{
        display:flex;
        justify-content:center;
    }
    
    
    .accountOptions .option img {
        display: block;
        margin: auto;
    }

    .accountOptions .option h4 {
        text-align: center;
        color: #FFF;
        font-size: 20px;
        text-align: center;
        margin: 20px auto;
        font-weight: 400;
    }

    .accountOptions .option {
        position: relative;
        height: 120px;
    }

        .accountOptions .option::after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: calc(calc(100% - 65px) / 2);
            width: 65px;
            height: 1px;
            background-color: #FFF;
        }

.whatyoucanget {
    background-color: #0d795b;
    padding: 50px;
    margin-bottom: 100px;
}

    .whatyoucanget h4 {
        color: #FFF;
        font-size: 30px;
        margin-bottom: 45px;
        font-weight: 400;
    }

    .whatyoucanget h5 {
        font-size: 22px;
        color: #FFF;
        margin-bottom: 20px;
    }

    .whatyoucanget li a {
        color: #FFF;
        font-size: 18px;
        line-height: 30px;
        font-weight: 300;
        padding-left: 20px;
        position: relative;
    }

.reissuemycard h4 {
    color: #252525;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

.reissuemycard img {
    display: block;
    margin: 10px auto;
}

.reissuemycard h5 {
    color: #666666;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
}

.reissuemycard .reissueBtns .normalBtn {
    display: inline-block;
    width: 225px;
    margin-right: 25px;
}

    .reissuemycard .reissueBtns .normalBtn:last-child {
        margin-right: 0;
    }

.reissuemycard .reissueBtns {
    margin: 50px auto;
    width: 480px;
}

.reissuemycard .grayContainer {
    background-color: #ededed;
    padding: 50px 0;
}

    .reissuemycard .grayContainer .link,
    .whatyoucanget.grayBg .link {
        color: #0873ba;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        padding-left: 27px;
    }

        .reissuemycard .grayContainer .link::before,
        .whatyoucanget.grayBg .link::before {
            position: absolute;
            content: "";
            background-image: url(../images/blueRectangle.png);
            width: 16px;
            height: 2px;
            top: 9px;
            left: 5px;
        }

.earnMilesWithMea h4 {
    color: #252525;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding: 0 100px;
}

.earnMilesWithMea {
    margin-bottom: 100px;
}

.whatyoucanget.grayBg {
    background-color: #ededed;
    margin-bottom: 0;
}

    .whatyoucanget.grayBg h4 {
        color: #252829
    }

    .whatyoucanget.grayBg h5 {
        color: #262626;
    }

    .whatyoucanget.grayBg li a,
    .whatyoucanget.grayBg li p,
    .whatyoucanget.grayBg a::before {
        color: #292929;
    }

    .whatyoucanget.grayBg p {
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
    }

    .whatyoucanget.grayBg .findoutmore {
        margin-top: 30px;
    }

        .whatyoucanget.grayBg .findoutmore .link {
            text-transform: uppercase
        }

.partnersList .expandCollapse {
    margin-bottom: 100px;
}

    .partnersList .expandCollapse .toggleTitle::after {
        display: none
    }

    .partnersList .expandCollapse .toggleItem .toggleTitle {
        padding: 15px 0;
        border-top: #d1d1d1 solid 1px;
        border-bottom: none;
    }

    .partnersList .expandCollapse .toggleItem {
        border-bottom: none;
    }

    .partnersList .expandCollapse .toggleTitle h4 {
        color: #262626;
        font-size: 24px;
        line-height: 40px;
    }

    .partnersList .expandCollapse .toggleTitle p {
        color: #292929;
        font-size: 18px;
        line-height: 26px;
    }

    .partnersList .expandCollapse .toggleTitle a {
        color: #0873ba;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        padding-left: 27px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

        .partnersList .expandCollapse .toggleTitle a::before {
            position: absolute;
            content: "";
            background-image: url(../images/blueRectangle.png);
            width: 16px;
            height: 2px;
            top: 11px;
            left: 5px;
        }

    .partnersList .expandCollapse .toggleTitle .readtoggle {
        margin-top: 30px;
    }

        .partnersList .expandCollapse .toggleTitle .readtoggle .readless {
            display: none;
        }

    .partnersList .expandCollapse .toggleTitle.active .readtoggle .readless {
        display: block;
    }

    .partnersList .expandCollapse .toggleTitle.active .readtoggle .readmore {
        display: none;
    }

    .partnersList .expandCollapse .toggleTitle .readtoggle .readmore {
        display: block;
    }

    .partnersList .expandCollapse .toggleTitle .imageHolder {
        display: table;
        height: 150px;
    }

        .partnersList .expandCollapse .toggleTitle .imageHolder .image {
            display: table-cell;
            vertical-align: middle;
            padding-left: 10px;
        }

.cargoForm {
    padding-top: 0;
    padding-bottom: 70px;
}

.formPage {
    padding-top: 0;
    padding-bottom: 50px;
}

.cargoForm .cargoInput {
    padding: 30px 0;
}

.cargoForm h4 {
    color: #252525;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.cargoForm h5 {
    color: #666666;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    font-weight: 400;
}

.checkInInput.withoutLabel {
    margin-top: 30px;
}

.timetableRow .optionItem1 {
    height: 55px !important;
}

.timetableRow span {
    font-size: 18px;
}

.timetableRow li .inputHolder {
    background-color: #FFF;
    padding-left: 15px;
    height: 55px;
}

.timetableRow li input {
    border: none;
}

.timetableRow .locationList {
    left: 0;
    top: 100%;
    width: 100%;
}

.timetableRow li .inputHolder.dropdown {
    position: relative;
}

.timetableContainer .searchflight {
    margin-top: 29px;
    letter-spacing: 2px;
    font-weight: 300;
    position: relative;
}

input[type=submit].normalBtn.blueBg:disabled {
    opacity: 0.5;
    cursor: default;
    border: 1px solid #0873ba;
    float: left;
}

    input[type=submit].normalBtn.blueBg:disabled:hover {
        background-color: #0873ba !important;
        color: #fff !important;
    }

input[type=submit].normalBtn.blueBg.searchflight:disabled {
    opacity: 0.5;
    cursor: default;
    float: left;
}

.tabsHolder input[type=submit].normalBtn.blueBg.searchflight:disabled {
    float: right
}

div {
    background-size: cover
}

input[type=submit].normalBtn.blueBg:disabled:hover {
    background-color: #0873ba;
}

.partnersList .expandCollapse .toggleItemDetails h4 {
    color: #252525;
    font-size: 32px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.partnersList .expandCollapse .toggleItemDetails h5 {
    color: #252525;
    font-size: 20px;
    margin-bottom: 10px;
}

.partnersList .expandCollapse .toggleItemDetails p,
.partnersList .expandCollapse .toggleItemDetails li {
    color: #292929;
    font-size: 18px;
    line-height: 26px;
}

.partnersList .expandCollapse .toggleItemDetails li {
    position: relative;
    padding-left: 15px;
}

    .partnersList .expandCollapse .toggleItemDetails li::before {
        position: absolute;
        content: "\f105";
        font-family: 'FontAwesome';
        left: 2px;
    }

.partnersList .expandCollapse .toggleItemDetails {
    padding-bottom: 30px;
    border-bottom: solid 1px #d1d1d1;
}

.aboutusBanner {
    min-height: 400px;
    background-image: url(../images/aboutus-banner.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 3;
}

.organizationChart {
    margin-bottom: 100px
}

.financialStatements {
    margin-bottom: 90px;
}

    .financialStatements .statementBlock {
        border: #0873ba solid 2px;
        padding: 35px;
        margin-bottom: 30px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

        .financialStatements .statementBlock h4 {
            color: #252829;
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 35px;
        }

        .financialStatements .statementBlock .link {
            color: #0873ba;
            font-size: 16px;
            font-weight: 600;
            position: relative;
            padding-left: 27px;
        }

            .financialStatements .statementBlock .link::before {
                position: absolute;
                content: "";
                width: 16px;
                background-color: #0873ba;
                height: 2px;
                top: 9px;
                left: 5px;
            }

        .financialStatements .statementBlock:hover h4,
        .financialStatements .statementBlock:hover .link {
            color: #FFF
        }

            .financialStatements .statementBlock:hover .link::before {
                background-color: #FFF;
            }

        .financialStatements .statementBlock:hover {
            border: solid 2px #05395c;
            background-color: #05395c;
        }

.you-may-need-to-know-about {
    margin-top: 0;
    padding-top: 40px;
    /*background-image: url(/images/dotted-bg.jpg);*/
}

    .you-may-need-to-know-about .blockTitle {
        font-size: 40px;
        color: #252829;
        text-align: center;
    }

.knowaboutItem {
    background-color: #ffffff;
    display: inline-block;
    min-height: 500px;
    margin-bottom: 50px;
}

    .knowaboutItem h4 {
        color: #2b363e;
        font-size: 27px;
        padding: 15px 20px;
        font-weight: 500;
    }

    .knowaboutItem p {
        min-height: 106px;
    }

    .knowaboutItem p,
    .knowaboutItem .textHolder {
        padding: 0 20px;
        color: #292929;
        line-height: 30px;
        font-size: 18px;
        min-height: 150px;
    }

    .knowaboutItem .normalBtn {
        margin: 20px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 300px;
    }

        .knowaboutItem .normalBtn.largebtn {
            padding: 17px 20px;
        }

.supportBanner {
    min-height: 400px;
    background-image: url(../images/supportbanner.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 3;
}

.contactinfoTable .link {
    color: #0873ba;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 27px;
}

    .contactinfoTable .link::before {
        position: absolute;
        content: "";
        background-color: #0873ba;
        width: 16px;
        height: 2px;
        top: 9px;
        left: 5px;
    }

.contactinfoTable .table1 th {
    font-size: 20px;
}

.contactinfoTable .table1 td,
.contactinfoTable .table1 th {
    padding: 15px 30px;
}

.contactinfoTable .table1 tr:nth-child(even) {
    background: #f0f0f0;
}

.contactinfoTable .table1 tr:nth-child(odd) {
    background: #fff;
}

.contactinfoList {
    margin-bottom: 100px;
    background-color: #0873ba;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    padding: 40px 0;
}

    .contactinfoList h4 {
        color: #FFF;
        font-size: 22px;
        margin-bottom: 25px;
        font-weight: 500;
    }

    .contactinfoList .link {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        padding-left: 27px;
        display: block;
        color: #FFF;
    }

        .contactinfoList .link::before {
            position: absolute;
            content: "";
            background-color: #FFF;
            width: 16px;
            height: 2px;
            top: 12px;
            left: 5px;
        }

.airlines h2 {
    color: #252829;
    font-size: 50px;
    text-align: center;
    margin-bottom: 100px;
}

.airlines .owl-nav {
    display: none;
}

.airlines .owl-dots {
    text-align: center;
}

.airlines .owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    display: inline-block;
    margin-left: 5px;
}

    .airlines .owl-dot.active,
    .airlines .owl-dot:hover {
        border: 1px solid #0873ba;
        background-color: #0873ba;
    }

.airlines .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.contactusForm {
    margin-top: 20px;
    margin-bottom: 50px;
}

contactusForm form inputEntity label {
    display: inline-block;
}

contactusForm form inputEntity span {
    color: red;
}

.contactusForm h3 {
    font-size: 50px;
    line-height: 42px;
    font-weight: 500;
    padding: 60px 0;
    color: #252829;
    text-align: center;
}

.contactusForm h4 {
    clear: both;
    padding-left: 15px;
    margin-bottom: 20px;
    color: #252829;
    font-size: 30px;
}

.contactusForm .customSelect .dk-select {
    width: 100%;
}

.contactusForm .inputEntity input[type=text],
.contactusForm .inputEntity input[type=password],
.contactusForm input[type=email], .contactusForm .dk-selected {
    border: solid #d3d3d3 1px !important;
    border-radius: 0 !important;
    height: 50px;
    padding: 5px 20px;
    width:100%;
}

.contactusForm .inputEntity textarea {
    border: solid #d3d3d3 1px !important;
    border-radius: 0 !important;
    padding: 5px 20px;
}

.contactusForm .dk-selected:after {
    border-left: 0;
}

.contactusForm label {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.contactUsTitle h4 {
    color: #252525;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    padding-bottom: 30px;
}

.contactusForm .contactForm {
    width: 100%;
}

.contactUsTitle h3 {
    color: #252829;
    font-size: 36px;
    text-align: center;
    padding: 60px 0;
}

.contactUsTitle {
    margin-bottom: 50px;
}

.ourLocations .customSelect .dk-select {
    width: 100%;
}

.ourLocations .dk-selected {
    border: solid #FFF 1px !important;
    border-radius: 0 !important;
    height: 55px;
    padding: 5px 20px;
    background-color: transparent
}

    .ourLocations .dk-selected:after {
        border-left: 0;
    }

.ourLocations label {
    font-size: 16px;
    color: #FFF;
    line-height: 26px;
    margin-bottom: 10px;
}

.ourLocations {
    background-color: #2e3337;
    padding: 40px 0px 65px;
}

    .ourLocations h3 {
        color: #FFF;
        text-align: center;
        font-size: 36px;
    }

.mobileappBanner {
    min-height: 400px;
    background-image: url(../images/mobileappBanner.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 3;
}

.mobileappBlock {
    height: 740px;
    background-image: url(/images/mobileapp.png);
    margin-bottom: 200px;
}

    .mobileappBlock h2,
    .mobileappBlock h3,
    .mobileappBlock h4,
    .mobileappBlock h5,
    .mobileappBlock p {
        color: #FFF;
    }

    .mobileappBlock h2 {
        padding-top: 80px;
    }

    .mobileappBlock h3 {
        text-align: center;
        font-size: 36px;
        padding: 10px 0;
    }

    .mobileappBlock h4 {
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .mobileappBlock h5 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .mobileappBlock p {
        font-size: 18px;
        line-height: 26px;
    }

    .mobileappBlock .blockDescription {
        margin: 40px 0;
    }

    .mobileappBlock .appLogos a {
        display: inline-block;
        content: '';
        background-size: cover;
        background-position: center center;
    }

        .mobileappBlock .appLogos a.appStore {
            width: 120px;
            height: 40px;
            background-position: -153px 0;
            margin-right: 14px;
        }

        .mobileappBlock .appLogos a.playStore {
            width: 136px;
            height: 40px;
            background-position: -279px 0;
        }

    .mobileappBlock .blockDescription {
        font-size: 22px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 40px;
    }

.mobileappContainer {
    position: relative
}

.mobileappBlock .imageHolder {
    position: absolute;
    right: 0;
    top: 50px;
}

.skyteamDesc h4 {
    color: #252525;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.skyteaminfo li {
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #292929;
}

    .skyteaminfo li:after {
        content: '\f105';
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        left: -5px;
        top: 0;
    }

.skyteaminfo .detailslink {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    margin: 75px 0
}

    .skyteaminfo .detailslink .link {
        color: #0873ba;
        font-size: 16px;
        font-weight: 600;
        position: relative;
    }

.partnersBlock h3 {
    font-size: 30px;
    color: #252829;
    margin-bottom: 50px;
}

.partnersBlock .listingImage img {
    width: auto;
}

.spend-miles-listing .listingImage img {
    display: block
}

.partnersBlock h4 {
    color: #262626;
    font-size: 24px;
    line-height: 40px;
}

.partnersBlock p {
    color: #292929;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
}

.partnersBlock a {
    color: #0873ba;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.partnersBlock .listingItemLI:last-child {
    border-bottom: none;
}

.partnersBlock {
    margin-bottom: 100px;
}

.measales {
    margin: 0 auto 50px;
    max-width: 1000px;
}

    .measales li:nth-child(2n+1) {
        clear: both
    }

    .measales .tabsLinks a {
        display: block;
        color: #000;
        font-size: 20px;
        font-weight: 300;
        text-decoration: none;
        border: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid transparent;
    }

    .measales .tab {
        display: none;
        padding-top: 15px;
        width: 100%;
    }

.cedarmilesBlock .imageHolder.aos-init.aos-animate:hover {
    opacity: 0.85;
    transform: scale(1.1);
}

.measales .tabsLinks a.active {
    border-bottom: solid 1px #000;
    color: #000;
    font-weight: 500;
}

.measales:after {
    content: '';
    display: block;
    clear: both
}

.measales .tabsLinks {
    background: #FFF;
    border-bottom: solid #645668 0px;
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    height: 500px;
    width: 30%;
    background-color: #e4e4e4;
    float: left;
}

.measales .tabsHolder .container {
    max-width: 100%
}

.measales .tab li {
    width: 50%;
    float: left;
}

.measales .tabsHolder {
    width: 70%;
    float: left;
    height: 500px;
    overflow: auto;
    background-size: auto;
    background-repeat: repeat;
    background-image: url(/images/dotted-bg.jpg);
}

    .measales .tabsHolder .tab {
        padding: 30px;
    }

    .measales .tabsHolder h3 {
        color: #000;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10PX;
    }

    .measales .tabsHolder .blockDescription .title {
        color: #000;
        font-weight: 500
    }

    .measales .tabsHolder .blockDescription a {
        color: #000;
        font-weight: 500
    }

    .measales .tabsHolder .blockDescription {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        font-weight: 300;
    }

        .measales .tabsHolder .blockDescription .link {
            color: #000;
            font-size: 16px;
            font-weight: 600;
            position: relative;
            padding-left: 27px;
        }

            .measales .tabsHolder .blockDescription .link::before {
                position: absolute;
                content: "";
                background-color: #0873ba;
                width: 16px;
                height: 2px;
                top: 9px;
                left: 5px;
            }

.cargoResult #divResult {
    margin-top: 35px;
}

    .cargoResult #divResult .privilegesTable,
    .cargoResult #divResult .noResult {
        display: none;
    }

    .cargoResult #divResult .unit {
        color: #ffffff;
        text-align: center;
        width: 100%;
        display: block;
    }

.timetableContainer .timetableRow,
.bigcontainer.formPage .cargoForm,
.baggage.bigcontainer .container,
.bigcontainer.formPage .row {
    position: relative;
}

.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background-image: url(../images/Loader.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.baggage.bigcontainer .checkInInput input {
    margin: 0;
}

.miles-status {
    width: 70%;
    margin: auto;
}

    .miles-status .progress-circle {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 130px;
    }

.progress-info {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

    .progress-info.right {
        float: right;
    }

.miles-status .graycircle {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: #d4d4d4 solid 10px;
    position: relative;
}

.miles-status .greencircle {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: #0d795b solid 10px;
    border-right: solid transparent 10px;
    position: absolute;
    top: 0;
}

.miles-status .redcircle {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: #ca123d solid 10px;
    border-right: solid transparent 10px;
    position: absolute;
    top: 0;
}

#progress-circle-green,
#progress-circle-fuschia {
    width: 125px;
    height: 125px;
}

.miles-status .progress-info .text {
    font-size: 24px;
    color: #282828;
    font-weight: 500;
}

.miles-status .progress-info .number {
    font-size: 36px;
    color: #0873ba;
    font-weight: 500;
}

.miles-status .block {
    margin-bottom: 50px;
}

.miles-status h3 {
    color: #252829;
    font-size: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.miles-status .info {
    font-size: 20px;
    color: #3e3e3e;
    font-weight: 500;
    text-align: center;
}

.progress {
    position: relative;
}

    .progress .progress-line {
        margin: 100px 0;
        height: 6px;
        background-color: #0873ba;
        z-index: 1;
    }

    .progress .blue-arrow {
        position: absolute;
        top: -17px;
        right: -5px;
        width: 0;
        height: 0;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #0873ba;
        border-top: 20px solid transparent;
    }

    .progress .gray-bars {
        position: absolute;
        width: 98%;
        top: -9px;
        z-index: -1;
    }

    .progress .gray-bar {
        width: 0.1%;
        display: inline-block;
        background-color: #d5d5d5;
        height: 24px;
        margin-right: 0.9%;
    }

    .progress .blue-bar {
        width: 0.5%;
        display: inline-block;
        background-color: #0873ba;
        height: 24px;
        position: absolute;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -o-transition: all 3s;
        transition: all 3s;
    }

        .progress .blue-bar.atZero {
            left: 0% !important;
        }

    .progress .numberOfMiles {
        position: absolute;
        top: -50px;
        right: 0;
        font-size: 36px;
        color: #0873ba;
        font-weight: 500;
        white-space: nowrap;
    }

#routesUL:after {
    content: '';
    display: block;
    clear: both;
}

.multiFormsHolder > .col-md-12:nth-child(6) {
    z-index: 1;
    position: relative
}

.multiFormsHolder > .col-md-12:nth-child(5) {
    z-index: 2;
    position: relative
}

.multiFormsHolder > .col-md-12:nth-child(4) {
    z-index: 3;
    position: relative
}

.multiFormsHolder > .col-md-12:nth-child(3) {
    z-index: 4;
    position: relative
}

.multiFormsHolder > .col-md-12:nth-child(2) {
    z-index: 5;
    position: relative
}

.multiFormsHolder > .col-md-12:nth-child(1) {
    z-index: 6;
    position: relative
}

.bookinginputs .selectNumber .centeredBlock {
    height: 100px;
    display: block;
    padding: 15px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.bookinginputs .selectNumber {
    padding: 0;
    height: 110px;
    margin-bottom: 15px;
    background-color: #FFF;
}

.bookinginputs .topLabel {
    font-size: 20px;
    font-weight: 400;
    color: #b9b8b9;
    text-align: left;
}

.bookinginputs .selectNumber .bottomLabel.departDate {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 500;
    text-align: left;
    color: #424242;
    width: 45px;
    display: inline-block;
}

.bookinginputs .bigNumber,
.bookinginputs .bigNumber input {
    padding: 18px 15px 18px 0;
    text-align: left;
    display: inline-block;
    width: auto;
    font-size: 50px;
    line-height: 25px;
    padding: 0;
    color: #424242;
    font-weight: 600;
}

    .bookinginputs .bigNumber input {
        border: none;
        width: 45px;
        text-align: center;
        padding: 0;
    }

.cabinClass .dk-select-open-down .dk-select-options {
    margin-top: -9px;
}

.bookinginputs .centeredBlock .plusBtn,
.bookinginputs .centeredBlock .minusBtn {
    display: table-cell;
    border: solid #a09fa2 1px;
    background-color: #e7e8ea;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #424242;
    padding: 0px 5px;
    width: 29px;
}

.bookinginputs .centeredBlock .btns {
    display: table;
    width: 78px;
    border-collapse: collapse;
    margin: auto;
    margin-top: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.mainRightBlock {
    left: -100% !important;
}

    .mainRightBlock.visible {
        left: 25% !important;
    }

        .mainRightBlock.visible.activeCalendar {
            left: calc(25% + 360px) !important
        }

    .mainRightBlock + .mainRightBlock {
        height: 100vh;
    }

        .mainRightBlock + .mainRightBlock + .mainRightBlock {
        }

.bookTripBlock .relativeBlock {
    height: 100vh
}

.newsContainer .highlight .listingHolder li:first-child {
    width: 100%;
    height: 525px;
}

    .newsContainer .highlight .listingHolder li:first-child .listingInfos {
        width: 460px;
        height: 320px;
        margin: 100px 50px;
        background: rgba(0, 0, 0, 0.8);
    }

    .newsContainer .highlight .listingHolder li:first-child .listingImage a::before {
        display: none
    }

    .newsContainer .highlight .listingHolder li:first-child .listingInfos h4 {
        font-size: 30px;
        font-weight: 500;
    }

.newsContainer .listingItemLI {
    height: 235px;
    padding: 6px;
}

    .newsContainer .listingItemLI .listingDescription {
        display: block;
        color: #FFF;
        font-size: 18px;
        line-height: 26px;
        padding: 30px 30px;
        font-weight: 300;
    }

    .newsContainer .listingItemLI .listingItem.op1v13 .listingInfos {
        z-index: 10;
        position: absolute;
    }

    .newsContainer .listingItemLI .listingDescription h4 {
        color: #0873ba;
        font-weight: 300;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

.newsContainer .listingLink a,
.newsContainer .listingDescription a {
    color: #FFF;
}

.newsContainer .listingItemLI .listingDescription .date {
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
}

.newsContainer .listingItemLI .listingDescription .link {
    font-size: 12px;
    bottom: 30px;
    font-weight: 500;
    position: absolute;
    padding-left: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .newsContainer .listingItemLI .listingDescription .link::before {
        position: absolute;
        content: "";
        background-color: #FFF;
        width: 16px;
        height: 2px;
        top: 12px;
        left: 5px;
    }

.listingItem.op1v13 .listingImage a {
    background-color: #0873ba !Important;
}

.listingItem.op1v13 {
    cursor: pointer
}

.newsContainer .moreNewsBtn {
    width: 180px;
    margin: auto;
    margin-top: 50px;
    padding: 17px 32px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.newsContainer .loadMoreBtn a {
    padding: 0 30px;
    font-weight: 500;
    font-size: 12px;
    width: 180px;
}

.newsContainer {
    margin-bottom: 100px;
}

.highlighted-text {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 50px;
}

.news-details {
    margin-bottom: 100px;
}

    .news-details .news-header {
        position: relative
    }

    .news-details .news-title,
    .related-news .news-title {
        font-size: 32px;
        line-height: 54px;
        font-weight: 500;
        padding: 80px 0 30px;
        color: #252829;
        text-align: center;
        margin: 0 20px;
    }

    .news-details .link {
        font-size: 12px;
        top: 40px;
        font-weight: 600;
        position: absolute;
        padding-left: 27px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0873ba;
        left: 15%;
    }

        .news-details .link.backtonews {
            left: 50%;
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .news-details .link::before {
            position: absolute;
            content: "";
            background-color: #0873ba;
            width: 16px;
            height: 2px;
            top: 5px;
            left: 5px;
        }

    .news-details .news-header .date {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    .news-details .news-image {
        margin: 50px 0;
        text-align: center;
    }

    .news-details .news-text-highlight {
        font-size: 24px;
        font-weight: 500;
        color: #252525;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .news-details .news-text {
        color: #292929;
        font-weight: 300;
        font-size: 18px;
    }

    .news-details .newstext-carousel .text-content {
        width: 70%;
        margin: 30px auto;
        font-size: 16px !important;
        font-family: 'Roboto', sans-serif !important;
        line-height: 26px;
        color: #292929;
    }

    .news-details .newstext-carousel .owl-prev {
        width: 35px;
        height: 27px;
        font-size: 0;
        content: '';
        background-position: 0 -37px;
    }

    .news-details .newstext-carousel .owl-next {
        width: 35px;
        height: 27px;
        font-size: 0;
        content: '';
        background-position: -39px -37px;
    }

    .news-details .newstext-carousel .disabled {
        display: block !important;
    }

    .news-details .newstext-carousel .owl-carousel .owl-next {
        right: 0;
    }

    .news-details .newstext-carousel .owl-carousel .owl-prev {
        right: 50px;
        left: auto;
    }

.news-introBlock {
    display: block;
}

.newsdetailsBlock {
    display: none;
}

.col-md-3 .departure span,
.col-md-3 .arrival span {
    width: 50px;
    float: left;
}

body.fixed header,
body.fixed .fullScreenLinks {
    opacity: 0;
    z-index: -1
}

.selectize-input {
    border: 0;
    height: 55px;
    padding: 0px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.selectize-control.single .selectize-input:after {
    display: none
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: text
}

.selectize-input > * {
    height: 55px;
    padding: 18px 0px;
}

.selectized .country input {
    font-size: 16px;
    padding: 5px 31px;
    display: block;
    width: 100%;
    color: #666666;
}

    .selectized .country input .countryCode {
        font-weight: bold;
        margin-right: 15px;
    }

.selectize-dropdown [data-selectable].option {
    font-size: 16px;
    padding: 5px 31px;
    display: block;
    width: 100%;
    color: #666666;
}

    .selectize-dropdown [data-selectable].option span {
        font-weight: bold;
        margin-right: 15px;
    }

.optionItemDropDown {
    height: auto;
    margin-bottom: 13px;
    padding: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    color: #666666;
}

    .optionItemDropDown .customSelect {
        height: 55px;
        border: none;
        width: 100%;
    }

        .optionItemDropDown .customSelect .dk-select {
            width: 100% !important;
        }

        .optionItemDropDown .customSelect .dk-selected::before {
            position: absolute;
            top: 50%;
            margin: 0;
            margin-top: -12px;
            right: 30px;
            border: none;
            content: "\f107";
            font-family: "FontAwesome";
            font-size: 24px;
        }

        .optionItemDropDown .customSelect .dk-selected {
            padding-top: 15px;
            height: 48px;
        }

        .optionItemDropDown .customSelect .dk-option-selected {
            background-color: #0873ba;
            color: #fff !important;
        }

.white.baggageTextHolder.bottomDiv .optionItemDropDown .customSelect .dk-option-selected,
.white.baggageTextHolder.bottomDiv .optionItemDropDown .customSelect .dk-option:hover,
.white.baggageTextHolder.bottomDiv .optionItemDropDown .dk-option-highlight {
    color: white !important;
    width: 100%
}

.optionItemDropDown .customSelect select {
    width: 100%
}

.optionItemDropDown .customSelect .dk-selected {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border: none;
    font-family: 'Roboto', sans-serif;
    border: none;
}

.optionItemDropDown .customSelect .dk-option {
    padding: 5px 20px;
}

.optionItemDropDown .customSelect .dk-select-options .dk-option-highlight {
    background-color: #0873ba;
}

.baggage {
    padding: 0px 0px 0px 0px;
}

    .baggage .checkinbuttons .normalBtn {
        width: 100%
    }

.searchParent.iconOff::before {
    background-image: none
}

.checkMyTrip .checkMyTripText {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 40px;
    color: black;
}

.iconOff:before {
    display: none
}

.checkMyTrip .checkMyTripText ul li {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 3px;
}

    .checkMyTrip .checkMyTripText ul li::before {
        position: absolute;
        content: "\f105";
        font-family: 'FontAwesome';
        left: 2px;
    }

.checkMyTrip .fromTo {
    padding: 20px 15px;
}


.calendarPopup .calendarClose {
    display: block;
    height: 23px;
    width: 20px;
    position: absolute;
    top: 18%;
    right: 0px;
}

.bookandbuy + .calendarPopup .calendarClose {
    top: 20px;
}

.inputEntity .erroMessage,
.contactusForm .errorMessage {
    background: none !important;
    color: white !important;
    height: auto !important;
    line-height: initial !important;
    padding: 0 !important;
    text-align: right !important;
    bottom: auto;
    top: 5px;
    font-size: 12px;
    font-weight: normal;
}

    .inputEntity .erroMessage:after {
        display: none !important
    }

.contactForm .errorMessage {
    position: absolute;
}

.erroMessage,
.contactForm .errorMessage {
    left: auto;
    right: 0;
}

.contactForm .formActions .primaryBtn:hover {
    background-color: #0873ba;
    color: #FFF;
}

.customSelect.col-md-4 .erroMessage {
    left: auto;
    right: 15px;
    top: -10px;
}

.dk-select-options .dk-option-highlight,
.dk-option-selected,
.bookTripBlock .dk-select-options .dk-option-highlight {
    background: #0873ba;
}

.bookingtabs .multiFormsHolder .optionItem1 {
    background: none;
    height: auto;
    padding: 0 15px !important;
    position: relative;
}

    .bookingtabs .multiFormsHolder .optionItem1 .inputHolder {
        background: white;
        height: 50px;
        padding: 0 30px;
        position: relative;
    }

.smallHeightWindow .bookTripBlock .leftBlock .topBloc h5 {
    font-size: 36px;
    line-height: 36px;
}

.bookingtabs .optionItem1 .textInput {
    width: calc(100% - 100px);
    border: none;
}

.smallHeightWindow .bookTripBlock .checkMyTrip .fromTo {
    padding: 12px;
}

.selectNumber .dateContainer {
    display: inline-block;
    width: 100%;
}

.bookTripBlock .checkMyTrip .fromTo {
    padding: 12PX;
}

    .bookTripBlock .checkMyTrip .fromTo .inputParent {
        width: 100%;
    }

.bookTripBlock .formActions .searchParent.iconOff .normalBtn {
    padding: 17px;
}

.cardHolder {
    width: 300px;
    height: 190px;
    float: left;
    margin-right: 20px;
}

.accountInfo {
    width: calc(100% - 320px);
    float: left;
    font-size: 18px;
    line-height: 25px;
}

input[type=button] {
    cursor: pointer
}

.contentSpacer {
    padding-bottom: 50PX;
}

    .contentSpacer .col-md-4 {
        margin-bottom: 30px;
    }

    .contentSpacer a {
        text-decoration: underline;
        color: #0873bb;
    }

        .contentSpacer a:hover {
            text-decoration: none
        }

.baggage.bigcontainer input[type=submit].normalBtn.blueBg:disabled {
    opacity: 0.5;
    cursor: default;
    float: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    max-height: 300px;
    overflow: auto;
}

.ui-menu .ui-menu-item {
    padding: 0
}

    .ui-menu .ui-menu-item div {
        padding: 10px 10px;
        font-size: 18px;
        border: 0;
        margin: 0;
        border-bottom: 1px solid #dedede;
    }

.ui-widget.ui-widget-content {
    border: 1px solid #ffffff !important;
    background: white;
    border-radius: 0;
}

    .ui-widget.ui-widget-content.ui-autocomplete {
        border: 1px solid #c5c5c5 !important;
    }

.ui-menu-item-wrapper.ui-state-active {
    background: #0873ba !important
}

.aff-companies-header h3 {
    color: #252525;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.aff-companies-header {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
}

.aff-companies-block .listingItemLI h3 {
    color: #252829;
    font-size: 30px;
}

.aff-companies-block .listingItemLI h4 {
    color: #252525;
    font-size: 24px;
    margin-bottom: 40px;
}

.aff-companies-block .listingItemLI p {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0;
}

.aff-companies-block .listingItem .listingInfos {
    display: block;
    width: 30%;
}

    .aff-companies-block .listingItem .listingInfos img {
        margin: 30px 0;
        max-height: 90px;
    }

    .aff-companies-block .listingItem .listingInfos .link {
        color: #0873ba;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-left: 27px;
        margin-right: 50px;
    }

        .aff-companies-block .listingItem .listingInfos .link::before {
            position: absolute;
            content: "";
            background-color: #0873ba;
            width: 16px;
            height: 2px;
            top: 9px;
            left: 5px;
        }

.aff-companies-block .listingItemLI .listingImage {
    width: 49%
}

.aff-companies-block .listingHolder li:nth-child(odd) .listingInfos {
    float: left;
    margin-left: 10%;
    width: 30%;
}

.aff-companies-block .listingHolder li:nth-child(even) .listingInfos {
    float: right;
    margin-right: 17%;
}

.aff-companies-block .listingHolder li:nth-child(odd) .listingImage {
    float: right;
}

.aff-companies-block .listingHolder li:nth-child(even) .listingImage {
    float: left;
}

.aff-companies-block .listingItemLI .moreContent {
    background-color: #0873ba;
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    padding: 50px 20px;
}

    .aff-companies-block .listingItemLI .moreContent .container {
        width: 1140px;
        max-width: 100%;
    }

    .aff-companies-block .listingItemLI .moreContent h4 {
        color: #FFF;
        font-size: 22px;
        margin: 30px 0 20px;
    }

    .aff-companies-block .listingItemLI .moreContent h3 {
        color: #FFF;
        font-size: 30px;
        margin: 40px 0 20px;
    }

    .aff-companies-block .listingItemLI .moreContent .contactList,
    .aff-companies-block .listingItemLI .moreContent .contactList h5,
    .aff-companies-block .listingItemLI .moreContent .contactList .block {
        color: #FFF;
    }

    .aff-companies-block .listingItemLI .moreContent .contactList {
        margin: 0;
        margin-top: 50px;
    }

        .aff-companies-block .listingItemLI .moreContent .contactList .block {
            margin: 0
        }

.aff-companies-block .listingItemLI .showToggle {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.aff-companies-block .listingItemLI .listingItem .listingInfos .showless {
    display: none;
}

.aff-companies-block .listingItemLI .listingItem .listingInfos .showmore.hide {
    display: none;
}

.aff-companies-block .listingItemLI .listingItem .listingInfos .showless.show {
    display: block;
}

.aff-companies-block .listingItemLI .moreContent {
    display: none;
}

    .aff-companies-block .listingItemLI .moreContent.visible {
        display: block
    }

.photo-gallery {
    margin-bottom: 100px;
}

    .photo-gallery img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
    }

    .photo-gallery a:hover img {
        opacity: 0.8
    }

    .photo-gallery a {
        overflow: hidden;
        display: block;
        margin-bottom: 5px;
    }

    .photo-gallery .listingItemLI {
        height: 550px;
        background-color: #f6f6f6;
        padding: 20px;
        cursor: pointer;
    }

    .photo-gallery .listingHolder li:nth-child(odd) .img-highlight {
        float: left;
    }

    .photo-gallery .listingHolder li:nth-child(odd) .other-images {
        float: right
    }

    .photo-gallery .listingHolder li:nth-child(even) .img-highlight {
        float: right;
    }

    .photo-gallery .listingHolder li:nth-child(even) .other-images {
        float: left;
    }

    .photo-gallery .listingHolder .listingItemLI .img-highlight img {
        width: 733px;
    }

    /*.photo-gallery .other-images,
	.photo-gallery .other-images img {
		width: 360px;
	}*/

    .photo-gallery .galleryInfo {
        padding: 30px;
    }

        .photo-gallery .galleryInfo .galleryTitle {
            color: #2b363e;
            font-size: 24px;
            float: left;
            vertical-align: middle;
            ;
            line-height: 38px
        }

        .photo-gallery .galleryInfo .numberofPhotos {
            float: right;
            color: #0873ba;
            vertical-align: middle;
            ;
            line-height: 38px;
            font-size: 18px;
            position: relative;
            padding-left: 35px;
        }

            .photo-gallery .galleryInfo .numberofPhotos::before {
                position: absolute;
                content: '';
                background-image: url(/images/camera.png);
                width: 26px;
                height: 23px;
                left: 0;
                top: 5px;
            }

.archive h3 {
    color: #252829;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.archivephotos img {
    width: calc(99% / 5)
}

.desc h4 {
    width: 55%;
    margin: auto;
    color: #252525;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

.spend-miles-listing {
    margin: 100px 0;
}

    .spend-miles-listing .listingItemLI {
        margin-bottom: 50px;
    }

        .spend-miles-listing .listingItemLI h3 {
            color: #252829;
            font-size: 30px;
        }

        .spend-miles-listing .listingItemLI h4 {
            color: #252525;
            font-size: 24px;
        }

        .spend-miles-listing .listingItemLI p {
            color: #292929;
            font-size: 18px;
            line-height: 30px;
            padding: 0 0 30px 0;
        }

    .spend-miles-listing .listingItem .listingInfos {
        display: block;
        width: 500px;
        max-width: 100%;
    }

        .spend-miles-listing .listingItem .listingInfos img {
            margin: 30px 0;
        }

        .spend-miles-listing .listingItem .listingInfos .link {
            color: #0873ba;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            padding-left: 27px;
            margin-right: 50px;
        }

            .spend-miles-listing .listingItem .listingInfos .link::before {
                position: absolute;
                content: "";
                background-color: #0873ba;
                width: 16px;
                height: 2px;
                top: 9px;
                left: 5px;
            }

    .spend-miles-listing .listingItemLI .listingDescription ul li {
        color: #292929;
        font-size: 18px;
        line-height: 30px;
        position: relative;
        padding-left: 10px;
    }

        .spend-miles-listing .listingItemLI .listingDescription ul li::before {
            position: absolute;
            content: "\f105";
            font-family: 'FontAwesome';
            font-weight: bold;
            left: 0px;
        }

    .spend-miles-listing .listingItemLI .listingImage {
        width: 50%;
    }

    .spend-miles-listing .listingHolder li:nth-child(odd) .listingInfos {
        float: left;
        width: 30%;
        margin-left: 19%;
    }

    .spend-miles-listing .listingHolder li:nth-child(even) .listingInfos {
        float: right;
        width: 30%;
        margin-right: 19%;
    }

    .spend-miles-listing .listingHolder li:nth-child(odd) .listingImage {
        float: right;
    }

    .spend-miles-listing .listingHolder li:nth-child(even) .listingImage {
        float: left;
    }

.movieDetails table {
    margin-left: 0 !important;
    width: 100% !important;
}

    .movieDetails table tr,
    .movieDetails table td,
    .movieDetails table span {
        border: 0 !important;
        font-size: 18px !important;
        font-family: 'Roboto', sans-serif !important;
        color: #292929 !important;
        font-size: 18px !important;
    }

    .movieDetails table tr,
    .movieDetails table td {
        height: 55px !important;
    }

    .movieDetails table td {
        white-space: inherit !important;
        vertical-align: middle !important;
    }

    .movieDetails table tr:nth-child(odd) {
        background: #f0f0f0 !important;
    }

        .movieDetails table tr:nth-child(odd) td {
            background: #f0f0f0 !important;
        }

    .movieDetails table tr:nth-child(even) {
        background: #fff !important;
    }

.travelerInfo .listingItemLI {
    cursor: pointer;
}

.inputParent .custom-combobox {
    display: block;
    float: none;
    width: 100%;
    height: 50px;
}

.bookTripBlock .fromTo .inputParent input {
    padding: 0;
    height: 25px;
}

.bookTripBlock .fromTo .inputParent {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
}

    .bookTripBlock .fromTo .inputParent input {
        padding: 0;
        height: 50px;
        padding-left: 110px;
        FONT-SIZE: 16PX;
        z-index: 0;
    }

.bookTripBlock .fromTo .roundedLabel,
.bookTripBlock .fromTo .descLabel {
    z-index: 1;
    position: relative;
}

.autoSuggest .custom-combobox {
    position: absolute;
    left: 0;
    margin-left: 0;
    z-index: 0;
}

    .autoSuggest .custom-combobox input {
        padding-left: 130px;
        width: 100%;
        position: relative;
        height: 50px;
    }

.autoSuggest .label {
    position: absolute;
    z-index: 2;
    padding: 19px 0;
    display: inline-block;
}

.bookingrow {
    margin-bottom: 30px;
}

.optionItemDropDown .customSelect .dk-select-open-down .dk-selected::before {
    transform: rotate(180deg)
}

.joincedarmilesForm .custom-combobox .custom-combobox-toggle::after,
.dk-selected:before {
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    z-index: 2;
    cursor: pointer;
    top: 13px;
    position: absolute;
    right: -10px;
}

.joincedarmilesForm a {
    color: #0873ba;
}

    .joincedarmilesForm a:hover {
        text-decoration: underline
    }

.joincedarmilesForm .inputEntity .ui-widget.ui-widget-content + ul {
    height: 200px !important;
    padding: 0
}

.custom-combobox .custom-combobox-toggle::after,
.dk-selected:before {
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    z-index: 2;
    cursor: pointer;
    top: 3px;
    position: absolute;
    right: -10px;
}

.custom-combobox .custom-combobox-toggle::after {
    top: 12px;
}

.custom-combobox .custom-combobox-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 25px;
    right: 30px;
    padding: 0;
    margin-top: -12px;
    border: 0;
    text-indent: 0;
    background: transparent;
}

.custom-combobox .custom-combobox-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 25px;
    right: 30px;
    padding: 0;
    margin-top: -26px;
    border: 0;
    text-indent: 0;
    background: transparent;
}

    .custom-combobox .custom-combobox-toggle:hover {
        text-indent: 0;
        border: 0;
        background: transparent;
    }

.custom-combobox {
    height: 50px;
    display: block;
    position: relative;
}

.dk-selected:before {
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    right: 20px;
}

.history {
    background: #f4f5f6;
    margin-bottom: 50px;
}

    .history .pageTitle {
        color: #252829;
        text-align: center;
        font-size: 50px;
        line-height: 42px;
        font-weight: 500;
        padding: 60px 0;
    }

    .history .blockTitle {
        color: #252829;
        font-size: 36px;
        text-align: center;
    }

.verticalblueline {
    width: 1px;
    height: 100%;
    background: #0873ba;
    position: absolute;
    left: 50%;
    z-index: 10;
}

.entries {
    position: relative;
    margin: 50px 0;
}

    .entries .yearBlockHolder {
        width: 50%;
        padding-right: 40px;
        float: left;
        clear: both;
        position: relative
    }

        .entries .yearBlockHolder:not(:first-child) {
            margin-top: -110px;
        }

        .entries .yearBlockHolder .title {
            font-size: 56px;
            margin: 0;
            padding: 15px;
            font-weight: 500;
            position: relative;
            color: #0873ba;
        }

        .entries .yearBlockHolder:before {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #0873ba;
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            right: -5px;
            z-index: 10;
        }

        .entries .yearBlockHolder::after {
            content: "";
            width: 25px;
            height: 2px;
            background-color: #0873ba;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -5px;
        }

    .entries ul li:nth-child(2n) {
        text-align: left;
        padding-right: 0;
        padding-left: 40px;
        float: right;
    }

        .entries ul li:nth-child(2n):before {
            left: -5px;
        }

        .entries ul li:nth-child(2n):after {
            left: -5px;
        }

.yearBlock {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(170, 170, 170, 0.3);
    -moz-box-shadow: 0px 1px 1px 1px rgba(170, 170, 170, 0.3);
    box-shadow: 0px 1px 1px 1px rgba(170, 170, 170, 0.3);
}

    .yearBlock .textContent {
        color: #292929;
        font-size: 18px;
        line-height: 28px;
        position: relative;
        padding-left: 15px;
    }

.history .loadmore .normalBtn {
    width: 175px;
}

.history .loadmore {
    margin: auto;
    width: 175px;
}

#historylist .yearBlockHolder {
    display: none
}

.network h3 {
    color: #252829;
    font-size: 36px;
    text-align: center;
}

.network h4 {
    color: #252525;
    font-size: 24px;
    line-height: 40px;
}

.network h5 {
    color: #262626;
    font-size: 22px;
    line-height: 40px;
}

.network ul li {
    color: #292929;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    position: relative;
    padding-left: 15px;
}

    .network ul li::before {
        position: absolute;
        content: "\f105";
        font-family: 'FontAwesome';
        left: 2px;
    }

.network {
    padding: 50px 0;
}

    .network .networkImage {
        margin: 50px 0;
        background-image: url(/images/network-map.png);
        height: 652px;
    }

    .network .note {
        font-size: 16px;
        color: #292929;
        font-style: italic;
        padding: 30px 0;
    }

.fullWidth .container {
    width: 100%;
}

    .fullWidth .container .col-md-8,
    .fullWidth .container .col-md-4 {
        width: 50%;
        padding: 0;
        background: #f4f4f4
    }

    .fullWidth .container .contentText {
        max-width: 570px;
        float: left;
        height: 450px;
        padding: 90px 20px;
    }

.contentPage.fullWidth {
    overflow: hidden
}

.contentPage.fullWidth {
    padding-bottom: 0
}

    .contentPage.fullWidth .row {
        margin: 0
    }

    .contentPage.fullWidth .imageHolder {
        margin-bottom: 0;
    }

        .contentPage.fullWidth .imageHolder img {
            display: block;
            height: 450px;
            position: absolute;
            max-width: none;
            right: 0;
        }

    .contentPage.fullWidth strong {
        font-size: 24px;
        color: #252525;
        display: block;
    }

    .contentPage.fullWidth .icon {
        padding-top: 10px;
        margin-right: 20px;
    }

    .contentPage.fullWidth .floatLeft {
        font-size: 18px;
        font-weight: 500;
    }

.bookingtabs .multiFormsHolder .optionImg .inputHolder {
    padding: 19px 31px !important
}

.multiFormsHolder h4 {
    margin-bottom: 5px;
}

.grayblocks .grayBlock li {
    cursor: pointer;
}

.grayblocks .grayBlock .itemHolder {
    position: relative;
    height: 540px;
}

.grayblocks .grayBlock .normalBtn {
    position: absolute;
    bottom: 0
}

.grayblocks .grayBlock .contentText {
    padding-left: 20px;
    color: #3d3d3d;
    font-size: 18px;
    line-height: 30px;
}

.grayblocks .grayBlock .itemHolder {
    background-color: #f6f6f6;
}

.grayblocks .grayBlock h4 {
    color: #000;
    margin: 20px;
    font-size: 24px;
}

.grayblocks .grayBlock a {
    margin: 20px;
    width: 185px;
}

.grayblocks .grayBlock .itemHolder {
    background-color: #f6f6f6;
}

.checkin-introBlock h3 {
    text-align: center;
    color: #252525;
    font-size: 24px;
    line-height: 40px;
    width: 80%;
    margin: auto;
}

.checkin-introBlock .btn .normalBtn {
    width: 190px;
    margin: auto;
}

.checkin-introBlock .btn {
    width: 190px;
    margin: 50px auto;
}

.bigcontainer-withtext {
    height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 50px 0;
}

    .bigcontainer-withtext .blockDesc.right {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
        padding-right: 200px;
    }

    .bigcontainer-withtext .blockDesc.left {
        display: table-cell;
        vertical-align: middle;
        padding-left: 200px;
        padding-right: 30px;
    }

    .bigcontainer-withtext .blackbg {
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: table;
    }

        .bigcontainer-withtext .blackbg h3 {
            color: #FFF;
            font-size: 50px;
            line-height: 64px;
        }

        .bigcontainer-withtext .blackbg .textContent {
            color: #FFF;
            font-size: 18px;
            line-height: 27px;
            padding: 30px 0;
        }

.checkin-services {
    padding: 80px 0;
}

    .checkin-services h3 {
        color: #252829;
        font-size: 50px;
        text-align: center;
    }

    .checkin-services .servicesText .highlight {
        color: #252525;
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
    }

    .checkin-services .textContent {
        color: #292929;
        font-size: 18px;
        line-height: 27px;
        padding: 30px 0;
    }

    .checkin-services .inflightservicesBlock {
        display: table;
        padding: 80px 0;
    }

    .checkin-services .servicesImage {
        width: calc(50% - 15px);
        background-image: url(/images/in-flight-services.png);
        display: table-cell;
        background-size: cover;
        padding-right: 15px;
    }

    .checkin-services .servicesText {
        width: 50%;
        padding: 0 30px;
        display: table-cell;
        vertical-align: middle;
    }

        .checkin-services .servicesText .content {
            width: 60%;
        }

.latestNews .mainNewsBg {
    background-image: url(/images/newsBg.jpg);
    height: 570px;
    background-size: cover;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    right: 0;
}

.photogallery .photos {
    margin-bottom: 30px;
}

.photogallery .photoHolder {
    width: calc(99% / 5);
    height: 185px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.photogallery .btn,
.aff-companies .btn,
.headquarters .btn,
.chairsmanBlock .btn {
    width: 200px;
    margin: 40px auto;
}

    .photogallery .btn .normalBtn,
    .aff-companies .btn .normalBtn,
    .headquarters .btn .normalBtn,
    .chairsmanBlock .btn .normalBtn {
        width: 200px;
    }

.aboutus-blockTitle {
    color: #252829;
    text-align: center;
    font-size: 50px;
    line-height: 42px;
    font-weight: 500;
    padding: 30px 0;
}

.company h3 {
    font-size: 30px;
}

.company .imageHolder {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

    .company .imageHolder img {
        display: block;
        margin: auto;
    }

.aff-companies {
    padding-bottom: 60px;
}

.headquarters {
    background-color: #0873ba;
    margin: 50px 0;
    padding: 30px 0;
}

    .headquarters .headquarters-listing {
        margin: 20px 0;
    }

    .headquarters h2,
    .headquarters h4,
    .headquarters h5,
    .headquarters .contentText {
        color: #FFF;
    }

        .headquarters .contentText span {
            font-weight: bold;
        }

    .headquarters h4 {
        font-size: 30px;
        font-weight: 500;
    }

    .headquarters h5 {
        font-size: 18px;
        font-weight: 500;
        padding: 20px 0;
    }

    .headquarters .contentText li {
        color: #FFF;
        font-size: 15px;
        height: 22px;
    }

.chairsmanBlock h3 {
    color: #252525;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    padding: 20px;
}

.chairsmanBlock .textContent {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #292929;
    padding: 20px;
}

.joincedarmilesForm .customSelect .dk-option-selected {
    background-color: #0873ba;
}

joincedarmilesForm.customSelect * {
    border: none !important;
}

.joincedarmilesForm.customSelect *::after {
    border: none !important;
}

.joincedarmilesForm .customSelect select {
    width: 100%
}

.cabinClass .dk-selected:before {
    top: 13px;
}

.joincedarmilesForm .customSelect .dk-selected {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    border: none;
    font-family: 'Roboto', sans-serif;
    border: none;
}

.joincedarmilesForm .dk-select-options .dk-option-highlight,
.joincedarmilesForm .dk-option-selected,
.joincedarmilesForm .dk-select-options .dk-option-highlight,
.joincedarmilesForm .dk-select-options .dk-option-highlight,
.joincedarmilesForm .dk-option-selected {
    background: #0873ba !important;
    color: #FFF !important;
}

.bookTripBlock .checkMyTrip .fromTo .inputParent input,
.bookTripBlock .bookAHotelMain .fromTo .inputParent input,
.bookTripBlock .fromTo .inputParent.car input, .bookTripBlock .inputParent.promoCode input {
    padding-left: 20px
}

.loginblock h4 {
    padding-left: 0px;
}

.inputEntity input[type=text],
.inputEntity input[type=password],
.inputEntity textarea,
.dk-selected,
.fileUpload {
    height: 50px;
}

.bigcontainer.formPage .inputEntity input[type=text] {
    height: 50px;
    border: solid 1px #d8d8d8;
}

.timetableRow .inputEntity input[type=text] {
    height: 50px;
    border: solid 1px #d8d8d8;
}

.myAccount .forgetpass:hover {
    text-decoration: none;
}

.meaprivileges a:hover {
    text-decoration: underline;
}

.cedarmilesBlock .row {
    margin: 0px
}

.joincedarmilesForm .inputParent.row {
    padding-top: 0px !important;
}

.joincedarmilesForm .link:hover {
    text-decoration: underline;
}

.joincedarmilesForm .erroMessage,
.contactForm .errorMessage {
    color: #e33c3c !important;
}

.privilegesTable tr th:nth-child(1) {
    padding-left: 35px !important;
}

.privilegesTable tr td:nth-child(1) {
    padding-left: 34px !important;
}

.timetableContainer .custom-combobox .ui-widget.ui-widget-content {
    border: solid 1px #d8d8d8 !important;
    height: 50px;
    position: relative;
}

    .timetableContainer .custom-combobox .ui-widget.ui-widget-content + ul {
        max-height: 300px;
        height: auto;
    }

.changePassword .submitHolder {
    display: block;
    float: left;
}

#activitiesInfoMsg {
    color: #252525;
    font-size: 18px;
    padding-bottom: 50px;
    font-weight: 400;
}

.tripType li {
    display: inline-block
}

.infoMsg {
    color: #252525;
    font-size: 18px;
    padding-bottom: 50px;
    font-weight: 400;
}

.cedarmilesForm {
    padding-bottom: 50px;
    position: relative;
}

    .cedarmilesForm .calendarPopup {
        left: 0
    }

.inflightservices-intro {
    width: 75%;
    text-align: center;
    margin: auto;
    line-height: 40px !important;
    font-size: 24px !important;
    color: #252525;
    margin-top: 0 !important;
}

.servicesBlock {
    padding: 50px 0;
}

    .servicesBlock li:before {
        content: "" !important;
    }

.serviceHolder {
    background-color: #f6f6f6;
    height: 450px;
}

    .serviceHolder .textHolder {
        padding: 15px;
        color: #292929;
        font-size: 18px;
        line-height: 29px;
    }

.taxFreeBlock .taxfreeHolder img {
    display: block;
    margin: auto;
}

.taxFreeBlock .taxfreeHolder .textHolder {
    text-align: center;
    color: #252525;
    font-size: 18px;
    line-height: 29px;
    padding: 30px 50px;
}

.taxFreeBlock .note {
    color: #252525;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    padding: 30px 80px;
}

.creditcards .textHolder {
    display: table-cell;
    vertical-align: middle;
}

    .creditcards .textHolder h3 {
        color: #2b363e;
        font-size: 30px;
    }

.creditcards .textHolder {
    font-size: 18px;
    color: #292929;
    line-height: 32px;
    padding: 60px 20px;
}

.creditcards .cards {
    margin: 20px 0;
}

    .creditcards .cards .type {
        display: inline-block;
        vertical-align: middle
    }

.creditcards img {
    display: inline-block;
    vertical-align: middle;
}

.chairmans-message {
    position: relative;
}

    .chairmans-message .textHolder {
        padding: 50px 0;
        color: #292929;
        font-size: 19px;
        line-height: 38px;
        font-weight: 400;
    }

        .chairmans-message .textHolder .highlight {
            padding-top: 30px;
            font-size: 20px;
            color: #242424;
            font-weight: 500;
        }

        .chairmans-message .textHolder .sub {
            font-size: 16px;
            color: #292929;
            font-weight: 400;
            line-height: 28px;
        }

.quotation {
    background-color: #FFF;
    position: absolute;
    top: 600px;
    width: 450px;
    right: -3px;
    padding: 45px;
}

    .quotation .textHolder {
        color: #0873ba;
        font-size: 30px;
        line-height: 42px;
        font-weight: 500;
        padding: 18px 2px;
        border-top: solid #0873ba 8px;
        border-bottom: solid #0873ba 8px;
        position: relative;
    }

        .quotation .textHolder::before {
            content: '';
            background-image: url(/images/quote.png);
            width: 55px;
            height: 26px;
            position: absolute;
            top: -8px;
            left: 0;
        }

        .quotation .textHolder::after {
            content: '';
            background-image: url(/images/quote-close.png);
            width: 55px;
            height: 26px;
            position: absolute;
            bottom: -20px;
            right: 0;
        }

.specialMeals {
    background-color: #f4f4f4;
    margin: 100px 0;
}

.specialMealsBlock {
    padding: 50px 0;
}

    .specialMealsBlock h3 {
        color: #2b363e;
        font-size: 30px;
    }

    .specialMealsBlock ul {
        padding: 40px 15px;
    }

        .luggagelist li,
        .specialMealsBlock ul li,
        .specialMeals,
        .contentText li {
            font-size: 18px;
            line-height: 40px;
            position: relative;
            padding-left: 15px;
            color: #292929
        }

.contentSpacer li {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
    color: #292929
}

.contentText li,
.listingContent li {
    font-size: 16px;
    line-height: 26px;
    color: #545456;
}

.specialMeals {
    line-height: 30px;
}

.luggagelist li::before,
.listingContent li::before,
.specialMealsBlock ul li::before,
.contentText li::before,
.contentSpacer li::before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    left: 2px;
}

.adsHolder {
    margin-bottom: 120px;
}

.fontTools {
    position: absolute;
    bottom: 10px;
    right: 50px;
}

    .fontTools .fontControl {
        color: #FFF;
        line-height: 18px;
    }

        .fontTools .fontControl.biggerFont {
            font-size: 26px;
            margin-right: 10px
        }

        .fontTools .fontControl.smallerFont {
            font-size: 20px;
        }

.bookTripBlock .mapWeatherBlock .rightSection.milesSection {
    width: 50%;
    float: right;
}

.bookTripBlock .mapWeatherBlock .leftSection.milesSection {
    width: 50%;
    float: left;
}

input.normalBtn.blueBg.searchflight.calculateBtn {
    margin-top: 29px;
    height: 50px;
    float: left;
}

.checkinbuttons.col-md-3.col-sm-12.col-xs-12 {
    margin-top: 29px;
}

/*
.baggage h4 {
    color: #252525;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin: 50px auto;
    width: 75%;
}*/

.hotelBooking {
    background-color: #f4f5f6;
    padding: 40px 0;
}

.searchPopup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .searchPopup.visible {
        visibility: visible;
        opacity: 1;
    }

.closeSearch {
    display: block;
    height: 23px;
    width: 20px;
    position: absolute;
    top: 56px;
    right: 38px;
}

    .closeSearch img {
        width: 20px;
    }

.headerSearch {
    margin-top: 150px;
}

.headerSearch {
    float: none;
}

.errorRecord {
    color: #e33c3c;
}

.headerSearch .floatRight {
    float: none;
    position: relative;
}

    .headerSearch .floatRight input {
        width: 100%;
        height: 55px;
        border: 0;
        padding: 0;
        background: transparent;
        border-bottom: 2px solid white;
        font-size: 30px;
        font-weight: 300;
        color: white !important;
    }

    .headerSearch .floatRight a {
        right: 20px;
        height: 30px;
        width: 30px;
        background-position: -33px 0;
        display: block;
        position: absolute;
        top: 10px;
    }

.headerSearch ::-webkit-input-placeholder {
    color: #ffffff;
    -webkit-opacity: 1 !important;
}

.headerSearch ::-moz-placeholder {
    color: #868686;
    opacity: 1 !important;
}

.headerSearch :-ms-input-placeholder {
    color: #ffffff;
    -ms-opacity: 1 !important;
}

.headerSearch input:-moz-placeholder {
    color: #ffffff;
    -moz-opacity: 1 !important;
}

.headerSearch .floatRight a:before {
    display: none
}

.searchInput li {
    display: block !important;
    font-size: 18px !important;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #dedede;
    position: relative;
}

    .searchInput li a {
        font-size: 18px !important;
        color: #ffffff !important;
        border: 0 !important;
        position: relative;
        width: 100%;
        display: block;
        padding: 10px 0px;
    }

    .searchInput li:hover,
    .searchInput li.active {
        color: #FFF !important;
    }

        .searchInput li:hover a {
            color: #5bb8f1 !important;
        }

.searchInput .ui-menu-item-wrapper {
    padding: 10px 10px !important;
    font-size: 18px !important;
    width: 100%;
}

.searchInput .ui-state-active {
    color: #FFF !important;
    font-size: 18px;
}

.countriesPopup,
.countriesPopup.show {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

    .countriesPopup.visible {
        visibility: visible;
        opacity: 1;
    }

.closeCountries {
    display: block;
    height: 23px;
    width: 20px;
    position: absolute;
    top: 56px;
    right: 38px;
}

    .closeCountries img {
        width: 20px;
    }

.countriesPopup .countries {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .countriesPopup .countries ul li {
        display: block;
        padding: 2px 0px !important;
        font-size: 18px !important;
    }

        .countriesPopup .countries ul li a {
            font-weight: 400;
            font-size: 20px;
            display: block;
            padding: 10px 0;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

            .countriesPopup .countries ul li a:hover {
                text-decoration: underline
            }

.search .title a,
.search .title {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    color: #252829;
    margin-bottom: 0;
}

.search .listingHolder > li .listingItem {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.search .listingHolder > li.listingItemLI {
    margin-bottom: 10px;
}

.checkinInfos a:hover,
.listingDescription a:hover {
    text-decoration: underline
}

.checkinInfos a,
.listingDescription a {
    color: #0873ba;
    font-weight: 500;
}

.textContent {
    line-height: 27px;
}

.downloadTimetable .textContent {
    padding: 20px 0;
}

.textContent a,
.text-content a,
.contentSpacer a,
.aboutAirport a {
    color: #0873ba;
    font-weight: 600;
    text-decoration: none
}

    .textContent a:hover,
    .contentSpacer a:hover,
    .text-content a:hover,
    .aboutAirport a:hover {
        text-decoration: underline
    }

.listing li {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    padding-left: 15px;
}

    .listing li::before {
        position: absolute;
        content: "\f105";
        font-family: 'FontAwesome';
        left: 2px;
    }

.joincedarmilesForm .inputEntity .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border: solid #d3d3d3 1px !important;
    border-radius: 0 !important;
    height: 50px !important;
    padding: 7px 20px;
    width: 100%;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    display: none
}

    input[type=checkbox]:not(old) + label,
    input[type=radio]:not(old) + label {
        margin-left: 0 !important;
    }

.radioBtns li label {
    cursor: pointer;
}

.radioBtns li input {
    position: relative;
    opacity: 0;
    margin-right: 0;
}

.radioBtns li:before {
    height: 14px;
    width: 14px;
    border: 1px solid #2c2c2c;
    content: '';
    position: absolute;
    left: 3px;
    top: 4px;
    border-radius: 50%;
}

.radioBtns li {
    color: #2c2c2c;
    position: relative;
    margin-right: 12px;
    display: inline-block
}

    .radioBtns input,
    .radioBtns li label {
        cursor: pointer;
    }

    .radioBtns li:before,
    .cedarmilesForm .inputEntity.stackedParent.withMarginBtm li:before {
        display: none
    }

.radioBtns input[type=checkbox]:not(old),
.radioBtns input[type=radio] {
    padding: 15px 10px !important;
    position: absolute
}

.radioBtns li:before {
    height: 20px !important;
    width: 20px !important;
    left: 0;
    margin-top: 0 !important;
}

.radioBtns li label {
    cursor: pointer;
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size: 16px;
    vertical-align: middle;
}

span#ReturnDateBiggerValidation {
    display: block;
}

    span#ReturnDateBiggerValidation::first-letter {
        text-transform: capitalize;
    }

span#ReturnDateBiggerValidation {
    text-transform: lowercase
}

.helpIcon {
    max-width: 30px;
    position: absolute;
    right: 10px;
    top: 33px;
    cursor: pointer;
}

    .helpIcon > img {
        max-width: 100%
    }

        .helpIcon > img + img {
            max-width: none
        }

.measales .customSelect {
    margin-bottom: 30px;
}

    .measales .customSelect .dk-selected {
        line-height: 47px;
    }

        .measales .customSelect .dk-selected:before {
            top: 0px;
        }

.news-details .newstext-carousel .text-content * {
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    line-height: 26px;
    color: #292929
}

.inputParent .hotel .ui-menu-item-wrapper.disabled {
    color: red !important;
}

.checkbox a.link {
    padding: 0;
}

.joincedarmilesForm .checkbox a.link::before {
    display: none
}

.myAccount .inputEntity input[type=text],
.myAccount .inputEntity input[type=password] {
    height: 50px;
}

.loadMoreBtn {
    text-align: center;
}

    .loadMoreBtn a {
        background-color: #0873ba !important;
        border-color: #0873ba !important;
        color: #fff !important;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
    }

        .loadMoreBtn a:hover {
            color: #0873ba !important;
            background-color: white !important;
            border: solid white 1px;
            cursor: pointer;
            text-decoration: none;
        }

.leftRightBlock a {
    color: inherit
}

.searchInput .ui-widget.ui-widget-content.ui-autocomplete {
    background: transparent;
    border: 0 !important;
}

.searchInput .ui-menu .ui-menu-item {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .searchInput .ui-menu .ui-menu-item.ui-view-all-results {
        border-bottom: 0;
        margin-top: 20px;
    }

        .searchInput .ui-menu .ui-menu-item.ui-view-all-results a {
            text-decoration: underline
        }

            .searchInput .ui-menu .ui-menu-item.ui-view-all-results a:hover {
                text-decoration: none
            }

.searchInput .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    color: white !important;
}

.searchInput .ui-menu .ui-state-focus,
.searchInput .ui-menu .ui-state-active {
    margin: 0;
}

.tripType li:before,
.inputEntity.stackedParent.withMarginBtm li:before,
input[type=checkbox]:not(old) + label:before,
input[type=radio]:not(old) + label:before {
    height: 20px !important;
    width: 20px !important;
    left: 0;
    margin-top: 0 !important;
}

input[type=radio]:not(old) + label:before {
    border-radius: 50%;
    display: block;
    height: 20px !important;
    width: 20px !important;
    margin: 0 5px 0 0;
    border-radius: 50%;
    float: left;
    content: '';
    border: 1px solid #0873ba;
}

.tripType input[type=checkbox]:not(old),
.tripType input[type=radio] {
    padding: 15px 10px !important;
    position: absolute
}

.baggageTables .table1 td {
    padding: 15px 15px !important;
}

.partnersBlock h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.tripType li label {
    cursor: pointer;
    padding-left: 5px !important;
    margin-left: 5px !important;
    font-size: 16px;
    vertical-align: middle;
}

.showMoreLink {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 23px;
    display: inline-block;
    margin-top: 10px;
}

    .showMoreLink::after {
        position: absolute;
        content: "";
        background-image: url(../images/showMore.png);
        width: 15px;
        height: 3px;
        left: 0px;
        top: 13px;
        margin-right: 5px;
    }

.listingItem.op1v13 .listingImage a {
    background-color: #0873ba !Important;
    cursor: pointer
}

    .listingItem.op1v13 .listingImage a::before {
        background: rgba(8, 115, 186, 1)
    }

.listingItem.op1v13:hover .listingImage a::before {
    background: white;
}

.newslist .listingItem.op1v13 .listingImage a::before {
    background: rgba(8, 115, 186, 1)
}

.newslist .listingItem.op1v13:hover .listingImage a::before {
    background: white;
}

.newsContainer .listingItem.op1v13:hover {
    border: 1px solid #0873ba;
}

    .listingItem.op1v13:hover a,
    .listingItem.op1v13:hover .date,
    .newslist .listingItem.op1v13:hover a,
    .newsContainer .listingItem.op1v13:hover .date {
        color: #0873ba !important;
    }

.listingItem.op1v13:hover .link::before,
.newslist .listingItem.op1v13:hover .link::before {
    background-color: #0873ba;
}

.newslist .listingDescription a {
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 15px;
}

.listingItem.op1v13:hover .date,
.listingItem.op1v13:hover .listingLink a,
.listingItem.op1v13:hover .listingDescription a {
    color: #FFF
}

input[type=radio]:not(old):checked + label:before,
input[type=checkbox]:not(old):checked + label:before {
    background: #0873ba !important;
    border-color: #0873ba !important;
}

.tripType li:before,
.cedarmilesForm .inputEntity.stackedParent.withMarginBtm li:before {
    display: none
}

.accountOptions {
    background-color: #0873ba;
}

.submitHolder input[type=submit] {
    background-color: #0873ba !important;
    border-color: #0873ba !important;
    color: #fff !important;
}

    .submitHolder input[type=submit]:hover {
        color: #0873ba !important;
        background-color: white !important;
        border: solid white 1px;
        cursor: pointer;
    }

.ourLocations .dk-selected {
    color: white
}

.measales .dk-select {
    width: 100%
}

.filterHolder label {
    font-size: 20px;
    line-height: 50px;
}

.filterHolder {
    padding: 15px 0 30px;
    margin-bottom: 30px;
}

    .filterHolder .col-md-2 {
        width: auto
    }

.measales .filterHolder .customSelect {
    margin-bottom: 0;
}

.searchInput .ui-menu .ui-menu-item.ui-search-hover a {
    color: #2cabff !important;
}

.airlines.owl-carousel {
    display: block;
}

    .airlines.owl-carousel .owl-item img {
        width: 200px;
    }

.contentBlock h3 {
    text-transform: capitalize;
}

.bookingAds {
    border: solid 2px #0873ba;
    padding: 20px 70px;
    height: 165px;
    padding-left: 100px;
}

    .bookingAds h4 {
        font-size: 24px;
        line-height: 36px;
        color: #0873ba;
        position: relative;
    }

    .bookingAds.carAd h4::before {
        content: '';
        height: 40px;
        width: 60px;
        background: url("../images/car.svg");
        position: absolute;
        top: 8px;
        left: -80px;
    }

    .bookingAds.hotelAd h4::before {
        content: '';
        height: 40px;
        width: 58px;
        background: url("../images/bed.svg");
        position: absolute;
        top: 8px;
        left: -80px;
    }

    .bookingAds a {
        font-size: 20px;
        line-height: 28px;
        color: #292929;
        text-decoration: none;
    }

.toggleItemsServices.raficHaririPage > h3,
.lostandfoundpage > h3 {
    display: none;
}

.rightBlock .mapWeatherBlock {
    position: relative;
}

.leftMapBlock.weatherBlock {
    background-image: none !important;
}

.timeHolder.miles {
    top: 55px !important;
}

    .timeHolder.miles:before {
        background: none !important;
    }

.displayTableCell.miles .fromWeather {
    padding-left: 0;
    text-align: center;
    border-bottom: none;
}

.bookTripBlock .calendarInfos .stackedParent label {
    margin-right: 0;
}

body.withHoveredSearch:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

body.withHoveredSearch.withNotification:before {
    top: 46px;
}

.checkMyTrip.bookTripBlock .calendarInfos {
    padding: 10px 20px;
}

.checkMyTrip .checkMyTripText {
    margin-bottom: 20px;
}

.hashiddenlinks {
    margin-left: -3px;
}

.myAccount .inputEntity input[type=text],
.myAccount .inputEntity input[type=password] {
    border: 1px solid #fff !important;
}

    .myAccount .inputEntity input[type=text]:focus,
    .myAccount .inputEntity input[type=password]:focus {
        opacity: 1 !important;
        border: 1px solid #fff !important;
    }

.partnersList .card-image {
    margin-left: 15px;
    float: left;
}

.partnersList .toggleContent h5,
.partnersList .toggleContent p,
.partnersList .toggleContent ul {
    margin-bottom: 20px;
}

.partnersList .toggleContent {
    padding-bottom: 20px;
}

.partnersList .expandCollapse .toggleItemDetails:last-child {
    border-bottom: 0;
}

.partnersList .expandCollapse .toggleItem:first-child .toggleTitle {
    border-top: 0;
}

.partnersBlock .col-md-9 {
    display: none;
    position: fixed;
    width: 80%;
    background: white;
    height: auto;
    top: 50%;
    left: 50%;
    z-index: 15;
    max-width: 1140px;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 30px;
}

.partnersBlock .closePartners {
    width: 20px;
    height: 20px;
    background: url(/images/closeBtn-white.png);
    display: block;
    position: fixed;
    background-size: 20px;
    background-repeat: no-repeat;
    top: 56px;
    right: 38px;
}

.partnersBlock .listingItemLI, .partnersHealthBlock .listingItemLI {
    width: 25%;
    position: relative;
}

    .partnersBlock .listingItemLI .logoImage,
    .partnersHealthBlock .listingItemLI .logoImage {
        width: 100%;
    }

        .partnersBlock .listingItemLI .logoImage .image,
        .partnersHealthBlock .listingItemLI .logoImage .image {
            position: relative;
            padding-bottom: 100%;
            border: solid 1px #e6e6e6;
            cursor: pointer;
        }

            .partnersBlock .listingItemLI .logoImage .image img,
            .partnersHealthBlock .listingItemLI .logoImage .image img {
                position: absolute;
                -moz-transform: translateX(-50%) translateY(-50%);
                -webkit-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                top: 50%;
                left: 50%;
                max-width: 80%;
            }

            .partnersHealthBlock .listingItemLI .logoImage .image img {
                max-width: 73%;
            }


    .partnersHealthBlock .listingItemLI a {
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
    }


.partnersBlock.Opened:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 14;
}

.rightBlock .planeBg {
    background-image: url(/images/planeBg.jpg)
}

.rightBlock .earnMilesBg {
    background-image: url(/images/earnMilesBg.jpg)
}

.ddSecondLevel .subMenuListing .itemHolder {
    display: table;
}

    .ddSecondLevel .subMenuListing .itemHolder .menuIcon {
        display: table-cell;
        vertical-align: top;
        padding-right: 15px;
    }

.online-services {
    background-image: url(/images/dotted-bg.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: auto;
}

    .online-services .blockTitle {
        text-align: center;
        padding-bottom: 40px;
    }

    .online-services img {
        width: 100%;
        height: 100%;
    }

    .online-services a:hover img {
        transform: scale(1.1)
    }

    .online-services .row {
        margin: 0 -2px;
    }

    .online-services .col-md-6,
    .online-services .col-md-3 {
        padding: 0 2px;
        margin-bottom: 4px;
    }

    .online-services .service {
        position: relative;
        cursor: pointer
    }

.section-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding: 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    cursor: pointer;
}

.fancybox-slide .loginblock h3 {
    font-size: 34px;
    color: #1d1d1d;
    padding-bottom: 40px;
}

    .fancybox-slide .loginblock h3:after {
        background-color: #d3d3d3;
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        top: 130px;
        left: 0;
    }

.fancybox-slide .loginPopup .normalBtn {
    background-color: #0873ba !important;
    border-color: #0873ba !important;
    color: #fff !important;
}

.fancybox-slide .loginPopup .blueBg {
    background-color: #0873ba !important;
    border-color: #0873ba !important;
    color: #fff !important;
}

.fancybox-slide .loginPopup .normalBtn:hover {
    color: #0873ba !important;
    background-color: white !important;
    border: solid white 1px;
    cursor: pointer;
}

.fancybox-slide .loginPopup h3 {
    font-size: 34px;
    color: #1d1d1d;
    position: relative;
    text-align: center;
    padding: 13px 30px;
}

    .fancybox-slide .loginPopup h3:after {
        background-color: #d3d3d3;
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
    }

.fancybox-slide .loginPopup h4 {
    color: #1d1d1d;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fancybox-slide .loginPopup .inputEntity {
    position: relative;
}

.fancybox-slide .loginPopup .inputParent span {
    position: absolute;
    right: 1%;
    color: red;
    width: 100%;
}

.fancybox-slide .loginPopup .inputEntity label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #1d1d1d
}

.fancybox-slide .loginPopup .inputEntity input {
    width: 99%;
    border: 0;
    border-bottom: 2px solid #a9a9a9;
    padding: 0 15px;
    height: auto;
    background: whitesmoke;
    padding: 0;
}

.fancybox-slide .loginPopup .inputEntity {
    margin-bottom: 30px;
}

    .fancybox-slide .loginPopup .inputEntity.erroMessage {
        color: red;
        position: absolute;
        right: 0;
        top: 0;
    }

.fancybox-slide .loginPopup .inputParent span {
    position: absolute;
    right: 1%;
}

.fancybox-slide .loginPopup .forgetpass {
    font-style: italic;
    text-decoration: underline;
    font-weight: 200;
    color: #1d1d1d;
    line-height: 50px;
    font-size: 15px;
}

.loginblock .btns {
    position: relative;
}

.loginPopup .loginblock .btns {
    margin-bottom: 30px;
}

.myAccount .loginblock .rememberMeDiv {
    position: static;
    top: 20px;
    margin-top: 10px;
}

.loginPopup {
    width: 800px;
    margin: auto;
}

.fancybox-slide .loginPopup .loginblock {
    padding-bottom: 50px;
}

.fancybox-slide--html .fancybox-close-small {
    color: #1d1d1d;
    padding: 0;
}

.fancybox-slide .loginblock .rememberMeDiv {
    position: static;
    top: 20px;
    margin-bottom: 65px;
}

.fancybox-slide .loginPopup .registerblock {
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    color: #1d1d1d;
    font-weight: 300;
    height: auto;
}

.fancybox-slide .loginPopup .popupContent:before {
    position: absolute;
    content: '';
    background-color: #f5f5f5;
    border-left: solid 1px #d3d3d3;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.fancybox-content {
    overflow: visible;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding: 0;
}

.fancybox-slide .loginPopup .col-xs-12 {
    padding: 0 30px;
}

.fancybox-slide .loginPopup .row {
    margin: 0 -30px;
    position: static;
}

.fancybox-slide #cedarMilesLogin,
.fancybox-slide #cedarMilesLogin .col-xs-12 {
    position: static;
}

.fancybox-slide .loginPopup .popupContent {
    position: relative;
    padding: 0 30px;
    background: whitesmoke;
    position: relative;
}

.fancybox-slide .loginPopup .loaderHolder {
    position: absolute;
}

.fancybox-slide .loginPopup .registerblock img {
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
}

.fancybox-slide .loginblock .btns:after {
    content: '';
    display: block;
    clear: both;
}

.fancybox-slide .loginblock .btns a {
    float: left
}

.fancybox-slide .loginPopup .registerblock .btns {
    text-align: left;
    margin-bottom: 30px;
}

.rememberMeDiv input[type=checkbox]:not(old) + label {
    cursor: pointer;
}

    .rememberMeDiv input[type=checkbox]:not(old) + label:before {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 5px 5px 0 0;
        background: transparent;
        border: 1px solid #FFF !important;
        vertical-align: bottom;
        float: left;
        content: '';
    }

.fancybox-slide .loginPopup .rememberMeDiv input[type=checkbox]:not(old) + label:before {
    border: #1d1d1d solid 1px !important;
}

.fancybox-slide .loginPopup .rememberMeDiv input[type=checkbox]:not(old):checked + label:before {
    background: transparent !important;
    background: url(../images/BlueTick.png) !important;
    content: '';
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    border: 0 !important;
}

.fancybox-slide .loginPopup .rememberMeDiv input[type=checkbox]:not(old) + label {
    color: #1d1d1d;
}

.loaderHolder {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    padding-top: 30%;
}

.divAllowCookies {
    position: fixed;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(246, 246, 246, 1);
    font-size: 24px;
    color: #2b363e;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 24px;
    z-index: 10;
    border-top: 1px solid #0873ba;
}

    .divAllowCookies .container {
        width: auto;
        margin: 0 20px;
    }

    .divAllowCookies a {
        font-size: 16px;
        color: #2b363e;
        font-weight: 700;
    }

        .divAllowCookies a:hover {
            color: #0873ba;
        }

    .divAllowCookies .normalBtn {
        padding: 12px 32px;
        margin-top: 4px;
    }

    .divAllowCookies .textHolder {
        max-width: 100%;
        margin-right: 20px;
    }

.divAllowCookies {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6509803921568628);
}

    .divAllowCookies .container {
        background-color: rgba(246,246,246,1);
        top: 50%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 50%;
        padding: 30px;
        transform: translate(0,-50%);
    }

    .divAllowCookies .normalBtn {
        margin: 12px 18px;
        float: right
    }

.search .listingHolder > li.listingItemLI:last-child {
    margin-bottom: 45px
}

.bookTripBlock .mapWeatherBlock .weatherBlock.fullWidth {
    width: 100%
}

.bookTripBlock .mapWeatherBlock .fullWidth .fromWeather {
    display: inline-block;
    border-right: 1px solid #ffffff;
    border-bottom: 0;
    padding-right: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bookTripBlock .mapWeatherBlock .fullWidth .toWeather {
    display: inline-block;
    margin-left: 20px;
}

.hotelBookingList,
.carBookingList {
    position: absolute;
    background: #fff;
    width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden
}

    .hotelBookingList li a,
    .carBookingList li a {
        color: #333333;
        font-size: 18px;
        width: 100%;
        display: block;
        padding: 10px 10px;
        font-size: 18px;
        border: 0;
        margin: 0;
        border-bottom: 1px solid #dedede;
        padding-left: 20px;
    }

        .hotelBookingList li a:hover,
        .carBookingList li a:hover {
            background: #0873ba;
            color: #fff;
        }

.online-services a {
    display: block;
    overflow: hidden;
}

    .online-services a:hover img {
        transform: scale(1.1)
    }

.online-services img {
    display: block;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.online-services .service {
    overflow: hidden
}

.bookTripBlock .block-notes {
    color: #3f3f3f;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 10px;
}

.servicesListing .serviceLink:hover .imageHolder {
    background-color: #ca123d;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.servicesListing .serviceLink .textHolder {
    position: relative;
}

    .servicesListing .serviceLink .textHolder:before {
        content: '';
        display: block;
        width: 0%;
        height: 1px;
        background: white;
        position: absolute;
        bottom: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.servicesListing .serviceLink:hover .textHolder:before {
    width: 100%;
}

.bookingAds:hover {
    background-color: #0873ba;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bookingAds.carAd:hover h4::before {
    background-image: url(/images/car-white01.png);
    width: 60px;
    height: 40px;
    background-size: 100%;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bookingAds.hotelAd:hover h4::before {
    background-image: url(/images/bed-white01.png);
    width: 60px;
    height: 40px;
    background-size: 100%;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bookingAds:hover h4,
.bookingAds:hover a {
    color: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.carBookingList li.mainCity {
    background-color: rgba(0, 0, 0, 0.3);
    border-top: 5px solid;
}

.creditcards a {
    display: inline-block;
    color: #0873ba;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none;
}

    .creditcards a:hover {
        border-bottom: 1px solid #0873ba;
    }

.cedarMilesAccountLinks {
    cursor: pointer;
}

.myAccount {
    z-index: auto;
}

.loaderHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    top: 0;
    left: 0;
    z-index: 90;
}

    .loaderHolder img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -54px;
        max-width: 200px;
    }

.joincedarmilesForm .checkbox label::after {
    left: -16px;
}

input[type=radio]:not(old):checked + label:before,
input[type=checkbox]:not(old):checked + label:before {
    background: unset;
}

.iti-flag {
    background-size: auto !important;
}

.phonenumber {
    width: 385px !important;
}

.smallText {
    font-size: 13px;
    font-weight: 400;
    padding-top: 12px;
    display: inline-block;
}

.departureIcon {
    background-image: url(/images/departure_plane.png);
    width: 20px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: 20px;
}

.nopadleft {
    padding-left: 0px;
}

.nopadright {
    padding-right: 0px;
}

.fixwidth {
    width: 375px;
}

.pass {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .pass .errorMessage {
        top: -15px;
    }

.closepass {
    position: absolute;
    top: 10px;
    font-size: 20px;
    color: #0873ba;
    right: 3px;
}

.addpassenger {
    color: #0873ba;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 35px;
    display: inline-block;
}

    .addpassenger:hover {
        text-decoration: underline;
    }

.passlabel {
    margin-bottom: 20px;
    display: inline-block;
}

.contactchaspan {
    left: 254px !important;
    right: auto !important;
    top: -15px !important;
}

.note {
    font-size: 16px;
    color: #252525;
    margin-bottom: 30px;
    display: inline-block;
}

.message {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.checkinbuttons {
    padding-top: 28px;
}

.bookingLogo img {
    max-width: 50%;
}

.bookingLogo {
    text-align: right
}

.bookTripBlock .fromTo .inputParent.timePicker input {
    padding: 0 15px;
}

.timetableRow .col-md-3.checkInInput input[type=submit] {
    float: left
}

.directoryListing.measales .tabsHolder {
    width: auto;
    float: none;
    height: auto;
    overflow: hidden;
    padding: 0;
    background: transparent;
}

.measales.directoryListing {
    margin: 0 auto 50px;
    max-width: none;
}

    .measales.directoryListing .tabsHolder .blockDescription,
    .measales.directoryListing .tabsHolder h3 {
        color: black
    }

    .measales.directoryListing li:nth-child(2n+1) {
        clear: none;
    }

    .measales.directoryListing li:nth-child(3n+1) {
        clear: none;
    }

.measales .tabsHolder .tab .simplebar-track.simplebar-vertical {
    opacity: 1
}

    .measales .tabsHolder .tab .simplebar-track.simplebar-vertical .simplebar-scrollbar {
        border-radius: 20px;
        background: #0873ba;
    }

        .measales .tabsHolder .tab .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
            background-color: #0873ba;
        }

.carRentalTab .inputParent, .bookingrow .inputParent.promoCode {
    margin-bottom: 13px;
    position: relative;
}

    .carRentalTab .inputParent label, .bookingrow .inputParent.promoCode label {
        position: absolute;
        z-index: 5;
        left: 31px;
        top: 16px;
        color: #b9b9b9;
    }

    .carRentalTab .inputParent input, .bookingrow .inputParent.promoCode input {
        border: 0px solid #c5c5c5;
        max-height: 300px;
        overflow: auto;
        width: 100%;
        position: relative;
        padding-left: 155px;
        padding-right: 10px;
        height: 50px;
    }

.carRentalTab {
    background-color: #f4f5f6;
    padding: 50px 0;
}

    .carRentalTab .carBookingList {
        z-index: 6;
    }

    .carRentalTab .searchParent {
        float: right
    }

.onlyEnglishNote {
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 3;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 100px;
}

    .onlyEnglishNote a {
        color: #0873ba;
        display: block;
        margin: 10px 0 0 0;
        text-decoration: underline;
    }

        .onlyEnglishNote a:hover {
            text-decoration: none;
        }

/*body > div, body > h2 {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}*/

body.loaded > div {
    opacity: 1
}

body.hideLanguage {
    overflow-x: hidden
}

    body.hideLanguage > div {
        display: none
    }

    body.hideLanguage header,
    body.hideLanguage footer,
    body.hideLanguage .onlyEnglishNote,
    body.hideLanguage .mainBanner,
    body.hideLanguage .pagesMenu,
    body.hideLanguage .pagesMenu2 {
        display: inherit;
    }

    body.hideLanguage > h2,
    body.loaded > h2 {
        opacity: 1
    }

.measales .newslist li:nth-child(2n+1) {
    clear: none
}

.measales .newslist li:nth-child(3n+1) {
    clear: both
}

.headquarters.trainingCenter span {
    color: white;
    font-size: 20px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.headquarters.trainingCenter h4 {
    font-size: 19px;
    font-weight: 500;
}

.headquarters.trainingCenter h5 {
    font-size: 50px;
}

.headquarters.trainingCenter img {
    max-width: 100%;
    margin-bottom: 10px;
}

.trainingListing h3 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center
}

.trainingListing .listingTitle {
    margin-bottom: 10px;
    color: black;
    font-size: 26px;
    margin-top: 20px;
}

.trainingListing .listingItemLI .listingDescription {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
}

.withoutBullets li:before {
    display: none
}

.paddingBot60 {
    padding-bottom: 60px;
}

.erroMessage {
    text-transform: none !important;
}

.measales.tabsMain .tabsHolder::-webkit-scrollbar-thumb {
    background-color: #0873ba;
    border-radius: 20px;
}

.measales.tabsMain .tabsHolder::-webkit-scrollbar {
    background: white;
    width: 7px;
}

.measales.tabsMain > .container {
    max-width: 1000px;
}

label#signInErrorMsg {
    color: #ff003b;
    position: static;
    bottom: 55px;
    font-size: 14px;
    padding-right: 12px;
    text-align: center;
    right: 16px;
    display: none;
    padding: 10px;
    float: none;
    clear: both;
    background-color: #ffe9ec;
    margin-bottom: 20px;
}

.bigcontainer.newsBlock .measales.tabsMain .newslist .listingItem.op1v13 .listingImage a::before {
    background: transparent
}

.listingItem.op1v13:hover .listingInfos {
    background: white;
}

.rememberMeDiv input[type=checkbox]:not(old):checked + label:before {
    background: transparent !important;
    background: url(../images/whiteTick.png) !important;
    content: '';
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    border: 0 !important;
}

.myAccount .col-md-12,
.myAccount .col-md-6 {
    position: static
}

.myAccount .loaderHolder, .joincedarmilesForm .loaderHolder {
    position: absolute;
}

.activitiesPage {
    width: 100%;
    margin: 0
}

    .activitiesPage .tabsLinks {
        width: 100%;
        height: auto;
        padding: 0;
        background: transparent;
        border-bottom: 1px solid #f4f5f6;
    }

    .activitiesPage .tabsLinks {
        width: 100%;
        height: auto;
    }

        .activitiesPage .tabsLinks a {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 15px;
        }

    .activitiesPage .tabsHolder {
        width: 100%;
        margin-bottom: 60px;
        height: auto;
    }

        .activitiesPage .tabsHolder .simplebar-content {
            padding: 0 !important
        }

.reissuemycard .grayContainer .link:before {
    display: none
}

.cargoInput .checkinbuttons {
    padding-top: 0;
}

.measales .listingItem.op1v13:hover .listingImage a {
    background-color: #fff !important
}

.baggageInfoMain .emptyLabel {
    display: block;
}

.VideoBook iframe {
    min-width: 100%
}

.loggedInMenu {
    background-color: #ffffff;
    padding: 12px;
    position: absolute;
    width: 100%;
    top: calc(100% - 13px);
    left: 0;
}

header .rightMenu .loggedInMenu li {
    display: block;
    width: 100%;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e3e3e3;
}

    header .rightMenu .loggedInMenu li a {
        font-size: 15px;
        color: #0873ba !important;
        font-weight: 400;
        line-height: 18px;
        padding: 0;
    }

    header .rightMenu .loggedInMenu li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
    }

.loginParent.loggedIn:hover .loggedInMenu {
    display: block !important
}


header .rightMenu .loggedInMenu li a:hover {
    text-decoration: underline;
}

header.fixed .rightMenu .loginParent a:before {
    background-position: -361px -47px;
}

header .rightMenu .loginParent:hover a:before, 
header.fixed .rightMenu .loginParent:hover a:before {
    background-position: -339px -47px;
}

.loginBtn.loggedInMainBtn:after, header .mainMenu > ul > li.hasSubmenu > a:before {
    content: '';
    display: inline-block;
    width: 0;
    margin-left: 5px;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid white;
}

header .rightMenu .loginParent:hover a.loggedInMainBtn:after,
header .mainMenu > ul > li.hasSubmenu:hover > a:before {
    border-top: 7px solid #0873ba;
    transform: rotate(180deg)
}

header.fixed .rightMenu .loginParent a.loggedInMainBtn:after {
    border-top: 7px solid #252829;
}

header.fixed .mainMenu > ul > li.hasSubmenu > a:before {
    border-top: 7px solid #252829;
}

header.fixed {
background-color: #FFF!important; 
}
header.fixed .mainMenu > ul > li.hasSubmenu > a {
    color: #252829;
}

header.fixed .mainMenu > ul > li.hasSubmenu:hover > a {
    color: #0873ba;
}

header.fixed .mainMenu > ul > li.hasSubmenu:hover > a:before {
    border-top: 7px solid #0873ba;
}

header.fixed .rightMenu .languages a, header.fixed .rightMenu li a, 
header.fixed .rightMenu .loginBtn {
    color: #252829
}

header.fixed .rightMenu .loginParent:hover a {
    color: #0873ba;
}

    header.fixed .rightMenu .loginParent:hover a.loggedInMainBtn:after {
        border-top: 7px solid #0873ba;
    }


.breadCrumbInsideCont li {
    padding: 0 14px;
    padding-right: 8px;
}

    .breadCrumbInsideCont li::after {
        top: 2px
    }

.chairmans-message img {
    max-width: 100%;
}

.roundTripWithPad {
    padding-top: 50px
}

.searchPopup {
    height: 100vh
}

.formActions.car {
    margin-bottom: 20px;
}

/****************ADDED FOR FRENCH**********/
.scheduleBtns2 .normalBtn {
    width: 200px;
}

.carRentalTab .inputParent input {
    padding-left: 225px;
}

.servicesListing .textHolder {
    padding-top: 0;
    max-width: calc(100% - 125px);
    vertical-align: middle;
}

.servicesListing .imageHolder {
    vertical-align: middle;
}

.listingItem.op1v13 .listingInfos {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.newslist .listingItem:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    Background: linear-gradient(to bottom right,#122b40,transparent);
    z-index: 1;
}

.listingItem.op1v13 .listingImage a {
    background: #0a69a9 !important
}

.JoinCedarHPBottom {
    width: 30px;
    vertical-align: middle;
    margin-top: -6px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.inputParent.passwordHolder img {
    width: 30px;
}

.inputParent.passwordHolder {
    position: relative;
}

    .inputParent.passwordHolder img.hidePassword {
        display: none;
    }

.privilegesTable tr:first-child th {
    text-align: left;
}

.spend-miles-listing .moreContent li {
    list-style: disc;
}

.privilegesTable th {
    text-align: left;
}


div#cedarMilesLoginPopup .inputParent.passwordHolder img {
    top: 0;
    width: 20px;
}

input.datepicker {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #454545;
}

tbody#mileageTable th {
    text-align: left;
    padding-left: 30px !important;
}

.countriesPopup .countries {
    background: white;
    padding: 15px 36px;
}

    .countriesPopup .countries li a {
        color: black;
    }

.countriesPopup a.closeCountries img {
    background: black;
    padding: 4px;
}

.countriesPopup a.closeCountries {
    top: -18px;
    right: 7px;
}

.bigcontainer.formPage.baggageInfoMain + .bigcontainern.calculate + .bigcontainer.carry-on-baggage {
    display: none;
}

.conditionsContainer.passengerServices.toptierprivileges + div .cedarMiles {
    background: rgba(0, 0, 0, 0.5);
}

.custumePassMessage {
    position: absolute;
    bottom: 0;
}

.togglePassShowHide {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 100%;
    padding: 16px 0;
    background: #06568e;
    border: 2px solid white;
    text-align: center;
}

div#cedarMilesLoginPopup .inputParent.passwordHolder .togglePassShowHide {
    border: 0;
    padding: 2px 0;
}

header .logoHolder:hover {
    border-bottom: 1px solid white;
}

.bigcontainer.newsBlock .measales.tabsMain {
    max-width: unset !important;
}

    .bigcontainer.newsBlock .measales.tabsMain > .container {
        max-width: unset !important;
    }

.bigcontainer.accountOptions .option.cedarMilesAccountLinks:hover {
    margin-top: -16px;
    transition: 0.5s;
}

.bigcontainer.accountOptions .option.cedarMilesAccountLinks {
    transition: 0.5s;
}


div#conditionsItems table.privilegesTable tr, table.privilegesTable th {
    text-align: center !important;
}


    table.privilegesTable tr td:nth-child(1), table.privilegesTable th:nth-child(1) {
        text-align: left !important;
    }

.closeCustPopup {
    position: absolute;
    right: 0;
    font-size: 35px;
    transform: rotateZ(45deg);
    top: 0;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.baggageTables.newSpendMiles .table1 th {
    text-align: left;
}

tbody#mileageTable, tbody#mileageTable th {
    text-align: center;
}

.sublistPopupHolder {
    max-height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.measales.tabsMain.activitiesPage {
    max-width: 100%;
}

.buildingImage img {
    width: 100%;
}

.flightsColorCode li[data-dimmed=true] {
    opacity: 0.4;
}

input::-ms-clear {
    display: none
}

input#changePasswordFormSubmitButton {
    margin-bottom: 20px;
}

div#OfficesList.listOfOffices {
    background-image: url(/images/dotted-bg.jpg);
    height: 500px;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    position: relative;
}

li.knowaboutItem a {
    color: #0873ba !important;
}

.scheduleContainer.bookingScheduleBottom {
    background-image: url("/images/schedule.jpg");
    height: fit-content;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.contactusformholder .contactForm {
    padding-bottom: 24px;
}

.onlyEnglishNote {
    margin-top: 40px;
}

.bookTripBlock div#divSignIn a.normalLink:before {
    content: '';
    height: 15px;
    background: url(../images/sprite.png?v=1);
    width: 15px;
    background-position: -11px 0px;
    position: absolute;
    top: -3px;
    left: 3px;
}

body, .ui-widget, .contentText li, .listingContent li, .checkinListing .checkinLI {
    color: #292929 !important;
}

.fancybox-slide .loginPopup .inputParent.passwordHolder span {
    top: -12px;
}

.fancybox-slide .loginPopup .togglePassShowHide {
    height: 21px;
}

.fancybox-slide .loginPopup .forgetpass {
    margin-top: -15px;
    display: block;
    margin-bottom: 15px;
}

.searchInput .ui-widget.ui-widget-content.ui-autocomplete {
    overflow: hidden;
}

.inputEntity.joinCederPhoneNbrsHolder span.erroMessage.field-validation-error {
    top: -10px;
    right: 16px;
}

.inputEntity.joinCederPhoneNbrsHolder {
    margin-top: -5px;
}

.inputEntity .inputParent.passwordHolder .erroMessage {
    top: -22px;
}

.conditionsContainer.passengerServices.toptierprivileges .link:before {
    top: 50%;
}

th.greenColorTH {
    background: #0c795b !important;
}


.AudiBankPopup .col-md-6, .AudiBankPopup .col-md-8, .AudiBankPopup .col-md-12 {
    padding: 0;
}

.AudiBankPopup .toggleItemDetails {
    margin-top: 20px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
}

.AudiBankPopup .card-image {
    padding: 8px 0;
}

.bookingtabs.tabsMain .headingDiv a {
    color: #0873ba;
    font-weight: bold
}

.contactForm input#hfPhonenumberCode, .contactForm .phonenumber,
.contactForm .intl-tel-input.allow-dropdown.separate-dial-code {
    width: 100% !important;
}


.bookTripBlock .middleSection .topLabel {
    min-height: 45px;
}

.bookTripBlock .middleSection .sameBlock {
    padding-bottom: 20px;
}

.bookTripBlock .carTimeFrom .fromTo .inputParent input, .bookTripBlock .carTimeTo .fromTo .inputParent input {
    font-size: 14px;
}






div#divCedarMilesLogin a.blueBlock {
    transition: 0.4s;
}

.cedarMiles .servicesListing .itemHolder {
    text-align: center;
}

.cedarMiles .servicesListing .textHolder {
    display: block;
    text-align: center;
    max-width: 100%;
    margin-top: 8px;
    font-weight:bold;
}


.requestRewardPage .bookingtabs .tab {
    padding: 50px 0 20px 0;
}

.requestRewardPage .bookingtabs .optionItem1 {
    padding: 0 31px;
}

.requestRewardPage .bookingtabs .label {
    padding: 16px 0;
    position: absolute;
    z-index: 2;
    display: inline-block;
}

.requestRewardPage .bookingtabs .optionItem1 .datepicker {
    margin: 0;
}

.requestRewardPage .returnIcon {
    position: absolute;
    right: 16px;
    top: 20px;
}

.requestRewardPage .formContent {
    margin: 0 -15px 0 -15px;
}

.requestRewardPage .bookingtabs .optionItem1 input[type=text] {
    float: left;
    left: 0;
    background: transparent;
    position: absolute;
    border: none;
    padding-left: 130px;
    height: 50px;
    vertical-align: middle;
}

.requestRewardPage .formContent .optionItem1 {
    padding-right: 0;
}

.requestRewardPage .bookingContainer .tabsHolder {
    padding: 0 0 40px 0;
    position: relative;
}

.requestRewardPage .formActions {
    padding: 40px 0 10px 0;
}

.requestRewardPage #loaderMileage {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    height: 100%;
    background: rgba(255,255,255,0.6);
    background-image: url(/images/Loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}


.bookingContainer.bigcontainer.requestRewardPage .bookingtabs.tabsMain .label {
    left: 20px;
}

.bookingContainer.bigcontainer.requestRewardPage .formContent .optionItem1 {
    padding: 0 0;
}

    .bookingContainer.bigcontainer.requestRewardPage .formContent .optionItem1 .inputEntity {
        margin-bottom: 0;
    }

.bookingContainer.bigcontainer.requestRewardPage .autoSuggest .custom-combobox {
    z-index: initial;
}

.requestRewardPage .bookingtabs .label {
    z-index: 1;
}

.bookingContainer.bigcontainer.requestRewardPage .optionItem1.autoSuggest.roundtrip.arrival, .bookingContainer.bigcontainer.requestRewardPage .optionItem1.autoSuggest.oneway.arrival {
    z-index: 99;
}

.bookingContainer.bigcontainer.requestRewardPage .submitHolder {
    margin-bottom: 24px
}

.bookingContainer.bigcontainer.requestRewardPage .inputEntity input[type=text] {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    color: #292929 !important
}

.bookingContainer.bigcontainer.requestRewardPage .ui-widget {
    font-family: 'Roboto',sans-serif;
}

.bookingContainer.bigcontainer.requestRewardPage .BuyFormFrom input {
    padding-left: 69px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormTo input {
    padding-left: 50px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormPhoneType input {
    padding-left: 175px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormEmail input {
    padding-left: 70px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormPhoneNbr input {
    padding-left: 140px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormClass input {
    padding-left: 135px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormIsFor input {
    padding-left: 130px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormNbrPassengers input {
    padding-left: 200px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormtitleBottom input {
    padding-left: 70px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormNameBottom input {
    padding-left: 110px;
}


.bookingContainer.bigcontainer.requestRewardPage .BuyFormLastnameBottom input {
    padding-left: 110px;
}

.bookingContainer.bigcontainer.requestRewardPage .BuyFormTo input#txtReturnDate {
    padding-left: 100px;
}

.bookingContainer.bigcontainer.requestRewardPage .BuyFormFrom input.datepicker {
    padding-left: 100px;
}

.homePage .cedarMiles .servicesListing .textHolder {
    width: fit-content;
    margin: 0 auto;
    margin-top: 8px;
}

body.loaded.smallHeightWindow.desktop.fixed .bookTripBlock .middleSection .topLabel {
    min-height: 22px;
}

.bookingContainer.bigcontainer .carRentalTab .inputParent input {
    padding-left: 160px;
}

.bookingContainer.bigcontainer .carRentalTab .inputParent input {
    font-size: 18px;
}


div#divCedarMilesLoggedin a.blueBlock {
    transition: .4s;
}

.baggageTopIcons {
    text-align: center;
    margin-bottom: 30px;
}

    .baggageTopIcons span.separator {
        margin: 0 50px;
        color: white;
        font-size: 26px;
        vertical-align: middle;
    }

    .baggageTopIcons img {
        display: inline-block;
        vertical-align: middle;
    }

.white {
    text-align: center;
}

    .white.baggageTextHolder p {
        margin-bottom: 20px;
        font-size: 16px;
    }

        .white.baggageTextHolder p b {
            display: block;
            margin-bottom: -18px;
        }

    .white.baggageTextHolder ul li {
        display: inline-block;
        font-size: 18px;
        font-weight: lighter !important;
    }

    .white.baggageTextHolder ul span {
        margin: 0 30px;
    }

    .white.baggageTextHolder ul + p {
        margin-top: 12px;
    }

    .white.baggageTextHolder.bottomDiv {
        background: #013659;
        padding: 40px;
        margin-top: 50px;
    }

        .white.baggageTextHolder.bottomDiv > p, .white.baggageTextHolder.baggageResultTitle > p {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 0;
        }

        .white.baggageTextHolder.bottomDiv .imageholder img, .white.baggageTextHolder.bottomDiv .imageholder p {
            display: inline-block;
        }

        .white.baggageTextHolder.bottomDiv .imageholder {
            margin-top: 30px;
        }

            .white.baggageTextHolder.bottomDiv .imageholder p {
                text-align: left;
                padding-left: 30px;
                position: relative;
                font-weight: lighter;
            }

            .white.baggageTextHolder.bottomDiv .imageholder + .white {
                font-size: 38px;
                font-weight: bold;
            }

                .white.baggageTextHolder.bottomDiv .imageholder + .white span {
                    padding: 0 10px;
                }

    .white.baggageTextHolder p.p2 {
        font-size: 18px;
        font-weight: lighter;
    }

        .white.baggageTextHolder p.p2 span.s2 {
            font-size: 23px;
            margin-top: 11px;
            display: block;
        }

.baggageCalculator .optionItemDropDown.inputEntity {
    display: inline-block;
    margin-top: 27px;
    margin-left: 20px;
}

.white.baggageTextHolder.bottomDiv .optionItemDropDown.inputEntity + span {
    margin-top: -58px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 24px;
}

.white.baggageTextHolder.bottomDiv .optionItemDropDown .customSelect .dk-selected {
    padding-left: 0px;
}

    .white.baggageTextHolder.bottomDiv .optionItemDropDown .customSelect .dk-selected::before {
        right: 20px;
        top: 27px;
    }


.white.bottomTabelHolder tr th {
    font-size: 18px !important;
    height: 65px;
}

.white.bottomTabelHolder tr:nth-child(even) {
    background: #05568c;
}

.white.bottomTabelHolder tr:nth-child(odd) {
    background: #004470;
}

.white.bottomTabelHolder tr td, .white.bottomTabelHolder tr th {
    padding-top: 20px;
}

.white.bottomTabelHolder table {
    width: 100%;
}

.white.bottomTabelHolder {
    margin-top: 50px;
}

    .white.bottomTabelHolder tr td {
        font-size: 32px !important;
        height: 65px;
    }

        .white.bottomTabelHolder tr td:nth-child(1) {
            font-size: 18px !important;
        }

    .white.bottomTabelHolder tr:nth-child(even) td:nth-child(1) {
        background: #0873ba;
    }

    .white.bottomTabelHolder tr:nth-child(odd) td:nth-child(1) {
        background: #045b95
    }

    .white.bottomTabelHolder tr:last-child {
        border-bottom: 0 !important;
    }

    .white.bottomTabelHolder tr {
        border-bottom: 1px solid #013659;
    }

.printCardButton {
    float: right;
    color: white !important;
    z-index: 9;
    opacity: 1 !important;
    position: relative;
}

.offerContainer .offerDescription {
    color: black;
}

.offersDetailsPopup, .fareConditions {
    max-width: 60%;
    padding: 40px;
    font-size: 22px;
    line-height: 30px;
    padding-top: 60px;
}

    .offersDetailsPopup .fancybox-close-small {
        right: 15px;
        top: 15px;
    }

.timetableContainer.promosFilter {
    margin-bottom: 30px;
    margin-top: 20px;
}

    .timetableContainer.promosFilter ul {
        z-index: 6;
        position: relative !important;
    }

.timetableContainer .custom-combobox .custom-combobox-toggle {
    width: 100%;
    height: 50px;
}

.specialOffers .autoSuggest .custom-combobox input {
    padding-left: 20px;
}

.specialOffers .timetableContainer.promosFilter .autoSuggest .custom-combobox {
    left: auto;
    width: 100%;
    position: relative;
}

.displayNone, .hiddenInputs {
    display: none !important;
}

#cedarMilesLoginPopup {
    display: none;
}

#myAccountLoader {
    text-align: center;
    display: none;
}

.carHotelImage {
    max-width: 100%;
    margin-bottom: 10px
}

.white.baggageTextHolder.baggageResultTitle > p {
    margin-bottom: 60px;
}

.timetableContainer.bigcontainer.formPage.baggageInfoMain {
    position: relative;
}

.firstdivBaggageREsult {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.white.baggageTextHolder.bottomDiv .dk-option {
    color: #2e3337 !important;
}

.white.baggageTextHolder.bottomDiv .dk-select-open-down .dk-select-options {
    max-height: 320px;
}

.menusMain .container {
    width: 1220px;
}

#signInErrorMsg a {
    color: #ff003b;
    text-decoration: underline;
}

    #signInErrorMsg a:hover {
        text-decoration: none;
    }

img.Bag12KG {
    max-width: 160px;
}

img.Bag30KG {
    max-width: 170px;
}



.col-md-6.col-sm-6.col-xs-12:not(.firstdivBaggageREsult) .baggageTopIcons img.Bag30KG {
    max-width: 220px;
}

form#joinCedarMilesForm input[type=radio]:not(old):checked + label:before, input[type=checkbox]:not(old):checked + label:before {
    background: url(../images/BlueTick.png) !important;
    content: '';
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    border: 0 !important;
}

a.loginBtn.loggedInMainBtn.active + ul.loggedInMenu.displayNone {
    display: block !important;
}


.bookingrow .inputParent.promoCode input {
    padding-left: 195px;
    height: 49px;
}

.bookingrow[data-attribute="multi"] .inputParent.promoCode input {
    height: 46px;
}

.bookingrow[data-attribute="multi"] .inputParent.promoCode label {
    top: 14px;
}

footer .bottomFooter .rightSection {
    position: absolute;
    bottom: -17px;
    right: 0;
}

.specialOffers .priceStarting {
    font-size: 16px;
    font-weight: normal;
    top: 0;
    position: relative;
}

.specialOffers .fareCondition {
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
    margin: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.specialOffers .offersList .fareCondition {
    color: #292929;
}

/*.offerContainer .normalBtn.blueBg {
    margin-bottom: 10px;
}*/

.specialOffers .fareCondition:hover {
    text-decoration: none;
}

.fareConditions {
    display: none;
}

.offerDetailsBooking {
    padding: 0 40px;
}

.offerDetailsCol {
    background-color: rgba(44,44,44,.8);
    color: white;
    padding: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0,-50%);
}

.offerDetailsBooking .bookingrow .col-md-6:nth-child(2) {
    background-color: #f4f5f6;
    padding: 15px;
}


.offerDetailsCol .dateHolder, .offerDetailsCol .listingDescription {
    font-weight: 300;
    margin-bottom: 10px;
}

.offerDetailsCol .dateHolder {
    margin-top: 40px;
}

.dateHolder .from {
    min-width: initial;
    font-weight: 500;
}

.offerDetailsCol .listingTitle {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 46px;
}

.offerDetailsCol .price {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 16px;
}

.offerDetailsCol .priceStarting {
    font-size: 14px;
    font-weight: normal;
    top: 0;
    position: relative;
    margin-right: 5px;
}

.offerDetailsCol .currency {
    font-size: 12px;
    position: relative;
    top: 0;
    margin-right: 5px;
}

.offerDetailsCol .fareCondition {
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
    margin: 0;
    vertical-align: bottom;
}

.offerDetailsText {
    padding-top: 40px;
}

    .offerDetailsText a {
        color: #0873ba;
        text-decoration: none;
    }

        .offerDetailsText a:hover {
            color: inherit;
            text-decoration: underline;
        }

.listingInfos .fareCondition {
    margin: 20px 35px;
}

.offerDetailsText.offerNote {
    font-style: italic;
    font-size: smaller;
}

    .offerDetailsText.offerNote a {
        font-weight: bold;
        color: #0873ba;
    }

.share-offer-icons {
    display: inline-flex;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .share-offer-icons li {
        padding-right: 15px;
    }

.share-icons {
    width: 20px;
}

.greyBackground {
    background: #e4e4e4;
    padding: 15px;
}

.specialOffers .mainCarousel .dateHolder.offerExpiry,
.offerDetailsCol .dateHolder.offerExpiry {
    top: 20px;
    right: 20px;
}

.dateHolder.offerExpiry {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 20px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    padding: 5px 10px;
    margin: 0;
    z-index: 9;
    display: block;
    height: 32px;
}

.offerDetailsCol .tripType, .specialOffers .tripType {
    padding: 0;
    color: #ffffff;
    margin-bottom: 10px; 
}

.offersList .tripType {
    color: #2b363e;
}

.smallText.refundNote {
    display: none;
    color: #ff0000;
    text-align: center;
    width: 100%;
}

.contentText.callCenterText {
    margin-bottom: 40px;
}

    .contentText.callCenterText a {
        color: #0873ba !important
    }

    .contentText.callCenterText h4 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 50px;
        color: #292929;
        font-weight: normal;
    }

.specialOffers .mainCarousel .listingItemLI .itemHolder img {
    position: absolute;
    height: 100%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.specialOffers .mainCarousel .listingItemLI:hover .itemHolder img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.topNotificationBanner {
    height: 46px;
    padding: 15px;
    position: relative;
    z-index: 9;
    font-weight: bold;
    background: #eeeeee;
}

    .topNotificationBanner span#important {
        color: #CA123D;
        padding-left: 10px;
        position: relative
    }

        .topNotificationBanner span#important:before {
            content: "";
            background: url(../images/info.svg) no-repeat;
            background-size: contain;
            left: -12px;
            top: 2px;
            position: absolute;
            display: block;
            width: 19px;
            height: 16px;
            text-align: center;
        }

    .topNotificationBanner a {
        color: black;
        text-decoration: underline;
    }

    .topNotificationBanner span.closeNotification {
        color: #CA123D;
        position: absolute;
        top: 17px;
        right: 35px;
        font-size: 22px;
        cursor: pointer;
    }

        .topNotificationBanner span.closeNotification:before {
            content: "";
            background: url('../images/cancel.svg') no-repeat;
            color: #CA123D;
            width: 15px;
            height: 16px;
            background-size: contain;
            position: absolute;
        }

    /************* 7/4/2020 ****************/
    .topNotificationBanner .notificationContent {
        position: relative;
    }

        .topNotificationBanner .notificationContent .pager {
            position: absolute;
            right: 0;
            top: 0;
        }

            .topNotificationBanner .notificationContent .pager span {
                width: 20px;
                height: 20px;
                display: block;
                color: #000;
                float: left;
                background: #c5c5c5;
                margin: 0 2px;
                border-radius: 50%;
                position: relative;
                cursor: pointer;
            }

                .topNotificationBanner .notificationContent .pager span:before {
                    content: "";
                    position: absolute;
                    top: calc(50% - 5px);
                    left: calc(50% - 8px);
                    height: 10px;
                    width: 16px;
                    background-size: 75% !important;
                }

                .topNotificationBanner .notificationContent .pager span.prev:before {
                    background: url(../images/up-arrow.png) center no-repeat;
                }

                .topNotificationBanner .notificationContent .pager span.next:before {
                    background: url(../images/down-arrow.png) center no-repeat;
                }

        .topNotificationBanner .notificationContent ul {
            position: absolute;
            left: 90px;
            top: 0;
            width: 100%;
            height: 20px;
            overflow: hidden;
        }

            .topNotificationBanner .notificationContent ul li {
                transition: top 0.5s ease-in;
                position: absolute;
                width: 100%;
                display: inline-block;
                overflow: hidden;
            }

                .topNotificationBanner .notificationContent ul li.active {
                    top: 0;
                }

@media screen and (max-width: 768px) {
    .topNotificationBanner .notificationContent ul {
        left: 80px;
        width: calc(100% - 50px);
    }

    .topNotificationBanner .notificationContent .pager {
        display: none;
    }

    .topNotificationBanner .notificationContent ul {
        height: 40px;
    }
}

.divCovidTerms {
    display: none;
    direction: ltr !important;
    text-align: left;
}

    .divCovidTerms ul li {
        list-style: decimal;
        list-style-position: inside;
    }

        .divCovidTerms ul li ul li {
            list-style: lower-alpha;
            list-style-position: inside;
            margin: 0 0 0 22px;
        }

    .divCovidTerms .textHolder a {
        text-decoration: underline;
    }

        .divCovidTerms .textHolder a:hover {
            text-decoration: none;
        }

/************************** WIFI Page *********************************/
.WIFIMainContainer img {
    display: initial;
    max-width: 100% !important;
}

.WIFIMainContainer .desc {
    margin-bottom: 55px;
}

.WIFIMainContainer h2 {
    margin: 0 0 30px 0 !important;
    padding: 0px !important;
}

.WIFIMainContainer li, .WIFIMainContainer li:before, .WIFIMainContainer ul {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
    padding: 0px !important;
    margin: 0px !important;
    content: none !important;
}

.howDoesWork, .pricingPlans {
    background: #f9f9f9;
}

.pricingPlans, .purchasingWIFI, .howDoesWork, .fleetContainer {
    padding: 55px 0;
}

.mainTitleNote {
    font-size: 22px;
    color: #252829;
    text-align: center;
    display: block;
    position: relative;
    top: -10px;
    margin-bottom: 20px;
}

.purchasingImage {
    text-align: center;
    margin-bottom: 25px;
}

.purchasingWIFI p {
    font-size: 17px;
    color: #292929;
    text-align: center;
    max-width: 470px;
    margin: 0 auto;
}

.pricingPlans .row {
    margin: 0 15px !important;
}

.pricingPlans li {
    padding: 0 15px !important;
}

.packageContainer {
    padding: 20px 30px;
}

.pricingPlans li .packageContainer {
    -webkit-box-shadow: 2px 2px 7px 5px #f5f5f5; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 2px 7px 5px #f5f5f5; /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 2px 7px 5px #f5f5f5; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    background: white;
    height: 230px;
}

.packageSize {
    font-size: 40px;
    color: #0973ba;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.packagePrice {
    font-size: 30px;
    color: #292929;
    text-align: center;
    margin-bottom: 10px;
}

.packageTitle {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.packageDescp {
    font-size: 15px;
    color: #292929;
    text-align: center;
}

.stepNumber {
    font-size: 30px;
    color: #0973ba;
    font-weight: bold;
}

.stepImage, .stepNumber {
    margin-bottom: 10px;
    text-align: center;
}

.stepTitle {
    font-size: 20px;
    color: #252829;
    text-align: center;
}

.fleetListCont {
    -webkit-box-shadow: 2px 2px 7px 5px #f5f5f5; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 2px 7px 5px #f5f5f5; /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 2px 7px 5px #f5f5f5; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fleetImageCont {
    float: left;
    width: 443px;
    max-width: 100%;
}

.fleetInfoCont {
    float: right;
    width: 430px;
    max-width: 100%;
}

.fleetTitle {
    font-size: 16px;
    color: #292929;
    float: left;
}

.fleetNumb {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #292929;
}

.fleetInfoContRow {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.WIFIMainContainer .clearBoth {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}


/****************TRAVEL WITH CONFIDENCE***********/
.travelWithConfidence {
    padding: 70px 0;
}

    .travelWithConfidence .banner {
        background: url(../images/covid_hp.jpg);
        height: 500px;
        background-size: auto 500px;
        background-repeat: no-repeat;
        background-position: top right;
    }
 
.BannerContent {
    width: 100%;
    height: 500px;
    background: rgb(255,255,255);
    position: relative;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 55%, rgba(255,255,255,0) 100%);
}

    .BannerContent h2 {
        margin-bottom: 20px;
    }

    .BannerContent table {
        height: 100%;
    }

        .BannerContent table td {
            vertical-align: middle
        }


.travelWithConfidencePage > .container {
    width: 100%;
    margin: 0;
}

.contentPage.travelWithConfidencePage h2 {
    margin-bottom: 20px;
}

.travelWithConfidencePage {
    padding-bottom: 0;
}

.bigcontainer .introduction {
    max-width: 750px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 50px;
    text-align: center
}


.currentRegulation h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.currentRegulation {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 15px 150px;
    margin-bottom: 100px
}

.travelWithConfidencePage + .bigcontainer .currentRegulation a {
    color: #0873ba;
    font-weight: 500;
    text-decoration: underline
}

    .travelWithConfidencePage + .bigcontainer .currentRegulation a:hover {
        text-decoration: none
    }

.travelWithGuidance {
    text-align: center
}

    .travelWithGuidance label {
        max-width: 220px;
        display: block;
        margin: 0 auto 50px;
    }

.bigcontainer .contentPage {
    padding: 0
}

.contentHead {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 20px
}


.travelPlan h2 {
    margin-bottom: 20px
}

.bigcontainer .travelWithConfidence {
    padding: 100px 0
}


.travelPlan .knowaboutItem .normalBtn {
    margin: 20px 20px 0;
}


.travelPlan .knowaboutItem {
    margin-bottom: 0
}

.travelPlan {
    margin-bottom: 100px;
}

.embededVideo {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d9d9d9
}

.guidelinesListing {
    text-align: center;
    margin-bottom: 40px
}

    .guidelinesListing .blockHead {
        margin-bottom: 80px;
        height: 340px;
        position: relative;
    }

        .guidelinesListing .blockHead h3 {
            font-size: 36px;
            background: white;
            position: absolute;
            bottom: -45px;
            left: 40px;
            padding: 25px 35px;
            margin: 0;
            text-transform: capitalize;
        }

            .guidelinesListing .blockHead h3 span {
                display: inline-block;
                background: #0773b9;
                font-size: 30px;
                line-height: 45px;
                text-align: center;
                width: 45px;
                color: white;
                border-radius: 50%;
                vertical-align: middle;
                margin-right: 15px;
            }

    .guidelinesListing a {
        display: block;
    }

    .guidelinesListing h4 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .guidelinesListing .col-md-4 {
        margin-bottom: 30px;
    }

        .guidelinesListing .col-md-4:nth-child(3n+1) {
            clear: both
        }

    .guidelinesListing .icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 100%;
        max-height: calc(100% - 10px);
    }

    .guidelinesListing .icon {
        width: auto;
        height: 65px;
        position: relative;
    }

.internalNav a {
    font-size: 16px;
    color: #2e3337;
    padding: 5px 5px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: 0 25px;
}

    .internalNav a:hover, .internalNav a.active {
        color: #0873ba;
    }

        .internalNav a.active:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 2px;
            left: 0;
            background: #0873ba;
        }

.internalNav nav {
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.flightSchedule h3 {
    text-align: center;
    margin-bottom: 30px;
}

.BannerContent strong {
    color: #0873ba;
    font-weight: bold
}

.BannerContent .contentText {
    line-height: 26px;
    margin-bottom: 40px;
    max-width: 650px;
}

.flightSchedule.inverted .banner {
    background-position: top left;
}

.flightSchedule.inverted .BannerContent {
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 55%, rgba(255,255,255,0) 100%);
    float: right;
}

    .flightSchedule.inverted .BannerContent table {
        height: 100%;
        float: right;
    }

.travelWithConfidence:after {
    content: '';
    display: block;
    clear: both
}

.flightSchedule + .flightSchedule .travelWithConfidence {
    padding-top: 0
}

.internalNav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
}

.tab table {
    width: 100%
}

    .tab table td {
        background: #f4f5f6;
        width: 50%;
        padding: 10px 20px;
        border: 1px solid #dcdcdc;
        font-weight: bold
    }

        .tab table td + td {
            background: white;
            font-weight: normal
        }

.contentText a {
    color: #0873ba;
    text-decoration: underline;
    font-weight: bold
}

    .contentText a:hover {
        text-decoration: none
    }

.BannerContent:before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    background: white;
    height: 100%;
    left: -15px;
    top: 0
}

.flightSchedule.inverted .BannerContent:before {
    right: -15px;
    left: auto;
}

.travelWithConfidencePage + div .latestNews {
    background: #f4f5f6;
    text-align: center
}

    .travelWithConfidencePage + div .latestNews .mainBg {
        display: none
    }

    .travelWithConfidencePage + div .latestNews .blockHead {
        text-align: center;
    }

        .travelWithConfidencePage + div .latestNews .blockHead h2 {
            color: #252829;
            margin-bottom: 15px;
        }

    .travelWithConfidencePage + div .latestNews .description {
        text-align: left;
    }



    .travelWithConfidencePage + div .latestNews .itemHolder {
        background: #0a69a9;
    }

        .travelWithConfidencePage + div .latestNews .itemHolder:hover {
            background-color: #fff;
        }

    .travelWithConfidencePage + div .latestNews .normalBtn {
        background-color: #0873ba !important;
        border-color: #0873ba !important;
        color: #fff !important;
    }

.guidelinesListing label {
    margin-bottom: 5px;
    display: block;
    line-height: 18px;
}

.guidelinesListing a + br {
    display: none
}

.guidelinesListing a:before {
    content: '';
    background-color: #0873ba;
    height: 2px;
    width: 18px;
    position: Absolute;
    left: 0;
    top: 12px;
}

.guidelinesListing a {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}

.travelWithConfidencePage + div .latestNews .normalBtn:hover {
    color: #0873ba !important;
    background-color: white !important;
    border: solid white 1px;
    cursor: pointer;
}

table.flight {
    float: none;
    width: 100%;
}

    table.flight td {
        padding: 1px 10px;
        border-bottom: 1px solid #dcdcdc;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
    }

        table.flight td + td {
            font-weight: normal;
        }

    table.flight tr:last-child td {
        border-bottom: 0px solid #dcdcdc;
    }

pcr {
    position: relative;
    border: 1px solid #0873ba;
    font-size: 8px;
    padding: 1px;
    color: #0873ba;
    line-height: 7px;
    margin: 0px -1px;
    top: -1px;
    display: inline-block;
    left: 0;
}

    pcr:before {
        content: 'PCR';
        display: block
    }

.flightSchedule + .notice {
    border: 0;
}

    .flightSchedule + .notice .container {
        border: solid 1px #e3e3e3;
        padding: 0 20px;
        background: #e3e3e3;
    }

.travelWithConfidence .french {
    display: none
}

.travelWithConfidence .arabic {
    display: none
}

.french .travelWithConfidence .french {
    display: table-cell;
}

.french .travelWithConfidence .english {
    display: none
}

.french .travelWithConfidence .arabic {
    display: none
}


.notice.grey {
    border: solid 1px #e3e3e3;
    padding: 10px 20px;
    background: #e3e3e3;
}

.cargoForm a {
    color: #0873ba;
    text-decoration: none;
}

.partners-health {
    text-align: center;
}

.red-arrow-list li {
    margin-bottom: 35px;
}

    .red-arrow-list li a {
        padding-left: 15px;
        position: relative;
        color: #2b363e;
        font-weight: bold;
        display: inline-block;
        font-size: 17px;
    }

        .red-arrow-list li a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            width: 6px;
            height: 6px;
            background-color: #CA123D;
            border-radius: 50%;
        }

.partners-health .blockHead {
    background-color: #f1f1f1;
    padding: 25px;
}

    .partners-health .blockHead h2 {
        font-size: 20px;
        line-height: 30px;
    }

.specialOffers .bigContainer .blockBody .specialConditions {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    color: white;
    text-shadow: 0 0 3px black;
}

.offerDetailsCol .tripType.R:before, .specialOffers .bigContainer .mainCarousel .listingItemLI .tripType.R:before {
    content: "";
    background: url(/images/roundtripIcon.png) no-repeat center center;
    width: 15px;
    height: 13px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-size: cover;
}

.cancellationPage .apologize {
    font-size: 18px;
    margin-bottom: 45px;
}


    .cancellationPage .apologize h1 {
        font-size: 48px;
        line-height: 40px;
    }

    .cancellationPage .apologize img {
        max-width: 100%;
    }



.cancellationPage h3 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
}

.cancellationPage h5 {
    font-size: 26px;
    line-height: 40px;
}

.cancellationPage .toggleTitle h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 0;
}

.cancellationPage .contactUsTitle h3 {
    text-align: left;
    padding: 0;
}

.cancellationPage .contactUsTitle {
    margin-bottom: 0;
}

    .cancellationPage .contactUsTitle .contentSpacer {
        padding-bottom: 0;
    }


    .cancellationPage .contactUsTitle p {
        font-size: 18px;
        line-height: 26px;
    }

.cancellationPage .contactForm {
    margin: 0;
}

.listAnchors {
    margin-bottom: 85px;
}

    .listAnchors ul li a {
        color: #292929;
        font-family: Roboto;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 21px;
        text-align: right;
    }

    .listAnchors ul li {
        display: inline-block;
        padding-right: 37px;
    }

.expandCollapseHeader {
    height: 502px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 110px;
    background-size: cover !important;
    background-position: center !important;
}

    .expandCollapseHeader .container {
        position: relative;
        z-index: 1;
    }



    .expandCollapseHeader:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.17);
    }

    .expandCollapseHeader h3 {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 66px;
        position: relative;
    }

    .expandCollapseHeader h5 {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px;
    }




.normalContent li {
    padding-left: 15px;
    position: relative;
}

    .normalContent li:after {
        content: '\f105';
        font-family: 'FontAwesome';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

a.moreLink {
    position: relative;
}

    a.moreLink:after {
        content: "\276F";
        padding: 0 0 0 20px;
        position: absolute;
        right: -15px;
        top: -1px;
    }

.BannerContent.nogradient {
    background: none;
}

.banner {
    margin-bottom: 105px;
}

.BannerContent.nogradient:before {
    content: none;
}

.BannerContent.nogradient .contentText {
    max-width: 400px;
}

.downloadList {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .downloadList li:not(:last-child) {
        margin-right: 20px !important;
    }

.flightScheduleForm .normalBtn.blueBg.searchflight {
    float: left;
    border: 1px solid #fff;
    width: 100%;
}

.flightScheduleForm .flightNumberField {
    position: relative;
}

    .flightScheduleForm .flightNumberField span {
        position: absolute;
        top: calc(50% - 11px);
        left: 20px;
        font-size: 18px;
        color: #b5b5b5;
    }

    .flightScheduleForm .flightNumberField input[type=text] {
        padding-left: 50px;
        font-size: 18px;
    }

.buyBaggage {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 50%;
    margin: 50px auto 0 auto;
    flex-wrap: wrap;
}

    .buyBaggage p {
        margin-bottom: 0 !important;
    }

.countriesDD {
    position: absolute;
    top: 60px;
    right: -35px;
    width: 250px;
    background: white;
    padding: 12px 15px 23px 12px;
    display: none;
}

    .countriesDD:before {
        content: "";
        position: absolute;
        right: 15px;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid white;
    }

header .rightMenu .bookingOffices > a:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 35px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid white;
}


.countriesDD p {
    color: #8A8888;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.countriesDD .normalBtn {
    padding: 8px 32px;
    font-weight: 400;
}

.countriesList, .languageList {
    position: relative;
}

    .countriesList ul, .languageList ul {
        display: none;
        position: absolute;
        width: 100%;
        background: white;
        max-height: 200px;
        overflow-y: scroll;
        padding: 10px 0;
        z-index: 100;
        top: 58px;
        left: 0;
        -webkit-box-shadow: 0px -1px 1px -1px #d0cece;
        -moz-box-shadow: 0px -1px 1px -1px #d0cece;
        box-shadow: 0px -1px 1px -1px #d0cece;
    }

        .countriesList ul li, .languageList ul li {
            border-bottom: none !important;
            margin-bottom: 0 !important;
        }

        .countriesList ul li, .selectedCountry, .languageList ul li, .selectedLanguage {
            font-size: 14px;
            color: #484848;
            line-height: 17px;
            padding: 7px 10px !important;
            display: inline-flex;
            cursor: pointer;
            width: 100%;
        }

            .countriesList ul li span, .selectedCountry span, .languageList ul li span, .selectedLanguage span {
                display: inline-block;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                margin-right: 20px;
                position: relative;
            }

.bookingOffices .currentOffice:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -25px;
    top: 28px;
    border-radius: 50%;
    background: url(../images/Globe.svg) no-repeat;
    background-size: cover;
}

.countriesList ul li span:after, .selectedCountry span:after, .languageList ul li span:after, .selectedLanguage span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    border: 1px solid #DEDEDE;
    right: -10px;
    top: 1px;
}


.selectedCountry, .selectedLanguage {
    border: 1px solid #979797;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

    .selectedCountry:after, .selectedLanguage:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 12px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #808080;
    }

    .languageList ul li span, .selectedLanguage span {
        background: url(../images/global.svg) no-repeat;
        background-size: cover;
    }

.countriesDD span {
    background-size: cover !important;
    background-position: center !important;
}

    .countriesDD span.FR {
        background: url(../images/flags/fr.png) no-repeat;
    }

    .countriesDD span.LB {
        background: url(../images/flags/lb.png) no-repeat;
    }

    .countriesDD span.AM {
        background: url(../images/flags/arm.png) no-repeat;
    }

    .countriesDD span.BE {
        background: url(../images/flags/be.png) no-repeat;
    }

    .countriesDD span.CA {
        background: url(../images/flags/ca.png) no-repeat;
    }

    .countriesDD span.CY {
        background: url(../images/flags/cy.png) no-repeat;
    }

    .countriesDD span.DK {
        background: url(../images/flags/de.png) no-repeat;
    }

    .countriesDD span.EG {
        background: url(../images/flags/eg.png) no-repeat;
    }

    .countriesDD span.DE {
        background: url(../images/flags/ger.png) no-repeat;
    }

    .countriesDD span.IQ {
        background: url(../images/flags/ir.png) no-repeat;
    }

    .countriesDD span.IT {
        background: url(../images/flags/it.png) no-repeat;
    }

    .countriesDD span.JO {
        background: url(../images/flags/jr.png) no-repeat;
    }

    .countriesDD span.KW {
        background: url(../images/flags/ku.png) no-repeat;
    }

    .countriesDD span.QA {
        background: url(../images/flags/qa.png) no-repeat;
    }

    .countriesDD span.SA {
        background: url(../images/flags/ksa.png) no-repeat;
    }

    .countriesDD span.ES {
        background: url(../images/flags/esp.png) no-repeat;
    }

    .countriesDD span.CH {
        background: url(../images/flags/sw.png) no-repeat;
    }

    .countriesDD span.TN {
        background: url(../images/flags/tun.png) no-repeat;
    }

    .countriesDD span.TR {
        background: url(../images/flags/tur.png) no-repeat;
    }

    .countriesDD span.AE {
        background: url(../images/flags/uae.png) no-repeat;
    }

    .countriesDD span.GB {
        background: url(../images/flags/uk.png) no-repeat;
    }

    .countriesDD span.US {
        background: url(../images/flags/usa.png) no-repeat;
    }

    .countriesDD span.LB2 {
        background: url(../images/Globe.svg) no-repeat;
    }

    .countriesDD span.CI {
        background: url(../images/flags/ci.png) no-repeat;
    }

    .countriesDD span.GH {
        background: url(../images/flags/gh.png) no-repeat;
    }

    .countriesDD span.GR {
        background: url(../images/flags/gr.png) no-repeat;
    }
    .countriesDD span.NL {
        background: url(../images/flags/NL.png) no-repeat;
    }
.calendarsBlock .simplebar-scrollbar {
    border-radius: 20px;
    background: #c6c5c5;
    width: 10px;
    z-index: 4;
}

    .calendarsBlock .simplebar-scrollbar:before {
        background: #c6c5c5;
    }

.calendar .simplebar-content {
    padding-right: 30px !important;
}

.mainRightBlock.flightBooking {
    z-index: 5;
}

.noMargBot {
    margin-bottom: 0;
}

.promosFilter .resetBtn {
    font-weight: bold;
    background: transparent;
    display: inline-block;
    width: auto;
    font-size: 12px;
    color: #009aff;
    text-transform: uppercase;
    position: relative;
}

.promosFilter .resetHolder:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 20px;
    left: -3px;
    top: 16px;
    background-position-x: -84px;
    background-position-y: -115px;
}

.promosFilter .checkInInput .resetHolder {
    width: auto;
    display: inline-block;
    margin-top: 29px;
    position: relative;
}

.entertainmentListing {
    background: #F4F5F6;
}

    .entertainmentListing .movieItem .movieInfo {
        background: white;
        padding: 40px;
        max-width: 100%;
        margin-left: 0;
        max-height: 339px;
        box-shadow: 0 2px 4px 0 rgb(195 195 195 / 50%);
    }

    .entertainmentListing .movieItem {
        display: flex;
        border-bottom: none;
        padding-bottom: 21px;
        padding-top: 0;
    }



        .entertainmentListing .movieItem .movieInfo h4 {
            color: #252829;
            font-family: Roboto;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 28px;
            margin-bottom: 13px;
        }

        .entertainmentListing .movieItem .movieInfo .movieDesc {
            color: #252829;
            font-family: Roboto;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 25px;
        }

.entertaimnentIntro {
    text-align: center;
    color: #252829;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
    margin-bottom: 10px;
}

.entertainmentTabs.centered .tabsLinks {
    padding-left: 0;
    text-align: center;
    border: none;
}

    .entertainmentTabs.centered .tabsLinks a {
        color: #B5B5B5;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 24px;
        padding: 20px 20px 20px 45px;
        position: relative;
    }

.entertainmentTabs.centered > .tabsLinks a:not(:last-of-type) {
    margin-right: 80px;
}

.entertainmentTabs.centered .tabsLinks a.active {
    border: none;
    color: #0070B8;
    border-bottom: 3px solid #0873BA;
}

    .entertainmentTabs.centered .tabsLinks a.active.hidden {
        display: none !important;
    }


.entertainmentTabs.centered .tabsLinks a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
}

.entertainmentTabs.centered .tabsLinks a.moviesTab:before {
    height: 22px;
    width: 28px;
    background: url(../images/film.png) no-repeat;
    background-size: contain;
}

.entertainmentTabs.centered .tabsLinks a.active.moviesTab:before {
    background: url(../images/film-b.png) no-repeat;
    background-size: contain;
}

.entertainmentTabs.centered .tabsLinks a.musicTab:before {
    height: 25px;
    width: 21px;
    background: url(../images/music.png) no-repeat;
    background-size: contain;
}

.entertainmentTabs.centered .tabsLinks a.active.musicTab:before {
    background: url(../images/music-b.png) no-repeat;
    background-size: contain;
}

.entertainmentTabs.centered .tabsLinks a.gamesTab:before {
    height: 28px;
    width: 30px;
    top: 16px;
    background: url(../images/games.png) no-repeat;
    background-size: contain;
}

.entertainmentTabs.centered .tabsLinks a.active.gamesTab:before {
    background: url(../images/games-b.png) no-repeat;
    background-size: contain;
}

.entertainmentTabs.centered .tabsLinks a.kidsTab:before {
    height: 29.22px;
    width: 34px;
    top: 16px;
    background: url(../images/kids-couple.png) no-repeat;
    background-size: contain;
}

.entertainmentTabs.centered .tabsLinks a.active.kidsTab:before {
    background: url(../images/kids-couple-b.png) no-repeat;
    background-size: contain;
}

.entertainmentListing .movieItem:nth-child(odd) {
    padding-right: 10px;
}

.entertainmentListing .movieItem:nth-child(even) {
    padding-left: 10px;
}

.tabSubtitle {
    color: #252829;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 47px;
    padding: 60px 0 100px 0;
    background: #fff;
    text-align: center;
}

.entSubTabs .tabsLinks {
    background-color: #fff;
    margin-bottom: 60px;
    margin-top: -84px;
}

.entertainmentTabs.centered .entSubTabs .tabsLinks a {
    color: #252829;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    padding: 18px 98px;
}

    .entertainmentTabs.centered .entSubTabs .tabsLinks a.active {
        border: none;
        background-color: #F4F5F6;
    }

.entertainmentListing .movieItem.col-md-3 {
    flex-direction: column;
}

    .entertainmentListing .movieItem.col-md-3 .movieImage img {
        width: 100%;
    }

    .entertainmentListing .movieItem.col-md-3 .movieInfo {
        text-align: center;
        padding: 30px 20px 39px 20px;
    }

        .entertainmentListing .movieItem.col-md-3 .movieInfo h4 {
            color: #252829;
            font-family: Roboto;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 21px;
            margin-bottom: 10px;
        }

    .entertainmentListing .movieItem.col-md-3 .movieDetails {
        color: #252829;
        font-family: Roboto;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 21px;
        margin: 0;
    }

.entertainmentListing .movieItem.col-md-3 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.entertainmentListing .movieItem.col-md-6 .movieImage img {
    height: 100%;
    width: auto;
}

.entertainmentListing .movieItem.col-md-6 .movieImage {
    max-width: 230px;
}

/** Special occasion page */

.specialOccasionPage .intro {
    padding-bottom: 68px;
}

.specialOccasionPage .fullBg {
    height: 600px;
    background-size: cover !important;
    padding-top: 100px;
    margin-bottom: 200px;
}

    .specialOccasionPage .fullBg h1 {
        color: #FFFFFF;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 61px;
        text-align: center;
        padding-bottom: 90px;
    }

    .specialOccasionPage .fullBg .row, .specialOccasionPage .pr-list .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

.specialOccasionPage .product-box {
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    height: 100%;
}

    .specialOccasionPage .product-box img {
        max-width: 100%;
    }

    .specialOccasionPage .product-box .pr-info {
        padding: 20px 30px;
    }

        .specialOccasionPage .product-box .pr-info .pr-details {
            color: #2B363E;
            font-size: 22px;
            letter-spacing: 0;
            line-height: 28px;
            text-align: center;
            margin-bottom: 40px;
            display: inline-block;
        }

        .specialOccasionPage .product-box .pr-info .pr-price {
            color: #0091FF;
            font-size: 30px;
            letter-spacing: 0;
            line-height: 37px;
            text-align: center;
        }

        .specialOccasionPage .product-box .pr-info li {
            display: flex;
            justify-content: space-between;
        }

            .specialOccasionPage .product-box .pr-info li span {
                color: #0091FF;
                font-size: 18px;
                letter-spacing: 0;
                line-height: 22px;
            }

            .specialOccasionPage .product-box .pr-info li:not(:last-child) {
                border-bottom: 0.8px solid #DADADA;
                padding-bottom: 14px;
                margin-bottom: 14px;
            }

.specialOccasionPage .fullBg.col-md-4 {
    padding: 0 22px;
}

.specialOccasionPage .greyBg {
    background-color: #F7F7F7;
    padding: 140px 0;
}

.specialOccasionPage .pr-list h1 {
    color: #252829;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}

.specialOccasionPage .pr-list h4 {
    color: #252829;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
}

.specialOccasionPage .pr-list .row {
    margin-top: 69px;
}

.specialOccasionPage .special-terms {
    background-color: #0773BA;
    padding: 50px 0;
    color: #fff;
}

    .specialOccasionPage .special-terms h1 {
        color: #FFFFFF;
        font-size: 20px;
        margin-bottom: 18px;
    }

    .specialOccasionPage .special-terms p {
        color: #FFFFFF;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 25px;
    }

.codeshareFlight-section .fullBg {
    height: 600px;
    background-size: cover !important;
    margin-top: 100px;
}

.skyTeamTables.greyBg {
    background-color: #F7F7F7;
    padding-top: 85px;
}

.skyTeamTables h1 {
    color: #252829;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 61px;
    margin-bottom: 48px;
}

.skyTeamTables p {
    color: #6D7278;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 22px;
}

.skyTeam-table {
    border: 1px solid #C4C4C4;
    background-color: #FFFFFF;
    margin-bottom: 90px;
}

    .skyTeam-table .tableHeader {
        display: flex;
        border-bottom: 1px solid #C4C4C4;
        color: #6D7278;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 18px;
        padding: 25px 50px;
    }

.tHeader-sm {
    color: #6D7278;
    font-size: 15px;
    font-weight: bold;
}

.skyTeam-table .tableBody .tRow {
    padding: 10px 50px;
    display: flex;
    align-items: center;
}

    .skyTeam-table .tableBody .tRow img {
        max-width: 150px;
    }

    .skyTeam-table .tableBody .tRow:not(:last-of-type) {
        border-bottom: 1px solid #C4C4C4;
    }

    .skyTeam-table .tableHeader .col, .skyTeam-table .tableBody .tRow .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .skyTeam-table .tableBody .tRow .col {
        color: #252829;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
    }

        .skyTeam-table .tableBody .tRow .col a {
            color: #252829;
            text-decoration: underline;
        }

        .skyTeam-table .tableBody .tRow .col:last-of-type {
            text-align: right;
        }

            .skyTeam-table .tableBody .tRow .col:last-of-type a {
                text-transform: uppercase;
                color: #6D7278;
                font-size: 15px;
                letter-spacing: 0;
                line-height: 18px;
                text-decoration: underline;
            }

.mobileOnly {
    display: none;
}

.skyPriority-Page .row.videoImg {
    display: flex;
    justify-content: center;
}

.skyPriorityTabs.centered .tabsLinks {
    padding-left: 0;
    text-align: center;
    border: none;
    display: flex;
    border-bottom: 1px solid #e9ecef;
}

.skyPriorityTabs .tabsLinks a {
    color: #252829;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 20px;
    padding: 20px 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

    .skyPriorityTabs .tabsLinks a .tab-icon {
        display: block;
        width: 90px;
        height: 90px;
        margin: 0 auto 8px auto;
    }

    .skyPriorityTabs .tabsLinks a.active {
        border-bottom: 2px solid #dc0a16;
    }

    .skyPriorityTabs .tabsLinks a.checkIn .tab-icon {
        background: url(../images/icons/check-in.png) center no-repeat;
        background-size: 61px auto !important;
    }

    .skyPriorityTabs .tabsLinks a.checkIn:hover .tab-icon {
        background: url(../images/icons/check-in-hover.png) center no-repeat;
        background-size: contain !important;
    }

    .skyPriorityTabs .tabsLinks a.baggage-drop .tab-icon {
        background: url(../images/icons/baggage-drop.png) center no-repeat;
        background-size: 27px auto !important;
    }

    .skyPriorityTabs .tabsLinks a.baggage-drop:hover .tab-icon {
        background: url(../images/icons/baggage-drop-hover.png) center no-repeat;
        background-size: contain !important;
    }

    .skyPriorityTabs .tabsLinks a.immigration .tab-icon {
        background: url(../images/icons/immigration.png) center no-repeat;
        background-size: 32px auto !important;
    }

    .skyPriorityTabs .tabsLinks a.immigration:hover .tab-icon {
        background: url(../images/icons/immigration-hover.png) center no-repeat;
        background-size: contain !important;
    }

    .skyPriorityTabs .tabsLinks a.security-lanes .tab-icon {
        background: url(../images/icons/security-lanes.png) center no-repeat;
        background-size: 65px auto !important;
    }

    .skyPriorityTabs .tabsLinks a.security-lanes:hover .tab-icon {
        background: url(../images/icons/security-lanes-hover.png) center no-repeat;
        background-size: contain !important;
    }

    .skyPriorityTabs .tabsLinks a.boarding .tab-icon {
        background: url(../images/icons/boarding.png) center no-repeat;
        background-size: 48px auto !important;
    }

    .skyPriorityTabs .tabsLinks a.boarding:hover .tab-icon {
        background: url(../images/icons/boarding-hover.png) center no-repeat;
        background-size: contain !important;
    }

    .skyPriorityTabs .tabsLinks a.transfer-desk .tab-icon {
        background: url(../images/icons/transfer-desk.png) center no-repeat;
        background-size: 44px auto !important;
    }

    .skyPriorityTabs .tabsLinks a.transfer-desk:hover .tab-icon {
        background: url(../images/icons/transfer-desk-hover.png) center no-repeat;
        background-size: contain !important;
    }

    .skyPriorityTabs .tabsLinks a.ticket-office .tab-icon {
        background: url(../images/icons/service.png) center no-repeat;
        background-size: 53px auto !important;
    }

    .skyPriorityTabs .tabsLinks a.ticket-office:hover .tab-icon {
        background: url(../images/icons/service-hover.png) center no-repeat;
        background-size: contain !important;
    }

    .skyPriorityTabs .tabsLinks a.baggage-handling .tab-icon {
        background: url(../images/icons/baggage-handling.png) center no-repeat;
        background-size: 53px auto !important;
    }

    .skyPriorityTabs .tabsLinks a.baggage-handling:hover .tab-icon {
        background: url(../images/icons/baggage-handling-hover.png) center no-repeat;
        background-size: contain !important;
    }

.skyPriorityTabs .tabsHolder .tab {
    display: none;
    padding-top: 20px;
}

.skyPriority-Page .redBlock {
    background-color: #dc0a16;
    padding: 25px;
    color: #fff;
}

    .skyPriority-Page .redBlock a {
        color: #fff;
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase;
        font-weight: 500;
    }

        .skyPriority-Page .redBlock a.link {
            display: block;
            position: relative;
            padding-left: 27px;
            font-size: 16px;
            text-transform: none;
            margin-top: 15px;
        }

            .skyPriority-Page .redBlock a.link:before {
                position: absolute;
                content: "";
                background-color: #FFF;
                width: 16px;
                height: 2px;
                top: 12px;
                left: 5px;
            }

.skyPriority-Page .additionalBenefits h2 {
    font-size: 40px;
}

.skyPriority-Page .additionalBenefits {
    margin-top: 60px;
}

    .skyPriority-Page .additionalBenefits .d-flex .icon-wrapper {
        margin-right: 20px;
        width: 40px;
        text-align: center;
    }

    .skyPriority-Page .additionalBenefits .d-flex {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .skyPriority-Page .additionalBenefits .d-flex h3 {
            margin-bottom: 0;
            font-size: 25px;
        }

    .skyPriority-Page .additionalBenefits a.link {
        padding-left: 30px;
        position: relative;
    }

        .skyPriority-Page .additionalBenefits a.link:before {
            position: absolute;
            content: "";
            background-color: #0873ba;
            width: 16px;
            height: 2px;
            top: 12px;
            left: 5px;
        }

.btnsHolder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sky-panel-app {
    text-align: center;
    margin-top: 80px;
}

.dailyMessage {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    -o-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
}

    .dailyMessage h2 {
        color: #FFFFFF;
        font-size: 28px;
        font-weight: 300;
        line-height: 33px;
        text-align: center;
        margin-bottom: 0;
    }

    .dailyMessage h1 {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 35px;
        line-height: 41px;
        text-align: center;
    }

.loggedInMenunew {
    position: absolute;
    width: 100%;
    top: calc(100% - 13px);
    left: 0;
    background-color: #0873BA;
    padding: 30px 16px;
    min-width: 376px;
    display: none;
}

    .loggedInMenunew .profileHeader {
        margin-top: 7px;
        display: flex;
        margin-bottom: 20px;
    }

        .loggedInMenunew .profileHeader .profileImg {
            height: 41px;
            width: 41px;
            border-radius: 50%;
            background-size: cover !important;
            margin-right: 10px;
        }

        .loggedInMenunew .profileHeader h4 {
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 24px;
            margin-bottom: 6px;
        }

        .loggedInMenunew .profileHeader .date {
            color: rgba(255,255,255,0.5);
            font-size: 12px;
            letter-spacing: 0;
            line-height: 14px;
        }

    .loggedInMenunew .profileData {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .loggedInMenunew .profileData > div {
            display: flex;
            align-items: center;
            color: #FFFFFF;
            font-size: 17px;
            line-height: 17px;
            padding-bottom: 20px;
        }

            .loggedInMenunew .profileData > div span {
                color: #FFFFFF;
                font-size: 24px;
                padding-right: 5px;
            }

            .loggedInMenunew .profileData > div img {
                margin-right: 10px;
            }
        .loggedInMenunew .profileData .numbers-wrapper {
            display: flex;
            align-items: flex-end;
        }
            .loggedInMenunew .profileData .numbers-wrapper p{
                line-height:13px;
            }

            .loginParent.loggedIn:hover .loggedInMenunew {
                display: block !important;
            }

.loggedInMenunew .profileLinks {
    border-top: 1px solid rgba(255,255,255,0.17);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

    .loggedInMenunew .profileLinks a {
        color: #FFFFFF !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        padding-left: 24px;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }

header.fixed .loggedInMenunew .profileLinks a {
    color: #FFFFFF !important;
}

header .rightMenu .loginParent:hover .profileLinks a {
    background: transparent;
    color: #fff;
}

    header .rightMenu .loginParent:hover .profileLinks a:before {
        background-position: center !important;
    }

.loggedInMenunew .profileLinks a.view-profile:before {
    content: "";
    height: 15px;
    width: 13px;
    top: -1px;
    left: 0;
    position: absolute;
    background: url(../images/user.svg) no-repeat;
    background-position: center !important;
    background-size: contain;
}

.loggedInMenunew .profileLinks a.sign-out:before {
    content: "";
    height: 15px;
    width: 15px;
    top: 0;
    left: 0;
    position: absolute;
    background: url(../images/exit.svg) no-repeat;
    background-size: contain;
}
/** Login/register CSS */

.fullPageBanner {
    min-height: 100vh;
    width: 100%;
    background-size: cover !important;
    background-position: center center;
    position: relative;
    padding-bottom:100px;
}

    .fullPageBanner:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0) 100%);
    }

    .fullPageBanner > div {
        position: relative;
        z-index: 2;
    }

.loginWrapper {
    padding-top: 109px;
}

    .loginWrapper .loaderHolder {
        padding: 0;
    }

        .loginWrapper .loaderHolder img {
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            margin: 0;
            max-width: 200px;
        }


    .loginWrapper h1 {
        color: #FFFFFF;
        font-size: 56px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 66px;
        margin-bottom: 10px;
    }

    .loginWrapper .formError {
        margin-left: 0;
        padding-left: 30px !important;
    }

    .loginWrapper .col-lg-5, .loginWrapper > .col-md-12 {
        padding: 0;
    }

    .loginWrapper .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .loginWrapper .intro {
        color: #FFFFFF;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 26px;
        margin-bottom: 22px;
    }

    .loginWrapper .col-md-12 .intro {
        width: 41.66666667%;
    }


    .loginWrapper .greyBlock {
        background: rgba(250, 250, 250, 0.9);
    }

    .loginWrapper .formBlock {
        padding: 30px;
    }

    .loginWrapper .greyBlock .blockTitle {
        color: #000000;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .loginWrapper .greyBlock .inputParent {
        position: relative;
    }

    .loginWrapper .erroMessage > span {
        font-size: 0;
    }

    .loginWrapper .greyBlock .inputParent.row {
        margin: 0 -5px;
    }

        .loginWrapper .greyBlock .inputParent.row .customSelect.col-md-4 .erroMessage {
            right: 5px;
        }


    .loginWrapper .greyBlock .inputEntity {
        margin-bottom: 20px
    }

        .loginWrapper .greyBlock .inputEntity .note {
            color: #1A1A1A;
            font-family: Roboto;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 20px;
            padding-top: 20px;
        }

        .loginWrapper .greyBlock .inputEntity label {
            color: #1A1A1A;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 14px;
            margin-bottom: 11px;
            display: block;
        }

    .loginWrapper .greyBlock .inputParent input {
        display: block;
        width: 100%;
        border: 2px solid transparent;
        background-color: #FFFFFF;
        padding: 14px 20px;
        height: 50px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color:#000;
    }

        .loginWrapper .greyBlock .inputParent input:focus {
            border: 2px solid #0873BA;
        }

        .loginWrapper .greyBlock .inputParent input.input-validation-error {
            border-color: #D40503;
        }

    .loginWrapper .greyBlock .inputParent.verified .emailField {
        border-color: #000;
        color: #000;
    }

    .loginWrapper .greyBlock .inputParent.verified:after {
        content: "";
        position: absolute;
        right: 20px;
        top: 15px;
        height: 21px;
        width: 21px;
        background: url(../images/check-icon.svg) no-repeat;
        background-size: contain;
    }

    .loginWrapper .togglePassShowHide {
        background-color: transparent;
        border: none;
        padding: 0;
        height:100%;
        
    }
    .loginWrapper .togglePassShowHide .showPassword, .loginWrapper .togglePassShowHide .hidePassword{
        height:100%;
        padding: 17px 0;
    }
    .loginWrapper .togglePassShowHide .hidePassword{
        display: none;
    }
        .loginWrapper .togglePassShowHide img {
            max-width: 20px;
        }

    .loginWrapper .greyBlock .forgetpass {
        color: #0873BA;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 14px;
        text-align: right;
        text-transform: uppercase;
        display: block;
        margin-bottom: 20px;
    }

    .loginWrapper .greyBlock .rememberMeDiv input[type=checkbox]:not(old) + label:before {
        border: 1px solid #c2bfbf !important;
        background: transparent;
        margin: 5px 10px 0 0;
    }

    .loginWrapper .greyBlock  input[type=checkbox]:not(old):checked + label:before {
        background-image: url(../images/white-tick.png)!important;
        content: '';
        background-size: 13px !important;
        background-position: 4px!important;
        background-repeat: no-repeat !important;
        border: 0 !important;
        background-color: #0873ba !important;
    }

    .loginWrapper .greyBlock .rememberMeDiv input[type=checkbox]:not(old) + label {
        color: #1A1A1A;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 14px;
    }

    .loginWrapper .greyBlock .form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .loginWrapper .greyBlock .form-actions.align-right {
            justify-content: flex-end !important;
        }

    .loginWrapper .greyBlock .normalBtn:not(.back) {
        background-color: #0873ba !important;
        border-color: #0873ba !important;
        color: #fff !important;
        min-width: 145px;
    }
    .loginWrapper .greyBlock .normalBtn:not(.back):hover{
        background-color:transparent!important;
        color: #0873ba !important;
    }
    .loginWrapper .greyBlock .normalBtn.back {
        color: #0873ba !important;
        border-color: #0873ba !important;
        margin-right: 35px;
        background: transparent;
        min-width: 145px;
    }
    .loginWrapper .greyBlock .normalBtn.back:hover{
        background-color: #0873ba !important;
        color: #fff !important;
    }

    .loginWrapper .greyBlock .normalBtn.full {
        width: 100%;
    }

    .loginWrapper .greyBlock .linkBtn {
        color: #0873BA;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase;
        padding-top: 20px;
        display: block;
    }

    .loginWrapper .whiteBlock {
        background-color: #fff;
        padding: 30px 15px;
        color: #1A1A1A;
        font-family: Roboto;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 12px;
    }

        .loginWrapper .whiteBlock a {
            color: #0873BA;
        }

        .loginWrapper .whiteBlock.createAcc {
            text-align: left;
            color: #1A1A1A;
            font-size: 13px;
            letter-spacing: 0;
            line-height: 12px;
        }

            .loginWrapper .whiteBlock.createAcc a {
                font-family: Roboto;
                font-size: 13px;
                font-weight: 500;
                letter-spacing: 0;
                line-height: 12px;
                text-transform: uppercase;
            }
/*.loginWrapper .erroMessage {
        max-width:78%;
        top:-26px;
    }*/

    .passwordHint {
        text-align: left;
        padding-top: 28px;
        margin-bottom: 50px;
    }
        .passwordHint p {
            color: #CB0023;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 21px;
            margin-bottom: 5px;
        }
        .passwordHint ul li {
            display: block;
            color: #1A1A1A;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 20px;
            margin-bottom: 11px;
            position: relative;
            padding-left: 25px;
        }
            .passwordHint ul li:last-child {
                margin-bottom: 0;
            }
            .passwordHint ul li::before {
                content: "";
                display: block;
                height: 13px;
                width: 16px;
                left: 0;
                top: 50%;
                position: absolute;
                transform: translateY(-50%);
                background-image: url(/images/tick-grey.svg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }
            .passwordHint ul li.done::before {
                background-image: url(/images/tick-green.svg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
            }

.needHelp {
    padding-top: 18px;
    text-align: center;
    padding-bottom: 40px;
}

    .needHelp a {
        color: #0873BA;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 14px;
        text-align: center;
        padding-left: 25px;
        position: relative;
        display: inline-block;
    }

        .needHelp a:before {
            content: "";
            height: 20px;
            width: 20px;
            position: absolute;
            left: 0;
            top: -4px;
            background: url(../images/info-icon.svg);
        }

.pt30 {
    padding-top: 30px;
}

.loginWrapper .greyBlock .dk-selected {
    border: 2px solid transparent;
    padding: 14px 20px;
    color: #000;
}



.loginWrapper .greyBlock .inputEntity .erroMessage:not(.field-validation-valid) + .customSelect .dk-selected,
.loginWrapper .erroMessage:not(.field-validation-valid) + .inputParent > .customSelect .dk-selected,
.loginWrapper .erroMessage:not(.field-validation-valid) + .inputParent > .customSelect .dk-selected {
    border: 2px solid #D40503;
}

.loginWrapper .greyBlock .dk-select {
    width: 100%;
}


.loginWrapper .dk-select-open-down .dk-select-options {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.22);
    border: none;
    top: 0;
    scrollbar-width: thin;
}

    .loginWrapper .dk-select-open-down .dk-select-options .dk-option:first-child {
        display: none;
    }

    .loginWrapper .dk-select-open-down .dk-select-options::-webkit-scrollbar-thumb {
        border: 6px solid transparent;
        border-radius: 100px;
        background-color: #6A6A6A;
        background-clip: padding-box;
        min-height: 100px;
    }

    .loginWrapper .dk-select-open-down .dk-select-options::-webkit-scrollbar {
        width: 16px;
        background-color: transparent;
    }

    .loginWrapper .dk-select-open-down .dk-select-options li {
        padding: 15px 20px;
    }
    .loginWrapper .dk-select-open-down .dk-select-options li.dk-option.dk-option-selected{
        background: #0873ba;
        color:#fff;
    }
    .loginWrapper .dk-select-open-down .dk-select-options .dk-option.dk-option-highlight{
        background-color: #F7F7F7;
        color:inherit;
    }


.loginWrapper .greyBlock .inputParent.row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}


.loginWrapper .greyBlock .dk-selected:before {
    right: 15px;
    color: #0873BA;
    top: 12px;
}

.loginWrapper .iti__flag {
    height: 15px;
}

.loginWrapper .iti--allow-dropdown {
    width: 100%;
}

.loginWrapper .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.loginWrapper .greyBlock .fileUpload {
    overflow: hidden;
    position: relative;
    border: 1px dashed #DDDDDD;
    padding: 13px 34px;
}

    .loginWrapper .greyBlock .fileUpload:after {
        content: "BROWSE";
        position: absolute;
        right: 43px;
        top: 1px;
        bottom: 0;
        color: #0873BA;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 14px;
        z-index: 1;
        line-height: 48px;
    }

    .loginWrapper .greyBlock .fileUpload input {
        font-size: 15px;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        left: 0;
        width: 100%;
        height: 100%;
    }

.loginWrapper .greyBlock .uploadValue {
    color: #A3A3A3;
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    left: 14px;
    top: 17px;
    opacity: 1;
    position: absolute;
    z-index: 50;
    height: 48px;
    line-height: 15px;
    padding-right: 76px;
}

.loginWrapper .checkbox {
    margin-bottom: 5px;
}

    .loginWrapper .checkbox label {
        position: relative;
        display: inline-block;
        padding-left: 30px;
        color: #1A1A1A;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 28px;
    }

        .loginWrapper .checkbox label a {
            color: #0873BA;
        }

        .loginWrapper .checkbox label::before {
            height: 22px;
            width: 12px;
            background: transparent;
            border: 1px solid #DDDDDD;
            left: 0;
            top: 3px;
            position: absolute;
            content: "";
            display: inline-block;
            background: #fff;
        }

.loginWrapper .formSteps {
    display: flex;
    overflow: hidden;
    max-width: 66.66%;
}

    .loginWrapper .formSteps .formStep {
        transition: transform 0.3s ease-in-out;
    }

.loginWrapper .translationWrapper {
    display: flex;
    max-width: 100%;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}




.loginWrapper .phoneNumberHolder .intl-tel-input {
    background:#fff;
}

.loginWrapper  .intl-tel-input.allow-dropdown .flag-container, .loginWrapper .intl-tel-input.separate-dial-code .flag-container {   
    width: 100%;
}

.loginWrapper .intl-tel-input .selected-flag .iti-arrow{
    padding:0;
    border:none;
}
.loginWrapper .intl-tel-input .selected-flag .iti-arrow:before{
    border: none;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    color: #0873BA;
    top: 11px;
    position: absolute;
    left: auto;
    right: 8px;
}
.loginWrapper .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
    width: 100%;
    padding: 0 10px 0 14px;
}

.loginWrapper .phoneNumberHolder #CountryCode2{
    background: transparent;
    padding:0!important;
    opacity:0;
}
.loginWrapper .phoneNumberHolder .col-md-3:nth-child(1) {
    padding: 0;
    width:30%;
}
.loginWrapper .phoneNumberHolder .col-md-3:nth-child(2){
    padding-right: 0;
    width:30%;
    padding-left: 10px;
}
.loginWrapper .phoneNumberHolder .col-md-6{
    padding-left: 0;
    padding-right:5px;
    width:40%;
}

.progressBar {
    border-radius: 29px;
    background-color: #0873BA;
    box-shadow: 0 2px 40px 0 rgba(0,0,0,0.13);
    position: absolute;
    right: 0;
    top: 25px;
    overflow: hidden;
}

    .progressBar ul {
        display: flex;
    }

    .progressBar li {
        padding: 22px 2px 22px 26px;
        position: relative;
        opacity: 0.5;
    }

        .progressBar li:last-child {
            padding-right: 26px;
        }

        .progressBar li a {
            color: #FFFFFF;
            font-size: 12px;
            letter-spacing: -0.21px;
            line-height: 14px;
            padding-left: 20px;
            position: relative;
        }

        .progressBar li.active, .progressBar li.done {
            opacity: 1;
            background-color: rgba(255,255,255,0.12);
        }

            .progressBar li.active:not(:last-of-type):after {
                content: "";
                position: absolute;
                right: -18px;
                top: 0;
                width: 0;
                height: 0;
                border-top: 31px solid transparent;
                border-bottom: 31px solid transparent;
                border-left: 18px solid rgba(255,255,255,0.12);
            }

        .progressBar li a:before {
            content: "";
            height: 14px;
            width: 14px;
            background-size: contain !important;
            position: absolute;
            left: 0;
            top: 0;
        }

        .progressBar li.done a:before {
            background-image: url(../images/done-icon.svg) !important;
            background-repeat: no-repeat;
            background-color: #fff !important;
            border-radius: 50%;
            background-size: 7px 5px !important;
            background-position: center !important;
        }

        .progressBar li.verify-email a:before {
            background: url(../images/verifyemail.svg) no-repeat;
        }

        .progressBar li.personal-details a:before {
            background: url(../images/personaldetails.svg) no-repeat;
        }

        .progressBar li.password a:before {
            background: url(../images/password.svg) no-repeat;
        }

        .progressBar li.mailing-address a:before {
            background: url(../images/mailingaddress.svg) no-repeat;
        }

        .progressBar li.preferences a:before {
            background: url(../images/preferences.svg) no-repeat;
        }


#cedarMilesSubmitPopup {
    width: 502px;
    padding-top: 64px;
    padding-left: 83px;
    padding-right: 83px;
    padding-bottom: 49px;
}

    #cedarMilesSubmitPopup .submitPopup {
        height: 219px;
        width: 338px;
        background: url(../images/396BlueCard.svg) no-repeat;
        background-size: contain !important;
        padding-top: 91px;
        padding-left: 27px;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    #cedarMilesSubmitPopup h2 {
        color: #FFFFFF;
        font-size: 21px;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 11px;
    }

    #cedarMilesSubmitPopup .card-number {
        color: #FFFFFF;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 14px;
    }

    #cedarMilesSubmitPopup .normalBtn {
        background-color: #0873ba !important;
        border-color: #0873ba !important;
        color: #fff !important;
        width: 100%;
    }

/************** HISHAM 6/6/2022 **************/
.price.promoItem {
    position: relative;
    font-size: 20px;
}

    .price.promoItem .priceStarting.promoBenefit {
        text-align: right;
        margin-right: 0;
        right: 0;
        left: auto;
        position: absolute;
        bottom: 0;
        top: unset;
    }

.mainCarousel .price.promoItem .priceStarting.promoBenefit,
.offerDetailsCol .price.promoItem .priceStarting.promoBenefit {
    right: 10px;
}
/*.cabinClass.Promotion {
    background: #0090b6 !important;
}
    .cabinClass.Promotion:before {
        border-top: 12px solid #0090b6 !important;
    }*/



.missedField {
    color: #D40503;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    padding-left: 59px;
    padding-bottom: 40px;
    margin-top: -10px;
    position: relative;
}

    .missedField:before {
        content: "";
        position: absolute;
        left: 0;
        width: 20px;
        height: 20px;
        left: 30px;
        top: -5px;
        background: url(../images/alert-icon.svg) no-repeat;
        background-size: contain;
    }

#verify-step-1 + .missedField {
    margin-top: 20px;
    padding-left: 29px;
}

    #verify-step-1 + .missedField:before {
        left: 0;
    }

.baggageNote {
    padding: 30px 44px;
    background-color: #004470;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .baggageNote > span {
        color: #0873BA !important;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
        display: block;
        padding-bottom: 6px !important;
        position: relative;
        padding-left: 18px !important;
    }

.white .baggageNote > span {
    color: #0873BA !important;
}

.baggageNote span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    width: 14px;
    background: url(../images/info-blue.svg) no-repeat;
    background-size: contain;
}

.baggageNote a {
    color: #ca123d;
}

.subjectAccessRequest .contentText h3 {
    color: #252829;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
}

.subjectAccessRequest .contentText {
    color: #010204;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    padding-bottom: 56px;
}

.bigcontainer.greyBck {
    background-color: #F7F7F7;
}

.subjectAccessRequest .bigcontainer.greyBck .blockTitle {
    color: #252829;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 37px;
    text-align: center;
}

.subjectAccessRequest .bigcontainer.greyBck .section {
    border-radius: 11px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(187,187,187,0.5);
    padding-top: 70px;
}

    .subjectAccessRequest .bigcontainer.greyBck .section:last-of-type {
        box-shadow: none;
        padding-top: 0;
        background: transparent;
    }

    .subjectAccessRequest .bigcontainer.greyBck .section .contactForm {
        max-width: 100%;
        padding: 30px;
    }

    .subjectAccessRequest .bigcontainer.greyBck .section:last-of-type .contactForm {
        padding: 0;
    }

    .subjectAccessRequest .bigcontainer.greyBck .section .sectionIntro {
        border-bottom: 1px solid #D1D1D1;
        color: #000000;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 22px;
        padding-bottom: 25px;
        padding-left: 40px;
    }

        .subjectAccessRequest .bigcontainer.greyBck .section .sectionIntro span {
            color: #0873ba;
        }

    .subjectAccessRequest .bigcontainer.greyBck .section h3 {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        padding: 0;
        text-align: left;
        margin-top: 30px;
    }

.subjectAccessRequest .inputEntity .stackedInput li label {
    margin-bottom: 30px;
    font-size: 15px;
}

.subjectAccessRequest .inputEntity label {
    margin-bottom: 16px;
    font-weight: bold;
}

.subjectAccessRequest input[type=radio]:not(old) + label:before {
    margin-right: 8px;
}

.subjectAccessRequest .bigcontainer.greyBck .section.documentUpload .contentText {
    padding: 0 30px 0 30px;
    color: #6D7278;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    max-width: 85%;
}

    .subjectAccessRequest .bigcontainer.greyBck .section.documentUpload .contentText h3 {
        margin-bottom: 0;
    }

.subjectAccessRequest .bigcontainer.greyBck .section.documentUpload .fileUpload {
    border: none;
    width: 100%;
    height: 50px;
    overflow: visible;
}

    .subjectAccessRequest .bigcontainer.greyBck .section.documentUpload .fileUpload input {
        float: left;
        width: 204px;
        position: relative;
        height: 50px;
    }

    .subjectAccessRequest .bigcontainer.greyBck .section.documentUpload .fileUpload:after {
        height: 50px;
        width: 204px;
        left: 0;
        right: auto;
        border: 1px solid #0873ba;
        border-radius: 1px;
        background-color: #0873ba;
        color: #fff;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 50px;
        text-align: center;
    }

.subjectAccessRequest .bigcontainer.greyBck .section.documentUpload .uploadValue {
    left: 0;
    right: 0;
    position: relative;
    float: left;
    top: 20px;
    color: #6D7278;
    font-size: 14px;
}

.subjectAccessRequest .bigcontainer.greyBck .section .contactForm h4 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 0;
}

.subjectAccessRequest .formActions {
    text-align: center;
}

/************************ HISHAM 14/9/2022 ************************/
.originalSelect {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    position: absolute;
    top: -1000px;
    left: -1000px;
}
/**skyTeam modification**/

/**Begin Sustainability modification**/
.smallIntroCentered {
    color: #1E2223;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 120px;
}

    .smallIntroCentered h4 {
        color: #252829;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 40px;
        text-align: center;
        margin-bottom: 24px;
    }


.commitmentListing h6 {
    color: #252829;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.mrgb40 {
    margin-bottom: 40px;
}

.commitmentListing {
    margin-bottom: 80px;
}

    .commitmentListing h3 {
        color: #252829;
        font-family: Roboto;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 58px;
        margin-bottom: 15px;
    }

    .commitmentListing .descriptiopn {
        color: #1E2223;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 25px;
        width: 430px;
    }

.fullImageBanner {
    height: 378px;
    display: flex;
    align-items: center;
}

.Tips .grayBg {
    background-color: #F7F7F7;
    padding: 95px 0;
}

.Tips h2 {
    color: #252829;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 58px;
    text-align: center;
    margin-bottom: 20px;
}

.Tips h6 {
    color: #252829;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    margin-bottom: 80px;
}

.Tips .col-sm-4 {
    min-height: 520px;
}

    .Tips .col-sm-4 img {
        max-width: 100%;
    }

.Tips .p20 {
    padding: 20px;
    background-color: #FFF;
}

.Tips .grayBg .container {
    margin-top: 65px;
}

.Tips .col-sm-4 h5 {
    color: #000000;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
}

.Tips .col-sm-4 .description {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px;
    min-height: 160px;
}

.Tips .col-sm-4 {
    margin-bottom: 30px;
}

.fullBanner {
    height: 430px;
    overflow: hidden;
    position: relative;
}

    .fullBanner img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/** Begin nadine css*/
.cedarLinksHolder {
    display: flex;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.cedarLinks {
    padding: 30px;
    background-color: #FFF;
    margin-top: 1px;
}
.cedarTxt h4 {
    color: #0873BA;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
}
.cedarTxt p {
    color: #757575;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

.tittle {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom:  30px;
}
.cedarImg {

    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .cedarImg a {
        display: block;
        width: 40px;
    }
        .cedarImg a img{
            max-width: 100%;
        }
.loginWrapper .whiteBlock.createAcc {
    display: flex;
    flex-direction: row;
   
}
    .loginWrapper .whiteBlock.createAcc a{
        padding-left: 10px;
    }
    .needHelp {
        padding-left: 23px;
        text-align: left;
        padding-bottom: 0;
        padding-top: 0;
    }
        .needHelp a {
            padding-left: 25px!important;
        }
@media all and (max-width: 767px) {
    .loginWrapper .whiteBlock.createAcc a {
        padding-left: 0!important;
    }
    .loginWrapper .whiteBlock.createAcc {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
        .loginWrapper .whiteBlock.createAcc a {
            text-align: left;
        }
    .needHelp a:before {
        left: -25px;
        top: 0;
    }
}


        /** End nadine css*/
        /**  Start Responsvie CSS */
        @media screen and (min-width: 1200px) {
            div #divCedarMilesLogin a.blueBlock:HOVER {
        transition: 0.4s;
        padding-top: 65px;
        padding-bottom: 125px;
    }

    div#divCedarMilesLoggedin a.blueBlock:HOVER {
        transition: .4s;
        padding-top: 65px;
        padding-bottom: 125px;
    }
}


@media screen and (min-width: 768px) {

    footer .container .siteMap .col-md-3.col-sm-3.col-xs-12:last-child {
        margin-top: 30px;
    }
}


@media screen and (min-width: 768px) {

    .col-md-6.col-sm-6.col-xs-12.firstdivBaggageREsult {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {

    .baggageTopIcons span.separator {
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 1600px) {
    .spend-miles-listing .listingHolder li:nth-child(odd) .listingInfos {
        width: 33%;
        margin-left: 14%;
    }

    .spend-miles-listing .listingHolder li:nth-child(even) .listingInfos {
        width: 33%;
        margin-right: 14%;
    }

    .BannerContent .contentText {
        max-width: 400px;
    }
}


@media screen and (max-width: 1370px) {
    header .mainMenu > ul > li.hasSubmenu > a:before {
        content: '';
        height: 7px;
        width: 7px;
        position: absolute;
        top: 35px;
        right: 2px;
        background-position: 0 0;
    }

    header .mainMenu > ul > li > a {
        color: #fff;
        font-size: 17px;
        padding: 25px 12px;
    }

    .fullScreenLinks li b {
        font-size: 30px;
    }


    .fullScreenLinks li span {
        font-size: 16px;
    }
}

@media screen and (max-width: 1366px ) and (min-height:1024px) {
    .bookTripBlock .middleSection .topLabel {
        min-height: auto;
        margin-bottom: 0;
    }

    .bookTripBlock .middleSection .sameBlock {
        padding: 20px 10px;
    }

    .bookTripBlock .middleSection .selectNumber .bottomLabel.departDate {
        width: 33px;
        padding-top: 28px;
    }

    .bookTripBlock .middleSection .bigNumber, .bookTripBlock .middleSection .bigNumber input {
        font-size: 65px;
        line-height: 75px;
    }

    .inputEntity.flexibleDate {
        padding: 15px;
    }
}

@media screen and (max-width: 1350px) {

    header .rightMenu .loginParent {
        margin-right: 0;
    }

    header .rightMenu .languages a {
        margin-right: 0;
    }

    header .mainMenu > ul > li.hasSubmenu > a, header .rightMenu li a {
        font-size: 15px
    }

    header .rightMenu .loginBtn {
        margin-right: 20px;
    }

    .bigContainer {
        width: 1140px;
        max-width: 100%;
        margin-left: auto;
    }

    .container {
        width: 1140px;
        margin-left: auto;
        max-width: 100%;
    }

    .servicesListing .itemHolder {
        text-align: center;
    }

    .servicesListing .textHolder {
        display: block;
        text-align: center;
        max-width: 100%;
        margin-top: 8px;
    }

    .bookTripBlock .calendarInfos {
        width: 40%;
    }

    .bookTripBlock .rightBlock {
        width: 60%;
    }

    .bookTripBlock .middleSection .selectNumber .centeredBlock {
        height: auto;
    }

    .bookTripBlock .leftBlock .topBloc h5 {
        font-size: 36px;
    }

    .bookTripBlock .leftBlock .topBloc .searchBook {
        font-size: 20px;
    }

    header .ddSecondLevel {
        width: 100%;
    }

    header .subMenuListing .listingItem a {
        height: 32px !important;
    }

    header .subMenuListing .listingItem {
        width: 32%;
    }

    .contentPage .VideoBook iframe {
        width: 100%;
    }

    .leftRightBlock .container {
        padding-left: 0;
    }

    .baggageTables .table1.skyTeam th,
    .contactinfoTable .table1.skyTeam th {
        padding: 20px 15px !important;
        text-align: center;
    }

    /*header .rightMenu .loginParent.loggedIn {
        position: absolute;
        top: 37px;
    }*/

    .bookTripBlock .mapWeatherBlock .weatherBlock {
        padding: 20px;
    }

    .bookTripBlock .mapWeatherBlock .timeHolder {
        font-size: 30px;
        top: 10px;
    }

    .timeHolder.miles {
        top: 40px !important
    }

    .bookTripBlock .tabLinks a {
        font-size: 13px;
    }

    .mobileApp .imageHolder {
        right: 0;
    }

    .bigcontainer-withtext .blockDesc.right {
        padding-right: 30px;
    }

    .loggedInMenunew {
        min-width: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .bookTripBlock .rightBlock .adsBlock {
        height: 30% !important;
        min-height: 30% !important;
    }

    .leftMapBlock.milesBlock.displayNone {
        width: 100% !important;
    }

    .weatherBlock.displayNone {
        width: 100% !important;
    }

    .mapWeatherBlock.displayNone {
        height: 35% !important;
    }

    .bookTripBlock .mapWeatherBlock .fromWeather, .bookTripBlock .mapWeatherBlock .toWeather {
        padding-left: 70px;
    }


    .row {
        margin: 0 -15px;
    }

    .travelerInfo .owl-nav {
        right: 0 !important
    }

    .whyUs .container {
        display: block;
    }

    .whyUs .tableCell {
        display: block;
        margin-top: 110px;
        margin-left: 50px;
    }

    .bigContainer {
        margin: 0 15px;
        max-width: calc(100% - 30px) !important;
    }

    .container {
        margin: 0 15px !important;
        max-width: calc(100% - 30px) !important;
    }

    .bookingAds h4 {
        font-size: 19px;
    }

    .bookingAds a {
        font-size: 18px;
        line-height: 22px;
    }

    .fullScreenLinks li {
        width: calc(97% / 4);
    }

        .fullScreenLinks li b {
            font-size: 32px;
        }

        .fullScreenLinks li span {
            font-size: 18px;
        }

    .bookTripBlock .tabLinks a {
        padding: 15px 7px;
        font-size: 13px;
    }

    header .rightMenu .loginParent {
        margin-right: 5px;
    }

    header .rightMenu .languages {
        margin-right: 0;
    }

        header .rightMenu .languages a:before {
            right: -4px;
        }

        header .rightMenu .languages a {
            margin-right: 2px;
        }

    header .rightMenu .bookingOffices {
        margin-right: 10px;
    }

    header .rightMenu {
        top: 16px;
    }

    header .logoHolder {
        width: 190px;
    }

    /*header .rightMenu .loginParent.loggedIn {
        position: absolute;
        top: 37px;
    }*/

    .meaprivileges .sameheight {
        height: 325px;
    }

    .relativeBlock .calendarsBlock {
        width: 270px;
    }

    .mainRightBlock.visible.activeCalendar {
        left: calc(25% + 270px) !important
    }

    .bookTripBlock .middleSection .bigNumber,
    .bookTripBlock .middleSection .bigNumber input,
    .smallHeightWindow .bookTripBlock .middleSection .bigNumber,
    .smallHeightWindow .bookTripBlock .middleSection .bigNumber input {
        font-size: 55px;
        line-height: 55px;
    }

    .bookTripBlock .middleSection .sameBlock {
        padding: 10px;
    }

    .bookTripBlock .mapWeatherBlock .weatherBlock {
        display: block;
    }

    .bookTripBlock .middleSection .selectDate .bottomLabel.departDate {
        padding: 10px 0 0;
        font-size: 18px;
    }

    .bookTripBlock .middleSection .topLabel {
        margin-bottom: 10px;
    }

    .bookTripBlock .middleSection .selectNumber .bottomLabel.departDate {
        padding-top: 10px;
    }

    .centeredBlock .plusBtn,
    .centeredBlock .minusBtn {
        font-size: 20px;
        padding: 0;
    }

    .bookTripBlock .middleSection .selectNumber .bottomLabel.departDate {
        width: auto;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .inputEntity.flexibleDate {
        padding: 15px 5px;
    }

    .tripType li,
    .inputEntity.stackedParent.withMarginBtm li {
        margin-right: 0;
    }

        .tripType li:before,
        .inputEntity.stackedParent.withMarginBtm li:before,
        input[type=checkbox]:not(old) + label:before,
        input[type=radio]:not(old) + label:before {
            height: 15px !important;
            width: 15px !important;
        }

    .bookTripBlock .calendarInfos .stackedParent label {
        margin-right: 0;
        padding-left: 23px;
    }

    .bookTripBlock .calendarInfos .normalLinkParent {
        float: left;
    }

    .bookTripBlock .mapWeatherBlock .weatherIcon.cloud {
        width: 40px;
        height: 23px;
    }

    .bookTripBlock .mapWeatherBlock .weatherIcon.sunny {
        width: 40px;
        height: 40px;
    }



    .bookTripBlock .mapWeatherBlock .tempratureHolder {
        font-size: 35px;
        line-height: 28px;
    }

    .smallHeightWindow .bookTripBlock .middleSection .selectNumber .centeredBlock {
        height: 80px;
    }

    .topSection .normalLinkParent {
        float: right !important;
    }

    .bookTripBlock .calendarInfos, .bookTripBlock .rightBlock {
        width: 50%;
    }

    .smallHeightWindow .bookTripBlock .calendarInfos .stackedParent li {
        margin-right: 0;
    }

    .smallHeightWindow .inputEntity.flexibleDate {
        padding: 15px 5px;
    }

    .bookTripBlock .mapWeatherBlock .milesBlock {
        display: block;
        background-size: cover;
        background-position: center center;
    }

    header .rightMenu {
        right: 20px;
        margin-top: 7px;
    }

    header .logoHolder {
        left: 20px;
    }

    header {
        padding: 25px 20px;
    }

    .fixedLinks {
        right: 20px;
    }

    .ddSecondLevel {
        display: none;
    }

    header .mainMenu > ul > li.hasSubmenu > a:before {
        display: none;
    }

    header .mainMenu > ul > li > a {
        padding: 25px 7px;
        font-size: 16px;
    }

    .calendarPopup {
        padding: 20px;
    }

    .cargoInput .checkInInput input {
        width: 100%
    }

    .spend-miles-listing .listingHolder li:nth-child(odd) .listingInfos {
        width: 49%;
        margin-left: 0;
        padding: 0 15px
    }

    .spend-miles-listing .listingHolder li:nth-child(even) .listingInfos {
        width: 49%;
        margin-right: 0;
        padding: 0 15px
    }

    .aff-companies-block .listingHolder li:nth-child(odd) .listingInfos {
        width: 49%;
        margin-left: 0;
        padding: 0 15px
    }

    .photo-gallery .listingHolder .listingItemLI .img-highlight img {
        width: 580px
    }

    .bookTripBlock .middleSection .topLabel {
        min-height: 20px;
    }

    .bigcontainer .travelWithConfidence .banner .container {
        width: 100%;
    }
    .subjectAccessRequest .bigcontainer.greyBck .contactusForm{
        margin-bottom:30px!important;
    }
}

@media screen and (max-width: 992px) {
    .loggedInMenu {
        top: 60px;
        z-index: 5;
        width: 100%;
    }

    header .skylogoHolder {
        top: 0;
        left: calc(50% + 60px);
    }

    header .mainMenu > ul > li.loginParent a,
    header .mainMenu > ul > li.bookingOffices a {
        font-size: 14px;
    }

    .adsHolder .col-md-6 {
        padding: 0 5px;
    }

    .latestNews .listingItemLI {
        padding: 0 10px;
    }

    .latestNews .itemHolder {
        padding: 15px;
    }

    .leftRightBlock .blockTitle {
        line-height: 30px;
    }

    header {
        z-index: 12;
        height: 50px;
        padding: 0;
    }

    .mobileMenuToggler {
        width: 40px;
        height: 40px;
        position: absolute;
        cursor: pointer;
        left: 5px;
        top: 4px;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    body.menuActive {
        -moz-transform: translateX(-280px);
        -webkit-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
    }

    .searchPopup {
        z-index: 201;
    }

    .mobileMenuToggler span {
        position: relative;
        display: block;
        margin: auto;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        top: 19px;
        left: 50%;
        margin-left: -9px;
        cursor: pointer;
    }

        .mobileMenuToggler span:after,
        .mobileMenuToggler span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -7px;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            width: 24px;
            height: 4px;
            background-color: #000;
            backface-visibility: hidden;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        .mobileMenuToggler span,
        .mobileMenuToggler span:after,
        .mobileMenuToggler span:before {
            width: 18px;
            height: 1px;
            background-color: #fff;
            backface-visibility: hidden;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .mobileMenuToggler span:after {
                top: 8px;
            }

    body.mobile {
        -moz-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        overflow-x: hidden;
    }

    .menusMain.mainMenuParent {
        padding: 20px;
        position: fixed;
        height: 100%;
        min-height: 100vh;
        width: 280px;
        left: 0;
        text-align: left;
        background-color: #2b343a;
        -moz-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
        top: 0;
        z-index: 200;
        visibility: hidden;
        opacity: 0;
    }

    .hpMainBanner {
        overflow-x: hidden
    }

    header .mainMenu > ul > li > a {
        padding: 0;
    }

    .mainMenuParent.menusMain.active {
        visibility: visible;
        opacity: 1;
    }

    header .loginBtn {
        padding-left: 20px;
        position: relative;
    }

    header .mainMenu > ul > li > a.loginBtn {
        padding: 10px;
        padding-left: 32px;
        border: 1px solid #fff;
    }

    header .mainMenu > ul > li > a.currentOffice {
        padding: 10px;
        padding-left: 30px;
        padding-right: 32px;
        border: 1px solid #fff;
    }

    header .loginBtn:before {
        content: '';
        height: 15px;
        width: 15px;
        background-position: -13px 0;
        position: absolute;
        top: 11px;
        left: 8px;
        background-image: url(../images/sprite@2x.png?v=1);
        background-size: 500px;
    }

    .currentOffice {
        position: relative;
    }

    /*.currentOffice:before {
            height: 8px;
            width: 18px;
            background-image: url("../images/sprite@2x.png");
            background-size: 500px;
            background-position: -41px -157px;
            content: '';
            top: 16px;
            right: 8px;
            position: absolute;
        }*/
    .bookingOffices .currentOffice:before {
        left: 6px !important;
        top: 8px !important;
    }

    .mainMenu > ul > li.languages a {
        display: inline-block;
    }

    header .mainMenu > ul > li {
        display: block;
    }

        header .mainMenu > ul > li.loginParent {
            margin-right: 20px;
        }

        header .mainMenu > ul > li.loginParent,
        header .mainMenu > ul > li.bookingOffices {
            display: inline-block;
            border: none;
        }

        header .mainMenu > ul > li.languages {
            border: none;
        }

            header .mainMenu > ul > li.languages a {
                margin-right: 15px
            }

    .mainMenu.mainMenuSubClass ul li {
        padding-bottom: 17px;
        margin-bottom: 0;
        padding-top: 17px;
        border-bottom: 1px solid #4f565b;
    }

    .countriesPopup {
        position: absolute;
    }

        .countriesPopup.show {
            visibility: visible;
            opacity: 1;
            position: absolute;
        }

        .countriesPopup .countries {
            position: absolute;
            left: 15px;
            transform: none;
            max-height: 80%;
            overflow: auto;
            right: 15px;
            top: 45px;
        }

            .countriesPopup .countries .row {
                margin: 0;
            }

    .closeCountries {
        top: 20px;
        right: 20px;
    }

    .rightMenu .loginParent,
    .rightMenu .languages,
    .rightMenu .bookingOffices {
        opacity: 0 !important
    }

    header .logoHolder {
        width: 170px;
        padding-top: 0;
        left: calc(50% - 108px);
        top: 10px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    header .rightMenu {
        position: static;
    }

        header .rightMenu li.searchParent {
            position: absolute;
            top: 8px;
            right: 5px;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .searchToggle {
        transform: scale(0.7);
    }

    header.fixed .logoHolder {
        width: 135px;
        height: 25px;
        background-size: cover;
        margin: 0;
        top: 14px;
    }

    header.fixed * {
        color: unset !important
    }

    .countriesPopup .countries ul li {
        width: 100%;
        margin-bottom: 0;
    }

    header.fixed .mainMenu > ul > li > a {
        color: #fff !important
    }

    .countriesPopup .countries ul li a {
        color: black !important
    }

    .countriesPopup a.closeCountries {
        top: 4px;
        right: 4px;
    }


    .countriesPopup,
    .countriesPopup.show {
        height: 90%;
        background-color: rgba(0, 0, 0, 0.95) !important;
    }

    header.fixed .mobileMenuToggler span,
    header.fixed .mobileMenuToggler span:before,
    header.fixed .mobileMenuToggler span:after {
        background-color: #000
    }

    header.fixed .mobileMenuToggler {
        top: 4px
    }

    header.fixed .searchToggle {
        transform: scale(0.85);
    }

    header.fixed .rightMenu li.searchParent {
        top: 8px;
    }

    .bookTripBlock .leftBlock {
        width: 45%;
    }

    .mainRightBlock.visible {
        width: 55%;
        left: 45% !important;
    }

    .bookTripBlock .calendarInfos {
        width: 100%;
    }

    .relativeBlock .calendarsBlock {
        left: 45%
    }

    .mainRightBlock.visible.activeCalendar {
        left: calc(45% + 270px) !important
    }

    .bookTripBlock .rightBlock {
        display: none;
    }

    header .rightMenu .searchToggle {
        top: 3px !important;
        right: 0 !important;
    }

    .fullScreenLinks li b {
        font-size: 24px;
    }

    .fullScreenLinks li span {
        font-size: 16px;
        min-height: 40px;
    }

    .fullScreenLinks li a .hoverEff {
        padding-bottom: 15px;
    }

    .bigContainer {
        max-width: 100%;
    }

    .specialOffers .dotsCarousel,
    .specialOffers .dotsCarousel .owl-stage {
        width: 200px !important;
    }

    h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .leftRightBlock .rightBlock {
        width: 60%;
    }

    .leftRightBlock .leftBlock {
        width: 40%;
    }

    .bookingAds {
        padding-right: 20px;
    }

    .adsHolder .row {
        margin: 0;
    }

    .bookingAds h4::before {
        height: 30px !important;
        width: 45px !important;
        left: -60px !important;
    }

    .mobileApp .imageHolder {
        max-width: 400px;
    }

    .bookingAds {
        padding-left: 75px;
    }

    .mobileApp .imageHolder {
        width: 300px;
        top: auto;
        bottom: 0;
    }

    .mobileApp .container {
        padding: 75px 20px !important
    }

    footer .bottomFooter .rightSection {
        float: left
    }

    .travelerInfo .owl-nav {
        right: 0 !important
    }

    .bookandbuy {
        width: 100%;
    }

    .row .row {
        margin: 0;
    }

        .row .row .col-md-4,
        .row .row .col-md-12, .offerDetailsBooking .col-sm-12, .offerDetailsBooking .col-md-8 {
            padding: 0 5px
        }

    .bookingrow > .col-md-6 {
        padding: 0 15px;
        min-height: 363px;
    }

    .container .container {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .bookandbuy .col-md-4 {
        padding: 0;
    }

    .bookandbuy .row {
        margin: 0;
    }

    .bookinginputs .selectNumber,
    .bookinginputs .selectNumber .centeredBlock {
        height: auto
    }

    .bookinginputs .topLabel,
    .bookinginputs .dateHolder {
        text-align: center;
    }

    .bookingtabs .multiFormsHolder .optionItem1 {
        padding: 0 !important;
    }

    .pagesMenu .mainMenu li {
        display: block;
    }

    .pagesMenu .mainMenu > ul > li > a {
        padding: 10px 15px;
    }

    .bookingrow .normalBtn {
        margin-bottom: 10px;
    }

    .pagesMenuToggle,
    .thirdLevelMenuToggle {
        padding: 15px;
        display: block;
        position: relative;
        padding-right: 30px;
    }

        .pagesMenuToggle:after {
            content: "";
            height: 10px;
            width: 16px;
            position: absolute;
            right: 15px;
            content: "\f107";
            font-family: "FontAwesome";
            font-size: 24px;
        }

    .multiFormsHolder .col-md-12 {
        padding: 0
    }

    .pagesMenu .mainMenu ul,
    .pagesMenu2 .mainMenu ul {
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        padding: 10px 0;
        top: 100%;
        border-top: 1px solid #fff;
        z-index: 10;
    }

    .pagesMenu2 .mainMenu ul {
        z-index: 11;
        border-top: 1px solid #0873ba;
        border-bottom: 1px solid #0873ba;
    }

    .thirdLevelMenuToggle:after {
        content: "";
        height: 10px;
        width: 16px;
        position: absolute;
        font-size: 24px;
        top: 19px;
        right: 15px;
        background-image: url(../images/down-arrow-bkack.png);
    }

    .pagesMenu .mainMenu ul {
        background-color: #0873ba;
    }

    .pagesMenu2 .mainMenu ul {
        background-color: #f4f5f6
    }

    .pagesMenu {
        position: relative;
    }

    .pagesMenu2 .mainMenu li {
        display: block;
        text-align: left;
    }

    .pagesMenu2 .mainMenu a {
        text-align: left;
        padding: 10px 15px;
    }

        .pagesMenu2 .mainMenu a.thirdLevelMenuToggle {
            padding-right: 30px;
            padding: 15px;
            padding-right: 30px;
        }

    .pagesMenu2 .container,
    .pagesMenu .container {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .pagesMenu2 {
        position: relative;
    }

    .timetableRow .searchflight {
        width: 100% !important;
    }

    .timetableRow .col-sm-6 {
        margin-bottom: 20px;
    }
    .timetableContainer.bigcontainer.formPage .timetableRow .optionItem1{
        height:auto!important;
    }
    .schedContainer #liContainer {
        margin-right: 20px;
    }

    .schedContainer .arrivalSchedule,
    .schedContainer .departureSchedule {
        min-height: 0;
    }

    .calculate .totalweight {
        position: absolute;
        right: auto;
        left: 80px;
    }

    .calculate .freeallowance {
        position: absolute;
        left: auto;
        right: 80px;
    }

    .refNumber {
        width: 100%
    }

    .apologize h3 {
        margin: 50px 15px;
    }

        .apologize h3 br {
            display: none;
        }

    .lostandfound .text2,
    .lostandfound .text1 {
        padding: 0;
        padding-top: 10px;
    }

    .lostandfound .text2 {
        padding-bottom: 10px;
    }

    .pagesMenu2 .mainMenu a.active::after {
        display: none;
    }

    .contentPage h2 {
        line-height: 52px
    }

    .contentPage.fullWidth .imageHolder img {
        right: -200px;
    }

    .checkinListing .checkinLI {
        padding: 20px;
    }

        .checkinListing .checkinLI h3 {
            line-height: 36px;
        }

    .youNeedToKnow .knowaboutListing .aboutLI img {
        display: block;
    }

    .youNeedToKnow .knowaboutListing .aboutLI .aboutText {
        position: static;
        height: auto;
        padding: 15px 20px;
    }

    .youNeedToKnow .knowaboutListing .hiddenBlock {
        height: auto;
        position: static;
        opacity: 1;
    }

    .knowaboutListing .aboutLI .li-content,
    .youNeedToKnow .knowaboutListing .aboutLI {
        height: auto
    }

        .youNeedToKnow .knowaboutListing .aboutLI h4 {
            padding-top: 0;
            padding-bottom: 10px;
        }

    .checkinLisitngRow {
        margin: -10px;
    }

        .checkinLisitngRow .col-md-6 {
            padding: 0 10px;
        }

    .youNeedToKnow .row {
        margin: 0 -10px;
    }

    .youNeedToKnow .col-sm-6 {
        padding: 0 10px;
    }

    .raficHarirAirportImg {
        height: 260px !important
    }

    .airportInfo {
        margin: 50px 0;
        padding: 0 20px;
        width: 100%;
    }

    .passengerServices {
        margin-bottom: 0;
    }

    .facilitiesContainer {
        padding: 40px 0
    }

        .facilitiesContainer .blockTitle {
            margin-top: 0
        }

    .servicesContainer {
        font-size: 20px;
        line-height: 24px;
    }

    .intro-services {
        margin-bottom: 30px;
    }

    .youNeedToKnow h3 {
        margin-bottom: 30px;
    }

    .passengerServices .umContainer .greendiv {
        max-width: 100%;
    }

    .passengerServices .umContainer .greendiv {
        max-width: 100%;
    }

    .grayblocks .grayBlock .normalBtn {
        position: static;
    }

    .grayblocks .grayBlock .itemHolder {
        height: auto
    }

    .bigcontainer-withtext {
        height: 250px;
    }

        .bigcontainer-withtext .blackbg h3 {
            font-size: 40px;
            line-height: 42px;
            margin-bottom: 10px;
        }

    .bigcontainer-withtext {
        height: 275px;
    }

        .bigcontainer-withtext .blackbg h3 br {
            display: none;
        }

        .bigcontainer-withtext .blackbg .textContent {
            padding: 0;
            padding-bottom: 15px;
            line-height: 20px;
        }

    .checkin-services {
        padding: 40px 0;
    }

        .checkin-services .inflightservicesBlock {
            display: block;
            padding: 30px 0
        }

        .checkin-services .servicesImage {
            display: block;
            width: 100%;
            margin-bottom: 15px;
            height: 300px;
        }

        .checkin-services .servicesText .content {
            width: 100%
        }

    .contentPage {
        padding: 60px 0;
    }

    .meaprivileges .sameheight {
        height: auto;
    }

    .meaprivileges a {
        position: relative;
    }

    .meaprivileges p {
        margin-bottom: 10px;
    }

    footer .simpleList li a {
        font-size: 12px;
    }

    header.fixed .skylogoHolder {
        background-image: url(/images/skyteam-colored.png);
        width: 30px;
        margin: 12px 0;
        display: inline-block;
        position: absolute;
        top: 0;
        left: calc(50% + 60px);
        height: 28px;
        background-size: cover;
    }

    .serviceHolder {
        margin-bottom: 20px;
    }

    .fullWidth .container .contentText {
        padding: 45px 20px;
    }

    .movieItem .movieInfo {
        max-width: calc(100% - 285px)
    }

    .desc h4 {
        width: 100%;
        padding: 0 10px;
    }

    .aff-companies-block .listingItemLI .showToggle {
        margin-bottom: 10px
    }

    .network .networkImage {
        max-width: 100%;
        background-position: center center;
    }

    .quotation {
        background-color: transparent;
        position: relative;
        width: 100%;
        padding: 45px 0;
        top: 0;
    }

    .chairmans-message .col-md-7 {
        width: 100%
    }

    .quotation .textHolder {
        clear: both;
    }

    .aff-companies-block .listingHolder li:nth-child(odd) .listingInfos {
        width: 100%;
        margin-left: 0;
        padding: 0 15px
    }

    .aff-companies-block .listingHolder li:nth-child(odd) .listingImage {
        width: 100%;
    }

    .aff-companies-block {
        margin: 30px 0
    }

        .aff-companies-block .listingItemLI h3 {
            line-height: 36px;
        }

        .aff-companies-block .listingItem .listingInfos img {
            margin: 15px 0;
        }

        .aff-companies-block .listingItemLI p {
            padding: 15px 0;
        }

    .listingInfos {
        margin-bottom: 20px;
    }

    .aff-companies-block .listingHolder li:nth-child(even) .listingInfos {
        margin-right: 0;
        padding: 0 15px;
        width: 100%;
    }

    .aff-companies-block .listingItemLI .listingImage {
        width: 100%
    }

    .photo-gallery .listingHolder .listingItemLI .img-highlight img {
        width: 100%;
    }

    .photo-gallery .other-images,
    .photo-gallery .other-images img {
        width: 100%
    }

    .service {
        height: 185px !important;
        margin-bottom: 20px !important;
        position: relative;
    }

    .online-services .col-sm-6:nth-of-type(2n+1) {
        clear: both;
    }

    .online-services .service-2 .section-title,
    .section-title,
    .online-services .service-3 .section-title {
        bottom: 0;
        width: 100%;
    }

    .myAccountDashboard .totalbalance,
    .myAccountDashboard .qmiles,
    .myAccountDashboard .qsectors {
        height: 230px;
    }

        .myAccountDashboard .totalbalance h4,
        .myAccountDashboard .qmiles h4,
        .myAccountDashboard .qsectors h4 {
            font-size: 36px;
        }

    .miles-status {
        width: 100%;
    }

    .contactinfoTable .container {
        overflow: auto;
    }

    .contactinfoTable .table1 td,
    .contactinfoTable .table1 th {
        padding: 10px;
    }

    .contactinfoTable {
        margin-top: 20px;
    }

    .mainMenu.mainMenuSubClass li.bookingOffices {
        position: relative;
    }

    .entertainmentTabs.centered > .tabsLinks a:not(:last-of-type) {
        margin-right: 40px !important;
    }

    .specialOffers .timetableContainer.promosFilter li.resetInputHolder {
        display: flex;
        align-items: center;
    }

        .specialOffers .timetableContainer.promosFilter li.resetInputHolder .resetHolder {
            margin-top: 29px;
        }


    .specialOccasionPage .greyBg .col-md-4:last-of-type .product-box {
        margin-top: 30px;
    }


    .specialOccasionPage .fullBg .container, .specialOccasionPage .greyBg .container {
        max-width: 80% !important;
        margin: 0 auto !important;
    }

    .skyPriorityTabs.centered .tabsLinks {
        overflow: auto;
    }

        .skyPriorityTabs.centered .tabsLinks a {
            font-size: 14px;
            line-height: 17px;
            padding: 12px 7px;
        }

    .skyPriority-Page .redBlock {
        margin-bottom: 15px;
    }

    .sky-panel-app {
        margin: 20px 0;
    }

        .sky-panel-app .btnsHolder {
            flex-direction: column;
        }
    .loggedInMenunew {
        top: 89px;
        z-index: 10;
    }
    .responsiveTable {
        overflow-x: scroll;
    }
    .onlyEnglishNote a {
        word-wrap: break-word;
    }
}

@media screen and (max-width: 1155px) {

    .bigcontainer.newsBlock .measales.tabsMain > .container {
        max-width: calc(100% - 30px) !important
    }

    header {
        padding: 25px 15px;
    }

    .measales.tabsMain .newslist.newsContainer {
        padding-top: 40px;
    }

    header .rightMenu .bookingOffices {
        margin-right: 5px;
    }

    header .rightMenu .languages a {
        margin-right: 5px;
    }

    header .rightMenu .languages {
        margin-right: 0;
    }

    header .skylogoHolder {
        left: 155px;
    }

        header .skylogoHolder img {
            height: 25px;
        }

    header .rightMenu .loginBtn {
        padding: 12px 5px;
        padding-left: 20px;
        /*margin: 0;*/
    }

    header .menuContainer {
        text-align: left;
        margin-left: 21%;
    }

    header .rightMenu .searchToggle {
        top: 14px;
        right: -15px;
    }

    .fullScreenLinks li b {
        font-size: 26px;
    }

    .fullScreenLinks li span {
        font-size: 16px;
    }

    /*header .rightMenu li a {
        padding: 12px 0;
    }*/

    bookTripBlock .middleSection .topLabel {
        margin-bottom: 10px;
    }

    header .rightMenu .languages a:first-child:after {
        margin-left: 5px;
    }

    header .logoHolder {
        width: 150px;
        left: 15px;
    }

    header .rightMenu .loginBtn:before {
        left: 0;
    }

    .pagesMenu2 .mainMenu a {
        font-size: 13px;
        padding: 15px 5px;
    }
}


@media screen and (max-width: 767px) {

    .bookingContainer.bigcontainer.requestRewardPage .BuyFormFrom {
        z-index: 400;
    }

    .bookingContainer.bigcontainer.requestRewardPage .BuyFormTo {
        z-index: 399;
    }

    .bookingContainer.bigcontainer.requestRewardPage .ui-menu.ui-widget {
        max-height: 200px !important
    }

    .bookingContainer.bigcontainer.requestRewardPage .bookingtabs.tabsMain .container.tabsLinks {
        display: block;
        border: 0 !important;
    }

        .bookingContainer.bigcontainer.requestRewardPage .bookingtabs.tabsMain .container.tabsLinks a {
            display: inline-block !important;
            padding: 20px;
            margin-bottom: 0;
        }

            .bookingContainer.bigcontainer.requestRewardPage .bookingtabs.tabsMain .container.tabsLinks a.active {
                background: #d8d8d8;
            }



    .pagesMenu .mainMenu ul {
        z-index: 999;
    }

    .submitHolder input, .resetHolder input {
        max-width: 150px;
        margin-top: 20px;
    }

    .joincedarmilesForm .inputEntity.joinCederPhoneNbrsHolder {
    }

        .joincedarmilesForm .inputEntity.joinCederPhoneNbrsHolder .customSelect {
            padding: 0 2px;
        }

        .joincedarmilesForm .inputEntity.joinCederPhoneNbrsHolder input[type=text] {
            padding: 0 2px;
        }

    .baggageTables {
        overflow: scroll
    }

    .joincedarmilesForm .inputEntity .customSelect {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .owl-carousel#sync1 .owl-dots.disabled, .owl-carousel#sync1 .owl-nav.disabled {
        display: block;
    }

    .owl-carousel#sync1 .owl-prev svg, .owl-carousel#sync1 .owl-next svg {
        width: 20px;
    }

    #sync1 .owl-prev {
        left: 5px !important;
        margin-top: -20px;
    }

    #sync1 .owl-next {
        right: 5px !important;
        margin-top: -20px;
    }

    .togglePassShowHide {
        padding: 10px 0
    }

    .bigcontainer.trainingListing.spend-miles-listing + .contentText.paddingBot60 .imageHolder img {
        width: 100%;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .container.news-details .news-image img {
        width: 100%;
    }

    .meaprivileges h3 {
        line-height: 50px;
    }

    .homePage .aboutMea .learnMore {
        margin-bottom: 50px;
        margin-top: -15px;
    }

    header .mainMenu > ul > li.hasSubmenu a {
        background: transparent;
        color: white;
    }

    .loggedInMenu {
        top: 60px;
        z-index: 5;
        width: 100%;
    }

    /*.hpMainBanner:before {
        background-color: rgba(0, 0, 0, 0.5);
    }*/

    .partnersBlock .listingItemLI, .partnersHealthBlock .listingItemLI {
        width: 50%;
    }

    .hpMainBanner {
        background-image: url('../images/mainBanner-mob-new.jpg');
    }

        .hpMainBanner.bookAndBuyBg {
            background-image: url('../images/bookAndBuyBg-mob.jpg');
        }

        .hpMainBanner.checkMyTripBg {
            background-image: url(/images/check-my-trip-mob.jpg);
        }

        .hpMainBanner.flightScheduleBg {
            background-image: url('../images/mainBanner-mob-new.jpg');
        }

        .hpMainBanner.onlineCheckInBg {
            background-image: url('../images/mainBanner-mob-new.jpg');
        }

    .contentPage .VideoBook iframe {
        width: 100%;
        height: 300px;
    }

    .normalBtn {
        padding: 10px 30px
    }

    .pagesMenu .mainMenu > ul > li > a.active {
        background-color: #ffffff;
        color: #0873ba;
    }

    .bigContainer {
        margin: 0 15px !important;
        max-width: calc(100% - 30px) !important;
    }

    .pagesMenu .mainMenu a {
        display: block
    }

    .container {
        margin: 0 15px !important;
        max-width: calc(100% - 30px) !important;
    }

    .fullScreenLinks li {
        width: 100%;
        margin-bottom: 20px;
    }

        .fullScreenLinks li:last-child {
            margin-bottom: 0;
        }

    .fullScreenLinks li {
        display: block;
    }

        .fullScreenLinks li a {
            height: auto;
            padding-bottom: 30px;
            display: inline-block;
        }

            .fullScreenLinks li a .hoverEff {
                position: static;
                padding-bottom: 0;
            }

        .fullScreenLinks li span {
            min-height: 0;
        }

    .countriesPopup,
    .countriesPopup.show {
        height: 100%;
    }

    .headerSearch,
    .headerBtns {
        margin-left: 0;
    }

    .closeSearch {
        right: 20px;
    }

    .headerSearch .floatRight a {
        right: 0;
    }

    .topBloc {
        display: none;
    }

    .bookTripBlock .leftBlock {
        width: 100%;
        position: relative;
        height: 75px;
        max-height: 75px;
    }

        .bookTripBlock .leftBlock .centeredBlock {
            transform: none !important;
            top: 0;
            right: 0;
            position: relative;
        }

    .bookTripBlock .tabLinks {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .bookTripBlock .closeButton {
        top: 2px;
        position: absolute;
        right: 5px;
        transform: scale(0.7);
    }

    .bookTripBlock .bottomBlock {
        padding: 9px 0;
    }

    .bookTripBlock .leftBlock .smallText {
        margin-bottom: 0;
        font-size: 15px;
        margin-right: 15px;
    }

    .bookTripBlock .leftBlock .normalLink {
        top: -2px;
    }

    .mainRightBlock {
        top: 75px;
        width: 100%;
        padding-bottom: 50px;
        height: 100% !important
    }

        .mainRightBlock.biggerHeightBlock {
            height: 130% !important
        }

    .bookTripBlock .formActions .searchParent.iconOff .normalBtn {
        padding: 10px 17px;
    }

    .mainRightBlock.visible {
        left: 0 !important;
        width: 100%;
        z-index: 6;
        ;
    }

    .bookTripBlock .middleSection .selectNumber .centeredBlock,
    .smallHeightWindow .bookTripBlock .middleSection .selectNumber .centeredBlock {
        height: auto;
    }

    .bookTripBlock .middleSection .topLabel {
        text-align: center;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .bookTripBlock .calendarInfos {
        height: auto;
        padding: 15px 15px 30px !important
    }

    .bookTripBlock .middleSection .bigNumber,
    .bookTripBlock .middleSection .bigNumber input,
    .smallHeightWindow .bookTripBlock .middleSection .bigNumber,
    .smallHeightWindow .bookTripBlock .middleSection .bigNumber input {
        font-size: 44px;
        line-height: 44px;
    }

    .bookTripBlock .middleSection .selectDate .bottomLabel.departDate,
    .smallHeightWindow .bookTripBlock .middleSection .selectNumber .bottomLabel.departDate {
        font-size: 13px;
        padding-top: 9px;
        width: 40px;
        line-height: 15px;
    }

    .mainRightBlock {
        background-color: #e4e4e4;
        overflow: unset;
    }

    .bookTripBlock .calendarInfos .normalLinkParent {
        float: none;
        clear: both;
    }

    .tripType {
        margin-bottom: 15px;
    }



    .relativeBlock .calendarsBlock {
        left: 0;
        top: 120px;
    }

    .mainRightBlock.visible.activeCalendar {
        left: calc(270px) !important;
    }

    .checkMyTrip .topBloc {
        display: block;
    }

    .bookTripBlock .leftBlock .topBloc h5 {
        font-size: 15px !important;
        line-height: 14px !important;
        margin-bottom: 4px;
    }

    .bookTripBlock .leftBlock .topBloc .searchBook {
        font-size: 15px;
    }

    .bookTripBlock .leftBlock .topBloc:before {
        display: none;
    }

    .bookTripBlock.checkMyTrip .leftBlock .topBloc {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .checkMyTrip .checkMyTripText {
        line-height: 22px;
        margin-bottom: 20px
    }

        .checkMyTrip .checkMyTripText ul {
            padding-top: 10px;
        }

    .bookTripBlock.checkMyTrip .fromTo .inputParent input {
        font-size: 13px;
    }

    .bookTripBlock .closeButton {
        z-index: 5;
    }

    .fixedLinks {
        bottom: 15px;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 3;
        right: auto;
    }

    .hpMainBanner {
        z-index: 4;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .specialOffers .dotsCarousel {
        max-width: 100%;
        width: 100% !important;
        height: auto;
        display: none
    }

        .specialOffers .dotsCarousel .owl-stage {
            width: 600px !important;
        }

        .specialOffers .dotsCarousel li,
        .specialOffers .dotsCarousel .owl-carousel.owl-drag .owl-item {
            width: auto !important;
            overflow-y: hidden !important;
            padding-bottom: 0;
            padding-top: 0;
        }

        .specialOffers .dotsCarousel .owl-stage-outer {
            overflow: auto !important;
            padding: 20px;
            padding-bottom: 0;
            overflow-y: hidden !important;
        }

        .specialOffers .dotsCarousel ul {
            padding-top: 0;
        }

        .specialOffers .dotsCarousel li {
            padding-right: 28px;
            margin-bottom: 0;
            padding-bottom: 20px;
        }

            .specialOffers .dotsCarousel li:before {
                bottom: -3px;
                top: auto !important;
                left: 20px;
                right: auto !important;
            }

        .specialOffers .dotsCarousel .owl-item li:before {
            display: none !important
        }

    .specialOffers .listingInfos {
        float: none;
        margin-right: 0;
        padding: 20px;
        color: #fff;
        max-width: 100%;
        position: relative;
        background-color: rgba(44, 44, 44, 0.4);
    }

    .specialOffers .itemHolder {
        height: 400px;
    }


    .specialOffers .dateHolder,
    .specialOffers .listingDescription {
        text-align: left;
    }

    .specialOffers .listingTitle {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 7px;
    }

    .specialOffers .dateHolder,
    .specialOffers .listingDescription {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .specialOffers .listingDescription {
        margin-bottom: 16px;
    }

    .specialOffers .normalBtn {
        padding: 13px 32px;
    }

    .specialOffers .price {
        font-size: 24px;
        line-height: 26px;
        position: relative;
    }

    .specialOffers .currency {
        font-size: 15px;
        top: -5px;
    }

    .specialOffers {
        margin-bottom: 40px;
    }

    .whyUs .backgroundImage {
        height: 270px;
    }

    h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .whyUs .tableCell {
        width: 100%;
        margin: 0;
        padding-top: 125px;
    }

    .whyUs .contentBlock {
        padding: 20px;
        background-color: rgba(44, 44, 44, 0.7);
        width: 100%;
    }

    .whyUs .normalBtn {
        padding: 10px 32px;
        display: block;
    }

    .cedarMiles {
        padding-top: 30px;
    }

        .cedarMiles .blockIntro {
            font-size: 14px;
            line-height: 18px;
        }

            .cedarMiles .blockIntro br {
                display: none;
            }

        .cedarMiles .blockBtn {
            margin-bottom: 25px;
        }

    .servicesListing .listingItemLI {
        width: calc(95%/3);
        margin-bottom: 20px;
    }

        .servicesListing .listingItemLI:last-child {
            margin-bottom: 35px;
        }

    .servicesListing .imageHolder {
        width: 60px;
        height: 60px;
        padding-top: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .servicesListing .textHolder {
        display: inline-block;
        font-size: 14px;
        line-height: 17px;
        padding-top: 0;
        text-align: left;
        max-width: calc(100%);
        vertical-align: middle;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .servicesListing .imageHolder img {
        width: 35px;
    }

    .servicesListing .itemHolder {
        text-align: center;
    }

    .cedarMiles .blockBtn a {
        width: 100%;
    }

    .leftRightBlock {
        margin-bottom: 45px;
    }

        .leftRightBlock .leftBlock,
        .leftRightBlock .rightBlock {
            width: 100%;
        }

        .leftRightBlock .blockTitle {
            font-size: 18px;
        }

        .leftRightBlock .container {
            padding: 0 !important;
        }

        .leftRightBlock .whiteBlock {
            padding: 15px;
        }

            .leftRightBlock .whiteBlock .blockDesc {
                font-size: 16px;
                line-height: 18px;
            }

        .leftRightBlock .blueBlock,
        .leftRightBlock .loginParent {
            width: 100%;
            padding: 24px 0;
            font-size: 12px;
        }

            .leftRightBlock .loginParent div:before {
                transform: scale(0.7);
                top: -1px;
                left: 0;
            }

            .leftRightBlock .loginParent div {
                padding-left: 20px;
            }

        .leftRightBlock .rightBlock .imageHolder {
            height: 120px;
            font-size: 20px;
        }

        .leftRightBlock .rightBlock .textHolder {
            bottom: 17px;
            left: 15px;
            font-size: 20px;
        }

        .leftRightBlock .contactSection {
            width: 100%;
            padding: 20px 15px 30px;
        }

            .leftRightBlock .contactSection .blockDescription div {
                font-size: 14px;
                font-weight: 300;
                line-height: 17px;
                margin-bottom: 15px;
            }

            .leftRightBlock .contactSection .phoneNumber:before {
                top: -2px
            }

    .adsHolder .col-xs-12 {
        padding: 0;
    }

    .bookingAds h4::before {
        height: 13px !important;
        width: 20px !important;
        left: -30px !important;
        top: 3px !important;
        ;
    }

    .adsHolder {
        margin-bottom: 30px;
    }

    .bookingAds {
        padding: 10px 20px 10px 40px !important;
        height: auto;
        margin-bottom: 15px;
    }

        .bookingAds a {
            font-size: 14px;
            line-height: 14px;
        }

        .bookingAds h4 {
            line-height: 19px;
            margin-bottom: 5px;
            font-size: 16px;
        }

    .mobileApp .container {
        padding: 30px 0 25px !important
    }

    .mobileApp .imageHolder {
        display: none;
    }

    .mobileApp h2 {
        margin-bottom: 8px
    }

    .mobileApp .blockDescription {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px
    }
    /*
    .row > div,
    .row > li {
        padding: 0;
    }
    */
    .latestNews .listingItemLI {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .latestNews ul {
        margin: 0;
    }

    .latestNews .container {
        padding: 0 !important;
        padding-left: 0 !important;
    }

    .latestNews {
        height: auto;
        padding: 30px 0;
    }

    .blockHead {
        margin-bottom: 15px;
    }

    .latestNews .description {
        margin-bottom: 18px;
        line-height: 25px;
        font-size: 20px;
    }

    .latestNews .itemHolder {
        min-height: 0;
    }

    .latestNews .readMore {
        position: relative;
    }

    .latestNews .date {
        margin-bottom: 10px;
    }

    .latestNews .viewAllBtn {
        text-align: left;
    }

        .latestNews .viewAllBtn a {
            width: calc(100% - 15px);
        }

    .latestNews {
        margin-bottom: 30px;
    }

        .latestNews .mainBg {
            height: 100%;
        }

    .travelerInfo .listingInfos {
        position: relative;
        padding: 15px 15px 5px 15px;
    }

    .travelerInfo .listingImage {
        padding-bottom: 0;
    }

    .travelerInfo {
        margin: 0;
        padding-left: 15px;
    }

        .travelerInfo .listingItemLI {
            width: 290px
        }

        .travelerInfo .disabled {
            display: none !important
        }

        .travelerInfo .hiddenBlock {
            height: auto;
            position: static;
            visibility: visible;
            opacity: 1;
            padding-top: 15px;
        }

    .travelerInfo {
        margin-bottom: 30px;
    }

    .mapBlock .mapImage {
        height: 245px;
    }

    .mapBlock .normalBtn {
        bottom: 30px;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
    }

    .simpleList .simpleList {
        display: none;
    }

    .siteMap .col-md-3 {
        width: 100%;
    }

    .siteMap {
        margin-bottom: 0;
    }

    footer {
        padding: 25px 0;
    }

        footer .row {
            margin: 0;
        }

        footer .col-md-3 {
            padding: 0;
        }

        footer .simpleListTitle a {
            font-size: 16px;
        }

        footer .simpleListTitle {
            margin-bottom: 15px;
        }

        footer .socialMediaIcons li {
            margin-right: 20px;
        }

        footer .socialMediaIcons {
            text-align: left;
            margin-bottom: 15px;
        }

        footer .bottomFooter .allRights,
        footer .bottomFooter .bottomLinks,
        footer .bottomFooter .bottomLinks li a,
        footer .bottomFooter {
            font-size: 12px;
            line-height: 17px;
            color: rgba(255, 255, 255, 0.5);
            font-weight: 300;
        }

            footer .bottomFooter .bottomLinks li a:before {
                width: 1px;
                height: 10px;
            }

    footer {
        z-index: 2;
        position: relative;
    }

    .ui-tooltip {
        display: none !important;
    }

    input[type=search],
    input[type=reset],
    input[type=submit] {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        border-radius: 0 !important
    }

    .searchBlock .container {
        margin: 0 20px !important;
        max-width: calc(100% - 40px) !important;
    }

    header .mainMenu > ul > li.loginParent a,
    header .mainMenu > ul > li.bookingOffices a {
        font-size: 14px;
    }

    .bookTripBlock {
        position: absolute;
        top: 0;
        left: 0;
    }

    .headerSearch .floatRight input {
        border-radius: 0 !important
    }

    .mainBanner .title h1 {
        font-size: 40px;
    }

    .timetable,
    .onlineCheckIn,
    .legalConditions,
    .specialOffersTitle {
        font-size: 32px;
        line-height: 38px;
    }

    .timetable,
    .onlineCheckIn,
    .legalConditions,
    .specialOffersTitle {
        padding: 20px 0;
    }

    .bookingtabs .tab {
        padding: 20px 15px;
    }

        .bookingtabs .tab .row .row .col-md-4,
        .bookingtabs .tab .row .row .col-md-12 {
            padding: 0;
        }

    .cmSignIn {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .bookingrow > .col-md-6,
    .bookingrow > .col-xs-12 {
        padding: 0;
    }

    .tabsHolder input[type=submit] {
        margin-bottom: 15px;
    }

    .bookedOption h4,
    .bookedOption .contentText,
    .bookedOption ul {
        margin: 0;
        padding: 0;
    }

    .bookedOption a {
        margin: 20px 15px;
    }

    .bookedOption .sameHeightBlock {
        padding: 10px 15px;
    }

    .bookedOption ul {
        padding-left: 0 !important;
    }

    .alreadyBooked,
    .scheduleBlock {
        padding: 35px 0;
    }

    .scheduleContainer h2 {
        padding: 0;
    }

    .schedule h5 {
        width: 100%;
        line-height: 28px;
        padding: 20px 10px;
    }

    .scheduleBtns1,
    scheduleBtns2 {
        padding: 0 10px !important;
    }

        .scheduleBtns1 .normalBtn,
        .scheduleBtns2 .normalBtn {
            margin-right: 0;
            width: 100%;
            margin-bottom: 10px;
        }

    .bookandbuy .option {
        padding: 0 15px;
    }

        .bookandbuy .option a {
            display: block;
            text-align: left;
            margin-bottom: 15px;
        }

            .bookandbuy .option a:after {
                display: none;
            }

        .bookandbuy .option ul {
            padding-top: 10px;
        }

    .bookingContainer {
        margin-top: 0;
        border-top: 1px solid #0873ba;
    }

    .bookandbuy {
        width: 100%;
        background-color: #f4f5f6;
        padding: 15px 0;
    }

        .bookandbuy .option .optionsToggle a {
            margin-bottom: 0;
            position: relative;
            font-size: 18px;
            font-weight: bold;
            color: #000;
            display: block;
            background-color: #f4f5f6;
            position: relative;
        }

    .optionsToggle a:before {
        position: absolute;
        top: 50%;
        margin: 0;
        margin-top: -12px;
        right: 0;
        border: none;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 24px;
    }

    .tabsLinks a {
        display: block !important;
    }

        .tabsLinks a.hidden {
            display: none !important;
        }

    .tabsMobileToggle {
        font-size: 18px;
        padding: 15px;
        font-weight: bold;
        color: #000;
        display: block;
        background-color: #f4f5f6;
        position: relative;
    }

        .tabsMobileToggle:before {
            position: absolute;
            top: 50%;
            margin: 0;
            margin-top: -12px;
            right: 15px;
            border: none;
            content: "\f107";
            font-family: "FontAwesome";
            font-size: 24px;
        }

    .bookingtabs .tabsLinks a.active {
        background: transparent;
    }

    .bookingtabs .tabsLinks a {
        padding: 0;
        color: #b1b1b1;
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 16px;
    }

    .bookandbuy .option li a {
        font-size: 16px;
    }

    .tabsHolder {
        margin-top: 0;
        border-top: 1px solid #0873ba;
    }

    .bookingtabs .tabsLinks {
        background: #f4f5f6;
    }

    .calendarPopup .calendarsBlock .calendar {
        top: 150px;
        transform: none !important
    }

    .container.tabsLinks {
        margin: 0 !important;
        max-width: 100% !important;
        padding: 0 15px;
        border-bottom: 1px solid #0873ba;
        display: none;
    }

    .searchflight {
        width: 100%
    }

    .alreadyBooked .bookedOption .normalBtn {
        width: calc(100% - 30px);
    }

    .headingDiv {
        margin: 0 -15px
    }

    .timetableRow .row,
    .formPage .row {
        margin: 0;
    }

    .timetableRow .searchflight {
        margin-top: 0;
    }

    .formPage {
        padding-bottom: 20px;
    }

    .downloadTimetable {
        padding: 20px 0;
    }

        .downloadTimetable .textContent {
            padding: 10px 0 0
        }

    .onlineCheckIn {
        padding: 0;
        padding-bottom: 20px;
    }

    .checkInSteps {
        padding: 30px 15px;
    }

        .checkInSteps h4 {
            padding: 0 10px;
            line-height: 20px;
            font-size: 15px;
        }

        .checkInSteps .steps {
            padding-top: 0;
        }

        .checkInSteps li {
            margin-bottom: 25px;
        }

        .checkInSteps h2 {
            font-size: 30px;
            padding-top: 12px;
            line-height: 20px;
        }

    .onlineCheckIn .normalBtn {
        width: 100%;
    }

    .checkinInfos h4 {
        margin: 20px 0;
    }

    .checkinInfos h3 {
        font-size: 20px;
        line-height: 26px;
    }

        .checkinInfos h3 br {
            display: none;
        }

    .checkinInfos ul {
        margin: 30px 0
    }

    .checkinInfos li {
        line-height: 22px;
    }

    .schedContainer .mainMenu > ul > li {
        width: 48%;
        text-align: center;
        margin-right: 5px !important;
        margin-bottom: 15px;
    }

        .schedContainer .mainMenu > ul > li a {
            padding: 5px 0;
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
        }

    .schedContainer .arrivalTable,
    .schedContainer .departureTable {
        margin-top: 30px;
    }

    .schedContainer .arrivalSchedule .landed,
    .schedContainer .departureSchedule .landed,
    .schedContainer .arrivalSchedule .insky,
    .schedContainer .departureSchedule .insky,
    .schedContainer .arrivalSchedule .insky,
    .schedContainer .departureSchedule .insky,
    .schedContainer .arrivalSchedule .scheduled,
    .schedContainer .departureSchedule .scheduled,
    .schedContainer .arrivalSchedule .latearr,
    .schedContainer .departureSchedule .latearr,
    .schedContainer .arrivalSchedule .latedep,
    .schedContainer .departureSchedule .latedep {
        border-width: 6px;
    }

    .arrivalSchedule .col-sm-6 {
        padding: 0 5px;
    }

    .arrivalHeader .col-sm-6,
    .departureHeader .col-sm-6 {
        padding: 0;
    }

    .schedContainer .arrivalSchedule li,
    .schedContainer .departureSchedule li {
        font-size: 16px;
    }

    .schedContainer .arrivalHeader,
    .schedContainer .departureHeader {
        padding: 20px 10px;
    }

    .bottomSmallInfo {
        padding: 0 13px !important;
        margin-top: 10px !important;
    }

    .cargoForm h4 {
        font-size: 22px;
        line-height: 26px
    }

    .cargoForm h5 {
        line-height: 25px
    }

    .carry-on-baggage {
        padding: 30px 0;
        line-height: 24px;
    }

        .carry-on-baggage br {
            display: none;
        }

        .carry-on-baggage h3 {
            margin-bottom: 10px;
            font-size: 26px;
        }

    .formPage h4 {
        margin-bottom: 15px;
    }

    .contentPage h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .contentPage {
        padding: 20px 10px;
    }

    .toggleTitle h3 {
        padding: 15px 0;
        line-height: 21px;
        font-size: 18px;
        max-width: calc(100% - 20px);
    }

    .toggleTitle::after {
        font-size: 24px;
        float: right;
        position: absolute;
        right: 0;
        top: 13px;
        padding-top: 0;
    }

    .toggleIcon img {
        width: 50%
    }

    .toggleTitle .toggleIcon + h3 {
        padding-left: 30px;
    }

    .toggleContent {
        margin: 10px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .contentSpacer li {
        font-size: 16px;
        line-height: 20px;
    }

    .contentSpacer {
        padding-bottom: 25px;
    }

    .conditionsContainer .conditionsContent h4,
    .toggleContent h3 {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 22px;
    }

    .passengerServices {
        margin-bottom: 40px
    }

    .conditionsContainer .toggleTitle.active {
        padding-top: 0
    }

    .toggleContent h3 {
        padding: 0;
        padding-top: 5px;
    }

    img {
        max-width: 100%;
    }

    .breadCrumbMainContainer a {
        font-size: 12px
    }

    .calculate .totalweight,
    .calculate .freeallowance {
        margin-top: 30px;
    }

    .calculate .freeallowance {
        right: auto;
        left: 80px;
        position: relative;
    }

    .calculate .totalweight {
        left: 70px;
        position: relative;
    }

    .calculate .bigNumber {
        font-size: 45px;
    }

    .calculate .freeallowance .bigNumber {
        top: 33px;
    }

    .calculate .freeallowance .unit {
        left: 175px;
        top: 45px;
    }

    .calculate {
        overflow: hidden;
    }

    .checkinbuttons .normalBtn.blueBg {
        width: 100%;
    }

    .fontTools {
        right: 10px;
    }

    .mainBanner {
        min-height: 240px;
    }

    .fontTools .fontControl.biggerFont {
        font-size: 20px;
    }

    .fontTools .fontControl.smallerFont {
        font-size: 16px;
    }

    .refnumberinput {
        margin-bottom: 15px;
    }

    .refNumber .normalBtn.blueBg {
        width: 100%
    }

    .apologize h3 {
        margin: 20px 10px;
        font-size: 20px;
        line-height: 26px;
    }

    .bigImageHolder > div {
        height: 250px !important
    }

    .lostandfound .text1,
    .lostandfound .text2 {
        font-size: 16px;
        line-height: 20px;
    }

    .lostandfound .text2 {
        margin-bottom: 20px
    }

    .baggageTables h3 {
        margin-bottom: 10px !important;
        font-size: 22px !important;
        line-height: 26px;
    }

    .baggageTables h4 {
        padding: 15px 0 !important;
    }

    .baggageTables h5 {
        margin-bottom: 10px !important
    }

    .baggageTables .table1 th,
    .contactinfoTable .table1 th {
        padding: 20px 5px !important;
        line-height: 20px;
        font-size: 14px;
    }

    .baggageTables .table1 td,
    .contactinfoTable .table1 td {
        font-size: 14px;
    }

    .baggageTables .table1 tr th:first-of-type {
        width: 100px;
    }

    .baggageTables .table2 td,
    .baggageTables .table2 td:first-child {
        display: block;
        width: 100%;
    }

    .baggageTables .table2 td {
        padding: 15px 10px
    }

    .baggageTables .table2 {
        margin-bottom: 25px;
    }

    .passengerServices .umContainer {
        height: 250px;
        background-position: center center;
    }

        .passengerServices .umContainer .greendiv {
            font-size: 16px;
            line-height: 20px;
            padding: 10px;
        }

    .privilegesTable tr th:nth-child(1),
    .privilegesTable tr td:nth-child(1) {
        padding-left: 10px !important;
    }

    .privilegesTable tr:first-child th,
    .privilegesTable td {
        font-size: 14px;
    }

    .privilegesTable tr {
        height: auto
    }

    .tableParent {
        overflow: auto
    }

    .contentPage.fullWidth .imageHolder img {
        position: static;
        max-width: 100%;
        height: auto;
    }

    .fullWidth .container .col-md-8,
    .fullWidth .container .col-md-4 {
        width: 100%;
    }

    .fullWidth .container .contentText {
        max-width: 100%;
        padding: 20px 15px;
        height: auto;
    }

    .contentPage.fullWidth strong {
        font-size: 18px;
        line-height: 22px;
    }

    .contentPage.fullWidth .floatLeft {
        font-size: 16px;
        line-height: 20px;
    }

    .liIcon img {
        max-width: 40px
    }

    .checkinListing .checkinLI h3 {
        margin: 10px 0;
        font-size: 24px;
        line-height: 28px;
    }

    .checkinListing .checkinLI {
        padding: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .col2 .checkinListing {
        margin-top: 0px;
    }

    .youNeedToKnow h3 {
        margin: 25px 0 15px 0;
        font-size: 28px;
        line-height: 34px;
    }

    .raficHarirAirportImg {
        height: 120px !important;
    }

    .airportInfo {
        margin: 20px 0;
        font-size: 20px;
        line-height: 24px;
    }

    .aboutAirport .row > div,
    .aboutAirport .row > li {
        padding: 0 15px
    }

    .aboutAirport .statistics .bigNumber,
    .aboutAirport .bigNumber {
        font-size: 45px;
        line-height: 60px;
    }

    .aboutAirport .textContent {
        font-size: 15px;
        line-height: 19px;
    }

    .facilitiesContainer {
        margin-top: 20px;
    }

    .facilitiesContainer {
        padding: 20px 0
    }

        .facilitiesContainer h4 {
            font-size: 24px;
            margin: 10px 0;
        }

        .facilitiesContainer p {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    .servicesContainer {
        margin-top: 30px;
    }

        .servicesContainer h3 {
            font-size: 28px;
            margin-bottom: 20px;
        }

    .imageHolderBg {
        height: 200px !important;
        margin-bottom: 15px;
    }

    .servicesContainer {
        font-size: 18px;
        line-height: 22px;
    }

    .intro-services {
        font-size: 22px;
    }

    .youNeedToKnow h3 {
        margin-top: 10px;
    }

    .checkin-introBlock h3 {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
    }

    .contentPage {
        padding: 20px 0;
    }

    .checkin-introBlock .btn {
        width: 100%;
        margin: 20px 0
    }

        .checkin-introBlock .btn a {
            width: 100% !important
        }

    .grayblocks .grayBlock h4 {
        margin: 0;
        margin-bottom: 10px;
    }

    .grayblocks .grayBlock .contentText {
        line-height: 22px;
        padding-left: 0;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .grayblocks .grayBlock a {
        margin: 0;
    }

    .grayblocks .grayBlock .itemHolder {
        padding: 20px 15px
    }

    .contentPage h2 {
        margin-bottom: 10px
    }

    .grayblocks .grayBlock a {
        width: 100%
    }

    .checkin-services h3 {
        font-size: 30px;
    }

    .checkin-services .servicesText {
        width: 100%;
        padding: 0 10px;
    }

        .checkin-services .servicesText .highlight {
            line-height: 24px;
            font-size: 20px;
        }

    .checkin-services .textContent {
        font-size: 16px;
        padding: 15px 0
    }

    .inflightservicesBlock .normalBtn {
        width: 100%;
    }

    .checkin-services .inflightservicesBlock {
        padding-bottom: 0;
    }

    .addedForBigBanner .col-md-7 {
        display: none !important
    }

    .addedForBigBanner.bigcontainer-withtext .blockDesc.right {
        padding: 0;
    }

    .addedForBigBanner.bigcontainer-withtext .blackbg h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .addedForBigBanner.bigcontainer-withtext .blackbg .textContent {
        font-size: 16px;
    }

    .addedForBigBanner {
        margin: 25px 0;
    }

    .inflightservicesBlock {
        padding-top: 0 !important;
    }

    .myAccount h3 {
        font-size: 26px;
        line-height: 30px;
        padding: 15px 0
    }

    .myAccount .bluebackground {
        position: static;
    }

    .myAccount .row .row .col-md-4,
    .myAccount .row .row .col-md-12 {
        padding: 0 15px;
    }

    .myAccount h4 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-left: 0;
    }

    .myAccount .jointext {
        height: auto;
        padding-left: 0;
    }

    .myAccount .jointext {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .myAccount input {
        margin-bottom: 5px !important;
        height: 40px !important;
    }

    .myAccount .inputEntity label {
        margin-bottom: 0 !important;
        line-height: 10px !important;
    }

    .myAccount form {
        height: auto
    }

    .myAccount .loginblock {
        margin-bottom: 25px;
    }

    .meaprivileges {
        margin: 20px 0;
    }

    .row .row .col-xs-12 {
        padding: 0 !important
    }

    .myAccount {
        height: auto;
        margin-bottom: 30px;
        padding: 20px 0;
    }

    .meaprivileges {
        margin-bottom: 15px;
    }

        .meaprivileges h4 {
            margin-bottom: 0;
        }

        .meaprivileges .col-xs-12 {
            padding: 0 15px;
            margin-bottom: 25px;
        }

        .meaprivileges ul {
            margin-bottom: 10px;
        }

    .cedarmilesBlock {
        margin: 0;
        margin-bottom: 20px;
    }

    .baggageTables h3,
    .baggageTables h4,
    .baggageTables h5 {
        padding: 0 !important
    }

    .baggageTables h4 {
        font-size: 20px !important;
        line-height: 22px;
        margin-bottom: 10px !important;
    }

    .contentPage h5 {
        font-size: 18px;
    }

    .serviceHolder {
        height: auto;
    }

    .inflightservices-intro {
        padding: 0 10px;
        width: 100%;
        line-height: 30px !important;
        margin-bottom: 0 !important;
    }

    .serviceHolder .textHolder {
        font-size: 16px;
        line-height: 20px;
    }

    .baggageTables p {
        padding: 0 10px;
    }

    .movieItem .movieImage {
        width: 100%;
    }

        .movieItem .movieImage img {
            width: 100%
        }

    .movieItem .movieInfo {
        max-width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

        .movieItem .movieInfo h4 {
            font-size: 24px;
            line-height: 28px;
        }

        .movieItem .movieInfo h4 {
            margin-bottom: 10px;
        }

        .movieItem .movieInfo .movieDesc {
            font-size: 16px;
        }

        .movieItem .movieInfo .movieDetails {
            margin: 15px 0;
        }

    .entertainmentTabs .tabsLinks a {
        padding: 10px 0;
        font-size: 18px;
    }

    .desc h4 {
        font-size: 20px;
        line-height: 28px
    }

    .spend-miles-listing .listingHolder li:nth-child(odd) .listingInfos,
    .spend-miles-listing .listingItemLI .listingImage,
    .spend-miles-listing .listingHolder li:nth-child(even) .listingInfos {
        width: 100%
    }

    .spend-miles-listing {
        margin: 45px 0
    }

        .spend-miles-listing .listingItemLI p {
            padding: 15px 0;
            line-height: 25px;
        }

        .spend-miles-listing .listingItemLI {
            margin-bottom: 30px
        }

            .spend-miles-listing .listingItemLI:last-child {
                margin-bottom: 0
            }

    .taxFreeBlock .taxfreeHolder .textHolder {
        padding: 10px;
        line-height: 18px;
    }

    .taxFreeBlock li {
        margin-bottom: 20px;
    }

    .taxFreeBlock .note {
        padding: 10px;
        padding-bottom: 30px;
        line-height: 24px;
    }

    .bookingrow > .col-md-6,
    .col-xs-12 {
        background-position: center center
    }

    .cards img {
        margin-bottom: 15px
    }

    .joincedarmilesForm h4 {
        font-size: 26px;
        margin-bottom: 10px;
        margin-top: 0;
        padding-left: 20px;
    }

    .privilegesTable {
        margin-bottom: 25px;
    }

    .cedarMiles .blockBtn a:nth-of-type(2) {
        margin-top: 10px;
    }

    .showToggle {
        margin-bottom: 15px
    }

    .aff-companies-block .listingItemLI .moreContent {
        padding: 20px 10px;
    }

    .partnersListItem {
        padding: 0 10px;
    }

    .partnersList .expandCollapse .toggleTitle .imageHolder .image {
        padding-left: 0
    }

    .partnersList .expandCollapse .toggleTitle .imageHolder {
        display: block;
        height: auto
    }

    .contentPage .partnersListItem .imageHolder {
        margin-bottom: 10px;
    }

    .partnersList .expandCollapse {
        margin-bottom: 25px
    }

        .partnersList .expandCollapse .toggleTitle .readtoggle {
            margin-top: 10px;
        }

    .parentClass {
        max-width: 100%;
        overflow: auto;
    }

    .skyTeamZones {
        padding: 0 10px;
    }

    .newsContainer .listingItemLI .listingDescription {
        padding: 20px 10px;
    }

        .newsContainer .listingItemLI .listingDescription .link {
            bottom: 0;
            position: relative
        }

    .newsContainer .listingItem.op1v13 .listingImage {
        height: 160px;
    }

    .newsContainer .listingItemLI {
        height: auto;
    }

        .newsContainer .listingItemLI .listingDescription h4 {
            line-height: 24px;
        }

    .newsContainer .listingItemLI {
        padding: 0 20px;
    }

    .newsContainer .moreNewsBtn {
        width: 100%;
        margin-top: 0;
        padding: 0
    }

        .newsContainer .moreNewsBtn a {
            width: 100%;
        }

    .newsContainer {
        margin-bottom: 40px;
    }

    .withmea h4,
    h4.contactus {
        padding-bottom: 20px;
    }

    .contactList .icon img {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .contactList h5 {
        line-height: 18px;
    }

    .contactList .block {
        font-size: 18px;
        line-height: 24px;
    }

    .contactList .block {
        min-height: 0;
        margin-bottom: 40px
    }

    .entries .yearBlockHolder,
    .entries ul li:nth-child(2n) {
        width: 100%;
        padding-right: 0;
        padding: 0;
    }

        .entries .yearBlockHolder:before,
        .entries .yearBlockHolder::after,
        .verticalblueline {
            display: none;
        }

        .entries .yearBlockHolder:not(:first-child) {
            margin-top: 0;
        }

    .history .pageTitle {
        padding: 20px 0;
        font-size: 28px;
        line-height: 34px;
    }

    .history .blockTitle {
        font-size: 26px;
    }

    .history .container {
        padding-top: 0 !important
    }

    .entries {
        margin: 30px 0
    }

        .entries .yearBlockHolder .title {
            font-size: 28px;
            padding: 0;
            margin-bottom: 10px;
        }

    .yearBlock {
        padding: 15px;
        margin-bottom: 15px
    }

        .yearBlock .textContent {
            padding: 0;
        }

        .yearBlock .textContent {
            line-height: 22px;
        }

    .network {
        padding: 0;
    }

        .network .networkImage {
            height: 200px;
            margin: 25px 0;
        }

        .network .row {
            margin: 0;
        }

        .network h4 {
            line-height: 25px;
            font-size: 20px
        }

    .chairmans-message .textHolder {
        padding: 25px 0 !important;
        font-size: 18px;
        line-height: 24px;
    }

    .quotation {
        padding: 0 !important;
        margin-bottom: 35px;
    }

    .chairmans-message .col-xs-12 {
        padding: 0 !important;
    }

    .row .meaFleets .col-md-6 {
        padding: 0 !important;
    }

    .aff-companies-header h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .aff-companies-header .col-xs-12 {
        padding: 0 !important;
        line-height: 22px;
    }

    .aff-companies-header h3 {
        margin-bottom: 20px;
    }

    .spend-miles-listing {
        margin: 25px 0;
    }

    .measales,
    .financialStatements {
        padding: 0 10px;
    }

    .filterHolder {
        margin-bottom: 0;
        padding: 0;
    }

    .financialStatements .statementBlock {
        padding: 15px;
    }

        .financialStatements .statementBlock h4 {
            margin-bottom: 15px;
            font-size: 22px;
        }

    .financialStatements {
        margin-bottom: 30px
    }

    .organizationChart .row {
        max-width: 100%;
        overflow: auto;
    }

    .organizationChart img {
        max-width: 100%;
    }

    .photo-gallery .listingItemLI {
        height: auto;
        padding: 0;
    }

    .photo-gallery .galleryInfo {
        padding: 15px;
    }

    .measales .tabsLinks a {
        padding: 10px 0;
        font-size: 18px;
    }


    .chairsmanBlock h3 {
        color: #252525;
        font-size: 22px;
        text-align: center;
        line-height: 26px;
        padding: 0;
        margin-bottom: 0;
    }

    .chairsmanBlock .textContent {
        padding: 0;
    }

    .bigcontainer-withtext .blockDesc.left {
        padding-left: 20px;
    }

    .aboutus-blockTitle {
        padding: 0;
        margin-bottom: 15px;
    }

    .bigcontainer.aff-companies {
        padding: 0;
        padding-bottom: 25px;
    }

        .bigcontainer.aff-companies .company .imageHolder {
            height: auto;
        }

        .bigcontainer.aff-companies .col-xs-12 {
            margin-bottom: 25px;
        }

        .bigcontainer.aff-companies h2 {
            margin-bottom: 20px;
        }

        .bigcontainer.aff-companies h3 {
            margin-bottom: 10px;
        }

    .headquarters {
        margin: 0;
    }

    .headquarters-listing h5 {
        padding: 10px 0;
        margin-bottom: 0;
    }

    .headquarters-listing .col-xs-12 {
        margin-bottom: 30px;
    }

    .knowaboutItem {
        width: 100%;
        height: auto;
        min-height: 0;
        margin-bottom: 20px;
    }

    .photogallery .photoHolder {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

    .photogallery .btn {
        margin: 20px auto;
        margin-top: 0;
    }

    .bigcontainer-withtext .blackbg h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .hideOnmob {
        display: none;
    }

    .photogallery .btn,
    .aff-companies .btn,
    .headquarters .btn,
    .chairsmanBlock .btn {
        margin: 10px auto;
    }

    .knowaboutItem .normalBtn {
        width: calc(100% - 40px);
    }

    .partnersBlock .col-md-9.col-xs-12 {
        padding: 20px !important;
    }

    .partnersBlock .closePartners {
        top: 10px;
        right: 10px;
    }

    .bookTripBlock .leftBlock .smallText {
        display: inline-block;
    }

    .bookTripBlock .leftBlock .centeredBlock {
        text-align: left;
        padding-left: 10px;
    }

    .bookTripBlock .tabLinks a {
        padding: 10px 7px 12px;
    }

    .bookTripBlock .calendarInfos .normalLinkParent a {
        font-size: 11px;
        margin-left: 20px;
    }

    .bookTripBlock .calendarInfos .normalLinkParent {
        display: inline-block
    }

    .bookTripBlock .calendarInfos .stackedParent label {
        padding-left: 0 !important;
        font-size: 12px;
    }

    .bookTripBlock .calendarInfos .stackedParent.flexibleDate label {
        padding-left: 25px !important;
        font-size: 14px;
    }

    .bookTripBlock .calendarInfos .stackedParent li:nth-child(2) label {
        padding-left: 5px !important
    }

    input[type=radio]:not(old) + label:before {
        position: relative;
        top: 3px;
        margin: 0 3px 0 0;
    }

    .bookTripBlock .calendarInfos .normalLinkParent {
        margin-bottom: 0;
    }


    .relativeBlock .calendarsBlock {
        position: fixed;
        z-index: 11;
        left: -100%;
        top: 75px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        padding-top: 40px;
        visibility: hidden;
        max-height: 100%;
        overflow: scroll;
        transition: 0.8s
    }

        .relativeBlock .calendarsBlock.visible {
            width: 100%;
            left: 0;
            visibility: visible;
            padding-left: 20px;
            padding-right: 20px;
            transition: 0.8s
        }

    .bookTripBlock .calendarInfos,
    .relativeBlock .calendarsBlock {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .bookTripBlock .formActions .resetParent input,
    .bookTripBlock .formActions .searchParent input {
        height: 40px;
    }

    .bookTripBlock .relativeBlock {
        overflow: auto
    }

    .headerSearch {
        margin-top: 100px
    }

    header .searchBlock .container {
        padding-top: 20px;
    }

    .fixedLinks {
        transform: none !important;
        left: auto;
        transform: scale(0.7) !important;
        right: 5px;
        bottom: 0;
    }

        .fixedLinks li {
            display: block;
            margin-bottom: 15px;
        }

            .fixedLinks li:last-child {
                margin-bottom: 0;
            }

    footer .bottomFooter .bottomLinks li:first-child a:before,
    footer .bottomFooter .bottomLinks li:nth-child(3n+1) a:before {
        display: none;
    }

    footer .bottomFooter .bottomLinks li:first-child a,
    footer .bottomFooter .bottomLinks li:nth-child(3n+1) a {
        padding-left: 0;
    }

    footer .bottomFooter .bottomLinks li {
        display: block;
        float: left;
    }

        footer .bottomFooter .bottomLinks li:nth-child(3n+1) {
            clear: both;
        }

    footer .bottomFooter .bottomLinks:after {
        display: table;
        content: '';
        clear: both;
    }

    .ui-menu.ui-widget {
        max-height: 150px;
    }

    .ui-menu .ui-menu-item div {
        font-size: 14px;
        padding: 12px 10px;
    }

    .pagesMenu .mainMenu > ul > li > a.active:before {
        border-top: none;
    }

    .smallerBannerImgMob {
        height: 250px !important;
        background-position: center center;
    }

    .measales .tabsHolder {
        border-top: none;
        padding-top: 20px;
    }

    .toggleContent .container .col-xs-12,
    .toggleContent .container .col-md-6 {
        padding: 0;
    }

    .toggleContent .container .row {
        margin: 0;
    }

    .bigcontainer-withtext .blockDesc.left,
    .bigcontainer-withtext .blockDesc.right {
        padding: 15px 0;
    }

    .headquarters-listing .col-xs-12 {
        padding: 0;
    }

    .profilMainTable * {
        display: block;
        width: 100%;
    }

    .profilMainTable tr:first-of-type {
        display: none;
    }

    .profilMainTable td {
        background-color: #fff;
    }

    .profilMainTable tr {
        height: auto !important;
    }

    .profilMainTable.baggageTables .table1,
    .profilMainTable.baggageTables {
        margin-bottom: 25px;
    }

    .profilMainTable td:first-of-type:before {
        content: 'Tel: ';
        position: absolute;
        left: 15px;
    }

    .profilMainTable td:nth-of-type(2):before {
        content: ' Fax: ';
        position: absolute;
        left: 15px;
    }

    .baggageTables .table1 td {
        padding: 10px !important;
    }

    .baggageTables.profilMainTable .table1 td {
        padding-left: 65px !important
    }

    .profilMainTable td:nth-of-type(3):before {
        content: 'E-mail: ';
        position: absolute;
        left: 15px;
    }

    .photo-gallery .galleryInfo .numberofPhotos {
        float: none;
        clear: both;
    }

    .photo-gallery .other-images {
        display: none;
    }

    .photo-gallery .galleryInfo .galleryTitle {
        line-height: 28px;
        margin-bottom: 10px;
    }

    .skyteaminfo .detailslink {
        margin: 15px 0 50px;
    }

    .partnersBlock .listingItemLI,
    .partnersHealthBlock .listingItemLI {
        padding: 0 5px !important
    }

    .partnersBlock .row,
    .partnersHealthBlock .row {
        margin: 0 -5px !important;
    }

        .partnersBlock .row .row .col-xs-12.logoImage,
        .partnersHealthBlock .row .row .col-xs-12.logoImage {
            padding: 0 5px !important
        }

    .partnersBlock .listingHolder > li, .partnersHealthBlock .listingHolder > li {
        margin-bottom: 10px;
    }

    .partnersBlock h3 {
        margin-bottom: 20px;
    }

    .partnersBlock, .partnersHealthBlock {
        margin-bottom: 35px !important;
    }

    .joincedarmilesForm .checkbox {
        margin: 10px 0;
    }

    .cedarmilesBlock .contactSection {
        height: 220px;
    }

    .divAllowCookies .normalBtn {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .divAllowCookies .textHolder {
        float: none;
        max-width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

        .divAllowCookies .textHolder a {
            font-size: 14px;
        }

    .bookinginputs .selectNumber .bottomLabel.departDate {
        line-height: 17px;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .bookedOption .contentText,
    .bookedOption ul {
        line-height: 22px;
    }

    .bookedOption h4,
    .bookedOption .contentText,
    .bookedOption ul {
        margin-bottom: 10px;
    }

    .contentText li,
    .listingContent li {
        line-height: 20px;
    }

    .timetableRow .col-sm-6,
    .bookingrow > .col-md-6,
    .formPage .col-xs-12 {
        padding: 0;
    }

    .checkInSteps .container {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .checkinInfos li {
        padding: 0;
    }

    .arrivalSchedule .time.col-sm-6 {
        text-align: center;
    }

    .schedContainer .arrivalHeader,
    .schedContainer .departureHeader {
        font-size: 16px;
        height: 60px;
    }

    .schedContainer .arrivalSchedule li,
    .schedContainer .departureSchedule li {
        font-size: 15px;
    }

    .arrivalSchedule {
        margin-bottom: 15px;
    }

    .toggleIcon,
    .toggleTitle.container.active .toggleIcon {
        position: absolute;
        top: 18px;
        transform: none;
    }

    .youNeedToKnow .knowaboutListing .aboutLI .aboutText {
        line-height: 20px
    }

    .youNeedToKnow .knowaboutListing .aboutLI h4 {
        padding-bottom: 15px;
    }

    .baggageTables .table1 tr,
    .contactinfoTable .table1 tr {
        height: auto;
    }

    .facilitiesContainer .col-xs-12,
    .servicesContainer .col-xs-12 {
        padding: 0;
    }

    .toggleItemsServices {
        margin-top: 40px;
    }

    .intro-services {
        margin-bottom: 15px;
    }

    .movieDetailsBlocks {
        line-height: 19px;
    }

    .movieItem .movieInfo .normalBtn {
        width: 100%
    }

    .entertainmentTabs {
        margin-top: 0;
    }

    .spend-miles-listing .listingItemLI h3 {
        font-size: 24px;
        line-height: 26px !important;
    }

    .spend-miles-listing .listingItemLI p {
        padding: 5px 0;
        font-size: 16px;
        line-height: 21px;
    }

    .aff-companies-block .listingItemLI .moreContent {
        padding: 20px 0;
    }

    .news-details .news-title,
    .related-news .news-title {
        font-size: 28px;
        line-height: 30px;
        margin: 0;
    }

    .news-details .newstext-carousel .text-content {
        line-height: 20px;
        width: 100%;
    }

        .news-details .newstext-carousel .text-content img {
            display: block;
            max-width: 100%;
        }

        .news-details .newstext-carousel .text-content * {
            line-height: 20px;
        }

    .news-details .news-title,
    .related-news .news-title {
        padding: 30px 0;
    }

    .news-details .link.backtonews {
        transform: none;
        top: 12px;
        left: 0;
    }

    .news-details .news-image {
        margin: 20px 0;
    }

    .bookingNotes li {
        line-height: 20px;
        margin-bottom: 5px;
    }

    #cedarMilesLoginPopup .loginPopup {
        max-width: 100%
    }

    .fancybox-slide .loginPopup .popupContent:before {
        background-color: transparent;
        display: none;
    }

    .fancybox-slide .loginPopup h3 {
        font-size: 26px;
        padding: 0 15px;
        padding-bottom: 20px;
    }

    #cedarMilesLoginPopup {
        padding-bottom: 20px;
        padding: 20px 0;
    }

    .fancybox-slide .loginPopup .row {
        margin: 0;
    }

    .fancybox-slide .loginPopup .col-xs-12 {
        padding: 0;
    }

    .fancybox-slide .loginPopup .popupContent {
        padding: 0 15px;
    }

    .fancybox-slide .loginblock .btns a,
    .fancybox-slide .loginPopup .blueBg {
        float: none;
        width: 100%;
    }

    .fancybox-slide .loginPopup h4 {
        margin: 20px 0;
    }

    .fancybox-slide .loginblock .rememberMeDiv {
        margin-bottom: 10px;
    }

    .loginblock .btns {
        margin-bottom: 25px;
    }

    .fancybox-slide .loginPopup .forgetpass {
        line-height: 0;
        margin-bottom: 25px;
        display: inline-block
    }

    .fancybox-slide--html {
        padding: 0;
    }

    .divAllowCookies {
        background-color: rgba(0,0,0,.65);
    }

        .divAllowCookies .container {
            width: 100%;
        }

            .divAllowCookies .container .normalBtn {
                margin: 20px 0;
            }

    .bookTripBlock {
        z-index: 11;
    }

    .online-services {
        padding: 30px 0;
    }

        .online-services .blockTitle {
            padding-bottom: 20px;
        }

    .online-services {
        margin-bottom: 30px;
    }

        .online-services .service {
            margin: 0 !important;
            margin-bottom: 20px !important
        }

    .myAccountDashboard {
        height: auto;
    }

        .myAccountDashboard .accountHeader {
            float: none;
            padding: 10px 0 0;
            clear: both;
        }

        .myAccountDashboard .cardHolder {
            float: none;
            width: 100%;
            margin-bottom: 20px;
        }

        .myAccountDashboard .accountInfo {
            float: none;
            font-size: 16px;
            line-height: 20px;
            width: 100%;
        }

        .myAccountDashboard .accountContent h5 {
            margin-bottom: 10px;
        }

        .myAccountDashboard .accountHeader .links {
            float: none;
        }

            .myAccountDashboard .accountHeader .links a {
                display: block;
                margin-bottom: 5px;
            }

        .myAccountDashboard .myaccount-details {
            margin-top: 0;
        }

    .myaccount-details .col-xs-12 {
        margin-bottom: 15px;
    }

    .myAccountDashboard {
        margin-bottom: 50px
    }

    .miles-status h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .miles-status .progress-circle {
        width: 55px;
        margin-bottom: 15px;
    }

    .miles-status .progress-info .number,
    .miles-status .progress-info .text {
        font-size: 20px;
    }

    .progress-info {
        display: block;
        margin-left: 0;
        margin-bottom: 8px;
    }

        .progress-info.right {
            float: none;
        }

    .miles-status .col-md-12 {
        display: none;
    }

    .miles-status .block {
        margin-bottom: 30px;
        text-align: center;
    }

    .miles-status h3 {
        margin-bottom: 30px
    }

    .block.row.info {
        padding: 0 20px;
    }

    .progress {
        clear: both;
    }

    .accountOptions {
        height: auto
    }

    .accountOptions {
        padding: 30px 0;
    }

        .accountOptions .option h4 {
            margin: 10px 0;
        }

        .accountOptions .option {
            height: auto;
        }

            .accountOptions .option::after {
                display: none;
            }

        .accountOptions .col-xs-12 {
            margin-bottom: 20px;
        }

    .myAccountDashboard .totalbalance,
    .myAccountDashboard .qmiles,
    .myAccountDashboard .qsectors {
        height: auto;
        padding: 15px
    }

    .progress {
        display: none;
    }

    .activitiesPage.measales .tabsHolder {
        margin: 0 !important;
        max-width: 100% !important
    }

    .activitiesPage .col-xs-12 {
        padding: 0;
    }

    .activitiesPage {
        padding: 0 15px;
    }

        .activitiesPage .contactinfoTable .table1 th {
            padding: 10px 5px !important;
            height: auto;
        }

        .activitiesPage .col-md-4 {
            clear: both;
            padding: 0;
        }

        .activitiesPage .submitHolder {
            width: 100%;
        }

            .activitiesPage .submitHolder input {
                width: 100%;
            }

    .claimMiles .formActions {
        margin-bottom: 25px;
    }

    .mileageCalc li {
        margin-bottom: 15px;
    }

    .roundTripWithPad,
    .roundTripWithPad li {
        margin-bottom: 0;
    }

    .requestReward .formActions input {
        width: 100%
    }

    .requestReward .submitHolder {
        width: 100%
    }

    .paddingNoneMob {
        padding: 10px 15px !important
    }

    .reissuemycard .reissueBtns {
        max-width: 100%;
        margin: 20px 0;
    }

        .reissuemycard .reissueBtns a {
            width: 100% !important;
        }

    .reissuemycard h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .reissuemycard h4 {
        margin-bottom: 20px
    }

    .reissuemycard .grayContainer {
        padding: 25px 0
    }

    .scheduleContainer .blockTitle {
        margin-top: 20px;
    }

    .bookTripBlock .leftBlock #divSignedIn .normalLink {
        margin-bottom: 0px;
    }

    .bookTripBlock .leftBlock #divSignedIn br {
        display: none;
    }

    .halfOnMob {
        width: 50%;
        float: left;
        margin: 0 !important;
        margin-bottom: 25px !important
    }

        .halfOnMob .col-xs-12 {
            padding: 0;
        }

    .block.row.info {
        clear: both
    }

    .flightBooking .bookAtripFrom,
    .flightBooking .bookAtripTo {
        height: 50px;
        width: calc(100% - 115px);
        left: 115px;
        position: absolute;
        top: 0;
        padding: 16px 0px;
        color: #424242;
        font-weight: 700;
    }

    .flightBooking .calendarInfos .fromTo .inputParent.departure,
    .flightBooking .calendarInfos .fromTo .inputParent.arrival {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        z-index: 0;
        display: none;
        height: 100%;
        background: #e4e4e4;
    }

    .fromTo.from .roundedLabel.hiddenMainInput,
    .fromTo.from .descLabel.hiddenMainInput,
    .fromTo.to .roundedLabel.hiddenMainInput,
    .fromTo.to .descLabel.hiddenMainInput,
    .fromTo.to.hiddenMainInput,
    .cabinClass.hiddenMainInput {
        display: none;
    }

    .bookTripBlock .fromTo .inputParent input {
        padding-left: 7px;
    }

    .ui-menu.ui-widget {
        max-height: 100%;
        margin-bottom: 40px;
    }

    .loggedIn .bottomBlock #divSignedIn {
        display: none !important;
    }

    .hideBigInput,
    .hideBigCarInput,
    .hideBigHotelInput {
        display: inline-block;
        height: 16px;
        width: 30px;
        background-image: url(../images/left-black-arrow.png);
        content: '';
        background-size: 9px;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

    .backButtonInput {
        padding: 10px 7px;
        position: relative;
    }

        .backButtonInput span {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            font-weight: 700;
        }

    .bookAndBuyOpen {
        position: fixed;
    }

    .accountOptions .col-xs-6:nth-of-type(2n+1) {
        clear: both;
    }

    .bookingtabs .fromTo {
        position: relative;
    }

    #cedarMilesLogin .loaderHolder {
        width: 100%;
    }

        #cedarMilesLogin .loaderHolder img {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin: 0;
            max-width: 200px;
        }

    .fullScreenLinks li a:hover > .hoverEff {
        margin-top: 0px;
    }

    .bookTripBlock .fromTo.to {
        z-index: 2;
    }

    .bookTripBlock .fromTo .custom-combobox .custom-combobox-toggle {
        display: none
    }

    .flightBooking ::-webkit-input-placeholder {
        color: #868686;
        -webkit-opacity: 1 !important;
        font-size: 12px;
    }

    .flightBooking ::-moz-placeholder {
        color: #868686;
        opacity: 1 !important;
        font-size: 12px;
    }

    .flightBooking :-ms-input-placeholder {
        color: #868686;
        -ms-opacity: 1 !important;
        font-size: 12px;
    }

    .flightBooking input:-moz-placeholder {
        color: #868686;
        -moz-opacity: 1 !important;
        font-size: 12px;
    }
    /* select.departure,
    select.arrival {
        display: none !important
    }
    .bookingContainer .autoSuggest .custom-combobox {
        position: fixed;
        top: 0;
        left: 0;
        background: #e4e4e4;
        z-index: 20;
        height: 100%;
        display: none;
    }
    .bookingContainer .autoSuggest .custom-combobox input {
        display: block !important
    }
    .bookingContainer .custom-combobox-toggle {
        top: 0;
        margin-top: 0;
    }
    .bookingContainer .autoSuggest .custom-combobox input {
        padding-left: 7px;
    }
    .ui-menu {
        width: 100%;
    } */
    .mainRightBlock .ui-widget.ui-widget-content.ui-autocomplete {
        display: block !important;
    }

    .carTrawel .inputParent.departure input {
        padding-left: 20px;
    }

    .CarTrawelToggle,
    .BookinComToggle {
        padding-left: 20px;
        color: #424242;
        font-weight: 500;
        FONT-SIZE: 16PX;
        height: 50px;
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 15px 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .carTrawel .fromTo .inputParent,
    .bookAHotelMain .fromTo .inputParent {
        width: 100%;
        top: 0;
        z-index: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #e4e4e4;
    }

    html[data-smartbanner-original-margin-top] {
        margin: 0
    }

        html[data-smartbanner-original-margin-top] header {
            top: 0;
        }

    body {
        position: relative;
    }


    .homePage {
        position: relative;
        z-index: 1;
        background: white;
    }

    body.fixed.bookAndBuyOpen header {
        z-index: -1;
    }

    .measales .tabsLinks {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px;
    }

        .measales .tabsLinks a {
            width: 50%;
            float: left;
            padding: 10px;
        }

    .measales .tabsHolder {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .measales .tab li {
        width: 100%
    }

    .carTrawel .fromTo .inputParent, .bookAHotelMain .fromTo .inputParent {
        display: none
    }

    .mainRightBlock .calendarInfos > img {
        height: 200px;
        width: max-content;
        object-fit: cover;
    }

    .bookandbuy .option ul {
        display: flex;
        align-items: center;
        padding-top: 0;
    }

    .bookandbuy .option li a {
        font-size: 0;
    }

    .bookingtabs .tabsMobileToggle {
        display: none;
    }

    .bookandbuy .option a:before {
        position: static !important;
        display: block;
        margin: 0 auto;
    }

    .bookandbuy .option a {
        padding-left: 0 !important;
        margin-bottom: 0;
    }

    .hotelBooking .container iframe {
        height: 410px;
    }

    .servicesListing .listingHolder {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .cancellationPage h3 {
        font-size: 26px;
        line-height: 30px;
        margin: 20px 0;
    }

    .cancellationPage .apologize h1 {
        font-size: 36px;
    }
    .specialOffers .offersList .fareCondition {
        position: static;
        text-align: right;
        display: block;
        margin: 10px 0 0 0;
    }
    .price.promoItem .priceStarting.promoBenefit {
        position: relative;
        display: block;
        font-size: 14px;
        text-align: left;
    }
    .mainCarousel .price.promoItem .priceStarting.promoBenefit {
        position: static;
        font-size: 12px;
        display: inline-block;
    }
    .specialOffers .mainCarousel .priceStarting {
        font-size: 14px;
    }
    .specialOffers .mainCarousel .price {
        font-size:22px;
    }
}

@media screen and ( min-width:993px ) {

    .countriesPopup .countries ul li {
        min-height: 70px;
    }
}

@media screen and ( max-width:960px ) {

    .inputHolderWithMessage {
        margin-bottom: 24px;
    }

    h5.custumePassMessage {
        bottom: -14px;
    }
}

@media screen and (max-width: 525px) {
    .cancellationPage .passenger1 .nopadright {
        padding-left: 0;
    }

    .expandCollapseHeader {
        height: 252px;
    }

        .expandCollapseHeader h3 {
            font-size: 36px;
            line-height: 50px;
        }
}

/**  END Responsvie CSS */

    @media all and (max-width: 992px){
        .fullImageBanner {
            position: relative;
        }
        .fullImageBanner:before{
            position: absolute;
            content:'';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255,255,255,0.5);
        }
        .commitmentListing .descriptiopn {
            width: 100%;
        }
        .commitmentListing h3 {
            font-size: 40px;
        }
        .fullImageBanner {
            margin-bottom: 20px;
        }
        .fullImageBanner + .fullImageBanner {
            background-position: right bottom;
        }
            .fullImageBanner + .fullImageBanner + .fullImageBanner {
                background-position: left bottom;

            }
        .commitmentListing {
            margin-bottom: 40px;
        }
        .Tips h2{
            font-size: 40px;
        }

        .Tips h6 {
            font-size: 20px;
            margin-bottom: 20px;
            line-height: 34px;
            padding: 0 20px;
        }
        .fullBanner img {
            transform: translate(-50%, -50%) scale(0.5);
            max-width: inherit;
        }
        .Tips .grayBg{
            padding: 40px 0;
        }
        .Tips .col-sm-4{
            min-height: auto;
        }
    }
    /**end Sustainability modification**/

.travelerInfo .blockHead {
    margin-bottom: 30px;
    text-align: center;
}

.travelerInfo h2.blockTitle {
    margin-bottom: 20px;
}

.travelerInfo .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.travelerInfo .img-holder a {
    border: 1px solid transparent;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 0 auto 30px;
}

.travelerInfo .img-holder img {
    position: static;
    webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.travelerInfo .img-holder a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.travelerInfo .text-holder {
    display: block;
    text-align: center;
    max-width: 100%;
    margin-top: 8px;
    font-weight: bold;
}

    .travelerInfo .text-holder a {
        color: #252829;
        text-decoration: none;
        font-size: 20px;
        webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
    }

        .travelerInfo .text-holder a:hover {
            text-decoration: none;
            color: #0873ba;
        }

@media all and (max-width: 767px) {
    .travelerInfo .box-holder {
        margin-bottom: 50px;
    }
}

.promosFilter .resetInputHolder input[type="submit"],
.promosFilter .resetInputHolder .resetHolder {
    width: 50%;
}
.loginWrapper .whiteBlock.createAcc .needHelp {
    position: absolute;
    right: 50px;
}

@media screen and (max-width: 1160px) {
    .needHelp {
        padding-top: 13px;
        padding-bottom: 20px;
        position: static !important;
        padding-left: 0;
    }
    .loginWrapper .whiteBlock.createAcc {
        display: flex;
        flex-direction: column;
    }
        .loginWrapper .whiteBlock.createAcc a {
            padding-left: 0;
            margin-top: 15px;
        }
}

.grayBg {
    background-color: #F7F7F7;
    padding: 70px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

    .grayBg.center {
        align-items: center;
    }

.contentText {
    margin-bottom: 30px;
}

.noSpace {
    margin-left: 0;
    margin-right: 0;
}

    .noSpace .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }

.pagesMenu2 {
/*    display: none;
*/}

.wlcMsg {
    position: relative;
}

    .wlcMsg:before {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .wlcMsg * {
        z-index: 2;
        position: relative;
    }

.mrgb45 {
    margin-bottom: 45px;
}

.link {
    background-image: url(/images/left-arrow.png);
    background-position: center;
    width: 50px;
    color: transparent !important;
    text-decoration: none !important;
    background-repeat: no-repeat;
    height: 25px;
    margin: 20px auto;
    filter: invert(1);
    transform: rotate(180deg);
    background-size: 20px;
    padding: 0;
}

    .link::before {
        display: none;
    }



@media screen and (max-width: 767px) {
    .wlcMsg mrgb45 h4 {
        font-size: 20px !important;
        width: 100% !important;
    }
}


.calendar table.month td.day.selected.departureDate .day-content,
.calendar table.month td.day.selected.returnDate .day-content {
    position: relative;
    padding: 5px 6px 27px !important
}
.calendar table.month .day-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar table.month td.day.selected .day-content:before {
    content: '';
    position: absolute;
    display: flex;
    width: 17px;
    background-image: url(../images/sprite-mobile.png);
    background-size: 200px;
    background-repeat: no-repeat;
    height: 12px;
    margin-right: 0;
    vertical-align: middle;
    bottom: 9px;
    filter: brightness(0) invert(1);
    align-items: center;
    justify-content: center;

}
.departureDate .day-content:before {
    background-position: -12px 0;
}
.returnDate .day-content:before {
    background-position: -12px -13px;
}
.calendar table.month td.day.selected.returnDate .day-content:before {
    background-position: -12px -14px;
}
.calendar table.month td.day.inBetween .day-content {
    padding: 15px 6px  !important; 
} 

/**Begin baggages shapes**/
.samplebaggage {
    margin-bottom: 50px;
}

    .samplebaggage .grybak {
        background: #F6F6F6;
    }

    .samplebaggage .txtHolder {
        position: relative;
        padding-left: 100px;
    }

        .samplebaggage .txtHolder .icon {
            position: absolute;
            left: 0;
            top: 35%;
            width: 67px;
            height: 55px;
            -moz-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

        .samplebaggage .txtHolder h4 {
            color: #000000;
            font-size: 18px;
            font-weight: 500;
            line-height: 21px;
            margin-bottom: 5px;
        }

            .samplebaggage .txtHolder h4 + h4 {
                font-family: 'Tajawal', 'Roboto', sans-serif;
            }

    .samplebaggage .txtHolder {
        border-bottom: 1px solid rgba(131, 36, 36, 0.3);
        padding-bottom: 38px;
        margin-bottom: 38px;
    }

        .samplebaggage .txtHolder ~ .noBorder {
            border-bottom: none;
            padding-bottom: 0;
        }

    .samplebaggage .titleHolder {
        background: #832424;
        padding: 15px 80px;
        border-radius: 5px;
        position: relative;
        margin-bottom: 45px;
    }

        .samplebaggage .titleHolder h3 {
            font-size: 21px;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 24px;
            color: #FFFFFF;
            padding-bottom: 5px;
            padding-top: 0;
        }

        .samplebaggage .titleHolder h4 {
            font-family: 'Tajawal', 'Roboto', sans-serif;
            font-weight: normal;
            color: #FFFFFF;
            font-size: 18px;
            line-height: 22px;
        }

        .samplebaggage  .titleHolder .icon {
            position: absolute;
            left: 30px;
            top: 42%;
            -moz-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
@media all and (max-width: 767px) {
    .samplebaggage .titleHolder h4 {
        font-size: 16px;
        text-align: center;
    }

    .samplebaggage .titleHolder h3 {
        font-size: 18px;
        text-align: center;
    }

    .samplebaggage .txtHolder h4 {
        font-size: 16px;
    }

    .samplebaggage .txtHolder {
        padding-left: 80px;
    }

    .samplebaggage .titleHolder {
        padding: 10px 40px;
    }
   .samplebaggage .titleHolder .icon {
           
            left: 10px;
            top: 30%;
        }
 }
/**end baggages shapes**/

.checkinInfos a.link {
    background-image: none;
    color: #0873ba !important;
    filter: none;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 27px;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 0;
}
    .checkinInfos a.link:before {
        content: '';
        background-color: #0873ba;
        height: 2px;
        width: 18px;
        position: Absolute;
        left: 0;
        top: 8px;
        display: block !important;
    }
@media all and (min-width: 1700px) {
    .BannerContent {
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0.8) 55%, rgba(255,255,255,0) 100%);
    }
    .flightSchedule.inverted .BannerContent {
        background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0.8) 55%, rgba(255,255,255,0) 100%);
        float: right;
    }

}
.spend-miles-listing .listingItem .listingInfos .link {
    color: #0873ba !important;
    transform: rotate(0);
    filter: none;
    padding-left: 0;
    width: 100%;
    position: relative;
    text-decoration: underline !important;
}
/**Begin Calendar Update**/
.bookTripBlock .calendar table.month th.month-title {
    background-color: transparent;
    font-size: 16px !important;
    line-height: 20px;
    font-weight: 700 !important;
    color: #333;
    background-color: #fff;
    text-align: center;
}
.bookTripBlock .calendar table.month tr th.day-header {
    color: #666;
    font-size: 12px;
}
.bookTripBlock .calendar table.month tr td .day-content {
    border: 1px solid #e3e3e3;
}
.bookTripBlock .calendar table.month tr td {
    position: relative;
    padding-right: 5px;
    padding-top: 5px;
}
    .bookTripBlock .calendar table.month tr td.disabled {
        border: none !important;
    }
    .bookTripBlock .calendar table.month tr td.selected,
    .bookTripBlock .calendar table.month tr td.inBetween {
        padding-right: 0;
        border: none !important;
    }
.calendar table.month td.day.selected.departureDate .day-content, 
.calendar table.month td.day.selected.returnDate .day-content {
    position: relative;
    padding: 5px 6px 16px !important;
}
.calendar table.month td.day.inBetween .day-content {
    padding: 10px 6px !important;
}
.bookTripBlock .calendar table.month tr td.returnDate {
    padding-right: 5px;
}
.calendar table.month td.day.selected .day-content:before {
    height: 7px;
}
/**End Calendar Update**/





/**Begin Rail and Fly**/
.RailFly * {
    font-family: 'Roboto';
}
.RailFly .blueText {
    /*color: #0873BA;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 52px;
    border-bottom: 2px solid #0873BA;*/
    color: #252525;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
   /* padding-bottom: 60px;*/
    margin-bottom: 80px;
}
.borderBox {
    border: 1px solid #D7D7D7;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
    width: 815px;
    position: relative;
    margin-bottom: 100px;
}
    .borderBox p {
        width: 70%;
        font-size: 18px;
    }
    .borderBox img {
        position: absolute;
        right: -40%;
    }
.RailFly .grayBg {
    padding: 92px 0;
}
.RailFly h3 {
    font-size: 44px;
    margin-bottom: 30px;
}
.RailFly .whiteBox {
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
    .RailFly .whiteBox img {
        margin-right: 20px;
        width: 30px;
    }
.RailFly .centerBtn {
margin: 0 auto;
text-align: center;
}
.videoBanner {
    margin-top: 46px;
    border-radius: 10px;
    overflow: hidden;
    height: 600px;
    z-index: 1;
    position: relative;
}
    .videoBanner a {
        display: block;
        position: relative;
        border-radius: 10px; 
        overflow: hidden;
        height: 550px;
        z-index: 1;
    }
    .videoBanner a:before {
        position: absolute;
        content: '';
        background-image: url(../images/playIcon.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
    }
.blueGradient {
    background: linear-gradient(180deg, #003253 0%, #00385E 100%);
    padding: 100px 0 100px;
    color: #FFF;
    position: relative;
}
    .blueGradient h3 {
        font-weight: 400;
        text-align: center;
        color: #FFF; 
    }
    .blueGradient .summary {
        text-align: center;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 100px;
    }
    .blueGradient  .container {
        position: relative;
    }
    .blueGradient .centerBtn {
        margin: 0 auto;
        text-align: center;
    }
        .blueGradient .centerBtn a {
            text-transform: none;
        }
        .blueGradient .centerBtn a:hover {
            text-decoration: none !important;
        }
    .blueGradient img {
        margin-bottom: 100px;
    } 
.flySteps .step {
    display: flex;
    align-items: center;
    position: absolute;
    width: 280px;
    line-height: 22px;
    font-size: 17px;
}
    .flySteps .step span {
        font-size: 60px;
        font-weight: 200;
        border-top: 1px solid #0873BA;
        padding-top: 10px;
        line-height: 50px;
        margin-right: 20px;
    }
.flySteps .stepOne {
    top: 47%;
}
.flySteps .stepTwo {
    bottom: 180px;
    left: 50%;
    width: 320px;
    transform: translateX(-50%);
    margin-left: -150px;
}
.flySteps .stepThree {
    top: 50%;
    right: 0; 
}

.checkInProcess h3,
.checkInProcess .summary {
    text-align: center;
}
.checkInProcess .summary a {
    text-decoration: underline;
}
.checkInProcess .centerBtn {
    margin-bottom: 50px;
}
.checkInProcess .centerBtn a{
    text-transform: none;
}
.checkInProcess {
    margin-bottom: 50px;
}
.timeline {
    position: relative;
    width: 1000px;
    height: 1000px;
    margin: 50px auto;
}
    .timeline + .moreInfo{
        clear: both;
        margin-top: 50px;
        margin-bottom: 100px;
    }
        .timeline + .moreInfo h4 {
            color: #000;
            font-size: 22px;
            font-weight: 500;
            margin-top: 50px;
        }
        .timeline:before {
            content: '';
            position: absolute;
            height: 1000px;
            left: 50%;
            width: 2px;
            top: -20px;
            background: #DCDCDC;
            z-index: 1;
        }
.moreInfo h4{
    margin-bottom: 25px;
}
.moreInfo ul li {
    position: relative;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-left: 20px;
    margin-bottom: 10px;
}
    .moreInfo ul li:before {
        position: absolute;
        content: '';
        width: 6px;
        height: 6px;
        background-color: #000;
        left: 0;
        border-radius: 100px;
        top: 10px;
    }


.timeline ul {
    margin: 0;
    padding: 0;
}

        .timeline ul li {
            list-style: none;
            box-sizing: border-box;
            line-height: normal;
            position: relative;
            width: 45%;
            padding: 40px 30px 30px;
            border-radius: 15px;
            background: #003558;
            color: #FFF;
        }

            .timeline ul li .right_content h2 {
                color: rgba(59,112,239,1);
                padding: 0px 2px 18px 0px;
            }

            .timeline ul li:nth-child(odd) {
                float: left;
                clear: both;
            }

            .timeline ul li:nth-child(even) {
                float: right;
                text-align: left;
                clear: both;
            }
            .timeline ul li:nth-child(odd):before {
                content: '';
                position: absolute;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                right: -64px;
                top: 24px;
                z-index: 1;
                background-image: url(../images/timelineDot.svg);
            }

            .timeline ul li:nth-child(even):before {
                content: '';
                position: absolute;
                border-radius: 50%;
                left: -61px;
                top: 24px;
                width: 25px;
                height: 25px;
                top: 24px;
                z-index: 1;
                background-image: url(../images/timelineDot.svg);
            }

    .timeline span {
        font-size: 60px;
        border-top: 1px solid #0873BA;
        padding-top: 10px;
        line-height: 50px;
        margin-right: 20px;
        font-weight: normal;
        margin-bottom: 20px;
        display: inline-block;
    }
.fullWidthImg{
    width: 100%;
    margin-bottom: 80px;
}
.lightGray {
    background: #F7FAFD;
    padding: 38px 0!important;
}
    .lightGray .toggleItem.active{
        background-color: transparent;
    }
    .RailFly .toggleItem.bigcontainer .toggleTitle {
        position: relative;
    }
    .RailFly .toggleItem.bigcontainer .toggleTitle h3 {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        display: flex;
        margin-bottom: 0;
        padding: 15px 0;
    }
        .RailFly .toggleItem.bigcontainer .toggleTitle h3 svg,
        .RailFly  .toggleItem.bigcontainer .toggleTitle h3 img {
            margin-right: 17px;
        }
.RailFly .contentSpacer li{
    margin-bottom: 10px;
    font-size: 17px;
}
.RailFly .toggleItem.bigcontainer .toggleTitle::after {
    padding-top: 0;
    right: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
}
    .RailFly .toggleItem.bigcontainer .toggleTitle h3 img {
        width: 25px;
    }
    .FAQ {
        padding: 100px 0;
    }
        .FAQ h3 {
            text-align: center;
            margin: 0 auto 40px;
        }
        .FAQ .bigcontainer {
            margin: 0 auto;
        }
.RailFly .contentSpacer li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000;
    left: 0;
    border-radius: 100px;
    top: 10px;
}

@media (max-width: 1000px) {
    .timeline {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .timeline {
        width: 100%;
    }

        .timeline:before {
            left: 20px;
        }

        .timeline ul li:nth-child(odd),
        .timeline ul li:nth-child(even) {
            width: 100%;
            text-align: left;
        }

            .timeline ul li:nth-child(odd):before {
                top: -18px;
                left: 16px;
            }

            .timeline ul li:nth-child(even):before {
                top: -18px;
                left: 16px;
            }

            .timeline ul li:nth-child(odd) .left_content,
            .timeline ul li:nth-child(even) .left_content {
                top: -30px;
                left: 50px;
                right: inherit;
            }
}
.checkInProcess {
    background-image: url(../images/Train.png);
    background-color: #F7FAFD;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 65px;
}
.RailFly .externalLink {
    display: block;
}
.hiddenDesktop{
    display: none;
}
.RailFly .toggleContent a{
    margin-top: 20px;
    display: block;

}
/**End Rail and Fly**/


.newslist.newsContainer a.link {
    filter: none;
    transform: none;
    width: 100%;
    display: block;
    margin: 0;
    color: #FFF !important;
    padding-left: 0 !important;
    position: relative;
    background-image: none;
    width: 90%;
}
    .newslist.newsContainer a.link:after {
        position: absolute;
        content: '';
        background-image: url(/images/left-arrow.png);
        transform: rotate(180deg);
        width: 39px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: right center;
        right: 0;
    }
.newsContainer .listingItem.op1v13:hover a.link:after {
    filter: invert(1)
}
@media all and (max-width: 1550px){
    .progressBar li.active:not(:last-of-type):after {
        content: "";
        position: absolute;
        right: -18px;
        top: -2px;
        width: 0;
        height: 0;
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent;
        border-left: 19px solid rgba(255,255,255,0.12);
    }
}
@media all and (max-width: 1300px) {
    .progressBar li.active:not(:last-of-type):after {
        border-left: 20px solid rgba(255,255,255,0.12);
        right: -20px;
    }
}
@media all and (max-width: 1550px) and (min-width: 1300px){
    .progressBar li.active:not(:last-of-type):after {
        right: -19px;
    }
}
footer .socialMediaIcons li a {
    height: 20px !important;
    width: 20px !important;
}
    header.fixed .mainMenu > ul > li.hasSubmenu > a {
        color: #252829;
    }

.FlashSale .submitHolder input[type=submit] {
    opacity: 1 !important;
    background-color: #0873ba !important;
    border-color: #27468B !important;
    cursor: pointer !important;
}
.aff-companies-block .listingItem .listingInfos .link {
    color: #0873ba !important;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 27px;
    margin-right: 50px;
    background-image: none;
    width: auto !important;
    display: block;
    transform: none;
    filter: none;
}
    .aff-companies-block .listingItem .listingInfos .link::before {
        position: absolute;
        content: '';
        background-color: #0873ba;
        width: 16px;
        height: 2px;
        top: 9px;
        left: 5px;
        display: block;
    }
