/* latin-ext */
@font-face {
    font-family: Magisho;
    src: url("fonts/Magisho.otf") format("opentype");
}

@font-face {
    font-family: Geonik;
    src: url("fonts/Geonik-DemiBold.otf") format("opentype");
}

:root {
  --main-color: #1A2B48;
  --grey-color: #5E6D77;
  --light-grey-color: #EAEEF3;
  --orange-color: #FA5636;
  --link-color: #5191FA;
  --link-color-dark: #4983e1; }

body {
    color: var(--main-color, #1A2B48);
    font-size: 13px;
    font-family: 'Geonik', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;
    background: #eee;
}

a, a:hover {
    color: #E26120;
}

.block {
    display: block;
}

label, .lbl {
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    margin-bottom: 0px;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f24 {
    font-size: 24px !important;
}

.font-normal {
    font-weight: 400 !important;
}

.c-grey {
    color: var(--grey-color, #5E6D77) !important;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.mt20 {
    margin-top: 20px;
}

.pr30 {
    padding-right: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.pb100 {
    padding-bottom: 100px;
}

ul.st-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.col-20, .col-50, .col-60 {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

.col-20 {
    width: 20%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

/* SELECT */



/* HEADER */

#header #topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 50px;
    background: #E26120;
}

    #header #topbar .topbar-left {
        font-size: 14px;
    }

    #header #topbar .socials {
        display: inline-block;
        border-right: 1px solid rgba(47, 32, 19, 0.2)
    }

        #header #topbar .socials li a {
            padding-left: 18px;
            padding-right: 18px;
            color: #fff;
            font-size: 14px;
        }

        #header #topbar .socials li:first-child a {
            padding-left: 0;
        }

    #header #topbar .topbar-items {
        display: inline-block;
    }

        #header #topbar .topbar-items li:last-child {
            padding-right: 0px;
        }

        #header #topbar .topbar-items li {
            padding-left: 18px;
            padding-right: 18px;
            display: inline-block;
        }

            #header #topbar .topbar-items li a {
                color: #fff;
                font-weight: 400;
                font-size: 12px;
            }

    #header #topbar .topbar-right {
        font-size: 12px;
    }
        

    #header #topbar .topbar-items li:not(:last-child) {
        border-right: 1px solid rgba(47, 32, 19, 0.2);
    }

    #header #topbar .topbar-right .topbar-items li a {
        font-size: 12px;
    }

    #header #topbar .topbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    #header #topbar .dropdown-menu {
        background: #002169;
    }

    #header #topbar .dropdown-menu li {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: inline-block;
    }

.dropdown-language a {
    text-transform:capitalize;
}

#header #topbar .dropdown-menu li a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    color: #fff;
}

    #header #topbar .dropdown-menu li a:hover {
        background: rgba(0, 0, 0, 0.3);
    }

#header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;    
    background: #E26120;
}

    #header .header .toggle-menu {
        margin-top: 2px;
        line-height: 1;
        display: none;
        float: left;
    }

    #header .header .header-left {
        position: relative;
    }

    #header .header .header-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #header .header .header-left .logo {
            margin-right: 30px;
            float: left;
        }

.header .logo img {    
    max-width: 100%;
}

#header .header .header-left #st-main-menu .main-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#header .header .header-left #st-main-menu .back-menu {
    display: none;
}

    #header .header .header-left #st-main-menu .main-menu > li {
        display: inline-block;
    }

        #header .header .header-left #st-main-menu .main-menu > li > a {
            display: block;
            padding: 35px 25px;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            font-family: 'Magisho', sans-serif !important;
        }

    #header .header .header-left #st-main-menu .main-menu a {
        color: #fff;
        text-decoration: none;
    }

#header .header .header-left #st-main-menu .main-menu > li.active > a, #header .header .header-left #st-main-menu .main-menu > li:hover > a, #header .header .header-left #st-main-menu .main-menu > li.current-menu-item > a {
    text-decoration: underline;
}

#header .header .header-left #st-main-menu .main-menu li.current-menu-item > a, #header .header .header-left #st-main-menu .main-menu li.current-menu-ancestor > a {
    text-decoration: underline;
}

#header .header .header-right .dropdown-minicart .mini-cart {
    cursor: pointer;
}

#header .header .mini-cart {
    position: relative;
}

    #header .header .mini-cart .cart-counter {
        box-sizing: border-box;
        position: absolute;
        top: -7px;
        right: -10px;
        width: 22px;
        height: 22px;
        font-size: 14px;
        font-family: 'Scada', sans-serif;
        color: #FFF;
        line-height: 18px;
        text-align: center;
        background-color: #F7432C;
        border: solid 2px #fff;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.hotel-list-page .banner {
    position: absolute;
    top: 0;
    left: -534px;
    right: 0;
    clear: both;
}


.dropdown-minicart .cart-item .badge, .dropdown-minicart .cart-item .pax, .dropdown-minicart .cart-item .mini-info {
    font-size: 12px !important;
}

#header .header .cart-item .badge {
    background: #1A2B48;
    border-radius: 3px;
}

.cart-item .pax {
    color: #0081c6;
    font-weight: 600;
}

.cart-item .mini-info {
    margin-top: 3px;
    line-height: 20px;
}

.cart-item .period {
    color: #5E6D77;
}

.cart-item button {
    padding: 0;
    background: transparent;
    border: 0;
}

    .cart-item button i {
        font-size: 18px;
    }

.cart-actions a.btn, .cart-actions button.btn {
    color: #fff !important;
    background: #5191FA;
    padding-top: 13px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 13px !important;
}

    .cart-actions a.btn:hover .cart-actions button.btn:hover {
        background: #5191FA;
    }

.subtotal {
    margin-bottom: 15px;
}


#header .header .header-right .st-list li .dropdown-menu {
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 1px 1px #E4E4E4;
    box-shadow: 0 0 1px 1px #E4E4E4;
    border: none;
}

#header .header .header-right .dropdown-minicart .dropdown-menu {
    width: 320px;
    border: none;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 1px 1px #E4E4E4;
    box-shadow: 0 0 1px 1px #E4E4E4;
}

#header .header .header-right .dropdown-menu {
    right: 0;
    left: auto;
}

#header .header .header-right .dropdown-minicart .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
}

#header .header .header-right .st-list li .dropdown-menu li {
    display: block;
    margin: 0;
}

#header .header .header-right .dropdown-minicart .dropdown-menu li {
    display: block;
    padding: 20px;
    margin: 0;
}

#header .header .header-right .dropdown-minicart .dropdown-menu .heading .st-heading-section {
    margin: 0;
    font-size: 16px;
}

.cart-text-empty {
    font-size: 14px;
    padding: 15px 20px 10px 20px;
}


@media (max-width: 991px) {
    #header #topbar {
        padding-left: 35px;
        padding-right: 35px;
    }

        #header #topbar .socials {
            border: none;
        }

        #header #topbar .st_login_social_link {
            display: block;
            max-width: 50%;
            margin: 0 auto;
        }

        #header #topbar .topbar-right .topbar-items li {
            border: none;
        }

        #header #topbar .topbar-right .topbar-items .signup-item {
            padding-right: 0;
        }

    #header .header {
        padding: 30px 35px;
    }

        #header .header .header-left {
            float: left;
            margin-right: auto;
        }

        #header .header .toggle-menu {
            display: block;
            margin-top: 0;
            margin-right: 20px;
        }

    #st-main-menu {
        position: fixed !important;
        margin-top: 50px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        bottom: 0;
    }

        #st-main-menu .back-menu {
            position: fixed;
            top: 0;
            left: -110%;
            background: #f5f5f5;
            width: 300px;
            height: 50px;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 15px;
            color: grey;
            padding-left: 22px;
            opacity: 0.8;
            border-bottom: 1px solid #EEEEEE;
            text-decoration: none;
            -webkit-transition: left .3s ease, opacity .3s ease;
            transition: left .3s ease, opacity .3s ease;
        }

            #st-main-menu .back-menu .fa {
                font-size: 22px;
                margin-right: 10px;
            }

        #st-main-menu .main-menu {
            position: fixed;
            top: 50px;
            left: -110%;
            width: 300px;
            height: 100%;
            background: #FFF;
            opacity: 0.8;
            -webkit-transition: left .3s ease, opacity .3s ease;
            transition: left .3s ease, opacity .3s ease;
            overflow-y: auto;
        }

            #st-main-menu .main-menu li {
                display: block !important;
            }

                #st-main-menu .main-menu li a {
                    padding: 18px 25px !important;
                    font-size: 14px !important;
                    font-weight: 500 !important;
                }

                #st-main-menu .main-menu li.menu-item-has-children .fa {
                    width: 50px;
                    height: 20px;
                    right: 20px !important;
                    top: 22px !important;
                    cursor: pointer;
                    text-align: right;
                    font-size: 22px !important;
                }

                #st-main-menu .main-menu li.menu-item-has-children .menu-dropdown {
                    display: none;
                    position: static !important;
                    opacity: 1 !important;
                    visibility: visible !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                }

                #st-main-menu .main-menu li:not(:last-child) a {
                    border-bottom: 1px solid #EEEEEE;
                }

        #st-main-menu.open {
            opacity: 1;
            visibility: visible;
            z-index: 999;
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
        }

        #st-main-menu.open .back-menu {
            opacity: 1;
            left: 0;
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
        }

        #st-main-menu.open .main-menu {
            opacity: 1;
            left: 0;
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
        }
}

    @media (max-width: 767px) {

        #header #topbar {
            padding-left: 15px;
            padding-right: 15px;
        }

            #header #topbar .socials li a {
                font-size: 18px;
            }

            #header #topbar .topbar-right .topbar-items li {
                padding-left: 10px;
                padding-right: 10px;
            }

        #header .header {
            padding: 20px;
        }

            #header .header .toggle-menu {
                margin-top: 3px;
                margin-right: 10px;
            }

            #header .header .logo img {
                max-height: 60px;
            }

        .topbar-right .st-list.topbar-items .topbar-item.link-item .login {
            display: none;
        }
    }


/* HOME BANNER */

.cover {
    padding: 80px 7% 0;
    min-height: 395px;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}

.banner {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0;
    position: relative;
    margin-bottom: 50px;
}

    .banner h1 {
        font-size: 76px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        margin: 0;
        text-shadow: 5px 3px 9px rgba(25,39,40,.3);
    }


.first-item {
    margin-top: 43px;
}




.vc_custom_1557891092526 {
    padding-top: 20px !important;
    padding-bottom: 5px !important;
}

.st-offer-new {
    padding: 60px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
}

    .st-offer-new .featured-text {
        padding: 7px 20px;
    }

    .st-offer-new .item-title {
        color: #fff;
        margin-top: 60px;
        font-weight: 450;
        font-size: 35px;
        margin-bottom: 18px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .st-offer-new .item-sub-title {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 75px;
    }
    .st-offer-new a.btn-default {
        position: absolute;
        opacity: 0;
        bottom: 20px;
        color: #fff;
        background: transparent !important;
        border-color: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn.btn-default {
    border-radius: 3px;
    color: var(--link-color, #5191FA);
    border: 1px solid #D7DCE3;
    border-top-color: rgb(215, 220, 227);
    border-right-color: rgb(215, 220, 227);
    border-bottom-color: rgb(215, 220, 227);
    border-left-color: rgb(215, 220, 227);
}

.st-offer-new .img-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-size: cover !important;
    background-position: center;
}

.st-offer-new {
    height: 446px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px;
}

.fs-28 h2 {
    font-size: 28px;
}

.search-result-page .list-destination.masonry {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 990px) {
    .list-destination.masonry .first {
        padding-right: 10px !important;       
    }

    .list-destination.masonry .second {
        padding-left: 7px !important;
    }
}

    .list-destination.masonry .destination-item {
        margin-bottom: 20px !important;
    }

.destination-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 280px;
    background-position: center center;
    background-size: cover;
}

.destination-item .card-hover {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.destination-item a:hover .card-hover {
    background: rgba(0,0,0,0.4);
}

.list-destination a {
    color: #fff;
}

    .list-destination a:hover, .list-destination a:active, .list-destination a:focus {
        text-decoration: none;
    }


.destination-item .image .content {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: right;
}

.list-destination.masonry .destination-item .image .content {
    width: 100%;
}

.destination-item .image .content .title {
    font-size: 36px;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0 0 2px rgb(25,39,40);
    transition-duration: 690ms;
    padding: 5px 30px 5px 15px;
    margin: 0;
}

.destination-item .image .content .filled {
    background: rgba(0,0,0,0.5);
    height: 50px;
    width: 80%;
    float: right;
}

.destination-item .image .content .desc {
    background: #efe428;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    float: right;
    padding: 3px 30px;
}

.destination-item a.st-link:hover h4.title {
    transform: scale(1.1);
}

    .destination-item .image .content .title a, .destination-item .image .content .desc a {
        color: #FFFFFF;
    }



@media screen and (max-width: 767px) {
    .st-offer-new .item-title {
        margin-top: 25px;
    }

    .vc_column-inner {
        padding: 0 15px;
    }

    .st-offer-new {
        height: 350px;
    }

    .search-result-page .list-destination.masonry .first, .search-result-page .list-destination.masonry .second {
        height: auto;
    }
}

.st-offer-new .item-sub-title {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 75px;
}

.st-offer-new a.btn-default {
    position: absolute;
    opacity: 0;
    bottom: 20px;
    color: rgb(255, 255, 255);
    background: transparent;
    border-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
    .st-offer-new a.btn-default {
        bottom: 60px;
        opacity: 1;
    }
}

.st-offer-new a.btn-default:hover {
    background: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
    color: var(--link-color, #5191FA) !important;
}

.st-offer-new:hover .img-cover {
    transform: scale(1.1);
}

.st-offer-new:hover .item-title {
    margin-top: 25px;
}

.st-offer-new:hover a.btn-default {
    opacity: 1;
    bottom: 60px;
}

.st-offer-new a.btn-default:hover {
    background: #fff;
    border-color: #fff;
    color: var(--link-color, #5191FA);
}

.list-destination.masonry .destination-item {
    margin-bottom: 20px !important;
}

/* SIDEBAR */

.panel, .search-form {
    margin-bottom: 30px;
    border: 1px solid #D7DCE3;
    border-radius: 3px;
}

.search-form {
    box-shadow: 0px 2px 9px 0px #dfdfdf;
    padding-bottom: 15px;
    background: #fff;
}

    .search-form .search-title {
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: 30px;
    }

        .search-form .search-title::before, .panel .panel-heading::before {
            content: '';
            width: 3px;
            height: 22px;
            background: #0081c6;
            display: block;
            float: left;
            margin-right: 10px;
            position: relative;
            top: 1px;
        }


    .search-form .form-group {
        margin-bottom: 10px;
    }

.input-group .form-control {
    background: #fff;
    border-right: 0;
}

.search-form button {
    margin-left: auto;
    background: rgb(245, 166, 4) !important;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 6px 0;
}

.input-group-addon {
    padding: 6px 10px 6px 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #0081c6;
    text-align: center;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
 
.panel .panel-heading {
    margin-bottom: 5px;
    margin-top: 30px;
    font-size: 16px;
    color: var(--main-color, #1A2B48);
    background: #fff;
    padding: 0;
    border: none;
    text-transform: uppercase;
}

.panel .panel-body {
    padding: 0;
}


.panel .sidebar-item {
    padding: 20px;
    border-top: 1px solid #D7DCE3;
}

    .panel .sidebar-item:first-child {
        border-top: 0;
    }

.sidebar-item h4 {
    font-size: 14px;
    color: var(--main-color, #1A2B48);
    float: left;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
}

.sidebar-item .item-title {
    cursor: pointer;
}

.sidebar-item.open .item-title .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-item .item-title .fa {
    font-size: 22px;
    color: var(--main-color, #1A2B48);
    float: right;
}

.sidebar-item .item-content {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

    .sidebar-item .item-content.col-xs-12 {
        padding-left: 7px;
        padding-right: 7px;
    }

.input-group-btn .btn.btn-primary {
    padding: 7px 15px !important;
}


.slider.slider-horizontal .slider-selection {
    background: #0081c6;
    border-radius: 100px;
    height: 6px;
    border-color: #0081c6;
}

.slider.slider-horizontal {
    width: 100%;
    margin-bottom: 25px;
}

.slider.slider-horizontal .slider-track {
    background: #EEEEEE;
    border-radius: 100px;
    height: 6px;
    border: 0;
}
    .slider.slider-horizontal .slider-handle {
        height: 12px;
        width: 12px;
        background: #0081c6;
        border: 0;
        top: 2px;
    }

    .slider.slider-horizontal .slider-handle {
        margin-left: -7px;
    }

.irs-from, .irs-to, .irs-single {
    background: #0081c6;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    border-radius: 3px;
}

.irs-from {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-to {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    cursor: default;
    white-space: nowrap;
}


/* MAIN RESULTS */

.toolbar h3.search-string {
    font-size: 24px;
    color: var(--main-color, #1A2B48);
    font-weight: normal;
    float: left;
    margin: 0;
    width: 100%;
    line-height: 30px;
}

.hotel-list-page .item-service {
    border: 1px solid #D7DCE3;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 30px;
    background: #fff;
}

    .hotel-list-page .item-service:first-child {
        margin-top: 0;
    }

    .hotel-list-page .item-service .style-inner {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

.thumb-wrapper {
    padding-left: 14px;
}


.hotel-list-page .item-service .thumb {
    position: relative;
    overflow: hidden;
}

.hotel-list-page .item-service-wrapper {
    display: flex;
}

.hotel-list-page .item-service .thumb .service-tag.bestseller {
    background: #ED0925;
    border-radius: 0 4px 4px 0;
}

    .hotel-list-page .item-service .thumb .service-tag {
        position: absolute;
        top: 20px;
        left: 0;
        font-size: 13px;
        color: #FFFFFF;
        font-weight: 500;
        z-index: 8;
        border-radius: 0 3px 3px 0;
    }

    .hotel-list-page .item-service .thumb div {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 270px;
    }

       

        .hotel-list-page .item-service .thumb div img.img-responsive {
            left: 0;
        }

        /*.hotel-list-page .item-service a:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }*/

.hotel-list-page .item-service .item-content {
    padding: 0px 10px;
    position: relative;
}

.hotel-list-page .item-service .item-content .item-content-w {
    border-right: none;
    height: 100%;
    padding-right: 10px;
}

    .hotel-list-page .item-service .item-content .item-content-w .service-title {
        margin-top: 25px;
        margin-bottom: 5px;
        line-height: 26px;
    }


.hotel-list-page .item-service .item-content .service-excerpt {
    font-size: 14px;
    color: #949494;
}

    .hotel-list-page .item-service .item-content .item-content-w .service-content-footer {
        width: 100%;
        font-size: 14px;
        color: var(--grey-color, #5E6D77);
        position: absolute;
        bottom: 20px;
    }

.hotel-list-page .item-service .section-footer {
    position: relative;
    padding-top: 25px;
}

.st-center-y {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -5px;
}

.hotel-list-page .item-service .section-footer .service-price {
    padding-right: 35px;
    overflow: hidden;
    margin-bottom: 18px;
    text-align: center;
}

.hotel-list-page .item-service .service-price span {
    font-size: 12px;
    color: var(--grey-color, #5E6D77);
}

.hotel-list-page .item-service .section-footer .service-price span.price-text .field-icon {
    margin-right: 10px;
}

.hotel-list-page .item-service .service-price span .fa{
    position: relative;
    top: 3px;
    left: 0px;
}

.hotel-list-page .item-service .section-footer .service-price span.price {
    text-align: right;
    position: relative;
    margin-right: 0px;
    font-size: 16px;
    color: #1A2B50;
    margin-left: 5px;
}

    .hotel-list-page .item-service .section-footer .service-price span.price .text-lg {
        font-size: 18px;
        color: var(--main-color, #1A2B48);
        font-weight: 500;
        line-height: 18px;
    }

.hotel-list-page .item-service .section-footer .btn-view-more, .hotel-list-page .section-footer button {
    position: relative !important;
    bottom: 0 !important;
    margin-left: -15px;
    bottom: 30px;
    border: 1px solid #0081c6;
    border-radius: 3px;
    color: #0081c6;
    background-color: transparent;
    padding: 9px 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase
}

.hotel-list-page .item-service .item-content .item-content-w .service-content-footer .service-duration {
    float: left;
    margin-right: 20px;
}

    .hotel-list-page .item-service .item-content .item-content-w .service-content-footer .service-duration i, .hotel-list-page .item-service .item-content .item-content-w .service-content-footer .service-cancel i {
        position: relative;
        margin-right: 3px;
    }

.hotel-list-page .item-service .item-content .service-review {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 5px;
    margin-bottom: 10px;
}

.hotel-list-page .item-service .item-content .service-review .review {
    position: relative;
    top: -1px;
    font-size: 13px;
    color: #768092;
}

    .hotel-list-page .item-service .item-content .service-review .category {
        display: inline-flex;
        align-items: center;
        box-sizing: border-box;
        max-width: 210px;
        height: 24px;
        padding: 0 8px;
        border-radius: 4px;
        font-size: 12px;
        background: #F2F4F5;
        color: #343A3D;
        margin-bottom: 10px;
    }

.see-more-detail {
    margin-top: 15px;
    display: block;
    margin-left: -15px;
    text-align: center;
}

    .see-more-detail a {
        cursor: pointer;
    }

    @media (max-width: 1199px) {
        .toolbar .search-string {
            display: block;
            width: 100% !important;
            font-size: 20px !important;
            float: none;
            text-align: center
        }

        .hotel-list-page .item-service .item-content .service-excerpt {
            display: none;
        }

        .hotel-list-page .item-service .section-footer .service-price span.price-text .field-icon {
            margin-right: 5px;
        }
    }

    @media (max-width: 767px) {
        .hotel-list-page .item-service {
            border: none !important;
            width: 100%;
            float: left;
            padding: 0;
        }

        .thumb-wrapper {
            padding-left: 15px;
        }

        .hotel-list-page .item-service .thumb-wrapper .thumb {
            overflow: hidden;
            padding-bottom: 15px;
            border-radius: 4px;
        }

        .hotel-list-page .thumb a img {
            border-radius: 3px;
        }

        .hotel-list-page .item-service .item-service-wrapper .item-content {
            padding: 15px !important;
            width: 100%;
        }

            .hotel-list-page .item-service .item-service-wrapper .item-content .item-content-w {
                border-right: 0;
            }

        .hotel-list-page .item-service .item-content .item-content-w .service-title {
            margin-top: 10px;
        }

        .hotel-list-page .item-service .item-content .item-content-w .service-review {
            display: none;
        }

        .hotel-list-page .item-service .item-content .service-review .booking-item-rating-stars {
            display: block;
            margin-right: 10px;
        }

        .hotel-list-page .item-service .col-sm-3 {
            padding-left: 15px;
        }

        .hotel-list-page .item-service .section-footer .service-price {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: 100%;
            padding-right: 15px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            overflow: visible;
        }

        .hotel-list-page .item-service .thumb div {
            height: 350px;
        }


            .hotel-list-page .item-service .section-footer .service-price span.price-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                align-items: baseline;
            }

                .hotel-list-page .item-service .section-footer .service-price span.price-text .fr_text {
                    display: block;
                    font-size: 12px;
                }

        .hotel-list-page .item-service .service-price span.price {
            font-size: 16px;
        }

        .hotel-list-page .item-service .section-footer .service-price span.price .text-lg {
            line-height: 23px;
        }

        .hotel-list-page .item-service .section-footer .btn-view-more {
            display: none;
        }

        .hotel-list-page .item-service .section-footer {
            padding-top: 0;
        }

            .hotel-list-page .item-service .section-footer .btn-view-more, .hotel-list-page .section-footer button {
                margin-left: 0;
            }
    }

    /* WIZARD */

.steppers {
    margin-bottom: 30px;
}

.wizard-container {
    display: flex;
    justify-content: center;
}

.wizard-stepper-container {
    overflow: unset;
    white-space: unset;
    border-radius: 4px;
    min-height: 160px;
    border: unset;
    display: flex;
    background: #fff;
    width: 100%;
}

.wizard-step {
    flex: 1;
}

.wizard-step-container {
    height: 100%;
    display: flex;
}

    .wizard-step-container a {
        display: flex;
        flex: 1;
        color: #444;
    }

    .wizard-step-container a:hover, .wizard-step-container a:active, .wizard-step-container a:focus {
        text-decoration: none;
        color: #444;
    }

    .wizard-step-container.first {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .wizard-step-container.last {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.wz-step {
    padding: 15px;
    border-top: solid 1px #DDE1E8;
    border-bottom: solid 1px #DDE1E8;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.wizard-step .hover .wz-step, .wizard-step .hover .arrow {
    border-color: #0081c6;
}

.wizard-step-container.next-hover .arrow-container, .wizard-step-container.next-hover .arrow {
    border-color: #0081c6;
}


.wizard-step-container.first .wz-step {
    border-left: 1px solid #DDE1E8;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.wizard-step-container.last .wz-step {
    border-right: 1px solid #DDE1E8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.wizard-step .first.hover .wz-step, .wizard-step .last.hover .wz-step {
    border-color: #0081c6;
}


.wizard-step-container.active .wz-step {
    border-bottom: 4px solid #0081c6;
    position: relative;
}

    .arrow-container {
        width: 29px;
        overflow: hidden;
        position: relative;
        display: block;
        border-top: solid 1px #DDE1E8;
        border-bottom: solid 1px #DDE1E8;
    }

    .arrow-container.next-active {
        border-bottom: 0;
    }

.arrow-container .border-right {
    height: 4px;
    width: 100%;
    background-color: #0081c6;
    position: absolute;
    bottom: 0;
}

    .arrow-container .arrow {
        overflow: hidden;
        height: 158px;
        position: absolute;
        right: -20px;
        width: 158px;
        border: solid 2px #DDE1E8;
        border-radius: 12px;
        transform: rotate(45deg) skew(24deg,24deg);
        background-color: #fff;
        z-index: 1;
    }

        .arrow-container .arrow.done {
            cursor: pointer;
        }

.wz-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wz-status-icon {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid #444;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: .01px;
    transition: transform .25s ease-out;
    font-weight: 500;
    background-color: #fff;
    color: #444;
}

.wizard-step-container.disabled .wz-status-icon {
    border-color: #888;
    background-color: #fff;
    color: #888888;
}

.wizard-step-container.active .wz-status-icon {
    background-color: #0081c6;
    border-color: #0081c6;
    color: #fff;
}

.wizard-step .hover .wz-status-icon {
    background-color: #444;
}

.wizard-step-container.done .wz-status-icon {
    color: #fff;
    background: #5cb85c !important;
    border-color: #5cb85c !important;
}

.wz-title .text {
    margin-left: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #444;
}

.wizard-step-container.disabled .wz-title .text, .wizard-step-container.disabled .wz-content {
    color: #888888;
}

.wizard-step-container.active .wz-title .text {
    color: #0081c6;
}

    .wizard-step-container.done .wz-title .text {
        color: #5cb85c !important;
    }

.wz-content .name {
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
    font-weight: 500;
    padding-top: 10px;
}

    .wz-content .name img {
        margin-top: -3px;
    }

    .wz-content .name span {
        font-size: 12px;
    }

    .wz-content .name.extra {
        font-size: 16px;
        font-weight: 500 !important;
    }

        .wz-content .name.extra:not(:first-child) {
            padding-top: 5px;
        }

        .wz-content .name i.true {
            color: #5cb85c;
            font-size: 12px
        }

    .wizard-step .hover .wz-status-icon {
        color: #fff;
        background: #444444;
        border-color: #444;
    }

.wz-content .accommodations {
    font-size: 12px;
    line-height: 16px;
}

.wz-content .accommodations .accommodation-item {
    margin-top: 7px;
}

.wizard-step .hover .wz-title .text, .wizard-step .hover .wz-content, .wizard-step .active .wz-content {
    color: #444444;
}

.wizard-step-container.done .wz-content {
    color: #444 !important;
}

.wizard-step-container.active .wz-content .pointer {
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0081c6;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.flight-arrows {
    position: relative;
    width: 20px;
    height: 18px;
    display: inline-block;
}

.flight-arrows i {
    position: absolute;
}

.flight-arrows i:first-child {
    top: -3px;
}

    .flight-arrows i:last-child {
        bottom: -7px;
    }

.pricebox-sticky {
    background: #fff;
    padding: 16px 32px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 4px 8px #54596226;
}

.pricebox-sticky-info {
    border-left: 1px solid #888;
    padding-left: 32px;
    color: #444;
}

    .pricebox-sticky-info p {
        margin-bottom: 0;
    }

.pricebox-sticky-price {
    font-size: 20px;
}

    .pricebox-sticky-price a {
        color: #0081c6;
        margin-right: 3px;
    }

        .pricebox-sticky-price a:hover, .pricebox-sticky-price a:active, .pricebox-sticky-price a:focus {
            text-decoration: none;
        }

.pricebox-sticky-icon-container {
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    position: relative;
    bottom: -4px;
}

    .pricebox-sticky-icon-container i {
        margin: 7px;
        font-size: 12px;
        position: relative;
        top: -7px;
    }

.pricebox-sticky-currency {
    font-size: 13px;
}

#infoModal .modal-body .paxs {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #545962;
}

.s-itm {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: .05px;
    line-height: 20px;
}

    .s-itm .small {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        margin-top: 4px;
        color: #767E89;
    }

        .s-itm .small .flight-arrows {
            height: 9px;
            width: 11px;
        }

            .s-itm .small .flight-arrows i:last-child {
                bottom: -5px;
            }

    .s-itm.last {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .wizard-stepper-container {
        min-height: 30px;
    }
    .arrow-container {
        display: none;
    }
    .wz-content {
        display: none;
    }
    .wz-step {
        border: 1px solid #DDE1E8;
    }
    .pricebox-sticky-info {
        border: 0;
        padding-left: 15px;
    }
}

/* ITEM DETAILS */
.service-detail-wrapper .st-breadcrumb {
    padding: 15px 0px;
    border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
}

    .service-detail-wrapper .st-breadcrumb ul {
        list-style: none;
        display: block;
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0px;
        background: rgb(255, 255, 255);
    }        

        .service-detail-wrapper .st-breadcrumb ul li {
            position: relative;
            display: inline-block;
            padding-left: 20px;
            padding-right: 20px;
            z-index: 0;
        }

            .service-detail-wrapper .st-breadcrumb ul li:first-child {
                padding-left: 0px;
            }

            .service-detail-wrapper .st-breadcrumb ul li a {
                display: block;
                font-weight: 500;
                color: var(--main-color, #1A2B48);
                text-decoration: none;
                line-height: 21px;
            }

            .service-detail-wrapper .st-breadcrumb ul li:not(:last-child)::after {
                position: absolute;
                content: "";
                top: 50%;
                right: -2px;
                margin-top: -2px;
                width: 4px;
                height: 4px;
                background: var(--light-grey-color, #EAEEF3);
                z-index: 1;
            }

            .service-detail-wrapper .st-breadcrumb ul li.active {
                color: var(--grey-color, #5E6D77);
            }

            .service-detail-wrapper .st-breadcrumb ul li:last-child {
                padding-right: 0px;
            }

.st-tour-content {
    padding-top: 60px;
}

.service-detail-wrapper .st-hotel-header {
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

    .service-detail-wrapper .st-hotel-header .st-heading {
        line-height: 52px;
        margin-top: 0px !important;
    color: var(--main-color, #1A2B48);
    font-weight: 500;
    font-size: 30px;
}

    .service-detail-wrapper .st-hotel-header .sub-heading {
        color: #768092;
        font-size: 14px;
    }

.service-detail-wrapper .item-pack-services-text {
    font-size: 23px;
    margin-bottom: 10px;
    display: block;
}


.service-detail-wrapper .st-hotel-header .right .review-score.style-2 {
    text-align: right;
}
.service-detail-wrapper .st-tour-feature {
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid rgb(215, 220, 227);
    border-bottom: 1px solid rgb(215, 220, 227);
    margin-bottom: 30px;
}

    .service-detail-wrapper .st-tour-feature .item {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

        .service-detail-wrapper .st-tour-feature .item .icon {
            margin-right: 15px;
            color: #0081c6;
        }

        .service-detail-wrapper .st-tour-feature .item .icon i {
            font-size: 32px;
        }

        .service-detail-wrapper .st-tour-feature .item .info .name {
            font-size: 14px;
            color: var(--main-color, #1A2B48);
            margin: 0px 0px 3px;
        }

        .service-detail-wrapper .st-tour-feature .item .info .value {
            font-size: 14px;
            color: var(--grey-color, #5E6D77);
            margin: 0px;
        }

.service-detail-wrapper .st-overview {
    margin-bottom: 30px;
}


    .service-detail-wrapper .st-overview .st-description {
        margin-bottom: 0px;
    margin-top: 20px;
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    position: relative;
}

.st-description .row {
    margin-bottom: 25px;
}

.service-detail-wrapper .st-highlight .st-section-title {
    font-size: 14px;
    color: var(--grey-color, #5E6D77);
    font-weight: 500;
    margin-bottom: 30px;
}

.service-detail-wrapper .st-highlight ul {
    padding-left: 25px;
}

    

    .service-detail-wrapper .st-highlight ul li {
        font-size: 14px;
        color: var(--grey-color, #5E6D77);
        margin-bottom: 20px;
        list-style: none;
    }

        .service-detail-wrapper .st-highlight ul li:last-child {
            margin-bottom: 0px;
        }

        .service-detail-wrapper .st-highlight ul li::before {
            content: "";
            border: 1px solid #0081c6;
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 50%;
            margin-right: 20px;
        }

.service-detail-wrapper .st-include {
    border-top: 2px solid rgb(215, 220, 227);
    margin-top: 35px;
    padding-top: 30px;
}

    .service-detail-wrapper .st-include .st-section-title {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .service-detail-wrapper .st-include .include {
        padding: 0px;
        margin: 0px;
    }

        .service-detail-wrapper .st-include .include li {
            list-style: none;
            font-size: 14px;
            color: rgb(118, 128, 144);
            margin-bottom: 20px;
        }

            .service-detail-wrapper .st-include .include li i {
                margin-right: 15px;
                position: relative;
                top: 2px;
            }

    .service-detail-wrapper .st-include .exclude {
        padding: 0px;
        margin: 0px;
    }

        .service-detail-wrapper .st-include .exclude li {
            list-style: none;
            font-size: 14px;
            color: rgb(118, 128, 144);
            margin-bottom: 16px;
        }

.service-detail-wrapper .st-hr.large {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.service-detail-wrapper .widgets {
    background: rgb(255, 255, 255);
}

.service-detail-wrapper .form-book-wrapper {
    border-right: 1px solid rgb(215, 220, 227);
    border-bottom: 1px solid rgb(215, 220, 227);
    border-left: 1px solid rgb(215, 220, 227);
    border-image: initial;
    border-top: 5px solid #0081c6;
    border-radius: 0px 0px 4px 4px;
    background: rgb(255, 255, 255);
}

.loader-wrapper {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(255, 255, 255, 0.7);
}

.st-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 6px;
    background: #002169;
    border-radius: 5px;
    margin-left: -25px;
    animation: 1.8s ease-in-out 0s infinite normal none running load;
}

.service-detail-wrapper .form-book-wrapper .form-head {
    padding-top: 20px;
    padding-bottom: 20px;
}

.service-detail-wrapper .form-head {
    padding: 17px 20px;
    background: #0081c6;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.service-detail-wrapper .form-book-wrapper .form-head {
    position: relative;
}

    .service-detail-wrapper .form-book-wrapper .form-head .price {
        display: flex;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .service-detail-wrapper .form-book-wrapper .form-head .price {
        font-size: 18px;
        color: var(--main-color, #1A2B48);
        font-weight: 500;
    }

        .service-detail-wrapper .form-book-wrapper .form-head .price .value {
            line-height: 28px;
        }

            .service-detail-wrapper .form-book-wrapper .form-head .price .value .text-lg {
                font-weight: 500;
                font-size: 24px;
                color: rgb(0, 0, 30);
            }

            .service-detail-wrapper .form-book-wrapper .form-head .price .label, .service-detail-wrapper .form-book-wrapper .form-head .price .value .text-lg {
                color: rgb(255, 255, 255) !important;
            }


.service-detail-wrapper .form-book-wrapper .form-date-search {
    padding-left: 0px !important;
}

.service-detail-wrapper .form-book-wrapper .form-date-search {
    position: relative;
}

.service-detail-wrapper .form-book-wrapper .form-date-field {
    position: relative;
}

.service-detail-wrapper .form-book-wrapper .form-group {
    margin-bottom: 0px;
}

.service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper, .service-detail-wrapper .form-book-wrapper .time-wrapper {
    padding: 15px 20px 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.service-detail-wrapper .form-book-wrapper .check-in-wrapper {
    cursor: pointer;
}

.service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper .fa {
    font-size: 25px;
}

.service-detail-wrapper .form-book-wrapper .form-date-field .check-in-out {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0;
}

    .service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper {
        padding: 0px;
    }

.service-detail-wrapper .form-book-wrapper .form-date-field .check-in-wrapper {
    width: 100%;
}

.service-detail-wrapper .form-book-wrapper .form-date-field .check-in-wrapper, .service-detail-wrapper .form-book-wrapper .form-date-field .check-out-wrapper {
    float: left;
}

.service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper label {
    color: #999;
    font-weight: 200;
    cursor: pointer;
    margin-bottom: 6px;
}

.service-detail-wrapper .form-book-wrapper .form-date-field .check-in-wrapper label {
    display: block;
}

.service-detail-wrapper .form-book-wrapper .form-date-search .date-wrapper .check-in-wrapper .render {
    font-size: 16px;
    color: var(--grey-color, #5E6D77);
}

.service-detail-wrapper .form-date-field .check-in-wrapper .render {
    display: inline-block;
}

.service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper {
    padding: 15px 20px;
    -webkit-box-align: center;
    align-items: center;
}

    .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper {
        width: 100%;
        padding: 15px 0;
        clear: both;
        border: none;
        border-bottom: 1px solid #efefef;
        height: auto;
    }

        .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper label {
            color: #999;
            font-weight: 200;
            margin-bottom: 6px;
        }

        .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper div {
            font-size: 16px;
            color: var(--grey-color, #5E6D77);
        }

.render-counter input[readonly] {
    background: transparent;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #0081c6;
    text-align: center;
    border: none;
    box-shadow: none;
    width: 35px;
    margin-left: 10px;
    margin-right: 10px;
    user-select: none;
    display: inline-block;
    height: auto;
}

.t_info {
    font-size: 16px;
    position: relative;
    top: -18px;
    display: none;
}

    .t_info div:last-child {
        font-weight: bold;
    }

.render span.prev {
    position: relative;
    top: -4px;
}

.render span.next {
    position: relative;
    top: 3px;
}

.render-counter span {
    text-align: center;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    display: inline-block;
}

        .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper .render-price {
            width: 33%;
            float: left;
        }
        .service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper .render-counter {
            width: 34%;
            float: left;
        }

.service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper .check-in-wrapper.simple-wall .render-counter {
    float: right;
}


.service-detail-wrapper .select-wrapper {
    width: 50%;
}

.service-detail-wrapper .st-number-wrapper .value {
    float: right;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #0081c6;
    text-align: center;
    border: none;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 10px;
    user-select: none;
}

.service-detail-wrapper .form-book-wrapper .submit-group {
    padding: 30px 20px 0px;
}

.service-detail-wrapper .form-book-wrapper .submit-group a {
    margin-bottom: 15px;
}

.service-detail-wrapper .form-book-wrapper .form-guest-search .guest-wrapper:last-child {
    border: none;
}

.service-detail-wrapper .st-include .exclude li i {
    margin-right: 15px;
    position: relative;
    top: 4px;
}

.btn.btn-full {
    width: 100%;
}

.btn.btn-large {
    font-size: 16px;
    padding: 12px 25px;
}

.btn.btn-green {
    background: #0081c6;
    color: rgb(255, 255, 255);
}

.btn {
    border: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 20px;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}


/* SUSCRIBE FORM */
.mailchimp {
    padding-top: 65px;
    padding-bottom: 40px;
    background: rgb(245, 166, 4);
}

        .mailchimp .media {
            overflow: visible;
        }

            .mailchimp .media .media-object {
                position: relative;
                top: -10px;
            }

    .subcribe-form {
        position: relative;
    }

        .subcribe-form .form-control {
            height: 55px;
            line-height: 53px;
            font-size: 14px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #D7DCE3;
        }

        .subcribe-form input[type="submit"] {
            border: none;
            border-radius: 0 5px 5px 0;
            position: absolute;
            top: 0;
            right: 0;
            height: 55px;
            line-height: 55px;
            color: #FFF;
            background: #E26120;
            padding-left: 25px;
            padding-right: 25px;
            font-weight: 600;
            text-transform: uppercase;
        }

    @media (max-width: 767px) {
        .mailchimp .media-body {
            text-align: center;
        }
    }


    /* FOOTER */

    #main-footer {
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #EAEEF3;
        background: #fff;
    }

        #main-footer > div {
            width: 100% !important;
            padding-right: 0px !important;
        }

    .vc_row[data-vc-full-width] {
        overflow: inherit !important;
    }

    .vc_custom_1588870362844 {
        margin-bottom: 20px !important;
    }

.wpb_content_element h4 {
    text-transform: uppercase;
}

.vc_sep_pos_align_left {
    margin-left: 0;
    margin-right: auto;
}

    .vc_sep_width_40 {
        width: 40%;
    }

    .vc_separator {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
        margin-bottom: 35px;
    }

    .vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
        width: 100%;
    }

    .vc_separator .vc_sep_holder {
        height: 1px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 10%;
    }

        .vc_separator .vc_sep_holder .vc_sep_line {
            height: 1px;
            border-top: 1px solid #ebebeb;
            border-top-color: rgb(235, 235, 235);
            display: block;
            position: relative;
            top: 1px;
            width: 100%;
        }

.vc_custom_1589204891361 {
    border-left-width: 3px !important;
    border-left-color: #0081c6 !important;
}

.vc_custom_1589204899109 {
    border-left-width: 3px !important;
    border-left-color: #0081c6 !important;
}

.vc_custom_1588870424318 {
    margin-bottom: 15px !important;
    border-left-width: 3px !important;
    padding-left: 20px !important;
    border-left-color: rgb(245, 166, 4) !important;
    border-left-style: solid !important;
}

        .vc_custom_1588870424318 a {
            font-size: 18px;
        }

    .vc_custom_1588870435151 {
        margin-bottom: 20px !important;
    }

    .vc_custom_1588870444960 {
        margin-bottom: 20px !important;
    }

    .vc_custom_1588870453257 {
        margin-bottom: 20px !important;
    }

    #main-footer .menu {
        list-style: none;
        padding-left: 0;
    }

        #main-footer .menu li {
            display: block;
        }

            #main-footer .menu li a {
                margin-bottom: 25px;
                font-size: 14px;
                font-weight: 500;
                display: block;
                color: var(--main-color, #1A2B48);
            }

    #main-footer .form-group .select2 {
        max-width: 200px;
        font-weight: 500;
    }

    .main-footer-sub {
        padding-top: 10px;
        padding-bottom: 30px;
        background: #fff;
    }

    /* BACK TO TOP */

.back-to-top {
    background: #eab124;
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: inline-block;
    z-index: 9;
    width: 44px;
    height: 44px;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    z-index: 99;
}

    .back-to-top:hover {
        color: #fff;
        background: #eab124;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

        .back-to-top:focus, .back-to-top:hover {
            text-decoration: none;
        }

        /* The Button Becomes Visible */
        .back-to-top.back-to-top-is-visible {
            visibility: visible;
            opacity: .6;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition-duration: 300ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

            .back-to-top.back-to-top-is-visible:hover {
                opacity: 1;
                transition-duration: 300ms;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            }

        /* If the user keeps scrolling down, the button is out of focus and becomes less visible */
        .back-to-top.back-to-top-fade-out {
            opacity: .4;
        }

            .back-to-top.back-to-top-fade-out:hover {
                opacity: 1;
                transition-duration: 300ms;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            }




.select2-container {
    width: 100% !important
}


/*  OWL CAROUSEL */

.banner-detail {
    margin: 0 -15px;
}

.big .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.big .owl-nav {
    margin: 0 !important;
}

.big .item, .banner-detail .image {
    background-color: rgba(7, 107, 168, 0.6);
    color: #FFF;
    text-align: center;
    padding: 250px 0;
    background-position: center center;
    background-size: cover;
}

.st-tour-content .big .item {
    padding: 200px 0;
}

.home-slider .big .item {
    padding: 248px 0;
}

.thumbs .item {
    background-color: rgba(7, 107, 168, 0.6);
    height: 90px;
    line-height: 90px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    margin-top: 15px;
}

.service-images {
    margin-bottom: 30px;
}

.thumbs .current .item {
    background-color: rgba(7, 107, 168, 0.6);
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

.big.owl-theme {
    position: relative;
}

    .big.owl-theme .owl-next, .big.owl-theme .owl-prev {
        background: #333;
        width: 32px;
        line-height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
    }

    .big.owl-theme .owl-prev {
        left: 10px;
    }

    .big.owl-theme .owl-next {
        right: 10px;
    }

.thumbs.owl-theme .owl-next, .thumbs.owl-theme .owl-prev {
    background: #333;
}

@media (max-width: 767px) {

    .big .item {
        padding: 300px 0;
    }

    .banner-detail .image {
        padding: 150px 0 !important;
    }

    .st-tour-content .big .item {
        padding: 130px 0;
    }

    .service-detail-wrapper .st-hotel-header .st-heading {
        line-height: 32px;
        font-size: 24px;
    }

    .st-tour-content {
        padding-top: 40px;
    }

    .cover {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
}

@media (max-width: 600px) {


}

@media (max-width: 500px) {


}

@media (max-width: 400px) {

}

.summary-section a.btn-primary {
    background: #0081c6 !important;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 20px 0;
    color: #fff;
}

.summary-section, .listing-section, detail-section, budget-section, .contact-section, .privacy-section, .login {
    margin-bottom: 100px;
}

    .summary-section table {
        width: 100%;
    }

    .banner.less {
        margin-left: -15px;
        margin-right: -15px;
    }

@media screen and (max-width: 991px) {
    .banner {
        padding: 100px 0;
        margin-bottom: 30px;
    }

    .banner h1 {
        font-size: 55px;
    }
}

.heading-section {
    margin-bottom: 50px;
}

.heading-section h3 {
    font-size: 24px;
    color: var(--main-color, #1A2B48);
    font-weight: normal;
    line-height: 40px;
}

.contactModal .section-title {
    margin-top: 0;
    font-size: 24px;
    color: var(--main-color, #1A2B48);
    font-weight: normal;
}

.contactModal button {
    margin-left: auto;
    background: #0081c6 !important;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 20px 0;
}

.contactModal .contact-info {
    margin: 30px 0 0;
    padding: 0;
}

    .contactModal .contact-info li {
        list-style: none;
        margin: 0 0 20px 0;
        position: relative;
        padding-left: 40px;
        font-size: 14px;
    }

        .contactModal .contact-info li i {
            position: absolute;
            top: -1px;
            left: 0;
            font-size: 22px;
            color: #0081c6;
        }

        .contactModal .contact-info li a {
            font-weight: 400 !important;
            color: #0081c6;
        }

/* CART */

.st-woo-cartpage {
    padding-top: 25px;
    margin-bottom: 100px;
    background: #fff;
    border-radius: 4px;
}

.st-woo-cartpage h2.st-woo-heading {
    margin: 0;
    color: var(--main-color, #1A2B48);
    font-size: 24px;
    font-weight: 500;
}

.st-woo-cartpage .col-left .booking-list {
    border-top: 2px solid #DAE1E7;
    padding-top: 30px;
    margin-top: 20px;
    padding-left: 0px;
}

.booking-list, .icon-group, .icon-list {
    padding: 0;
    padding-top: 0px;
    padding-left: 0px;
    list-style: none;
}

.st-woo-cartpage .col-left .booking-list .cart_item:last-child {
    border: none;
    padding-bottom: 0;
}

.st-woo-cartpage .col-left .booking-list .cart_item {
    list-style: none;
    border-bottom: 1px dashed #dfdfdf;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

    .st-woo-cartpage .col-left .booking-list .cart_item .booking-item-wishlist-title {
        border-bottom: 2px solid #0081c6;
        margin-bottom: 10px;
        display: inline-block;
        text-transform: capitalize;
    }

.border-right {
    border-right: 2px solid #0899c6;
}

    .st-woo-cartpage .col-left .booking-list .cart_item a {
        font-size: 13px;
        font-weight: normal;
        position: relative;
    }

    .st-woo-cartpage .col-left .booking-list .cart_item .booking-item .wp-post-image {
        min-width: 100%;
    }

.st-woo-cartpage .col-left .booking-list .cart_item .booking-item .booking-item-title {
    margin-top: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #0081c6;
}


    .st-woo-cartpage .col-left .booking-list .cart_item .booking-item .cart_item_group b.booking-cart-item-title {
        font-weight: 500;
    }
    .st-woo-cartpage .col-left .booking-list .cart_item .booking-item .booking-item-price {
        color: var(--main-color, #1A2B48);
        font-size: 20px;
    }

.st-woo-cartpage .col-left .shop_table {
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #dfdfdf;
    border-radius: 0;
    margin-top: 30px;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0;
    }

.st-woo-cartpage .col-left .shop_table tr td.actions {
    padding: 15px 0;
    text-align: left
}

.woocommerce table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
}

.woocommerce table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
}

.st-woo-cartpage .col-left .shop_table tr td.actions input[type="submit"] {
    font-weight: 400;
    background: #EAB124;
    border-radius: 3px;
    height: 40px;
}

.st-woo-cartpage .cart-collaterals {
    border: 1px solid #D7DCE3;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 20px;
    padding: 30px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}

.st-woo-cartpage .cart-collaterals .cart_totals {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table th {
    color: var(--main-color, #1A2B48);
    font-size: 100%;
    padding: 0;
    text-align: left;
    font-weight: 400;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table tr.order-total th {
    color: var(--main-color, #1A2B48);
    font-size: 18px;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table tr.order-total td strong {
    font-weight: 500;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table td {
    color: var(--grey-color, #5E6D77);
    font-weight: 400;
    text-align: right;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table tr.order-total td {
    color: var(--main-color, #1A2B48);
    font-size: 18px;
}

.st-woo-cartpage .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn.btn-primary {
    background: #0081c6;
    border-radius: 3px;
    height: 45px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}

.st-woo-cartpage .cart-collaterals .cart_totals .wc-proceed-to-budget {
    margin-top: 15px;
}

    .st-woo-cartpage .cart-collaterals .cart_totals .wc-proceed-to-budget .btn.btn-warning {
        border-radius: 3px;
        margin-bottom: 0px;
        color: #fff;
    }

, .shop_table td.actions a {
    background: #0081c6;
    border-radius: 3px;
    height: 40px;    
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}

.st-woo-cartpage .cart-collaterals .cart_totals .shop_table th, .st-woo-cartpage .cart-collaterals .cart_totals .shop_table td {
    padding: 0 0 15px 0;
    border: none;
}

table.shop_table {

    text-align: left;
    width: 100%;
}

.cart_item form {
    display: inline-block;
}

.booking-item .title_detail {
    font-weight: 600;
}

.red {
    color: #F7432C;
}

/* ABOUT */

.wpb_single_image.vc_align_center {
    text-align: center;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 35px;
}

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    max-width: 100%;
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.st-aboutus-title {
    font-size: 24px;
    color: #0081c6;
    margin-bottom: 20px !important;
}

.st-aboutus-content {
    font-size: 16px;
    color: rgb(118, 128, 146);
    line-height: 24px;
}

.st-list-statistic .item {
    background: rgb(255, 255, 255);
    border: 5px solid #0081c6;
    text-align: center;
    position: relative;
    transition: all 1s ease 0s;
}

    .st-list-statistic .item .front {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        transition: all 0.5s ease 0s;
    }

        .st-list-statistic .item .front .inner {
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .st-list-statistic .item h4 {
        font-size: 36px;
        color: var(--main-color, #1A2B48);
        font-weight: 500;
        margin: 0px;
    }
    .st-list-statistic .item p.sub-text {
        font-size: 16px;
        color: var(--main-color, #1A2B48);
        font-weight: 500;
        margin-bottom: 0px;
    }

    .st-list-statistic .item p {
        transition: all 0.5s ease 0s;
    }

    .st-list-statistic .item .end {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        padding: 20px;
        background-color: #0081c6;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

    .st-list-statistic .item p.desc {
        margin-bottom: 0px;
        font-size: 14px;
        color: rgb(255, 255, 255);
        text-align: left;
        transform: rotateY(180deg);
    }

.st-list-statistic .item-wrapper:hover .item {
    transform: rotateY(180deg);
}

    .st-list-statistic .item-wrapper:hover .item .front {
        opacity: 0;
    }

    .st-list-statistic .item-wrapper:hover .item .end {
        opacity: 1;
    }


.privacy-section h2 {
    margin-bottom: 25px;
}

.privacy-section h4 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.privacy-section p {
    margin-bottom: 15px;
}

.privacy-section ol li {
    margin-bottom: 15px;
}

.price-plus {
    position: absolute;
    right: 20px;
}

    .price-plus a {
        color: #fff; 
    }

    /* SERVICES BANNER */

.home-ui-carousel-offers {
    padding-bottom: 50px;
    margin-left: -7px;
    margin-right: -7px;
}

.eva-3-container {
    box-sizing: content-box;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.home-ui-carousel-offers .service-carousel-list {
    margin: 0 auto;
}

.home-ui-carousel-offers .home-ui-carousel-offers-title {
    padding: 0 7px;
}

.home-ui-carousel-offers .home-ui-carousel-offers-lead-text {
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #666666;
    font-size: 12px;
    padding-bottom: 12px;
}

.home-ui-title .home-ui-carousel-offers-main-text {
    font-size: 28px;
}

.home-ui-title .home-ui-carousel-offers-expand-text {
    font-size: 28px;
    color: #002169;
}

.home-ui-title .home-ui-carousel-offers-main-text {
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -0.7px;
    color: #444444;
    font-family: Magisho, sans-serif !important;
}

.home-ui-carousel-offers .owl-stage-outer {
    padding: 30px 0 0;
    transition: all .5s;
}

.home-ui-carousel-offers .item {
    margin: 0 7px;
}

    .home-ui-carousel-offers .item a {
        display: block;
        background: #fff;
        border-radius: 6px;
    }

.home-ui-card .home-ui-card-img {
    border-radius: 8px 8px 0 0;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #EEE;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

    .home-ui-card .home-ui-card-img .home-ui-card-img-tag {
        border-radius: 8px 8px 0 0;
        object-fit: cover;
    }


.home-ui-card .home-ui-card-content {
    padding: 15px;
    min-height: 85px;
}

    .home-ui-card .home-ui-card-content .home-ui-card-product {
        color: #666666;
    }

.home-ui-card .footer-inner {
    display: flex;
    align-items: center;
}

.home-ui-card .footer-inner .service-action, .home-ui-card .footer-inner .service-price {
    display: flex;
    align-items: center;
    flex: 1;
}

    .home-ui-card .footer-inner .service-action .add-container, .home-ui-card .footer-inner .service-action .detail-container {
        flex: 1;
    }

        .home-ui-card .footer-inner .service-action .detail-container .showDetails {
            width: 36px;
            height: 36px;
            padding: 0;
            border-radius: 50%;
            border: 1px solid #343A3D;
            color: #343A3D;
            background: #fff;
            margin-right: 10px;
            font-size: 18px;
        }
        

        .service-carousel-list .owl-dots .owl-dot span, .service-carousel-list .owl-dots .owl-dot:hover span {
            background: var(--light-grey-color, #EAEEF3) !important;
            border: 1px solid #ccc;
        }

.service-carousel-list .owl-dots .owl-dot.active span {
    background: #0081c6 !important;
}

.home-ui-card-product, .home-ui-card-head {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.-eva-3-shadow-line, .-eva-3-shadow-line-hover {
    border: 1px solid #ccc;
}

.home-ui-card-product {
    margin-bottom: 8px;
}

.eva-3-overline-2 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.home-ui-card .home-ui-card-content .home-ui-card-title {
    font-size: 16px;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgb(26, 43, 80);
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 0;
}

.home-ui-carousel-offers .item a:hover, .home-ui-carousel-offers .item a:active, .home-ui-carousel-offers .item a:focus {
    text-decoration: none;
}

.home-ui-pricebox {
    padding: 0 15px 15px;
    box-sizing: border-box;
    color: #444444;
}

.home-ui-pricebox__description-text {
    font-size: 12px;
    margin-top: 2px;
}

.service-price span {
    color: var(--grey-color, #5E6D77);
    font-size: 12px;
}

    .service-price span small {
        text-decoration: line-through;
        font-size: 12px;
        margin-right: 5px;
    }

.service-price .price span {
    font-size: 18px;
    color: var(--main-color, #1A2B48);
    font-weight: 500;
}

.home-ui-pricebox__price {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.18px;
    grid-column: 1;
    grid-row: 3;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.home-ui-pricebox__price-symbol {
    font-size: 14px;
    margin-right: 4px;
}

.home-ui-carousel-offers .owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    width: 48px;
    height: 48px;
    box-shadow: 0 4px 8px rgba(68,68,68,0.2);
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-gray-2);
    text-align: center;
    transition: opacity .5s ease-out;
    cursor: pointer;
}

    .home-ui-carousel-offers .owl-theme .owl-nav [class*="owl-"]:hover {
        color: #444444;
        opacity: 1;
        background: #fff;
    }

.home-ui-carousel-offers .owl-theme .owl-nav .owl-prev {
    display: flex;
    position: absolute;
    left: -20px;
    top: 40%;
}

.home-ui-carousel-offers .owl-theme .owl-nav .owl-next {
    display: flex;
    position: absolute;
    right: -20px;
    top: 40%;
}

.home-ui-card .home-ui-card-content .home-ui-card-content-row.home-ui-card-drivers-level1-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    color: rgb(118, 128, 146);
}

.home-ui-card .home-ui-card-content-row.home-ui-card-drivers-level1-container {
    flex-wrap: nowrap;
}

.home-ui-card .home-ui-card-content .home-ui-card-content-row {
    color: #666666;
    display: flex;
    align-items: center;
    overflow: hidden;
}


@media (min-width: 1366px) {
    .home-ui-carousel-offers service-carousel-list {
        max-width: 1248px;
    }
}

@media (max-width: 1400px) {
    /*.hotel-list-page .item-service .thumb div img {
        position: relative;
        left: -25%;
        height: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }*/
}

.hotel-list-page .item-service .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.add-banner {
    margin-top: 480px;
}

@media (max-width: 990px) {
    .destination-item .image .content .title {
        font-size: 26px;
    }

    .hotel-list-page .banner {
        position: absolute;
        top: -1355px;
        left: 0;
        right: 0;
    }

    .add-banner {
        margin-top: 280px;
    }
}



    @media (max-width: 768px) {
        .home-ui-carousel-offers {
            margin-left: -7px;
            margin-right: -7px;
        }

        .list-destination.masonry .destination-item {
            margin-bottom: 15px !important;
        }

        .destination-list .has-matchHeight:nth-child(4), .destination-list .has-matchHeight:nth-child(5), .destination-list .has-matchHeight:nth-child(6) {
            display: none;
        }


        elemento {
            background-image: url(http://localhost:52122//Agents/05086bis/img/fte.jpg);
        }

        .banner.less {
            margin-left: -15px;
            margin-right: -15px;
        }

       
    }



    @media (min-width: 768px) {
        .destination-list .has-matchHeight:nth-child(2), .destination-list .has-matchHeight:nth-child(5) {
            padding-right: 5px;
            padding-left: 5px;
        }
    }


    .fs-28 h2 {
        font-size: 28px;
    }

    .sb_instagram_header {
        float: left;
        clear: both;
        margin: 0 0 15px 0;
        margin-bottom: 15px;
        padding: 0;
        line-height: 1.2;
        width: 100%;
    }

        .sb_instagram_header a {
            text-decoration: none;
        }

        .sb_instagram_header a {
            float: left;
            display: block;
            text-decoration: none;
            transition: color .5s ease;
        }

        .sb_instagram_header .sbi_header_text {
            float: left;
            width: 100%;
            padding-top: 5px;
        }

            .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
                padding-top: 9px !important;
            }

            .sb_instagram_header .sbi_header_text .sbi_bio, .sb_instagram_header .sbi_header_text h3 {
                float: left;
                clear: both;
                width: auto;
                margin: 0 0 0 60px !important;
                padding: 0 !important;
                padding-top: 0px;
            }

        .sb_instagram_header h3 {
            font-size: 16px;
            line-height: 1.3;
        }

        .sb_instagram_header .sbi_header_img {
            float: left;
            position: relative;
            width: 50px;
            margin: 0 0 0 -100% !important;
            overflow: hidden;
            -moz-border-radius: 40px;
            -webkit-border-radius: 40px;
            border-radius: 40px;
        }

        .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo, .sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px;
            width: 24px;
            height: 24px;
            font-size: 24px;
        }

    .sbi_no_avatar .sbi_header_img {
        background: #333;
        color: #fff;
        width: 50px;
        height: 50px;
        position: relative;
    }

    .elfsight-hidden {
        height: 50px;
        background: #fff;
        margin-top: -50px;
        display: block;
    }


    /* LOADER */


#preloader {
    overflow: hidden;
    background-color: rgba(245, 166, 4, 0.99);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

    .dorne-load {
        width: 60px;
        height: 60px;
        background-color: transparent;
        position: relative;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
        z-index: 9;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;
        left: 50%;
        border-radius: 50%;
        overflow: hidden;
        -webkit-animation: 4000ms linear 0s normal none infinite running dorneload;
        animation: 4000ms linear 0s normal none infinite running dorneload;
    }

    @-webkit-keyframes dorneload {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes dorneload {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .destinations ul {
        list-style-type: none;
        padding: 0;
    }

    .slick-track {
        border-right: 1px solid #D7DCE3;
    }

    .cityData {
        padding: 20px 0;
        background: #fff;
    }

    .dstInfo {
        font-size: 13px;
    }

        .dstInfo h5 {
            font-weight: bold;
        }

    .countryName {
        color: #076ba8 !important;
        text-transform: uppercase;
        padding: 20px;
        border-bottom: 1px solid #dfdfdf;
        font-size: 16px;
        font-weight: 500;
        background: transparent !important;
    }

    .dstInfo ul {
        list-style-type: square;
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .dstPage .umb-grid {
        min-height: unset;
    }

    .dstInfo ul li {
        display: list-item;
        padding: 4px 0;
    }

    .countryName a {
        font-size: 28px;
        font-weight: 600;
    }

        .countryName a:hover {
            color: #076ba8;
        }

    .countryName small {
        font-size: 20px;
        font-weight: 200;
    }

    .cityList li {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        margin-left: 20px;
    }

    .cityList a {
        color: #076ba8;
        font-size: 20px;
        font-weight: 200;
        margin-bottom: 15px;
        margin-top: 15px;
        display: block;
    }

        .cityList a:hover {
            color: #1A2B48;
        }

    .cityList small {
        font-size: 14px;
    }

    .destinations .item {
        text-align: center;
        background: #cccccc;
        padding: 50px 0;
        border-radius: 2px solid #333;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .header-content {
        margin-left: auto;
        margin-right: auto;
    }

    .subtitle-main {
        max-width: 80.5rem;
        color: #fff;
        text-shadow: 5px 3px 9px rgba(25,39,40,.3);
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 400;
        margin: 90px auto 15px;
    }

    .title-main {
        max-width: 80.5rem;
        margin: 0 auto 1.875rem;
        text-align: left;
        line-height: 1.2;
        font-size: 48px;
        font-weight: 100;
        color: #fff;
        text-shadow: 5px 3px 9px rgba(25,39,40,.3);
    }

    .header-content small {
        max-width: 80.5rem !important;
        margin: 0 auto 15px;
        text-shadow: 5px 3px 9px rgba(25,39,40,.3);
        color: #fff;
        font-size: 14px;
        display: block;
        text-transform: uppercase;
    }

    .r-home-search {
        margin-top: 1.25rem;
    }

    .home-search-form-container {
        width: 80.5rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .search-container {
        height: 6.7125rem;
        border: .3875rem solid #fff;
        margin: 0 auto;
        width: 100%;
        font-size: 1.125rem;
        background-color: #fff;
        overflow: hidden;
        box-shadow: .06538rem .93519rem 1.85625rem .01875rem rgba(25,39,40,.27);
        border-radius: 6px;
    }

    .search-container-search-txt {
        display: inline-block;
        height: 100%;
        padding: 0 2rem;
        font-size: 2.125rem;
        width: 72%;
        background-color: #fff;
        float: left;
        width: 66%;
        font-weight: 200;
        outline: none;
        border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        box-shadow: none;
    }

    .search-container-search-button {
        height: 6.1175rem;
        width: 28%;
        text-align: center;
        padding: 11px 0 !important;
        color: #fff;
        border-color: #fff;
        float: right;
        cursor: pointer;
        font-size: 28px !important;
        font-weight: 600;
        text-transform: capitalize;
        border: none;
    }

    .search-container select {
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

    .cities-result .text-desc {
        display: none;
    }

    .text-desc {
        display: block;
    }

    .cities-result .banner {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 80px;
    }

        .main-slider .item {
            max-height: 450px !important;
        }

        .main-slider .img-thumbnail {
            padding: 0 !important;
            border: none !important;
            border-radius: 0 !important;
        }

    .see-more {
        margin: 5px 0 24px;
        text-align: center;
    }

        .see-more .a-new-button {
            text-align: center;
            min-width: 10.625rem;
            color: #0081c6;
            display: inline-block;
            background-color: #fff;
            border: 1px solid #0081c6;
            padding: 10px 60px;
            border-radius: 1000px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            font-size: 15px;
            font-weight: 200;
        }

            .see-more .a-new-button:hover {
                border-color: #fff;
                transition: background-color .5s ease;
                color: #fff;
                background-color: #0081c6;
                text-decoration: none;
            }

.daterangepicker-container {
    text-align: center;
    padding: 15px 20px;
    min-height: 260px;
}

.form-date-field #foldedDate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.a-field--enabled {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #f5f4f5;
    color: #333;
    padding-left: 40px;
    position: relative;
    border: 1px solid #ccc;
    text-transform: capitalize;
}

    .a-field--enabled[class*="--icon"]::before {
        font-family: FontAwesome;
        color: #ccc;
        position: absolute;
        left: 12px;
        top: -1px;
        font-size: 16px;
        text-align: center;
    }

    .a-field--enabled[class*="--icon-date"]::before {
        content: "\f133";        
        
    }

    .a-field--enabled[class*="--icon"]::after {
        font-family: FontAwesome;
        color: #666;
        position: absolute;
        right: 12px;
        font-size: 16px;
        text-align: center;
    }

    .a-field--enabled[class*="--icon-date"]::after {
        content: "\f107";
    }

.daterangepicker-container .litepicker {
    font-size: 14px;
    text-transform: capitalize;
}

.daterangepicker-container .month-item-weekdays-row {
    font-weight: bold;
}

.daterangepicker-container .litepicker .container__months {
    box-shadow: none;
}

.time-wrapper .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.time-wrapper .select2 .select2-selection {
    height: 42px !important;
    border-radius: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    border-color: #f5f4f5 !important;
    background-color: #f5f4f5 !important;
}

.time-wrapper .select2-container--bootstrap .select2-selection {
    border: 0;
}

.time-wrapper .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.time-wrapper .select2-container--bootstrap .select2-selection--single {
    padding: 0;
}



.time-wrapper .select2 .select2-selection__rendered {
    padding-right: 50px !important;
    padding-left: 40px !important;
    line-height: 40px;
    color: #333 !important;
    border: 1px solid #ccc;
    font-family: 'Scada', sans-serif !important;
}

    .time-wrapper .select2 .select2-selection__rendered::before {
        font-family: FontAwesome;
        content: "\f017";
        font-size: 20px;
        color: #ccc;
        position: absolute;
        left: 12px;
    }



.time-wrapper .select2 .select2-selection__arrow::after {
    font-family: FontAwesome;
    text-decoration: inherit;
    content: "\f107";
    text-align: left;
    color: #666;
    line-height: 40px !important;
    font-size: 16px;
    position: absolute;
    right: 0;
}

.time-wrapper .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.service-detail-wrapper .select2.select2-container--open:not(._tranfer-select) .select2-selection__rendered {
    background-color: #79797c;
}

.--timer .select2-dropdown .select2-results__option {
    line-height: 150%;
    min-height: 32px;
    display: flex;
    align-items: center;
    padding-left: 40px !important;
}

.select2-container--bootstrap .select2-results__option[aria-disabled="true"] {
    display: none;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #efefef !important;
    color: #333 !important;
}

.select2.select2-container--open .select2-selection__rendered, .select2.select2-container--open .select2-selection__rendered .select2-selection__placeholder, .select2.select2-container--open .select2-selection__rendered::before {
    color: #fff !important;
}

.time-wrapper .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection__arrow::after {
    color: #fff;
}

.m-dropdown__header {
    border: 1px solid #ccc;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    background-color: #f5f4f5;
    color: #333 !important;
    display: block;
    font-weight: 200;
    width: 100%;
    position: relative;
}

a.m-dropdown__header:hover, a.m-dropdown__header:focus, a.m-dropdown__header:active {
    text-decoration: none;
}

.m-dropdown__header::before {
    position: absolute;
    left: 12px;
    content: "\f0c0";
    font-size: 16px;
    color: #ccc;
    font-family: FontAwesome;
    top: 8px;
}

.m-dropdown__header::after {
    font-family: FontAwesome;
    text-decoration: inherit;
    content: "\f107";
    text-align: left;
    color: #666;
    line-height: 40px !important;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 0;
}

.dropdown--active .m-dropdown__header {
    color: #fff !important;
    background-color: #79797c !important;
}

.guest-wrapper .itt-container {
    display: none;
}

.guest-wrapper.dropdown--active .itt-container {
    display: block;
}

.item-hotel-heading img {
    margin-top: -3px;
}

.inline-display {
    display: inline;
}

.item-subheading {
    margin: 6px 0;
}

    .item-subheading .item-hotel-subheading-desc {
        color: #0081c6;
    }

.item-content.form-inline .checkbox, .item-content.form-inline .checkbox .full-width {
    width: 100%;
}

div.fare-pack {
    display: block;
    text-align: center;
    font-size: 12px;
    color: var(--grey-color, #5E6D77);
    margin-bottom: 10px;
}

.item-service a {
    color: #1A2B50;
}

    .item-service a:hover {
        text-decoration: none;
    }

@media (max-width: 768px) {

    div.fare-pack {
        display: none;
    }

    .destination-item .image .content .title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.featured-carousel-list {
    z-index: 0 !important;
}

.slick-slide img {
    display: block;
    width: 100%;
}


video {
    width: 100%;
    height: auto;
}

.viewport-header {
    position: absolute;
    bottom: 50px;
    left:75px;
   
}

    .viewport-header h1 {
        color: white;
        font-size: 62px;
        font-weight: bold;
    }

    .nmargin {
        margin-right: -15px;
        margin-left: -15px;
    }

@media screen and (max-width: 450px) {
    .viewport-header {
        position: static;
        text-align: center;
        margin-top: -80px;
    }

        .viewport-header h1 {
            font-size: 32px;
        }
}

.about-banner {
    margin-left: -15px;
    margin-right: -15px;
}

.about-banner .container-fluid, .about-banner .col-sm-4 {
    overflow: hidden;
    padding: 0 !important;
}

.folio-item {
    position: relative;    
}

.folio-image {
    transition: all 0.8s ease-in-out;
    background-position: center center;
    background-size: cover;
    height: 250px;
}

fieldset.payment-methods ul {
    margin: 0;
    padding: 0;
}

fieldset.payment-methods li {
    transition: all .2s ease-out;
    border-radius: 3px;
    display: block;
    font-size: 1em;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    line-height: 100%;
    position: relative;
    cursor: pointer;
    padding: 0;
}

fieldset.payment-methods li:before {
    transition: all .2s ease-out;
    border-radius: 3px;
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 2px solid #4a90e2;
    opacity: 0;
    display: inherit;
}

fieldset.payment-methods li.gb--selected:before {
    border-radius: 3px;
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 2px solid #4a90e2;
    opacity: 1;
    display: inherit;
}

fieldset.payment-methods li input[type=radio] {
    position: absolute;
    top: 35%;
    left: 15px;
    margin: 0;
}


    fieldset.payment-methods li label {
        padding: 15px 10px 15px 40px;
        width: 100%;
        position: relative;
        line-height: 1.3;
        margin-bottom: 0;
        margin-top: 0;
        display: inline-block;
        white-space: normal;
        cursor: pointer;
    }

    .cards-list {
        padding-top: 20px;
        clear: both;
        margin-bottom: 10px;
    }

.cards-list div.card-item {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

    .cards-list div.card-item a {
        padding: 10px;
        display: block;
        border: 1px solid #d6d6d6;
        transition: all .2s ease-out;
        border-radius: 3px;
        position: relative;
    }


        .cards-list div.card-item a:before {
            transition: all .2s ease-out;
            border-radius: 3px;
            content: "";
            position: absolute;
            top: -1px;
            bottom: -1px;
            left: -1px;
            right: -1px;
            border: 2px solid #4a90e2;
            opacity: 0;
            display: inherit;
        }

    .cards-list div.card-item.active a:before {
        border-radius: 3px;
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        border: 2px solid #4a90e2;
        opacity: 1;
        display: inherit;
    }

    #map {
        margin-left: -15px;
        margin-right: -15px;
    }

    #map iframe {
        width: 100%;
        height: 500px;
    }

    .no-margin {
        padding: 0;
    }

.panel-bridge .panel-body {
    padding: 15px;
}

/*Tabla resumen*/

.flight-brief {
    font-size: 14px;
    margin-bottom: 30px;
}

    .flight-brief .col-fix {
        float: left;
        display: block;
        width: 40%;
    }

        .flight-brief .col-fix ul li:first-child {
            background: #0081c6;
            color: #ffffff;
            font-weight: bold;
            text-transform: uppercase;
        }

    .flight-brief .col-slider {
        float: left;
        display: block;
        width: 60%;
    }

        .flight-brief .col-slider .flight-item {
            display: inline-block;
        }

        .flight-brief .col-slider .slick-prev,
        .flight-brief .col-slider .slick-next {
            top: 61%;
            width: 25px;
            height: 25px;
        }

        .flight-brief .col-slider .slick-prev {
            left: -12px;
            z-index: 10;
        }

        .flight-brief .col-slider .slick-next {
            right: -12px;
        }

        .flight-brief .col-slider .slick-disabled {
            display: none !important;
        }

        .flight-brief .col-slider .slick-prev:before,
        .flight-brief .col-slider .slick-next:before,
        .flight-brief .col-slider .slick-prev::before,
        .flight-brief .col-slider .slick-next::before {
            font-family: 'FontAwesome', sans-serif;
            color: #ff7802;
            background: #ffffff;
            border: 1px solid #ffffff;
            display: block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            opacity: 1;
            font-size: 25px;
        }

        .flight-brief .col-slider .slick-next::before {
            content: '\f138';
        }

        .flight-brief .col-slider .slick-prev::before {
            content: '\f137';
        }

    .flight-brief ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .flight-brief ul li {
            line-height: 40px;
            border-top: 1px solid #c2c2c2;
            border-left: 1px solid #c2c2c2;
            text-align: center;
            background: #ffffe0;
        }

            .flight-brief ul li:first-child {
                background: #ffffff;
            }

            .flight-brief ul li:last-child {
                border-bottom: 1px solid #c2c2c2;
            }

            .flight-brief ul li.flight-item-header {
                height: 41px;
                text-align: center;
                overflow: hidden;
            }

                .flight-brief ul li.flight-item-header img {
                    display: inline-block;
                    width: auto;
                }

            .flight-brief ul li.best-price span {
                background: #ff7802;
                color: #ffffff;
                padding: 10px;
                font-weight: 600;
            }

    .flight-brief:after {
        clear: both;
        display: block;
        content: "";
        height: 1px;
    }

.flight-brief  .col-slider img {
    width: auto !important;
}

@media (min-width: 480px) {
    .flight-brief .col-slider.col-1 .slick-track {
        width: 100% !important;
    }

        .flight-brief .col-slider.col-1 .slick-track .flight-item {
            width: 100% !important;
        }
}

@media (min-width: 768px) {
    .flight-brief .col-fix {
        width: 20%;
    }

    .flight-brief .col-slider {
        width: 80%;
    }

        .flight-brief .col-slider.col-2 .slick-track {
            width: 100% !important;
        }

            .flight-brief .col-slider.col-2 .slick-track .flight-item {
                width: 50% !important;
            }
}

@media (min-width: 992px) {
    .flight-brief .col-slider.col-3 .slick-track {
        width: 100% !important;
    }

        .flight-brief .col-slider.col-3 .slick-track .flight-item {
            width: 33.33% !important;
        }
}

@media (min-width: 1280px) {
    .flight-brief .col-fix {
        width: 12%;
    }

    .flight-brief .col-slider {
        width: 88%;
    }

        .flight-brief .col-slider.col-4 .slick-track {
            width: 100% !important;
        }

            .flight-brief .col-slider.col-4 .slick-track .flight-item {
                width: 25% !important;
            }
}

.flight-brief ul li.filterable:hover, .flight-brief ul li.item-hover {
    background: rgba(255,120,2,0.3);
}

.flight-brief ul li.item-active {
    background-color: #fff;
}

.flight-brief ul li.filterable, .flight-brief ul li.filterable span {
    cursor: pointer;
}

/*Estilos Específicos de Aereos*/
.sub-item {
    position: relative
}

.item-heading {
    color: #757575;
    background: #ffffff;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 0 1.75%;
    font-size: 113%;
}

@media (min-width: 768px) {
    .radio input[type="radio"] {
        margin-top: 17px;
        left: 28px;
    }
}


.item-heading i:first-child {
    color: #0899c6;
    position: relative;
}

        .item-heading i:first-child:after {
            content: "";
            position: absolute;
            border-bottom: 2px solid #0899c6;
            width: 50%;
            left: -2px;
            top: auto;
            bottom: -5px;
        }

    .item-heading i.fa-rotate-180:after {
        bottom: auto;
        left: auto;
        right: -2px;
        top: -7px;
        margin-top: 0;
    }

    .item-heading span {
        display: inline-block;
    }

        .item-heading span.sub-item-id {
            font-weight: bold;
            text-transform: uppercase;
            margin-right: 5px;
            padding-left: 10px;
        }

        .item-heading span.block-sm {
            display: block;
            clear: left;
        }

            .item-heading span.block-sm i {
                font-size: 80%;
                color: #ff7802;
            }

.item-box-content {
    background: #ffffff;
    padding: 10px 0 0 0;
    color: #757575;
}

    .item-box-content label {
        min-height: 30px;
        position: relative;
        display: block;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .item-box-content span,
    .item-box-content a {
        line-height: 30px;
        display: block;
        float: left;
        margin: 0;
    }

    .item-box-content > label > span,
    .item-box-content > label > a {
        padding: 0 1%;
    }

    .item-box-content .flight-ico {
        height: 100%;
        text-align: center;
        width: 25%;
    }

        .item-box-content .flight-ico img {
            max-height: 30px;
            padding-left: 13px;
            max-width: 100%;
        }

    .item-box-content .flight-desc {
        width: 26%;
        height: 30px;
        overflow: hidden;
        text-align: center;
        font-size: 60%;
    }

        .item-box-content .flight-desc span {
            line-height: 14px;
            padding: 0;
            display: inline;
        }

            .item-box-content .flight-desc span.flight-connexions-text {
                font-weight: bold;
                width: 100%;
                line-height: 15px !important;
                display: block !important;
                position: relative;
                text-align: center;
                color: #ff7802;
            }

            .item-box-content .flight-desc span.flight-duration {
                display: block;
                width: 100%;
            }

    .item-box-content .flight-time {
        width: 20%;
        text-align: center;
    }

        .item-box-content .flight-time .time {
            font-weight: bold;
            padding-right: 2px;
            float: none;
        }

    .item-box-content .flight-detail {
        font-weight: bold;
        width: 9%;
        text-align: center;
    }

        .item-box-content .flight-detail i {
            color: #ff7802;
            padding-left: 0;
        }

            .item-box-content .flight-detail i:hover {
                color: #ff7802;
            }

        .item-box-content .flight-detail span {
            display: none;
            color: #ff7802;
        }

        .item-box-content .flight-detail:hover {
            text-decoration: none;
            color: #ff7802;
        }

@media (min-width: 600px) {
    .item-heading span.block-sm {
        display: inline;
        padding-left: 10px;
        clear: none;
    }
}

@media (min-width: 768px) {
    .item-heading {
        padding: 10px 15px 10px;        
    }

    .item-box-heading {
        line-height: 25px;
        background: #d6d6d6;
        font-weight: bold;
        text-align: right;
    }

        .item-box-heading span {
            display: inline-block;
            padding: 0 5px;
            text-align: center;
        }

        .item-box-heading .flight-time {
            width: 14.7%;
        }

        .item-box-heading .flight-duration {
            width: 30%;
        }

    .item-box-content {
        margin-top: 0;
    }

        .item-box-content label {
            min-height: 50px;
        }

        .item-box-content span,
        .item-box-content a {
            line-height: 50px;
            text-align: center;
        }

        .item-box-content > label > span,
        .item-box-content > label > a {
            padding: 0 5px;
        }

        .item-box-content .flight-ico {
            width: 13%;
            text-align: center;
        }

        .item-box-content .flight-desc {
            width: 25%;
            font-size: 90%;
            height: 50px;
        }

            .item-box-content .flight-desc span {
                padding: 0 5px;
                line-height: 30px;
            }

                .item-box-content .flight-desc span.flight-connexions-text {
                    font-size: 80%;
                    color: #757575;
                }

                .item-box-content .flight-desc span.flight-airport {
                    color: #ff7802;
                }

                .item-box-content .flight-desc span.flight-connexions {
                    color: #0899c6;
                    font-size: 118%;
                    bottom: 0;
                    position: relative;
                    padding: 0 2px;
                }

                    .item-box-content .flight-desc span.flight-connexions .orange {
                        display: none;
                        color: #ff7802;
                    }

                    .item-box-content .flight-desc span.flight-connexions.true-connexion .orange {
                        display: inline-block;
                    }

        .item-box-content .flight-time {
            width: 16%;
        }

            .item-box-content .flight-time span {
                float: none;
                display: inline;
            }

            .item-box-content .flight-time .time {
                font-size: 100%;
                padding-right: 5px;
            }

        .item-box-content .flight-duration {
            width: 24%;
            font-size: 100%;
        }

        .item-box-content .flight-detail {
            width: 6%;
            font-size: 100%;
            text-align: right;
        }

            .item-box-content .flight-detail.active i:before {
                content: "\f056";
            }
}

@media (min-width: 992px) {
    .item-box-heading span {
        padding: 0 15px;
    }

    .item-box-heading .flight-time {
        width: 14.5%;
    }

    .item-box-heading .flight-duration {
        width: 21%;
        margin-right: 13%;
    }

    .item-box-content {
        margin-top: 0;
    }

        .item-box-content label {
            min-height: 50px;
        }

        .item-box-content a {
            line-height: 50px;
            text-align: center;
        }

        .item-box-content > label > span,
        .item-box-content > label > a {
            padding: 0 1.815%;
        }

        .item-box-content .flight-ico {
            width: 15%;
            text-align: center;
        }

            .item-box-content .flight-ico img {
                max-height: 35px;
                max-width: 100%;
            }

        .item-box-content .flight-desc {
            width: 22%;
            height: 50px;
        }

            .item-box-content .flight-desc span.flight-connexions-text {
                font-size: 14px;
                color: #757575;
            }

            .item-box-content .flight-desc span.flight-connexions {
                color: #0899c6;
                font-size: 120%;
                bottom: 0;
                position: relative;
                padding: 0 2px;
            }

                .item-box-content .flight-desc span.flight-connexions .orange {
                    display: none;
                    color: #ff7802;
                }

                .item-box-content .flight-desc span.flight-connexions.true-connexion .orange {
                    display: inline-block;
                }

        .item-box-content .flight-time {
            width: 15%;
        }

            .item-box-content .flight-time span {
                float: none;
                display: inline;
            }

            .item-box-content .flight-time .time {
                padding-right: 5px;
            }

        .item-box-content .flight-duration {
            width: 18%;
        }

        .item-box-content .flight-detail {
            width: 15%;
            font-size: 90%;
            text-align: right;
        }

            .item-box-content .flight-detail span {
                display: inline;
                text-align: right;
                float: none;
            }

                .item-box-content .flight-detail span:after {
                    content: "\f055";
                    font-family: "FontAwesome", sans-serif;
                    padding-left: 5px;
                    color: #0899c6;
                }

            .item-box-content .flight-detail.active span:after {
                content: "\f056";
            }

            .item-box-content .flight-detail i {
                display: none;
            }
}
/*Detail styles*/
.flight-detail-box {
    position: fixed;
    top: 0;
    left: 0;
    background: #efefef;
    height: 100%;
    z-index: 20;
    display: none;
    border-top: 2px solid #0899c6;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .flight-detail-box h3 {
        color: #0899c6;
        margin: 0 0 10px 0;
    }

        .flight-detail-box h3 span i {
            -webkit-transition: 0.4s ease-out;
            -moz-transition: 0.4s ease-out;
            transition: 0.4s ease-out;
        }

        .flight-detail-box h3 span:hover i {
            color: #232323;
            transition: 0.4s;
            -webkit-transform: rotatez(90deg);
            -moz-transform: rotatez(90deg);
            transform: rotatez(90deg);
        }

    .flight-detail-box.collapsing {
        transition: height ease 0.6s;
    }

    .flight-detail-box span {
        line-height: 30px;
        text-align: left;
        padding-left: 5px;
    }

    .flight-detail-box .detail-flight-title {
        float: none;
        font-size: 100%;
        padding: 5px 0;
        line-height: 100%;
        text-align: left;
    }

    .flight-detail-box .detail-flight-place {
        font-size: 12px;
        width: 100%;
        padding-top: 15px;
        line-height: 20px;
    }

    .flight-detail-box .detail-flight-time {
        font-size: 14px;
        font-weight: 600;
        color: #0899c6;
    }

        .flight-detail-box .detail-flight-time.dark {
            color: #757575;
        }

    .flight-detail-box .icon-direction {
        padding-top: 40px;
    }

    .flight-detail-box .detail-flight-cell {
        padding-top: 20px;
        font-size: 13px;
        line-height: 100%;
    }

        .flight-detail-box .detail-flight-cell .detail-heading {
            font-size: 14px;
            width: 100%;
        }

    .flight-detail-box .detail-flight-plane {
        background: #ffffff;
        padding: 10px;
        width: 100%;
        margin-top: 20px;
    }

    .flight-detail-box .col-xs-5,
    .flight-detail-box .col-xs-4,
    .flight-detail-box .col-xs-3,
    .flight-detail-box .col-xs-2 {
        padding: 0 5px;
    }

@media (min-width: 768px) {
    .flight-detail-box {
        height: auto;
        padding-bottom: 20px;
        position: relative;
        border-bottom: 2px solid #0899c6;
        overflow-x: hidden;
    }
}

@media (min-width: 992px) {
    .flight-detail-box {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        margin-bottom: -10px;
        overflow: hidden;
        border-bottom: 0;
    }

        .flight-detail-box.collapsing {
            transition: height ease 0.6s;
        }

        .flight-detail-box h3 {
            display: none;
        }

        .flight-detail-box span {
            float: none;
            line-height: 30px;
            text-align: left;
            padding-left: 5px;
        }

        .flight-detail-box .detail-flight-title {
            font-size: 100%;
            padding: 10px 0;
        }

        .flight-detail-box .detail-flight-place {
            font-size: 11px;
            width: 100%;
            padding-top: 15px;
            line-height: 20px;
        }

        .flight-detail-box .detail-flight-time {
            font-size: 14px;
            font-weight: 600;
            color: #0899c6;
            display: inline-block;
        }

            .flight-detail-box .detail-flight-time.dark {
                color: #757575;
            }

        .flight-detail-box .icon-direction {
            padding-top: 40px;
        }

        .flight-detail-box .detail-flight-cell {
            font-size: 13px;
            text-align: center;
        }

            .flight-detail-box .detail-flight-cell .detail-heading {
                padding-left: 0;
                text-align: center;
                font-size: 16px;
                width: 100%;
            }

        .flight-detail-box .detail-flight-plane {
            background: #ffffff;
            padding: 10px;
            width: 100%;
            margin-top: 20px;
        }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .item-box-content > label > span,
    .item-box-content > label > a {
        padding: 0 1%;
    }

    .item-box-heading span {
        padding: 0 1%;
    }

    .item-box-heading .flight-duration {
        margin-right: 0;
        width: 34%;
    }

    .item-box-content .flight-desc {
        font-size: 90%;
    }

        .item-box-content .flight-desc span {
            padding: 0 2px;
        }

    .item-box-content .flight-time .time {
        font-size: 100%;
    }

    .item-box-content .flight-duration {
        font-size: 80%;
        width: 18%;
    }

    .item-box-content .flight-detail {
        font-size: 85%;
    }

    .content-item .promo {
        line-height: 30px;
    }
}

/*Estilos del box de Precio*/
.fare-box {
    margin-left: 0;
    text-align: center;
    padding: 0 15px;
    position: relative;
    display: block
}

    .fare-box .fare-left {
        width: 49%;
        float: left
    }

    .fare-box .fare-right {
        width: 49%;
        float: right;
        padding-right: 20px
    }

    .fare-box span {
        display: block;
        position: relative
    }

        .fare-box span.fare-per-pax {
            line-height: 20px;
            padding-top: 20px;
            font-size: 12px
        }

        .fare-box span.fare-total {
            font-size: 20px;
            line-height: 105%;
            color: #232323;
            text-align: center;
            padding: 5px 0
        }

            .fare-box span.fare-total .fare-total-detail {
                width: 100%;
                font-size: 12px;
                margin-left: 0;
                margin-right: 0;
                padding: 0;
                line-height: 100%
            }

            .fare-box span.fare-total .detail-3d {
                display: none
            }

        .fare-box span.fare-note {
            text-align: left;
            color: #757575;
            font-size: 11px;
            margin-top: 10px
        }

    .fare-box .fare-review-box {
        display: block;
        position: relative
    }

        .fare-box .fare-review-box .fare-review {
            padding: 0 20px
        }

            .fare-box .fare-review-box .fare-review hr {
                border-top: 2px dashed rgba(0, 0, 0, .5);
                margin: 5px 0
            }

            .fare-box .fare-review-box .fare-review dl,
            .fare-box .fare-review-box .fare-review dt,
            .fare-box .fare-review-box .fare-review dd {
                margin: 0
            }

            .fare-box .fare-review-box .fare-review dl {
                width: 100%;
                overflow: hidden;
                position: relative;
                background: rgba(0, 0, 0, .1);
                z-index: 1;
                font-size: 80%;
                padding-bottom: 10px;
                margin-bottom: 10px
            }

            .fare-box .fare-review-box .fare-review dt {
                display: inline-block;
                vertical-align: top;
                width: 47%;
                padding: 5px;
                position: relative;
                text-align: left;
                font-weight: 400;
                line-height: 80%
            }

                .fare-box .fare-review-box .fare-review dt.fare-sub-total {
                    font-weight: 700;
                    font-size: 110%
                }

                .fare-box .fare-review-box .fare-review dt.fare-last {
                    color: #ff7802;
                    font-size: 150%;
                    font-weight: 700
                }

            .fare-box .fare-review-box .fare-review dd {
                display: inline-block;
                vertical-align: top;
                width: 50%;
                padding: 5px;
                position: relative;
                text-align: right;
                line-height: 80%
            }

                .fare-box .fare-review-box .fare-review dd.fare-sub-total {
                    font-weight: 700;
                    font-size: 130%
                }

                .fare-box .fare-review-box .fare-review dd.fare-last {
                    color: #ff7802;
                    font-size: 150%;
                    font-weight: 700
                }

                .fare-box .fare-review-box .fare-review dt:nth-child(4n+1):after,
                .fare-box .fare-review-box .fare-review dd:nth-child(4n+2):after {
                    content: " ";
                    position: absolute;
                    display: block;
                    left: -999em;
                    top: 0;
                    bottom: 0;
                    right: -999em;
                    z-index: -1
                }

    .fare-box a.fare-review-btn {
        display: block;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
        text-decoration: underline;
        color: #232323;
        position: relative
    }

    .fare-box input[type="submit"], .fare-box button {
        margin-top: 20px;
        position: relative
    }

    .fare-box a.fare-input {
        font-size: 150%;
    }

@media (min-width: 768px) {
    .fare-box {
        margin-left: -45px;
        margin-right: -30px;
        text-align: center
    }

        .fare-box .fare-left,
        .fare-box .fare-right {
            width: 100%;
            float: none;
            padding-right: 0
        }

        .fare-box .fare-right {
            padding: 0 20px
        }

        .fare-box .fare-review-box .fare-review {
            padding: 0 10px
        }

            .fare-box .fare-review-box .fare-review dl {
                width: 100%;
                overflow: hidden;
                position: relative;
                z-index: 1;
                font-size: 80%;
                padding-bottom: 0
            }

        .fare-box span {
            width: 100%
        }

            .fare-box span.fare-per-pax {
                line-height: 50px;
                padding-top: 0
            }

            .fare-box span.fare-total {
                font-size: 35px;
                color: #0081c6;
                text-align: center;
                padding: 15px 0
            }

                .fare-box span.fare-total .detail-3d {
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 5px solid #757575;
                    border-right: 10px solid transparent;
                    left: auto;
                    right: 0;
                    bottom: -5px;
                    top: auto;
                    position: absolute
                }

            .fare-box span.fare-note {
                text-align: left;
                color: #757575;
                font-size: 12px
            }

    /*input[type="submit"] {
        font-size: 150%;
        margin-top: 30px;
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        top: auto
    }*/
}

.flight-detail-box .detail-flight-time-connection {
    font-size: 80%;
    line-height: 1.5em;
    display: block;
    background: #0899c6;
    color: #fff;
    width: auto;
    clear: both;
    margin: 15px 15px 0 15px;
    font-weight: 400;
    text-align: center;
}

    .flight-detail-box .detail-flight-time-connection span {
        display: inline;
        float: none;
        line-height: 20px;
    }

    .flight-detail-box .detail-flight-time-connection i {
        padding-right: 5px;
        font-size: 120%;
    }

    .flight-detail-box .detail-flight-time-connection .connection-text-duration {
        font-weight: 700;
    }

    .flight-detail-box .detail-flight-time-connection .connection-type {
        display: inline-block;
        line-height: 20px;
    }
    
.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 38px;
        padding: .375rem .75rem;
        line-height: 2;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }

.footer-link {
    margin-top: 30px;
}

.all-info-container {
}

.list-content {
    margin-bottom: 10px;
}

    .list-content a {
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        background-color: #f5f5f5;
        position: relative;
        color: #565656;
        font-weight: 400;
        border-radius: 4px;
    }

        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

        .list-content a i {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 10px;
            transition: 0.5s;
        }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

    input[type="checkbox"]::before,
    input[type="checkbox"]::after {
        position: absolute;
        content: "";
        display: inline-block;
    }

    input[type="checkbox"]::before {
        height: 16px;
        width: 16px;
        border: 1px solid #999;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-radius: 2px;
    }

    input[type="checkbox"]::after {
        height: 5px;
        width: 9px;
        left: 4px;
        top: 4px;
    }

    input[type="checkbox"]:checked::after {
        content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }

    input[type="checkbox"]:checked::before {
        background-color: #18ba60;
        border-color: #18ba60;
    }






@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs > li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

.activity-panel-image {
    padding: 0;
}

.activity-panel-body {
    padding-bottom: 20px
}

.activity-panel-price {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.prev-action, .next-action {
    font-size: 30px;
    padding: 10px 25px;
}

.picker-overlay {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

/* LOADER 1 */

.loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}


#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    border-top-color: #3498db;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 5px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wpb_wrapper h4 {
    font-family: 'Magisho', sans-serif !important;
}