body {
    font-family: 'Circularbold';
    color: #1d1d1b;
}

.navbar-dropdown {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1030;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

input#depAirSearchText,
input#destAirSearchText,
input#nationSearchText,
input#phone_number,
input#country_calling_code {
    background: #fff !important;
    border: solid 2px #646463 !important;
    border-radius: 40px;
    font-family: 'Circularbold';
}

#collapseOtherField input#phone_number,
#collapseOtherField input#country_calling_code {
    background: #7b7b7b !important;
    border: none !important;
}

#collapseOtherField input#phone_number {
    padding-left: 10px;
}

input#country_calling_code {
    padding-left: 20px;
}

.navbar-dropdown .navbar-brand {
    float: none;
    font-size: 0;
    padding: 1.25rem 0;
    position: relative;
    transition: padding 0.25s ease;
    white-space: nowrap;
}

.searchbox .fa-search {
    right: 60px;
    position: absolute;
    top: -1px;
}

.searchbox {
    position: relative;
}

.searchbox .fa-search:before {
    color: #646463;
}

.navbar-dropdown .navbar-brand::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.navbar-dropdown .navbar-logo,
.navbar-dropdown .navbar-caption {
    display: inline-block;
    vertical-align: middle;
}

.navbar-dropdown .navbar-logo {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
}

.navbar-dropdown .navbar-logo img {
    height: 3.125rem;
    transition: all 0.3s ease-in-out;
}

.navbar-dropdown .mbr-table-cell {
    height: 85px;

}

@media (max-width: 767px) {
    .navbar-dropdown .navbar-buttons {
        display: none;
    }
}


.navbar-dropdown .navbar-caption {
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 700;
    white-space: normal;
}

.navbar-dropdown .navbar-caption,
.navbar-dropdown .navbar-caption:hover {
    color: inherit;
    text-decoration: none;
}

.navbar-dropdown.navbar-fixed-top {
    position: fixed;
}

.navbar-dropdown.navbar-fixed-top.mainsite {
    background: #ffd700;
    /*  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px 0px; */
}

.navbar-dropdown.bg-color.transparent {
    background: none !important;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
}

.navbar-dropdown .navbar-close {
    right: 0;
    position: fixed;
    top: -30px;
    z-index: 1000;
    left: -15px;
}

.navbar-dropdown {
    background: #ffdd00;
    box-shadow: none;
    border: none;
}

.navbar-dropdown.opened .navbar-brand,
.navbar-dropdown.opened .navbar-toggler {
    display: none;
}

.navbar-dropdown.opened .nav-dropdown {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.navbar-dropdown.opened .nav-dropdown .dropdown-menu {
    box-shadow: 0 8px 15px transparent;
}

.navbar-dropdown .hamburger-icon {
    content: "";
    width: 16px;
    -webkit-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
    -moz-box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
    box-shadow: 0 -6px 0 1px, 0 0 0 1px, 0 6px 0 1px;
}

.navbar-dropdown .close-icon {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    left: -10px;
}

.navbar-dropdown .close-icon::before,
.navbar-dropdown .close-icon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.navbar-dropdown .close-icon::before {
    transform-origin: left;
    transform: translate(80%, -5px) rotate(35deg);
}

.navbar-dropdown .close-icon::after {
    transform-origin: left;
    transform: translate(90%, -5px) rotate(145deg);
}

.dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    border-bottom: 0.35em solid transparent;
    border-left: 0.35em solid;
    border-right: 0;
    border-top: 0.35em solid transparent;
    margin-left: 0.3rem;
}

.dropdown-menu .dropdown-item:focus {
    outline: 0;
}

#wp-megamenu-top > .wpmm-nav-wrap ul.wp-megamenu > li > a:hover {
    color: #fff;
}

.nav-dropdown {
    display: table !important;
    font-family: "Open Sans";
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 2px;
    /*width: 1450px;*/
    width: 100%;
    margin: 0 auto;
    height: auto !important;
    padding: 0;
    max-width: 1440px;
}

.nav-dropdown .nav-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
}

.nav-dropdown .nav-btn {
    padding-left: 1rem;
}

.nav-dropdown .link {
    margin: 1.667em 2em;
    padding: 0;
    transition: color .2s ease-in-out;
}

.nav-dropdown .link.dropdown-toggle {
    margin-right: 2.583em;
}

.nav-dropdown .link.dropdown-toggle::after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}

.nav-dropdown .link.dropdown-toggle::after {
    display: block;
    margin-top: -0.1667em;
    position: absolute;
    right: 1.3333em;
    top: 50%;
}

.nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin: 0;
    padding: 1.667em 2.583em 1.667em 1.667em;
}

.nav-dropdown .link::after,
.nav-dropdown .dropdown-item::after {
    color: inherit;
}

.nav-dropdown .btn {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
}

.nav-dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    right: auto;
    left: 0;
    margin: 0;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    box-shadow: 0px 10px 30px -11px rgba(0, 0, 0, 0.3);
    transition: all .45s;
}

.nav-dropdown .dropdown-submenu {
    left: 100%;
    right: auto;
    margin-left: 0.0rem;
    margin-top: -1.25rem;
    top: 0;
}

.nav-dropdown .dropdown-item {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    padding: 0.3846em 2.615em 0.3846em 1.5385em;
    position: relative;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.nav-dropdown .dropdown-item::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 20px;
    height: 2px;
    width: 0;
    transition: all .2s ease-in-out;
}

.nav-dropdown .dropdown-item::after {
    margin-top: -0.3077em;
    position: absolute;
    right: 1.1538em;
    top: 50%;
}

.nav-dropdown .dropdown-item:focus,
.nav-dropdown .dropdown-item:hover {
    background: none;
}

.modal-content a.btn.fa-check,
.modal-content a.btn.fa-times {
    margin: 0;
    right: initial;
    position: relative;
    left: 0;
}

.modal-content a.btn.fa-check {
    right: 0;
}

.nav-dropdown .dropdown-item:focus::before,
.nav-dropdown .dropdown-item:hover::before {
    width: calc(100% - 40px);
}

@media (max-width: 767px) {
    .nav-dropdown.navbar-toggleable-sm {
        bottom: 0;
        display: none;
        right: 0;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        width: 18.75rem;
        z-index: 999;
    }
}

.nav-dropdown.navbar-toggleable-xl {
    bottom: 0;
    display: none;
    right: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    width: 18.75rem;
    z-index: 999;
}

.nav-dropdown-sm {
    display: block !important;
    overflow-x: hidden;
    overflow: auto;
    padding-top: 3.875rem;
}

.nav-dropdown-sm::after {
    content: "";
    display: block;
    height: 3rem;
    width: 100%;
}

.nav-dropdown-sm.collapse.in ~ .navbar-close {
    display: block !important;
    position: relative;
    z-index: 99999;
}

.nav-dropdown-sm.collapsing,
.nav-dropdown-sm.collapse.in {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.nav-dropdown-sm.collapsing[aria-expanded="false"] {
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.nav-dropdown-sm .nav-item {
    display: block;
    margin-left: 0 !important;
    padding-left: 0;
}

.nav-dropdown-sm .link,
.nav-dropdown-sm .dropdown-item {
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
    font-size: 0.8125rem;
    line-height: 1.6;
    text-align: left;
    margin: 0 !important;
    padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
    position: relative;
    white-space: normal;
}

.nav-dropdown-sm .link::before,
.nav-dropdown-sm .dropdown-item::before {
    right: auto;
    left: 0;
    bottom: 0;
}

.nav-dropdown-sm .link::after,
.nav-dropdown-sm .dropdown-item::after {
    left: auto;
    right: 1.1538em;
}

.nav-dropdown-sm .link:focus,
.nav-dropdown-sm .link:hover,
.nav-dropdown-sm .dropdown-item:focus,
.nav-dropdown-sm .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.2) !important;
}

.nav-dropdown-sm .link:focus::before,
.nav-dropdown-sm .link:hover::before,
.nav-dropdown-sm .dropdown-item:focus::before,
.nav-dropdown-sm .dropdown-item:hover::before {
    width: 100%;
}

.nav-dropdown-sm .nav-btn {
    position: relative;
    padding: 1.5625rem 1.5625rem 0 1.5625rem;
}

.nav-dropdown-sm .nav-btn::before {
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.nav-dropdown-sm .nav-btn + .nav-btn {
    padding-top: 0.625rem;
}

.nav-dropdown-sm .nav-btn + .nav-btn::before {
    display: none;
}

.nav-dropdown-sm .btn {
    padding: 0.625rem 0;
}

.nav-dropdown-sm .dropdown-toggle::after {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -0.154em;
}

.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}

.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
    border-top: 0;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0.35em solid;
}

.nav-dropdown-sm .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    float: none;
    border-radius: 0;
    background: none;
}

.is-builder .nav-dropdown.collapsing {
    transition: none !important;
}

.clear {
    clear: both;
}

.navigation-top {
    border: none;
}

body.navbar-dropdown-open .nav-dropdown.pull-xs-right.nav.navbar-nav.show-buttons.navbar-toggleable-sm.nav-dropdown-sm.collapse.in {
    left: 0;
    background: white;
}

ul.nav-dropdown-sm {
    /*    left: -600px;*/
}

#wp-megamenu-top > .wpmm-nav-wrap ul.wp-megamenu > li > a {
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    text-transform: capitalize;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
    color: rgb(68, 68, 68);
    display: inline-block;
    padding: 15px 12px;
    transition: color 400ms;
    margin: 0px;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    display: inline-block;
    border-top: none;
}

.custom-logo-link {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: auto;
}

.custom-logo-link img {
    display: inline-block;
    max-height: 80px;
    width: auto;
}

#wp-megamenu-top > .wpmm-nav-wrap ul.wp-megamenu > li > a,
#wp-megamenu-social > .wpmm-nav-wrap ul.wp-megamenu > li > a {
    font-size: 16px;
    font-family: 'Circularbold';
    font-weight: bold;
    letter-spacing: 0px;
    text-decoration: none;
    display: block;
}

@font-face {
    font-family: 'Circular';
    /*src: url('../fonts/CircularStd-Book.woff2') format('woff2'), url('../fonts/CircularStd-Book.woff') format('woff');*/
    src: url('../fonts/CircularStd-Book.eot');
    src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff2') format('woff2'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circularbold';
    src: url('../fonts/CircularStd-Bold.eot');
    src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Bold.woff2') format('woff2'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.business a:before,
.traveller a:before {
    content: "";
    background-image: url(../img/business.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: -10px;
    background-position: 0px;
    top: 4px;
    position: relative;
}

.custom-logo-link img {
    max-height: inherit;
    margin-top: 5px;
}

.fa-twitter:before {
    top: 5px;
    position: relative;
}

.fa-facebook-f:before,
.fa-facebook:before {
    position: relative;
    top: 5px;
    left: 3px;
}

div#passportCardID a {
    background: #dedede;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0;
    font-family: 'Circularbold';
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li > a i,
ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a i {
    margin-right: 0;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: inherit;
}

.alert_app {
    display: none;
}

.bannercookie {
    position: fixed;
    top: 0;
    z-index: 999999;
    min-height: 30px;
    background: #211f12;
    color: #fff;
    width: 100%;
    font-family: 'Circular', Arial;
    font-size: 12px;
    padding: 5px 20px;
    padding-right: 50px;
    line-height: 15px;
    box-sizing: border-box;
}

.closebtn a:before {
    content: 'x';
    color: #fff;
    font-size: 30px;
}

.bannercookie .closebtn a:before {
    font-size: 20px;
    color: #000;
}

.bannercookie .closebtn a {
    background: #fff;
    border-radius: 20px;
    color: #000;
    padding: 1px 13px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.bannercookie .closebtn {
    line-height: 19px;
    top: 1px;
    position: relative;
    float: right;
    right: -40px;
}

.bannercookie a {
    color: #fd0;
}

button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
}

.selectbox select {}

.wrap,
.wrap,
.navigation-top .wrap {
    max-width: inherit;
}

.custom-logo-link {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: auto;
    float: left;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    display: inline-block;
    border-top: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
    float: right !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link a {
    padding: 1px 6px;
    width: 25px;
    height: 25px;
    font-size: 1em !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
    border: 2px solid;
    border-collapse: collapse;
    border-radius: 100%;
    margin-top: 12px;
    margin-left: 12px;
}

.site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
}

#wp-megamenu-top .wpmm-search-form input {
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 1.1em;
    font-weight: lighter;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

.main-navigation {
    float: right;
    margin-top: 15px;
}

#wp-megamenu-social > .wpmm-nav-wrap ul.wp-megamenu > li > a {
    color: #FFF;
}

#wp-megamenu-social > .wpmm-nav-wrap ul.wp-megamenu > li > a:hover {
    color: #ffd101;
}

.dividerleft {
    border-left: #7b7b7b solid thin
}

#wp-megamenu-top .divider {
    border-left: 1px solid #000000;
    margin-right: 10px;
}

#wp-megamenu-social .divider {
    border-left: 1px solid #FFFFFF;
}

#wp-megamenu-top .divider.last {
    margin-right: 15px;
}

#wp-megamenu-top .divider a,
#wp-megamenu-social .divider a {
    visibility: hidden;
}

#wp-megamenu-top .divider a,
#wp-megamenu-social .divider a {
    visibility: hidden;
    margin: 0;
    margin-left: -5px;
    padding: 5px 0;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.wpmm-search-form {
    position: fixed;
    -webkit-animation: fadeEffect 500ms forwards;
    -moz-animation: fadeEffect 500ms forwards;
    animation: fadeEffect 500ms forwards;
    left: 0;
    width: 100%;
    top: 92px;
}

#wp-megamenu-top .wpmm-search-form input {
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    font-size: 1.1em;
    font-weight: lighter;
    letter-spacing: 1px;
    border-radius: 0 !important;
    margin: 0;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    margin-top: 106px;
}


/* MegaMenu Search Option */

.wpmm-search-form {
    position: absolute;
    right: 20px;
    top: 0;
    display: none;
    -webkit-animation: fadeEffect 300ms forwards;
    -moz-animation: fadeEffect 300ms forwards;
    animation: fadeEffect 300ms forwards;
    z-index: 1;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
    position: relative;
    z-index: 2;
}

.wpmm-search-form input {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 9px;
    border-radius: 3px;
}

.in-slide-content {
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    visibility: inherit;
    transition: none;
    text-align: inherit;
    line-height: 17px;
    border-width: 0px;
    margin: 0px;
    padding: 40px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 11px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    background-color: #464545;
    display: block;
    padding: 20px 10px;

    /*bottom: -304px;*/
}

.home-slide {
    min-width: 304px;
    max-width: 304px;
    white-space: nowrap;
    font-size: 35px;
    line-height: 37px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
    font-family: "Circularbold";
    visibility: inherit;
    transition: none;
    text-align: inherit;
    border-width: 0px;
    border-width: 0px;
    text-align: left;
    display: block;
}

.bgoverlay {
    display: none !important;
}

.btnslide {
    z-index: 7;
    background-color: rgba(255, 221, 17, 1);
    border-radius: 40px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    white-space: nowrap;
    min-height: 50px;
    min-width: inherit;
    padding: 0 30px;
    max-height: 50px;
    /*max-width: 310px;*/
    opacity: 1;
    color: rgb(0, 0, 0);
    font-size: 23px;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    letter-spacing: 0px;
    font-family: "Circularbold";
    cursor: pointer;
    color: #000;
    display: inline-block;
}

.btnslide a {
    color: #000;
}

div#maximage img {
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    object-fit: cover;
    position: relative;
    top: 10px;
}

.right {
    float: right;
    right: 5%;
    left: initial !important;
}

#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}


/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/

#maximage {
    /* position: fixed !important; */
    position: relative !important;
    margin-left: 0px;
    z-index: 1;
    width: 100% !important;
    overflow: hidden;
}

.mc-old-browser .mc-image {
    width: 100% !important;
    min-height: 100%;
}

.logincontainer .inputfields a {
    margin: 0;
}

.innersite.cardsection .col-md-12.datafield .col-md-8.leftspace h1 {
    margin-bottom: 0;
    padding-bottom: 20px;
}


/*Set my gradient above all images*/

#gradient {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}


/*Set my logo in bottom left*/

#logo {
    bottom: 30px;
    height: auto;
    left: 30px;
    position: absolute;
    width: 34%;
    z-index: 1000;
}

#logo img {
    width: 100%;
}

#arrow_left,
#arrow_right {
    bottom: 30px;
    height: 67px;
    position: absolute;
    right: 30px;
    width: 36px;
    z-index: 1000;
}

#arrow_left {
    right: 86px;
}

#arrow_left:hover,
#arrow_right:hover {
    bottom: 29px;
}

#arrow_left:active,
#arrow_right:active {
    bottom: 28px;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.wpb_start_animation {
    animation: animationFrames ease-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationFrames ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationFrames ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}

@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(-30px, 0px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        -moz-transform: translate(-30px, 0px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(-30px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        -o-transform: translate(-30px, 0px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(-30px, 0px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}

.in-slide-content {
    position: absolute;
    display: block;
    visibility: visible;
    left: 5%;
    top: 298px;
    z-index: 5;
}

.halfbtn {
    width: auto;
    display: inline-block;
    margin: 0 20px;
    margin-left: 0;
    margin-top: 15px;
}

.refundstyle,
.prioritystyle {
    background: initial;
    color: #fff;
    top: 150px;
}

.prioritystyle {
    top: 290px;
}

.refundstyle span,
.prioritystyle span,
.refundstyle h1,
.prioritystyle h1 {
    color: #fff;
    font-family: "Circularbold";
    font-weight: bold;
}

.prioritystyle.right h1::before {
    content: '';
    background-image: url(../img/vipico.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 24px;
    width: 75px;
    display: block;
}

.refundstyle h1,
.prioritystyle h1 {
    font-size: 55px;
}

.in-slide-content.left.prioritystyle {
    top: 290px;
    left: 10%;
}

.halftop.innersite.howsection .container {
    width: 1400px;
    max-width: inherit;
    text-align: center;
}

.howsection .step1,
.howsection .step2,
.howsection .step3,
.howsection .step4 {
    background-image: url(../img/step1.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    min-height: 250px;
    padding: 0 20px;
    padding-top: 150px;
    text-align: left;
    font-size: 14px;
    font-family: 'Circularbold';
    font-weight: bold;
    line-height: 19px;
}

.howsection .step5,
.howsection .step6,
.howsection .step7 {
    padding-left: 15%;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.howsection .step7 {
    padding-left: 25%;
    margin-top: 60px;
}

.howsection .step5 p,
.howsection .step6 p,
.howsection .step7 p {
    padding-top: 10px;
    font-size: 14px;
    font-family: 'Circularbold';
}

.howsection .step2 {
    background-image: url(../img/step2.png);
    background-repeat: no-repeat;
}

.howsection .step3 {
    background-image: url(../img/step3.png);
    background-repeat: no-repeat;
}

.howsection .step4 {
    background-image: url(../img/step4.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.howsection .step5 {
    background-image: url(../img/step5.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 45px
}

.howsection .step6 {
    background-image: url(../img/step6.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.howsection .step7 {
    background-image: url(../img/step7.png);
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 140px;
}

.howsection .arrowline {
    background-image: url(../img/arrowline.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: 65px;
}

.btncont a {
    margin-top: 0;
    margin-bottom: 20px;
}

.containerstep {
    margin: 40px 0;
    clear: both;
    overflow: hidden;
    margin-top: 280px;
    text-align: left;
}

.in-slide-content.prioritystyle {
    padding: 0;
}

.btntab {
    margin: 0;
    margin-top: 106px;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    /*display: none;*/
}

.light-text {
    color: #ddd;
    text-shadow: 0 1px 0 #666;
}

.navbar-dropdown.navbar-fixed-top.mainsite.bgresponsive {
    background: transparent;
}

div#maximage .imgairport img {
    width: 162px !important;
    height: auto !important;
    position: relative;
}

.smaller-text {
    font-size: 30px;
}

.btntab ul {
    overflow: hidden;
}

.btntab ul,
.btntab li {
    padding: 0;
    margin: 0;
    display: inline;
    text-align: center;
}

.btntab li {
    width: 50%;
    float: left;
}

.btntab li a {
    display: block;
    color: #777676;
    background: #e4e4e4;
    text-decoration: none;
    line-height: 50px;
    font-size: 16px;
    font-family: 'Circularbold';
    font-weight: bold;
    transition: all 0.5s;
}

.btntab li a:hover {
    color: #e4e4e4;
    background: #777676;
}

.btntab li.selected a {
    color: #000;
    background: #ffdd00;
}

.youtube-video,
video {
    left: 0;
    position: absolute;
    top: 0;
}


/*---- menu animation ------*/

.nav-dropdown.navbar-toggleable-xl {
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    width: 18.75rem;
    z-index: 999;
}

.nav-dropdown-sm {
    display: block !important;
    overflow-x: hidden;
    overflow: auto;
    padding-top: 3.875rem;
}

.nav-dropdown-sm::after {
    content: "";
    display: block;
    height: 3rem;
    width: 100%;
}

.nav-dropdown-sm.collapse.in ~ .navbar-close {
    display: block !important;
    background: #f1f1f1;
    border-left: solid thin #d6d6d6;
    border-radius: 0;
    width: 30px;
    margin-top: 40px;
    position: fixed;
    top: 150px;
    left: 50%;
    height: 100px;
    -webkit-animation: fadeEffect 700ms forwards;
    -moz-animation: fadeEffect 700ms forwards;
    animation: fadeEffect 700ms forwards;
    outline: none;
    transition: all 0.5s;
}

.nav-dropdown-sm.collapse.in ~ .navbar-close:hover {
    background: gold;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

.ui-widget.ui-widget-content {
    border: 0;
    background: #f3f0e0;
    font-family: 'Circularbold';
    font-weight: bold;
    font-size: 18px;
    border-radius: 20px;
    padding-top: 10px;
    margin-top: 10px;
    color: #544e33;
    z-index: 999999999;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0;
    background: #a29131;
    font-weight: normal;
    color: #fff;
}

.nav-dropdown-sm.collapsing,
.nav-dropdown-sm.collapse.in {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.nav-dropdown-sm.collapsing[aria-expanded="false"] {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.nav-dropdown-sm .nav-item {
    display: block;
    margin-left: 0 !important;
    padding-left: 0;
}

.nav-dropdown-sm .link,
.nav-dropdown-sm .dropdown-item {
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
    font-size: 0.8125rem;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0.875rem 2.4rem 0.875rem 1.5625rem !important;
    position: relative;
    white-space: normal;
}

.nav-dropdown-sm .link:focus,
.nav-dropdown-sm .link:hover,
.nav-dropdown-sm .dropdown-item:focus,
.nav-dropdown-sm .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.2) !important;
}

.nav-dropdown-sm .nav-btn {
    position: relative;
    padding: 1.5625rem 1.5625rem 0 1.5625rem;
}

.nav-dropdown-sm .nav-btn::before {
    border-top: 1px dotted rgba(255, 255, 255, 0.1);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.nav-dropdown-sm .nav-btn + .nav-btn {
    padding-top: 0.625rem;
}

.nav-dropdown-sm .nav-btn + .nav-btn::before {
    display: none;
}

.nav-dropdown-sm .btn {
    padding: 0.625rem 0;
}

.nav-dropdown-sm .dropdown-toggle::after {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -0.154em;
}

.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}

.nav-dropdown-sm .dropdown-toggle[data-toggle="dropdown-submenu"][aria-expanded="true"]::after {
    border-top: 0;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0.35em solid;
}

.nav-dropdown-sm .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    float: none;
    border-radius: 0;
    background: none;
}

.navbar-dropdown .close-icon::before,
.navbar-dropdown .close-icon::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 15px;
    top: 50%;
    left: 10px;
    background-color: #5a5a5a;
    margin-top: -1px;
    top: 9px;
}

.searchbox input.searchbtn {
    color: #646463;
    max-width: inherit;
    width: 100%;
    text-align: left;

    font-size: 18px;
    border-radius: 30px;
    margin-bottom: 0px;
}

input#destAirSearchText::placeholder {
    color: #fff;
}

.is-builder .nav-dropdown.collapsing {
    transition: none !important;
}


/*# sourceMappingURL=style.css.map */

.logo_mobile {
    display: none;
}

.login_mobile {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0px;
    display: none;
}

.wpmm-search-form i.fa.fa-search.searchresp {
    display: none;
}

footer#footer4-1h ul li {
    list-style: none;
    float: left;
    padding-right: 20px;
}

footer#footer4-1h ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'Circularbold';
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}

.zh .mc-image .in-slide-content {
    text-align: center;
}

.footer .wpmm-main-wrap-top {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

.footer .nav-dropdown {
    width: 100%;
}

footer#footer4-1h .container {
    padding-bottom: 25px;
}

.footer .custom-logo-link {
    display: inherit
}

.site-info-tax {
    text-align: right;
}

.site-info-tax a {
    text-decoration: none;
    border: none;
    font-size: 13px;
    margin-left: 15px;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 0;
}

.halftop {
    background-color: #ffdd00;
    height: 65vh;
    position: relative;
}

.halfbottom,
.halfbottom50 {
    height: 35vh;
    background-color: #646463;
    position: relative;
    /*-webkit-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 2px 10px 0px rgba(0, 0, 0, 0.4); */
}

.halftop.join_now,
.halftop.cardsection,
.halftop.vipassistancesection,
.faqsection,
.howsection {
    background-color: #646463;
    text-align: center;
    min-height: 100vh;
    overflow: auto;
}

.halftop.join_now.editprofile {
    height: inherit;
}

.halftop.cardsection,
.halftop.vipassistancesection,
.faqsection {
    background-color: #ffd700;
}

.halftop.join_now h1,
.halftop.join_now h3 {
    text-align: center;
    color: #fff;
}

.innersite {
    padding-bottom: 50px !important;
}

.halftop.innersite .container {
    /*position: absolute;
    bottom: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 980px;*/
    position: relative;
    bottom: inherit;
    right: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: 980px;
    margin-top: 110px;
}

.howsection {
    background: #ffdd00;
}

.bag {
    background-image: url(../img/bag.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.innersite h4 {
    font-size: 25px;
    font-family: 'Circularbold';
    font-weight: bold;
}

.innersite.faqsection h4 {
    padding-bottom: 80px;
}

.faqsection strong {
    font-size: 19px;
}

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

div#mapContainer {
    overflow: hidden;
}

.menustores.cont_categories .row {
    overflow: hidden;
}

.menustores.cont_categories .row.containerlist {
    margin: 0;
}

.menustores .row {
    overflow: auto;
    width: 100%;
    right: 0px;
    position: relative;
}

.reducemap.fa.fa-map-o:before {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    color: #000;
    font-size: 24px;
}

.reducemap.fa.fa-list-ul:before {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    color: #000;
    font-size: 24px;
}

.linestore .catline {
    margin-right: -3px;
    padding-top: 3px;
    display: inline-block;
    cursor: pointer;
}

.linestore.row .col-xs-2,
.linestore.row .col-xs-10 h1 {
    cursor: pointer;
    transition: all 0.5s;
    font-family: 'Circularbold', Arial;
}

div#citySearchList div {
    font-family: 'Circularbold', Arial;
}

a#btnMap {
    width: 60px;
    height: 60px;
    display: block;
}

.datafield.fasttrackinfo input {
    max-width: 100% !important;
    margin: 0;
}

.linestore.row *:hover {
    color: gold;
}

.datafield {
    text-align: left;
    position: relative;
}

.col-xs-3.editbtn {
    position: absolute;
    bottom: 0;
    right: 50px;
}

a.btn.btn-primary.btn-danger:hover {
    background: #ffd000;
}

a.btn.btn-primary.btn-danger {
    background: #d40808;
    margin: 0;
    padding: 0 25px;
}

.datafield input[type="text"],
.datafield input[type="email"],
.datafield input[type="date"],
.datafield input[type="tel"],
.datafield input[type="password"],
.datafield input[type="number"],
.datafield select.selectpicker,
.selectbox select {
    background: #7b7b7b;
    border-radius: 50%;
    background-color: #7b7b7b;
    border-radius: 30px;
    border: inherit;
    font-family: 'Circularbold';
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.selectbox select:last-child {
    margin-right: 0;
    width: 34%;
}

.selectbox select {
    width: 31%;
    margin-right: 2%;
    font-family: 'Circularbold' !important;
}

.infoflight .datafield input[type="text"],
.infoflight .datafield input {
    background: #fff;
    width: auto;
    color: #000;
    text-transform: uppercase;
    max-width: 200px;
    border: none;
    font-size: 18px;
    text-align: center;
}

.infoflight .datafield input[type="text"],
.infoflight .datafield input {
    margin: 0;
}

.infoflight .datafield .flightlocation input[type="text"],
.infoflight .datafield .flightlocation input {
    background: #7b7b7b;
    color: #fff;
    max-width: inherit;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
}

.flightbg.fasttrackinfo.row input {
    max-width: 100%;
}

#wp-megamenu-top > .wpmm-nav-wrap ul.wp-megamenu > li > a.denied,
#wp-megamenu-top > .wpmm-nav-wrap ul.wp-megamenu > li > a.denied:hover {
    color: #b5b5b5;
    cursor: no-drop;
    background: inherit !important;
}

div#categoriesSearchPopup .modal-footer .btn {
    margin-bottom: 10px;
}

ul#ulQuickCity {
    padding: 20px 0;
}

.modal-footer {
    padding: 15px;
}

ul#ulQuickCity li {
    list-style: none;
    background: #ffdd00;
    float: none;
    clear: both;
    width: 100%;
    display: inline;
    margin: 10px;
    padding: 10px 15px;
    border-radius: 25px;
    transition: all 0.5s;
}

ul#ulCategoriesList li {
    font-size: 17px;
    margin-bottom: 20px;
}

ul#ulCategoriesList li img {
    margin: 0 10px;
    vertical-align: text-bottom;
}

ul#ulQuickCity li:hover {
    color: #ffdd00;
    background: #646463;
}

.posleft {
    float: left;
}

.ticketnumber .bottomticket input,
.ticketnumber .bottomticket input[type="text"] {
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 20px;
    margin-left: 0px;
    border: none;
    background: #275b9e;
    color: #fff;
    font-family: 'Circularbold';
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.infoflight .datafield .infoflightbottom input,
.infoflight .datafield .infoflightbottom input[type="text"] {
    text-align: center;
    margin: 0;
    width: 100%;
    max-width: inherit;
    height: auto;
}

.infoflight .datafield .infoflightbottom input::-webkit-input-placeholder,
.infoflight .datafield .flightlocation input::-webkit-input-placeholder,
.infoflight .datafield input::-webkit-input-placeholder {
    color: #a0a0a0;
}

.infoflight .datafield .infoflightbottom input:-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

.infoflight .datafield .infoflightbottom input::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

.infoflight .datafield .infoflightbottom input::-ms-input-placeholder,
.infoflight .datafield .infoflightbottom input::placeholder,
.infoflight .datafield .infoflightbottom input:-ms-input-placeholder {
    color: #a0a0a0;
}

.ticketnumber .bottomticket input::-webkit-input-placeholder {
    color: #6494d2;
}

.ticketnumber .bottomticket input::placeholder {
    color: #6494d2;
}

.ticketnumber .bottomticket input:-ms-input-placeholder {
    color: #6494d2;
}

.ticketnumber .bottomticket input::-ms-input-placeholder {
    color: #6494d2;
}

.ticketnumber .bottomticket input:-moz-placeholder {
    color: #6494d2;
}

.ticketnumber .bottomticket input:-moz-placeholder {
    color: #6494d2;
    opacity: 1;
}

.ticketnumber .bottomticket input::-moz-placeholder {
    color: #6494d2;
    opacity: 1;
}

.datafield select.selectpicker {
    width: 100%;
}

.appointmentinfo.datafield h3,
.container .infoflight h3 {
    font-family: 'Circularbold';
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 19px !important;
    color: #000;
    text-align: center;
}

.container .infoflight h3 {
    color: #fff;
}

.datafield .blocvip h3 {
    font-size: 16px !important;
}

.appointmentinfo .cardsection .datafield input[type="text"],
.appointmentinfo .cardsection .datafield input[type="password"],
.appointmentinfo .cardsection .datafield input[type="tel"],
.appointmentinfo .cardsection .datafield input[type="date"],
.appointmentinfo .cardsection .datafield input[type="email"],
.appointmentinfo .cardsection .datafield input[type="number"] {
    text-align: left;
}

input[type="text"].error,
input[type="password"].error,
input[type="tel"].error,
input[type="date"].error,
input[type="email"].error {
    background: #805b57;
    border: 2px solid #c14457;
    color: #dc495f;
}

div#passportCardID a.error {
    background: #f32929;
    border: 2px solid #af1126;
    color: #3c0910;
}

.alert.ui-pnotify-container.alert-danger.ui-pnotify-shadow {
    left: 50%;
}

.datafield label {
    font-size: 15px;
    font-family: 'Circularbold';
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.btn-primary,
.btn-default {
    background: #ffdd00;
    color: #1d1d1b;
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    border: none;
    font-size: 20px;
    font-family: 'Circularbold';
    font-weight: bold;
    padding: 0 20px;
    min-width: inherit;
    line-height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 20px;
}

.btn-primary.focus,
.btn-default:focus,
.btn-default:hover,
.btn-primary:focus,
.btn-primary:hover {
    color: #fd0;
    background-color: #646463;
    border-color: transparent;
}

select#selFilterCity {
    background: #7b7b7b;
    border-radius: 50%;
    background-color: #7b7b7b;
    border-radius: 30px;
    border: inherit;
    font-family: 'Circularbold';
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

h4.modal-title {
    font-size: 16px;
    font-family: 'Circularbold';
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 16px;
    font-family: 'Circularbold';
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
}

.rightspace {
    padding-right: 5%;
}

.leftspace {
    padding-left: 5%;
}

.datafield label span {
    color: #ffd800;
}

.joinfield {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    float: none;
    position: relative;
}

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

.border-right {
    border-right: 1px solid #7b7b7b;
}

.border-bottom {
    border-bottom: 1px solid #7b7b7b;
}

.lclear {
    clear: left;
}

.splitfield {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.lastright {
    margin-right: 0;
    padding-right: 0;
}

.halftop.join_now.innersite .col-md-12 {
    padding-bottom: 20px;
    margin-top: 30px;
    overflow: hidden;
}

.halftop.innersite.cardsection .col-md-12,
.halftop.innersite.vipassistancesection .col-md-12,
.halftop.innersite.vipassistancesection .infoflight {
    width: 740px;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}

.halftop.innersite.vipassistancesection .col-md-12.infoflight {
    width: 830px;
    background: none;
}

.halftop.innersite.vipassistancesection .col-md-12 {
    width: 550px;
    padding: 30px;
    position: relative;
}

.ru div#divFilterCategories {
    padding-left: 0;
}

.btncont a#btnjoin:hover {
    background: #fff;
    color: #646463;
}

.btncont a#btnjoin {
    background: #646463;
    color: #fff;
}

span.prefix {
    position: absolute;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    padding-left: 7px;
}

#postVipUpdate span.prefix {
    color: #66666b;
}

/*.halftop.innersite .col-md-12 {
    width: 460px;
}*/

.halftop.editprofile.innersite .col-md-12 {
    width: 100%;
}

.halftop {
    padding-top: 30px;
}

.halftop h1,
.halfbottom h1,
.halfbottom50 h1,
.halfbottom50 h3,
.container h1,
.container h3,
.container h2 {
    color: #000;
    font-size: 35px;
    font-family: 'Circularbold';
    font-weight: bold;
    padding-bottom: 10px;
}

.halftop.join_now .datafield h3,
.halfbottom50 h3 {
    font-size: 19px;
}

.halftop h1 {
    padding-bottom: 30px;
}

.halfbottom h1,
.halfbottom50 h1,
.container h3,
.halfbottom50 h3 {
    color: #fff;
}

.halfbottom a,
.halfbottom50 a,
.halftop a {
    background: #ffdd00;
    color: #1d1d1b;
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    border: none;
    font-size: 20px;
    font-family: 'Circularbold';
    font-weight: bold;
    padding: 0 20px;
    min-width: auto;
    line-height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
}

.join_now .btnfield {
    margin-top: 50px;
    display: inherit
}

.join_now.editprofile .btnfield {
    margin-top: 0;
}

.logincontainer {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fieldsquared .formfield label.error {
    color: #581721 !important;
    font-size: 15px;
    position: absolute;
    left: 0;
    line-height: 49px;
    margin: 0;
}

.halftop.formsection.userformtop .logincontainer {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 230px;
    left: 50%;
    height: 200px;
    z-index: 9999999;
}

.btntab.tabslide {
    margin-top: 85px;
}

.inputfields .check {
    width: inherit;
    height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    width: 25px !important;
    height: 25px !important;
    background: white;
    margin: 0;
}

.englishtoggle {
    top: -20px;
}

.inputfields .check:checked {
    background-color: red;
    color: #09ad7e;
    transition: all .2s;
    width: 20px;
    height: 20px;
}

.checkbox,
.radio {
    cursor: pointer;
}

.container span.checkbox::before {
    width: 27px;
    height: 27px;
    background-color: #fff;
    left: -35px;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: border-color .2s;
}

.container span.checkbox:hover::before {
    border: 3px solid #F0FF76;
}

.container span.checkbox::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    left: -31px;
    top: 2px;
    color: transparent;
    transition: color .2s;
}

input[type="checkbox"]:checked + label span.checkbox::after {
    border: #8a8989 solid 3px;
    display: block;
    width: 27px;
    border-radius: 50%;
    height: 27px;
    left: -35px;
    top: 0px;
}

.container input[type="radio"],
.container input[type="checkbox"] {
    display: none;
}

.container span.checkbox::before {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #fff;
    left: -35px;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: border-color .2s;
}

.container span.checkbox:hover::before {
    border: 3px solid #8a8989;
}

.container span.checkbox::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    left: -28px;
    top: 0px;
    color: transparent;
    transition: color .2s;
}

input[type="checkbox"]:checked + label span.checkbox::after {
    color: #8a8989;
}

input[type="checkbox"]:checked {
    border: red solid thin;
}

.inputfields input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d2d2d2;
}

.inputfields input::-moz-placeholder {
    /* Firefox 19+ */
    color: #d2d2d2;
}

.inputfields input:-ms-input-placeholder {
    /* IE 10+ */
    color: #d2d2d2;
}

.inputfields input:-moz-placeholder {
    /* Firefox 18- */
    color: #d2d2d2;
}

.container span::before,
.container span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.logincontainer .inputfields label {
    color: #000;
    font-size: 15px;
    font-family: 'Circularbold';
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.formsection .inputfields label {
    font-size: 19px;
    margin-bottom: 15px;
}

.fieldsquared {
    margin-top: 10px;
}

.inputfields input:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.formfield {
    position: relative;
    width: 340px;
    margin: 0 auto;
}

.inputfields .formfield a {
    border-radius: 0px;
    min-width: initial;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 50px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
}

#slideCashRefund #maximage {
    display: block !important;
}

.roundelement {
    border-radius: 30px;
    background: #fff;
    height: 50px;
    width: 400px;
    margin: 0 auto;
    color: #979797;
    font-size: 18px;
    font-family: 'Circularbold';
    line-height: 50px;
    margin: 15px auto 20px auto;
}

.roundelement span.yellow,
.roundelement span.green,
.roundelement span.magenta {
    background: #ffda35;
    width: 15px;
    height: 15px;
}

.roundelement a {
    min-width: inherit;
    background: none;
    color: inherit;
    height: inherit;
    line-height: inherit;
    display: inherit;
    font-size: inherit;
    padding: inherit;
    margin: inherit;
}

.nopad {
    padding: 0;
    margin: 0;
}

.roundelement .col-xs-4,
.roundelement .col-xs-6 {
    padding: 0 20px;
}

.roundelement .col-xs-4 .green,
.roundelement .col-xs-4 .magenta,
.roundelement .col-xs-4 .yellow,
.roundelement .col-xs-6 .green,
.roundelement .col-xs-6 .magenta,
.roundelement .col-xs-6 .yellow {
    background: #04a350;
    position: absolute;
    border-radius: 10px;
    left: 28px;
    top: 17px;
}

.roundelement .col-xs-4 .yellow,
.roundelement .col-xs-6 .yellow {
    background: #ffd700;
}

.roundelement .col-xs-4 .magenta,
.roundelement .col-xs-6 .magenta {
    background: #e41157;
}

.roundelement .col-xs-4,
.roundelement .col-xs-6 {
    padding-left: 55px;
    text-align: left;
    line-height: 14px;
    padding-top: 16px;
    font-family: 'Circularbold';
}

.roundelement .magenta {
    background: #e41157;
}

.roundelement .col-xs-6.nopad {
    overflow: hidden;
    padding-left: 0 !important;
    text-align: right;
}

.inputfields .fieldsquared input {
    border-radius: 0;
    padding-right: 65px;
    border-radius: 7px;
}

.starprev,
.star_rate {
    color: #fff;
    background-image: url(../img/starempty.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 23px !important;
    height: 23px;
    margin: 0 auto;
    margin-top: 13px;
    display: block;
}

.star_rate {
    background-image: url(../img/starrating.png);
    width: 35px !important;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    padding-top: 3px;
    margin-top: 6px;
}

.joincontainer {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
}

.prioritydesk {
    padding-top: 106px;
}


/*.prioritydesk .row {
    margin-left: -30px;
    margin-right: -15px;
}*/

.prioritydesk .halftop {
    padding-top: 70px !important;
    padding-bottom: 8% !important;
    padding-left: 17% !important;
    background-color: #fae27a !important;
    height: 60vh;
    z-index: 999;
}

.prioritydesk .halfbottom {
    height: 40vh;
    padding-top: 4% !important;
    padding-bottom: 13% !important;
    padding-left: 22% !important;
    background-color: #f2f2f2 !important;
    z-index: 999;
}

.slide1 .in-slide-content.refundstyle {
    display: block;
    max-width: 450px;
}

.prioritydesk .row img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    position: absolute;
}

.wideinvisible {
    display: none;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 20px;
}

.prioritydesk .col-lg-7,
.prioritydesk .col-lg-5 {
    padding: 0;
    margin: 0;
}

.prioritydesk h2 {
    font-family: 'Circularbold';
    color: #1d1d1b;
    font-size: 2.5em;
}

.prioritydesk h3 {
    font-size: 2em;
    font-family: 'Circular';
    color: #333;
}

.prioritydesk .col-lg-7 .slide1 {
    background: #e2e4e3;
}

.wpb_wrapper p {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #1d1d1b;
    font-family: 'Circular';
}

html,
body {
    min-height: 100%;
    height: 100%;
    background: #646463;
}

.menu1 {
    position: relative;
    z-index: 100;
    width: 100%;
}

.vc_btn3.vc_btn3-style-custom {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}

.vc_btn3.vc_btn3-shape-round {
    border-radius: 2em;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding: 18px 25px;
}

.priority-button:before {
    content: "";
    background-image: url(../img/priority.svg);
    width: 100px;
    height: 70px;
    display: inline-block;
    background-repeat: no-repeat;
}

.wpb_start_animation.wpb_left-to-right {
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    opacity: 1;
    filter: alpha(opacity=100);
}

.vc_btn3-container {
    display: block;
    margin-bottom: 21.74px;
    max-width: 100%;
}

.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472D2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    font-size: 14px;
    padding: 14px 20px;
}

.vc_btn3.vc_btn3-size-lg {
    font-size: 16px;
    padding: 18px 25px;
    font-family: 'Circular';
}

.priority-button a {
    width: 180px;
    height: 50px;
    line-height: 0.7em !important;
    font-size: 1.3em !important;
    letter-spacing: 0.05em;
    margin-top: -50px;
}

.slide1.wideinvisible {
    display: none;
}

li.wpmm-social-link.wpmm-social-link-search.wp-megamenu-item-wpmm-search-icon.wpmm_dropdown_menu.wpmm-fadeindown.wpmm-submenu-right {
    display: none;
}

.nav-dropdown .dropdown-menu {
    box-shadow: none;
    background: none;
}

.btn-secondary {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px !important;
    font-family: 'Circularbold';
    font-weight: bold;
    letter-spacing: 1px !important;
    text-decoration: none;
    display: block;
    padding: 0 8px !important;
}

ul.tip_menu {
    position: absolute;
    background: #212121cc;
    right: 60px;
    top: 30px;
    color: #fff;
    text-align: right;
    width: auto;
    max-width: 320px;
    min-width: 270px;
    border-radius: 20px;
    padding: 20px;
}

ul.tip_menu li {
    display: inherit;
    line-height: 35px;
    font-weight: 700;
    font-size: 13px;
}

ul.tip_menu li a {
    color: #fff;
    display: inherit;
    padding: 0 20px;
    transition: all 0.5s;
    font-size: 15px;
    font-family: 'Circularbold';
    font-weight: bold;
}

ul.tip_menu h1 {
    font-weight: 700;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 30px;
    background-image: url(../img/icoacco.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    display: inline-block;
    font-size: 20px;
    font-family: 'Circularbold';
    font-weight: bold;
}

ul.tip_menu li a:before {
    display: none;
}

ul.tip_menu li a.accountlink:hover {
    background: none;
    color: #fede40;
}

ul.tip_menu li a:hover {
    background: #fede40;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
}

.accountlink {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    line-height: initial;
    margin-bottom: 20px;
}

div#maximage {
    display: none;
}

.prioritydesk div#maximage {
    display: inherit;
}

.container-fluid.heightdisplay {
    width: 100%;
    height: 100vh;
    display: block;
    background: #fff2c6;
}

.container-fluid.contacts {
    background: #ffdd00;
}

.prioritydesk .priorityVipIco {
    background-image: url('../img/vipico.png');
    width: 60%;
    background-repeat: no-repeat;
    height: 21px;
    background-position: left;
    display: block;
}

.btn-secondary.active,
.btn-secondary:active,
.open > .btn-secondary.dropdown-toggle,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary.active {
    color: #000;
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-secondary:hover {
    color: #ffd101;
}


/* contact section */

#icon svg:hover {
    fill: white;
    cursor: pointer;
}

#icon svg {
    max-width: 120px;
    transition-property: fill;
    transition-duration: 0.3s;
    -webkit-transition-property: fill;
    -webkit-transition-duration: 0.3s;
    -o-transition-property: fill;
    -o-transition-duration: 0.3s;
    -moz-transition-property: fill;
    -moz-transition-duration: 0.3s;
}

.wpb_text_column.wpb_content_element .wpb_wrapper h4 {
    font-size: 20px;
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#icon {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    padding-top: 50px;
}

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea {
    background: none;
    border: none;
    border-bottom: 4px solid white;
    min-height: 70px;
    padding-left: 20px;
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form p {
    margin-bottom: -7px;
}

.wpcf7-form {
    border: 4px solid white;
    border-radius: 30px;
    overflow: hidden;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

.contacts button,
input[type="button"],
input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.wpcf7-form input[type="button"],
.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="submit"] {
    background-color: white;
    color: inherit;
    font-family: 'Circularbold';
    font-size: 1em;
    margin-top: -3px;
    width: 100%;
    margin-bottom: -30px;
    text-align: left;
    max-height: 30px;
}

.wpcf7-form input:hover,
.wpcf7-form input:focus,
.wpcf7-form input:hover,
.wpcf7-form input:focus {
    border-bottom: 4px solid white;
}

.wpcf7-form input,
.wpcf7-form textarea {
    background: none;
    border: none;
    border-bottom: 4px solid white;
    min-height: 70px;
    padding-left: 20px;
}

.wpcf7-form textarea {
    height: 200px;
}

.vc_row.wpb_row.vc_row-fluid.vc_custom_1513208552046.vc_row-has-fill.vc_row-o-full-height.vc_row-o-columns-top.vc_row-o-equal-height.vc_row-flex {
    position: relative;
    left: -168.5px;
    box-sizing: border-box;
    width: 1903px;
    padding-left: 168.5px;
    padding-right: 168.5px;
    min-height: 100vh;
}

:focus {
    outline: none;
}

div.wpcf7 {
    clear: both;
}

.contacts {
    padding-top: 150px !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

.contacts h1 {
    color: inherit;
    font-family: "Circularbold";
    font-size: 2.5em;
    color: #1d1d1b;
    font-weight: 700;
    padding-bottom: 25px;
}

.contacts {
    font-family: "Circularbold";
    font-weight: 100;
}

.contactinfo {
    text-align: center;
}


#priority-form input {
    height: 50px;
    width: 40%;
    float: left;
    border-radius: 50px;
    background: transparent;
    border: 1px solid;
}

#priority-form input {
    height: 50px;
    width: 40%;
    float: left;
    border-radius: 50px;
    background: transparent;
    border: 1px solid;
}

#priority-form input[type=submit] {
    background-color: #838383;
    border: none;
    width: auto;
    line-height: 0.7em !important;
    font-size: 1.3em !important;
    font-family: 'Circularbold';
    margin-left: 20px;
    padding: 10px 42px;
    color: #fff;
}

.wpb_wrapper input:focus {
    outline: none;
    border-color: #797979;
    box-shadow: none;
}

.logincontainer .wpb_wrapper input[type="text"],
.logincontainer .wpb_wrapper input[type="email"] {
    height: 50px;
    width: 40%;
    float: left;
    border-radius: 50px;
    background: transparent;
    border: 1px solid;
    display: block;
    padding: 0.7em;
    font-family: 'Circularbold';
    color: #666;
}

.inputfields input {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    height: 50px;
    width: 320px;
    margin: 10px auto;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 20px;
    color: #a2a2a2;
    font-size: 20px;
    font-family: 'Circularbold';
    font-weight: bold;
}

.inputfields a {
    background-color: #8a8989;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    border: none;
    font-size: 20px;
    font-family: 'Circularbold';
    font-weight: bold;
    padding: 0 50px;
    line-height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
}

.inputfields a.darkgrey,
a.darkgrey {
    background-color: #646463;
    color: #fff;
}

a.darkgrey:hover {
    background-color: #fff;
    color: #646463;
}

.inputfields a:hover {
    color: #ffe42c;
    background: #b7930e;
}

.inputfields input {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    height: 50px;
    width: 100%;
    min-width: auto;
    max-width: 410px;
}

.loginsection,
.cardsection,
.formsection,
.vipsection,
.vipassistancesection,
.infoflightbg {
    z-index: 0;
}

.loginsection::after,
.cardsection::after,
.formsection::after,
.vipsection::after,
.vipassistancesection::after,
.infoflightbg::after {
    content: "";
    background-image: url(../img/Risorsa-1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    opacity: 0.1;
    top: -150px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.easyPaginateNav a {
    max-width: inherit;
    height: inherit;
    min-width: inherit;
    padding: 10px;
    line-height: inherit;
    padding: 4px 15px;
    margin: 5px;
}

.easyPaginateNav .current,
.easyPaginateNav a:hover,
.easyPaginateNav .first:hover,
.easyPaginateNav .first,
.easyPaginateNav .last:hover,
.easyPaginateNav .last {
    background: #1d1d1b;
    color: #ffdd00;
}

.easyPaginateNav span {
    color: #ffdd00;
    font-size: 16px;
    font-family: 'Circularbold';
    font-weight: bold;
}

.cardsection::after {
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    opacity: 0.1;
    top: 0;
}

.vipassistancesection::after {
    background-image: url(../img/priority-desk-3.jpg);
    background-size: cover;
    opacity: 0.1;
    top: 0;
}

.formsection::after {
    background-image: url(../img/bg4.jpg);
    background-size: cover;
    opacity: 0.1;
    top: -130px;
    left: -190px;
}

.vipsection::after {
    background-image: url(../img/vipdeskbg.jpg);
    background-size: cover;
    opacity: 0.1;
    top: 0;
}

.infoTaxrefund {
    color: #fff;
    clear: both;
    line-height: 15px;
    font-family: 'Circular', Arial;
    text-align: left;
}

.infoTaxrefund p strong {
    font-size: 17px;
    padding-bottom: 6px;
    display: block;
}

div#nibirumail_cookie_advice {
    top: 0 !important;
    max-height: 65px;
}

.halftop.innersite.howsection,
.halftop.innersite.faqsection {
    height: initial;
}

.halftop.formsection,
.halfbottom50,
.vipsection {
    height: 50vh;
}

.halfbottom50.userformbottom {
    height: 60vh;
}

.halftop.formsection.userformtop h1 {
    padding-bottom: 0;
}


/*--- radio buttons ----*/

.joinfield.radiobuttons input[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.joinfield.radiobuttons input[type="radio"]:checked + label,
.joinfield.radiobuttons input[type="radio"]:not(:checked) + label,
.radiobtn.radiobuttons input[type="radio"]:checked + label,
.radiobtn.radiobuttons input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

.radiobtn.radiobuttons input[type="radio"]:checked + label,
.radiobtn.radiobuttons input[type="radio"]:not(:checked) + label {
    display: inline;
    padding-top: 2px;
}

.joinfield.radiobuttons input[type="radio"]:checked + label:before,
.joinfield.radiobuttons input[type="radio"]:not(:checked) + label:before,
.radiobtn.radiobuttons input[type="radio"]:checked + label:before,
.radiobtn.radiobuttons input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.joinfield.radiobuttons input[type="radio"]:checked + label:after,
.joinfield.radiobuttons input[type="radio"]:not(:checked) + label:after,
.radiobtn.radiobuttons input[type="radio"]:checked + label:after,
.radiobtn.radiobuttons input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #7b7b7b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.joinfield.radiobuttons input[type="radio"]:not(:checked) + label:after,
.radiobtn.radiobuttons input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.joinfield.radiobuttons input[type="radio"]:checked + label:after,
.radiobtn.radiobuttons input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radiobtn.radiobuttons {
    text-align: center;
}

.radiobtn.radiobuttons label {
    display: inline;
    text-align: left;
}

.cardsection .joinfield {
    margin-bottom: 15px;
}

.cardsection .joinfield a {
    text-align: center;
}

.cardsection .col-md-12,
.vipassistancesection .col-md-12 {
    background: #fff;
    border-radius: 20px;
    padding: 5%;
}

.vipassistancesection .col-md-12.infoflight {
    padding: 0px !important;
    box-sizing: border-box;
}

.vipassistancesection .col-md-12.infoflight,
.vipassistancesection .infoflight .flightbg {
    border-radius: 0px;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.vipassistancesection .infoflight .flightbg {
    background: #646463;
    padding: 30px;
}

.cardsection .datafield h1 {
    font-size: 25px;
    margin-bottom: 30px;
}

.cardsection .datafield label,
.viptextbox label,
.taxreply label {
    color: #000;
    line-height: 15px;
    display: block;
}

.taxreply label {
    padding: 10px 0;
}

.cardsection .datafield input[type="text"],
.cardsection .datafield input[type="number"] {
    background: #dedede;
    color: #000;
    text-align: center;
}

.qrcodecontainer {
    width: 230px;
    height: 230px;
    background: #f3cd0a;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    left: -20px;
}

.qrcodecontainer img {
    width: 280px;
    height: 280px;
    position: absolute;
    top: -50px;
    left: -25px;
    image-rendering: pixelated;
}

h1.h1sp {
    font-size: 54px !important;
    padding-bottom: 30px;
    padding-top: 60px;
}

.h1sp span {
    background-image: url(../img/vipico.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 35px;
}

.vipsection .container .h1sp span {
    background-image: url(../img/vipicoblack.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: auto !important;
}

.dropdown-menu.open {
    padding: 0;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 40px !important;
    text-align: center;
    margin-left: -8px;
    background: rgba(187, 172, 75, 0.8);
    padding-top: 10px;
}

.mobasset button.btn.dropdown-toggle.btn-default {
    height: auto;
    padding: 0;
    min-width: inherit;
    margin: 0;
    display: initial;
    line-height: inherit;
    width: auto;
    background: none;
    border: none;
    color: inherit;
    margin-top: 8px;
}

.mobasset button.btn.dropdown-toggle.btn-default:focus {
    outline: 0 !important;
}


.btn-group.bootstrap-select.languages {
    width: auto !important;
    display: initial;
    min-height: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}


/*----SVG----*/

@font-face {
    font-family: "untitled-font-3";
    src: url("../fonts/untitled-font-3.eot");
    src: url("../fonts/untitled-font-3.eot?#iefix") format("embedded-opentype"), url("../fonts/untitled-font-3.woff") format("woff"), url("../fonts/untitled-font-3.ttf") format("truetype"), url("../fonts/untitled-font-3.svg#untitled-font-3") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "untitled-font-3" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "untitled-font-3" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

.icon-alert:before {
    content: "\61";
}

.icon-where:before {
    content: "\62";
}

.icon-vip:before {
    content: "\63";
    font-size: 40px;
    position: relative;
    top: 10px;
    color: #1d1d1b;
}

.icon-viewcard:before {
    content: "\64";
}

.icon-ticket:before {
    content: "\65";
}

.icon-starempty:before {
    content: "\66";
}

.icon-telephone:before {
    content: "\67";
}

.icon-skipline:before {
    content: "\68";
}

.icon-star:before {
    content: "\69";
    color: #646463;
}

.icon-icoarrowlightblue:before {
    content: "\6a";
}

.icon-pending:before {
    content: "\6b";
}

.icon-arrival:before {
    content: "\6c";
}

.icon-calendar:before {
    content: "\6d";
}

.icon-departure:before {
    content: "\6e";
}

.icon-clock:before {
    content: "\6f";
}

.icon-dividerticket:before {
    content: "\70";
}

.icon-edit:before {
    content: "\71";
    top: 18px;
    position: absolute;
}

.icon-edit:hover:before {
    color: #f9d40f;
}

.icon-faq:before {
    content: "\72";
}

.icon-form:before {
    content: "\73";
}

.icon-getrefund:before {
    content: "\74";
}

.icon-icoarrow:before {
    content: "\75";
}

.icon-icoarrowbg:before {
    content: "\76";
}

.icon-icoarrowblue:before {
    content: "\77";
}

label.error {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffd102;
}

.icon-calendar,
.icon-clock {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
}

.text-right {
    text-align: right !important;
}

.alignico {
    float: left;
    margin-right: 5px;
}

.contdate {
    float: left;
}

.blocvip .contdate h1,
.blocvip .contdate p {
    font-size: 15px;
    font-family: circular, arial;
    padding: 0;
}

.blocvip a {
    padding: 0 40px;
    min-width: inherit;
    font-size: 18px;
    margin: 0;
    background: #646463;
    color: #fff;
    text-align: right;
}

.blocvip a:hover {
    background: #ffd000;
    color: #1d1d1b;
}

.blocvip .btnmap a {
    padding: 0;
    color: #000;
    display: block;
    background: none;
    text-align: center;
    font-size: 28px;
    padding-top: 4px;
    padding-left: 3px;
    min-width: initial;
}

.blocvip .btnmap {
    left: inherit;
    right: 10px;
    position: relative;
    float: right;
    top: -7px;
}

.blocvip .col-xs-12.col-sm-3.datafield {
    margin-top: -10px;
}

.blocvip .col-xs-12.col-sm-3.datafield.topmargin {
    margin-top: 40px;
}

.asscomplete {
    text-align: center;
    margin-top: -10px;
}

.asscomplete h1 {
    font-size: 20px !important;
    background: #45ab24;
    color: #fff;
    display: inline-block;
    height: 37px;
    border-radius: 25px;
    padding: 5px 11px;
    margin-bottom: 20px;
}

.asscomplete h1 i:before {
    font-size: 25px;
}

.col-md-12.datafield.topspacer.appointmentinfo .col-xs-3.datafield.topmargin {
    margin-top: -20px;
}

.vipasslink {
    position: relative;
    bottom: -31px;
    left: -15px;
    width: 100%;
    text-align: center;
    line-height: 50px;
}

.halftop.innersite.vipassistancesection .col-md-12.topspacer {
    margin-top: 15px;
}

.infoflight .flightbg .topspacer {
    margin-top: 10px;
}

.vipasslink a {
    border-radius: 0;
    background: #dedede;
    margin: 0;
    width: 100%;
    box-sizing: content-box;
    height: 70px;
    display: block;
}

.vipasslink a:hover,
.vipasslink a:hover:before {
    background: #646463;
    color: #fff;
}

.vipasslink a:hover:before {
    transition: all 1.5s;
}

#toggles *,
#toggles *:before,
#toggles *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    outline: none;
}

#toggles *:after {
    display: none;
}

#toggles {
    width: 60px;
    margin: 0px;
    text-align: center;
}

.ios-toggle,
.ios-toggle:active {
    position: absolute;
    top: -5000px;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #f8f8f8;
    cursor: pointer;
}

.checkbox-label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 34px;
    text-indent: 40px;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0px;
    left: 0px;
    right: auto;
    background: white;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
}

.checkbox-label:after {
    content: attr(data-off);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -300px;
    padding: 10px;
    height: 100%;
    width: 300px;
    text-align: right;
    color: #bfbfbf;
    white-space: nowrap;
}

.ios-toggle:checked + .checkbox-label {
    -webkit-box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
    -moz-box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
    box-shadow: inset 0 0 0 20px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
}

.ios-toggle:checked + .checkbox-label:before {
    left: calc(100% - 36px);
    -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
}

.ios-toggle:checked + .checkbox-label:after {
    content: attr(data-on);
    left: 60px;
    width: 36px;
}

#checkbox1 + .checkbox-label {
    -webkit-box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
    -moz-box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
    box-shadow: inset 0 0 0 0px rgba(19, 191, 17, 1), 0 0 0 2px #dddddd;
}

#checkbox1:checked + .checkbox-label {
    -webkit-box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
    -moz-box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
    box-shadow: inset 0 0 0 18px rgba(19, 191, 17, 1), 0 0 0 2px rgba(19, 191, 17, 1);
}

#checkbox1:checked + .checkbox-label:after {
    color: rgba(19, 191, 17, 1);
}

.icon-telephone {
    font-size: 50px;
    padding: 0;
    top: -5px;
    left: 0;
    position: absolute;
}

.viptextbox {
    margin-top: 40px;
}

.viptextbox textarea {
    background: #dedede;
    border: none;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Circularbold' !important;
    min-height: 150px;
}

.pending {
    text-align: center;
    margin-top: 10px;
}

.pending h1 {
    font-size: 25px;
}

.icon-pending {
    font-size: 80px;
    line-height: 40px;
}

.blocvip a.editinfo {
    background: none;
    padding: 0;
    font-size: 40px;
    margin-right: 43px;
}

.datafield .blocvip .taxreply h3 {
    color: #13bf11;
    text-align: left;
}

.datafield .blocvip .taxreply {
    margin-top: 30px;
}

.directreply {
    min-height: 50px;
    background: #646463;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Circularbold';
}

.taxreply h1,
.taxreply p {
    font-family: 'Circularbold';
    font-size: 30px;
    padding: 0;
}

.taxreply p {
    font-size: 14px;
}

.taxreply .col-xs-6 p {
    font-size: 20px;
}

.feedbackcont {
    position: relative;
}

.feedbackcont h1 {
    color: #fff;
    position: absolute;
    top: 22px;
    right: 19px;
    z-index: 9;
    font-size: 24px;
}

.feedbackcont .icon-star {
    font-size: 70px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: -10px;
}


/*--- rating stars -------*/

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.starsrate {
    width: 250px;
    margin: 0 auto;
}

.starsrate label {
    font-size: 30px;
}

.blocvip .feedbackcont a {
    padding: inherit;
    min-width: inherit;
    font-size: inherit;
    margin: inherit;
    background: inherit;
    color: inherit;
    text-align: inherit;
}

.infoflight span {
    font-size: 15px;
    font-family: 'Circularbold';
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.infoflight .flightnumber,
.docnumber {
    background: #fff;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 40px;
    margin-left: 20px;
    font-family: 'Circularbold';
    font-weight: bold;
    font-size: 19px;
}

.flightlocation {
    background: #f0f0f0;
    min-height: 200px;
    padding: 20px 50px;
}

.infoflight .col-md-9 {
    width: 550px;
}

.group_departure {
    position: relative;
}

.group_departure .icon-departure:before {
    color: #2594ca;
}

.group_arrival .icon-arrival:before {
    color: #cd3e4b;
}

.group_departure .icon-departure,
.group_arrival .icon-arrival {
    font-size: 70px;
    line-height: 50px;
}

.group_layover {
    top: -10px;
    position: relative;
    height: 70px;
    width: 70px;
    margin: 0 auto
}

.group_layover .icon-icoarrowbg {
    position: absolute;
    top: 0;
    font-size: 70px;
}

.group_layover .icon-icoarrowbg:before {
    color: #d9d9d9;
}

.group_layover .icon-icoarrowlightblue:before {
    color: #2091e1;
}

.group_layover .icon-icoarrowblue:before {
    color: #275b9e;
}

.group_layover .icon-icoarrowlightblue,
.group_layover .icon-icoarrowblue {
    z-index: 1;
    position: absolute;
    left: 50%;
    font-size: 80px;
    margin-left: -40px;
    top: 5px;
    line-height: 60px;
}

.infoflight label {
    color: #000;
    width: 100%;
    text-align: center;
}

div#officeSearchPopup .searchbox {
    margin-bottom: 30px;
}

.flightlocation .flightairport {
    background: #7b7b7b;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 40px;
    margin-left: 20px;
    font-family: 'Circularbold';
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    margin: 0;
}

.flightlocation #toggles {
    margin: 0 auto;
}

.infoflight .icon-calendar,
.infoflight .icon-clock {
    font-size: 50px;
    width: 50px;
    margin: 0 auto;
}

.infoflightbottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    padding-bottom: 40px;
    background: #fff;
    margin: 0;
}

.resetright {
    padding-right: 0;
}

.infoflight .cont_ticketnumber {
    height: 100%;
    position: relative;
    left: 0;
}

.infoflight .topticket {
    background: #0a4d6d;
    color: #fff;
    min-height: 50%;
    height: 250px;
    background: #0a4d6d;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 30px;
}

.infoflight .bottomticket {
    background: #2594ca;
    color: #fff;
    min-height: 50%;
    height: 246px;
    background: #2594ca;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 40px;
    padding-top: 70px;
}

.cont_ticketnumber .topticket span {
    font-size: 20px;
}

.infoflight .bottomticket span {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    display: block;
}

.topticket .icon-ticket:before,
.ticketnumber .icon-dividerticket:before {
    color: #fff;
}

.topticket .icon-ticket {
    font-size: 120px;
    line-height: 80px;
    margin-bottom: 10px;
}

.ticketnumber .icon-dividerticket {
    position: absolute;
    top: 160px;
    margin: 0;
    padding: 0;
    font-size: 200px;
    line-height: 180px;
    height: 20px;
    left: 2px;
    width: 100%;
}

.bottomticket .docnumber {
    background: #275b9e;
    margin: 0;
    padding: 0 10%;
}

.menustores {
    position: absolute;
    background: #646463;
    border-left: solid 10px #ffd700;
    height: 300px;
    right: 0;
    z-index: 1;
    display: flex;
    height: 100%;
    padding: 0;
}

a.btn.fa-times,
a.btn.fa-check {
    line-height: 50px;
    font-size: 25px;
    width: 85px;
    bottom: 0;
    position: absolute;
}

div#storelistContainer.cont_categories {
    padding-top: 145px;
}

div#storelistContainer.cont_categories .categoriesbox {
    padding-top: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.menustores .cont_storelist {
    padding: 0 20px;
    padding-top: 0px;
    overflow: auto;
    height: calc(100% - 140px);
}

.menustores #storelist.cont_storelist.cont_office {
    height: calc(100% - 70px);
}

.menustores #storelist.cont_storelist {
    padding: 10px;
    padding-top: 0px;
    overflow: auto;
    height: calc(100% - 130px);
}

div#storelistContainer.cont_categories .searchbox {
    padding: 0;
    padding-top: 10px;
    position: relative;
}

span.fa.fa-arrowdown {
    right: 0;
    position: absolute;
    top: 5px;
}

div#storelistContainer.cont_categories #divFilterCity.searchbox span.fa.fa-search {
    right: 50px;
}

div#storelistContainer.cont_categories .searchbox span.fa.fa-search {
    position: absolute;
    right: 30px;
    top: 2px;
    color: #646463;
}

a.btn.btn-primary.fa.fa-check.right {
    right: 20px;
}

div#storelistContainer.cont_categories .searchbox span.fa.fa-search:before {
    position: relative;
    right: initial;
    top: 20px;
    color: #646463;
}

div#storelistContainer.cont_categories .searchbox input#txtCityFilter.searchbtn {
    width: calc(100% - 13px);
}

div#storelistContainer.cont_categories .searchbox input.searchbtn {
    padding-top: 10px;
    border-radius: 30px;
    border: inherit;
    font-family: 'Circularbold';
    font-weight: bold;
    font-size: 18px;
    color: #646463;
    padding: 0 20px;
    height: 50px;
    padding-right: 50px;

}

.cont_storelist div#divChooseCategoriesList div {
    float: left;
    margin: 0;
    margin-right: 5%;
    border: 0;
    border-radius: 30px;
    line-height: 0;
    margin-bottom: 15px;
}

div#divChooseCategoriesList {
    overflow: hidden;
    padding-top: 10px;
}

.cont_storelist div#divChooseCategoriesList div.selected {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 0px;
    position: relative;
    background: #ffd51d;
}

.cont_storelist div#divChooseCategoriesList div.selected:after {
    content: "\f00c";
    opacity: 1;
    position: absolute;
    left: 50%;
    font-size: 30px;
    margin-left: -17px;
    top: 20px;
    height: 30px;
    color: #fff;
}

.cont_storelist div#divChooseCategoriesList div.selected img {
    opacity: 0.4;
}

div#divChooseCategoriesList div:nth-child(5n+5) {
    clear: left;
}

div#divChooseCategoriesList div:nth-child(1n+5) {
    margin: 15px 0;
    margin-right: 5%;
}

div#storelistContainer.cont_categories .icon_city {
    background-image: url(../img/cityicon.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 60px;
    margin: 0 auto;
    height: auto;
    display: block;
    text-align: center;
    padding-top: 50px;
    color: #ffdd00;
    font-family: 'Circularbold';
    font-weight: bold;
}


div#storelistContainer.cont_categories .icon_categoryopen,
div#storelistContainer.cont_categories .icon_category {
    background-image: url(../img/categoryicon.png);
    background-repeat: no-repeat;
    background-position: center 0px;
    width: auto;
    margin: 0 auto;
    height: auto;
    display: block;
    text-align: center;
    height: 49px;
    color: #ffdd00;
    font-family: 'Circularbold';
    font-weight: bold;
    border-radius: 25px;
    border: solid 2px #ffdd00;
    margin-top: 10px;
}

div#storelistContainer.cont_categories .icon_categoryopen {
    background-image: url(../img/categoryiconopen.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}

span.catline img {
    height: 24px;
    width: auto;
}

.menustores .btnfield {
    position: absolute;
    bottom: 30px;
    z-index: 9999999999999;
    width: 100%;
    text-align: center;
}

.menustores .btnfield a {
    background: #ffdd00;
    color: #1d1d1b;
    text-decoration: none;
    cursor: pointer;
    height: 50px;
    border: none;
    font-size: 20px;
    font-family: 'Circularbold';
    font-weight: bold;
    padding: 0 20px;
    min-width: 210px;
    line-height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;
}

.appointmentinfo .row.cardsection .error {
    color: #c14457;
    width: 100%;
    bottom: 0px;
    display: block;
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
}


/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 99999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.languages {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    min-height: 30px;
    color: #ffd001;
    background-color: #000000;
    border-radius: 50px;
    font-size: 16px;
    line-height: 16px;
    border: none;
    font-family: 'Circularbold';
    font-weight: bold;
    padding: 5px 15px;
    padding-right: 18px;
    background-image: linear-gradient(45deg, #ffffff00 50%, #ffd001 50%), linear-gradient(135deg, #ffd001 50%, transparent 50%), linear-gradient(to right, black, black);
    background-position: calc(100% - 8px) calc(1em + -2px), calc(100% - 4px) calc(1em + -2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

.joincontainer .easyPaginateNav a {
    max-width: inherit;
    height: inherit;
    min-width: inherit;
    padding: 10px;
    line-height: inherit;
    padding: 4px 15px;
    margin: 5px;
}

.easyPaginateNav .current,
.easyPaginateNav a:hover,
.easyPaginateNav .first:hover,
.easyPaginateNav .last:hover {
    background: #1d1d1b;
    color: #ffdd00;
}

.linestore h1 {
    font-size: 16px;
    font-family: 'Circularbold';
    font-weight: bold;
    color: #fff;
}

.linestore {
    margin: 10px 0;
}

.btnmap {
    bottom: 10px;
    position: absolute;
    right: 40px;
    z-index: 999;
}

label#user_customer-error {
    position: relative;
    left: 0px;
    top: -10px;
    color: #b84757;
}

label#password_customer-error {
    position: relative;
    left: 0px;
    top: -10px;
    color: #b84757;
}

.halfbottom50 {
    min-height: 300px;
}

.joinfield.splitfield.lclear.lastdiv span {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    padding-left: 5px;
}

.empty span {
    color: white;
    font-size: 25px;
    font-family: 'Circularbold';
    font-weight: bold;
    padding-bottom: 10px;
}

.halfbottom50.userformbottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.halftop.formsection.userformtop {
    height: 100vh;
}

a#btnExpand,
a#btnReduce {
    display: block;
    height: 100%;
}

.btnfield.searchbtn,
.btnmap {
    position: absolute;
    bottom: 20px;
    display: block;
    background: gold;
    height: 56px;
    width: 56px;
    border-radius: 30px;
    left: 10px;
    -webkit-box-shadow: 4px 5px 6px -2px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 4px 5px 6px -2px rgba(0, 0, 0, 0.42);
    box-shadow: 4px 5px 6px -2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.btnfield.searchbtn .fa.fa-search {
    display: block;
    height: 100%;
}

.btnmap {
    left: inherit;
    right: 50px;
}

.btnmap .expandmap.arrow1,
.btnmap .reducemap.arrow1 {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid black;
    position: relative;
    right: -29px;
    top: 14px;
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btnmap .reducemap.arrow1 {
    right: -27px;
    top: 15px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.btnmap .expandmap .arrow2,
.btnmap .reducemap .arrow2 {
    width: 0;
    height: 0;
    position: relative;
    right: 0;
    bottom: 0;
    border: 0 solid transparent;
    border-right-width: 10px;
    border-left-width: 10px;
    border-bottom: 10px solid black;
    position: relative;
    right: 11px;
    bottom: -28px;
    display: block;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.btnmap .reducemap .arrow2 {
    right: 10px;
    bottom: 22px;
}

.linestore h1 {
    font-size: 13px;
}

.fa-search:before,
.fa-arrowdown:before {
    content: "\f002";
    top: 15px;
    position: absolute;
    left: 16px;
    font-size: 23px;
    color: black;
}

.fa-arrowdown:before {
    background-image: url(../img/arrowdowngrey.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 15px;
    content: '';
    right: 20px;
    left: inherit;
}

.containerbottom {
    margin-top: 0;
}

.joincontainer a {
    height: 40px;
    line-height: 40px;
    min-width: 110px;
}

.in-slide-content.topslide {
    top: 10% !important;
}

label#travel_doc_number-error {

    color: #ff3553;
    text-align: center;
}

label#flight_number-error.error {
    position: absolute;

    color: #ff3553;
}

.textfieldcontainer input.datepicker.error::placeholder {
    color: transparent;
}

.textfieldcontainer input#dt_departure_date.error,
.textfieldcontainer input#dt_departure_time.error {
    display: inline;
    width: auto;
}

.infoflight .datafield input.error {
    background: #a0504773;
    border: 2px solid #c14457;
    color: #dc495f;
    z-index: 9999;
    position: relative;
}

.textfieldcontainer {
    position: relative;
}

.infoflight .datafield .flightlocation .textfieldcontainer input.error {
    background: #a0504773;
    border: 2px solid #c14457;
    color: #dc495f;
    z-index: 9999;
    position: relative;
}

.textfieldcontainer label.error {
    position: absolute;
    z-index: 999;
    top: 15px;
    color: #dc495f;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.infoflightbottom .textfieldcontainer label.error {
    top: 36px !important;
}

body.zh * {
    font-family: SimSun, Arial;
}

.infoflight span.point {
    color: #000;
}

i.fa,
.fa {
    font-family: 'FontAwesome' !important;
}

.row.infoflightbottom select {
    color: #000;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    background: none;
    text-align-last: center !important;
    padding: 0;
    margin: 0;
    font-family: 'Circularbold', Arial;
}

.row.infoflightbottom .departuretime select {
    color: #000;
    padding: 0;
    width: auto;
    height: auto;
    margin: 0;
    border: none;
    background: none;
    text-align: center !important;
    font-family: 'Circularbold', Arial;
}

div#destAirSearchList div {
    font-family: 'Circularbold', Arial;
}

.row.infoflightbottom .date-dropdowns {
    text-align: center;
}

.date-dropdowns select {
    -webkit-appearance: menulist;
    -moz-appearance: inherit;
    appearance: inherit;
    padding: 0;
    padding-left: 5px;
}

div#divChooseCategories {
    position: absolute;
    top: 0;
    background: #646463;
    width: 100%;
    height: 100%;
}

.btnExpandField {
    background-image: url(../img/arrowdown.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 100px;
    border-radius: 25px;
    border: solid 2px #fff;
    margin: 20px auto 20px auto;
    clear: both;
}

div#divFilterCategories {
    z-index: 1;
}

/*----- IE FIX -----*/

_:-ms-lang(x),
.container-fluid.heightdisplay {
    min-height: 850px !important;
    overflow: hidden;
    height: auto !important;
}

_:-ms-lang(x),
.cashrefund .in-slide-content.refundstyle {
    top: 20%;
    margin-left: inherit;
    left: 10% !important;
}

_:-ms-lang(x),
.prioritydeskcontainer .in-slide-content {
    left: initial !important;
    right: 10%;
}

_:-ms-lang(x),
.mc-old-browser .mc-image {
    height: auto !important;
}

_:-ms-lang(x),
body * {
    transition: initial !important;
}

_:-ms-lang(x),
.cashrefund .in-slide-content.refundstyle,
.prioritydeskcontainer .in-slide-content {
    top: 20%;
    margin-left: inherit;
    right: 10% !important;
    left: inherit !important;
    width: 600px !important;
    background: none;
}

_:-ms-lang(x),
.in-slide-content {
    top: 30% !important;
    left: 20% !important;
    width: 410px !important;
}

_:-ms-lang(x),
ul.tip_menu {
    background: rgba(33, 33, 33, 0.8);
}

_:-ms-lang(x),
div#maximage img {
    height: 100% !important;
    width: auto !important;
}

_:-ms-lang(x),
.footer {
    z-index: 999999999 !important;
}


/*------ WIZARD SECTION --------*/

.language_container .flags img {
    width: 60px;
}

.language_container {
    max-width: 400px;
    margin: 0 auto;
    line-height: 140px;
    overflow: hidden;
    margin-top: 50px;
}
.wizard_departure.country_visited {
    max-width: 600px;
    margin: 0 auto;
}
.wrap_wizard { background: #ffdd00;}
.wrap_wizard a {
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 25px;
    display: block;
    line-height: 65px;
    border-radius: 100px;
}
.wrap_wizard a:hover {
    text-decoration: underline;
}

.language_container .flags {
    margin-bottom: 70px;
}

.wrap_wizard .flags a {
    background-color: transparent;
}

.wizard_departure img {
    width: 50px;
}

.wizard_departure .objbtn {
    margin-top: 50px;
    margin-bottom: 30px;
}

a.btnback {
    display: block;
    width: 150px;
    line-height: 50px;
    font-size: 18px !important;
    margin: 0 auto;
    background-image: url(../img/imgback.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 15px;
    bottom: 20px !important;
    position: relative;
    margin-top: 50px !important;
    /*position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -100px;*/
}
ul#ui-id-1 {
    max-height: 200px;
    overflow: hidden auto;
    width: 300px;
}
span.icon_transport img {
    width: 70px;
    top: 15px;
    position: relative;
    right: -10px;
}

.text_wizard {
    text-align: left;
        padding-bottom: 20px;
}

.text_wizard p {
    line-height: initial;
    margin: 20px 0;
    font-size: 18px;
}
.row_txtimg {
    margin: 30px 0;
    overflow: hidden;
}
.cashrefundtxt a {
    background: transparent;
    color: #00a1e7;
    text-decoration: underline;
    font-size: 25px;
    display: inline-block;
    line-height: inherit;
    border-radius: initial; }
.wizard_departure.country_visited .objbtn {
    margin-top: 30px;
    margin-bottom: 30px;
}
.inputfields input.searchbtn::placeholder {color: #000;}
.inputfields input.searchbtn {color: #000; font-size: 25px;
    display: block;
    height: 60px; max-width: 300px;}
.row_txtimg .col-md-3.text-right.img_txt img {
    width: 100%; }

.fullheight {height:100vh;}
.wizard_departure.text-center {max-width: 900px; margin: 0 auto;}
.wizard_departure .col-xs-3 {
    position: relative;
    top: 15px;
    text-align: center;
    width: 50px;
    padding: 0;
    z-index: 999999;
    margin-left: -65px;
}
.wizard_departure .col-xs-3 img {
    width: 30px;
    text-align: left;
}
#divUserLocationIcon::before, #divUserDirections::before {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    color: #000;
    font-size: 28px;
    top: 13px;
}
#divUserDirections::before{
    margin-left: -15px;
}