/* latin-ext */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --main-color: #015287;
    --grey-color: #5E6D77;
    --light-grey-color: #EAEEF3;
    --orange-color: #FA5636;
    --link-color: #015287;
    --link-color-dark: #4983e1;
}

body {
    color: var(--main-color, #1A2B48);
    font-size: 1.7em;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden;
    background: #015287;
}


.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;
}

.pb50 {
    padding-bottom: 50px;
}

ul.st-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.btn.btn-primary {
    background: var(--orange-color, #FA5636);
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
}

.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 */


.owl-carousel {
    z-index: unset !important
}

/* 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: 15px 50px;
    background: #166BB3;
}

.outer {
    background-position: center center;
    background-size: cover;
}

a.item {
    color: #fff;
    margin-bottom: 15px;
}

a.item:hover {
    color: #fff;
    text-decoration: none;
}

.item_img {
    height: 200px;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 25px;
}

.item_tle {
    background: rgba(22, 107, 179, 0.8);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    text-align: right;
    letter-spacing: 0.08em;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    min-height: 50px;
    padding: 5px 10px;
}

.leftcol_dst {
    background: #166BB3;
    min-height: 750px;
    margin-left: -15px;
    padding: 30px 0 30px 30px;
}

    .leftcol_dst .back {
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 40px;
        /*letter-spacing: 0.25em;*/
        color: rgba(245, 245, 245, 0.75);
    }

    .leftcol_dst a.active {
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
    }

        .leftcol_dst a.active .tit-azul-22, .leftcol_dst .tit-azul-22.active {
            background: #fff;
            color: #166BB3;
        }

    .leftcol_dst .tit-azul-22 a:hover {
        text-decoration: none;
    }

    .leftcol_dst a.active:hover {
        text-decoration: none;
        color: #166BB3;
    }

.leftcol_dst .back:hover {
    text-decoration: none;
}

.dst_wrapper {
    margin-right: 100px;
    margin-left: 100px;    
}

.dst_title {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 540px;
    padding: 20px 50px 0;
    text-align: right;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 1;
}

.dst_title h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120px;    
    letter-spacing: 0.25em;
    color: #1A64AD;
    text-transform: uppercase;
}

.dst_item {
    background-color: #D9D9D9;
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.dst_ctry {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #166BB3;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    padding-top: 6px;
}

.dst_catlist {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 25px;
}

    .dst_catlist li {
        padding: 8px 10px 4px;
        border-bottom: 1px solid #fff;
    }

    .dst_catlist a {
        font-style: normal;
        font-weight: 300;
        font-size: 22px;
        line-height: 25px;
        color: #fff;
        text-transform: uppercase;
    }

        .dst_catlist a:hover {
            text-decoration: none;
        }

        .dst_catlist a.active {
            color: #F6C400;
        }

            .dst_catlist a.active:hover {
                color: #F6C400;
            }

            .wrapper2 {
                background-position: left center;
                background-size: 75% 100%;
                background-repeat: no-repeat;
                margin-left: -15px;
                margin-right: -15px;
            }

#form2 {
    margin: 50px auto;
    background: #fff;
    padding: 40px 0 40px 90px;
    box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}

.srv_itm {
    background-position: center center;
    background-size: cover;
    height: 200px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.srv_title {
    position: absolute;
    left: -90px;
    right: 0;
    bottom: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    text-align: right;
    color: #FFFFFF;
    background: rgba(22, 107, 179, 0.75);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    padding: 5px 15px 2px;
}

    .srv_title a {
        color: #fff;
        text-decoration: none;
    }

    .srv_title span {
        font-weight: 400;
    }


#header #topbar .topbar-left {
    font-size: 14px;
}

    #header #topbar .socials {
        display: inline-block;
        border-right: 1px solid #374969;
    }

        #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-items {
        display: inline-block;
    }

        #header .topbar-items li:last-child {
            padding-right: 0px;
        }

        #header .topbar-items li {
            padding-right: 15px;
            display: inline-block;
        }

            #header .topbar-items li a {
                color: #fff;
                font-weight: 400;
                font-size: 14px;
            }

            #header .topbar-items img {
                margin-top: -3px;
            }

#header .mv1 {
    display: none;
}

#header .topbar-items {
    font-size: 12px;
    margin-right: 15px;
}

.logo-container .logo span {
    display: none;
}

#header .topbar-items .dropdown-menu {
    right: 0;
    left: auto;
}

#header .topbar-items .dropdown-menu {
    background: #4E86AB;
}

#header .topbar-items .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: inline-block;
}

.dropdown-language a {
    text-transform:capitalize;
}

#header .topbar-items li a {
    text-transform: uppercase;
}

#header .topbar-items li a:hover {
    text-decoration: none;
}

#header .topbar-items .dropdown-menu li a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    color: #fff;        
}

    #header .topbar-items .dropdown-menu li a:hover {
        background: #233448;
        text-decoration: none;
    }

#header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px 0 0;
    background: #166BB3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px 0px;
    z-index: 1;
    min-height: 60px;
    position: relative;
}

    #header .header .toggle-menu {
        margin-top: 2px;
        line-height: 1;
        display: none;
        float: left;
    }

    #header .header .header-left {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 230px;
    }

.logo-container {
    margin-right: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px 0px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 15px;
    background: #fff;
    z-index: 99;
}

        #header .header .header-left .logo {
            margin-right: 30px;
            float: left;            
        }


        .phoneII {
            display: none;
        }

.logo-container .logo {
    padding-left: 30px;
    padding-right: 20px;     
}

    .logo-container .logo:hover {
        text-decoration: none;
    }

.header .logo img {
    max-height: 61px;
    max-width: 100%;
    margin: 5px 0;
}

#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 {
        float: left;
    }

        #header .header .header-left #st-main-menu .main-menu > li > a {
            padding: 25px 25px 20px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
            font-family: 'Josefin Sans', sans-serif;
        }

    #header .header .header-left #st-main-menu .main-menu a {
        color: var(--main-color, #1A2B48);
        text-decoration: none;
    }

#header .header .header-right {
    position: absolute;
    right: 20px;
    top: 20px;
}

#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,
#header .header .header-left #st-main-menu .main-menu li a:hover {
    color: #fff;
    border-bottom: 3px solid blanchedalmond;
    background-color: #007bff;
}

#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: 'Josefin Sans', 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: #5191FA;
    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;
    }

    .dst_wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    #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: 15px 30px;
        background: rgba(22, 107, 179, 0.7);
        display: block;
    }

        #header .header .header-left {
            float: left;
            margin-right: auto;
        }

        #header .header .toggle-menu {
            display: block;
            margin-top: 0;
            margin-right: 20px;
        }

        .logo-container {
            text-align: center;
            width: 100%;
            background: transparent;
            box-shadow: none;
            position: static;
            padding: 5px 0;
        }

    .wrapper2 {
        background-size: cover;
    }

    #form2 {
        margin: 15px;
    }

    #header .header .header-left #st-main-menu .main-menu > li {
        float: none;
        text-align: center;
    }

        #header .header .header-left #st-main-menu .main-menu > li a {
            width: 70%;
            display: block;
            margin: auto;
        }

        #header .header .header-left #st-main-menu .main-menu > li a:hover {
            color: #fff;
            text-decoration: none;
        }

            #header .header .header-left #st-main-menu .main-menu > li a.login {
                margin-top: 30px;
            }

            .about-inner {            
                margin: 15px !important; 
                padding: 15px !important;
            }

    .logo-container .logo {
        padding: 0;
    }

    .st-list.topbar-items li:not(:nth-child(2)) {
        display: none !important;
    }

    #header .topbar-items li {
        padding-right: 0;
    }

    #header .mv1 {
        display: block;
    }

    .logo-container .logo img {
        display: none;
    }

        .logo-container .logo span {
            display: block;
            color: #166BB3;
        }

    #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: #166BB3;
            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;
            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;
                color: #fff;
            }

        #st-main-menu .main-menu {
            position: fixed;
            top: 50px;
            left: -110%;
            width: 300px;
            height: 100%;
            background: #166BB3;
            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;
        }

        #main-footer div {
            text-align: center;
            margin-bottom: 35px;
        }

    #main-footer div:last-child {        
        margin-bottom: 5px;
    }
}

    @media (max-width: 767px) {

        #header #topbar {
            padding-left: 15px;
            padding-right: 15px;
        }

        .srv_title {
            left: 0;
        }

        .dst_title {
            position: static;
            padding: 0;
            width: auto;
            text-align: left;
            box-shadow: none;
        }

            .dst_title h1 {
                line-height: 60px;
            }

            #header #topbar .socials li a {
                font-size: 18px;
            }

            #header #topbar .topbar-right .topbar-items li {
                padding-left: 10px;
                padding-right: 10px;
            }

            #header .header .toggle-menu {
                margin-top: 3px;
                margin-right: 10px;
            }

            #header .header .logo img {
                max-width: 120px;
            }

        .cForm h3 {
            font-size: 25px !important;
            color: #166BB3 !important;
        }

        .contactModal {
            padding: 15px !important;
            background-image: url(../img/bg-contact.png) !important;
            background-position: center center !important;
            background-size: cover !important;
            background-color: #fff !important;
        }

        .cForm .inner-cForm {
            padding: 25px !important;
        }       

        .phoneI {
            display: none !important;
        }

        .phoneII {
            display: inline-block !important;
            margin-top: 60px;
        }

            .cInfo p {
                font-size: 22px !important;
                color: #166BB3 !important;
            }

        .topbar-right .st-list.topbar-items .topbar-item.link-item .login {
            display: none;
        }
    }

/* HOME BANNER */

.cover {
    padding: 80px 18% 0;
    min-height: 395px;
    position: absolute;
    top: 342px;
    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 */

.search-form, .panel {
    margin-bottom: 20px;
    border: 1px solid #D7DCE3;
    border-radius: 3px;
}

.search-form {
    box-shadow: 0px 2px 9px 0px #dfdfdf;
}

    .search-form .search-title {
        padding: 20px 0;
        border-bottom: 1px solid #dfdfdf;
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

        .search-form .search-title::before, .panel .panel-heading::before {
            content: '';
            width: 3px;
            height: 22px;
            background: var(--link-color, #5191FA);
            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: var(--link-color, #5191FA) !important;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 20px 0;
}

.input-group-addon {
    padding: 6px 10px 6px 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--link-color, #5191FA);
    text-align: center;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.search-form #ocupaciones {
    margin-left: -5px;
    margin-right: -5px;
}

.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: var(--link-color, #5191FA);
    border-radius: 100px;
    height: 6px;
    border-color: var(--link-color, #5191FA);
}

.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: var(--link-color, #5191FA);
        border: 0;
        top:2px;
    }

    .slider.slider-horizontal .slider-handle {
        margin-left: -7px;
    }

.irs-from, .irs-to, .irs-single {
    background: var(--link-color, #5191FA);
}

.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: calc(100% - 150px);
}

.hotel-list-page .item-service {
    border: 1px solid #D7DCE3;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 30px;
}

    .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;
}

.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 {
            position: relative;
            left: -25%;
            height: 100%;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .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: var(--grey-color, #5E6D77);
}

    .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 var(--link-color, #5191FA);
    border-radius: 3px;
    color: var(--link-color, #5191FA);
    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;
            }
    }

    /* ITEM DETAILS */
.service-detail-wrapper, .cartlist, .contactModal {
    margin-left: -15px;
    margin-right: -15px;
}

.contactModal {
    background: #166BB3;
    padding: 60px;
}

.cForm h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.25em;
    color: #FFFFFF;
}

.cForm .inner-cForm {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
}

.cForm label {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #1A64AD;
    text-transform: uppercase;
}

.cForm button[type=submit] {
    background: #F4C216 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

    .service-detail-wrapper .st-breadcrumb {
        padding: 15px;
        border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
    }

    .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: var(--link-color, #5191FA);
        }

        .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;
}

.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 var(--link-color, #5191FA);
            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 var(--link-color, #5191FA);
    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: var(--link-color, #015287);
    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: var(--link-color, #5191FA);
    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-bottom: 1px solid #efefef;
    }

        .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: var(--link-color, #5191FA);
    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: var(--link-color, #5191FA);
    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: var(--link-color, #5191FA);
    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: #F5F5F5;
}

        .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: var(--link-color, #5191FA);
            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: 20px;
    border-bottom: 1px solid var(--light-grey-color, #EAEEF3);
    color: #fff;
    background: #144A80;
    padding-left: 25px;
    padding-right: 25px;
}

        #main-footer > div {
            width: 100% !important;
            padding-right: 0px !important;
        }

    #main-footer .social {
        margin-top: 8px;
    }

    #main-footer .social a i {
        font-size: 25px;
    }

        #main-footer p {
            margin-bottom: 5px;
        }

    .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: #5191fa !important;
    }

    .vc_custom_1589204899109 {
        border-left-width: 3px !important;
        border-left-color: #5191fa !important;
    }

.vc_custom_1588870424318 {
    margin-bottom: 15px !important;
    border-left-width: 3px !important;
    padding-left: 20px !important;
    border-left-color: #4E86AB !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 a, .main-footer-sub a {
    color: #fff;
}


            #main-footer .menu li a {
                margin-bottom: 25px;
                font-size: 14px;
                font-weight: 500;
                display: block;
            }

    #main-footer .form-group .select2 {
        max-width: 200px;
        font-weight: 500;
    }

    .main-footer-sub {
        padding-top: 10px;
        padding-bottom: 30px;
        color: #fff;
    }

    /* BACK TO TOP */

.back-to-top {
    background: #4E86AB;
    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;
    -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);
}

    .back-to-top:hover {
        color: #015287;
        background: #ccc;
        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: 1;
            -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: 350px 0;
    background-position: center center;
    background-size: cover;
}

.srvImages .item {
    padding: 100px 0;
    margin: 0 5px;
}

.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;
    }

    .srvImages .big .item {
        padding: 100px 0;
        margin: 0;
    }

    .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;
    }
}

@media (max-width: 600px) {


}

@media (max-width: 500px) {


}

@media (max-width: 400px) {

}

.summary-section a.btn-primary {
    background: var(--link-color, #5191FA) !important;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 20px 0;
    color: #fff;
}

.summary-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 h3 {
    font-size: 28px;
    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;
    padding: 10px 35px;
    margin: 20px 0 0;
    border-radius: 8px;
}

.cInfo p {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #FFFFFF;
}

.phoneI {
    margin-top: 90px
}

.cInfo {
    margin-top: 20px;
}


.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: var(--link-color, #5191FA);
        }

        .contactModal .contact-info li a {
            font-weight: 400 !important;
            color: var(--link-color, #5191FA);
        }

/* CART */

.st-woo-cartpage {
    padding-top: 35px;
}

.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 var(--link-color, #5191FA);
        margin-bottom: 10px;
        display: inline-block;
        text-transform: capitalize;
    }

    .st-woo-cartpage .col-left .booking-list .cart_item a {
        margin-left: 10px;
        font-size: 16px;
        font-weight: normal;
        position: relative;
        top: 1px;
    }

    .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: var(--link-color, #5191FA);
    }


    .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: var(--link-color, #5191FA);
    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: var(--link-color, #5191FA);
        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 .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: var(--link-color, #5191FA);
    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 var(--link-color, #5191FA);
    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: var(--link-color, #5191FA);
        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: var(--link-color, #5191FA);
}

.home-ui-title .home-ui-carousel-offers-main-text {
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: -0.7px;
    color: #444444;
}

.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;
    height: 200px;
    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;
    }

.service-carousel-list .owl-dots .owl-dot span, .service-carousel-list .owl-dots .owl-dot:hover span {
    background: var(--light-grey-color, #EAEEF3) !important;
}

.service-carousel-list .owl-dots .owl-dot.active span {
    background: var(--link-color, #5191FA) !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: 49%;
}

.home-ui-carousel-offers .owl-theme .owl-nav .owl-next {
    display: flex;
    position: absolute;
    right: -20px;
    top: 49%;
}

.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;
    }
}

.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;
        }

        #form2 {
            padding: 10px 25px 30px;
        }

        .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: #015287; /*rgba(246, 206, 29, 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 .item {
            text-align: center;
            background: #cccccc;
            padding: 50px 0;
            border-radius: 2px solid #333;
            font-size: 18px;
            margin-bottom: 15px;
        }*/

    .destinations ul {
        list-style-type: none;
        padding: 0;
    }

    .slick-track {
        box-shadow: 0px 2px 9px 0px #dfdfdf;
        border-radius: 6px;
        border: 1px solid #D7DCE3;
        margin-bottom: 30px;
    }

    .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;
    }

    .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: var(--link-color, #5191FA);
            display: inline-block;
            background-color: #fff;
            border: 1px solid var(--link-color, #5191FA);
            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: var(--link-color, #5191FA);
                text-decoration: none;
            }

.daterangepicker-container {
    text-align: center;
    padding: 15px 20px;
}

.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: 'Josefin Sans', 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: var(--link-color, #5191FA);
    }

.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%;
}

.floating-wpp {
    bottom: 75px !important;
}

    .floating-wpp:hover {
        bottom: 77px !important;
    }

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-us {
    background-size: cover;
    background-position: center center;
}

.about-inner {
    background: #fff;
    margin: 30px;
    padding: 50px 100px;
}

    .about-inner p {
        text-align: justify;
    }

    .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;
}

    .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;
}

.imagePromo {
    height: 200px !important;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.titlePromo {
    font-size: 2em;
    left: 0px;
    padding-left: 30px !important;
    font-family: Verdana, Sans-Serif !important;
    color: black;
    padding: 5px;
    margin-top: 80px;
    position: absolute;
    background-color: #ffc500c9;
}

.subtitlePromo {
    font-size: 1.5em;
    left: 0px;
    padding-left: 30px !important;
    font-family: Georgia,Serif !important;
    color: black;
    padding: 5px;
    margin-top: 135px;
    position: absolute;
    background-color: #ffc500c9;
}

@media screen and (max-width: 710px) {
    .titlePromo {
        margin-top: 60px;
    }

    .subtitlePromo {
        margin-top: 115px;
    }
}

.dest-tit {
    width: 280px;
    float: left;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #015287;
    margin: 10px 0 10px 10px;
}

.tit-azul-22 {
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 40px;
    color: #FFFFFF;
    padding: 5px 15px 0;
}

    .tit-azul-22:not(.active) a {
        color: #fff;
    }

.tit-azul-22 span {
    font-weight: bold;
}

.item-dest {
    width: 280px;
    height: 30px;
    float: left;
    text-decoration: none;
    background: #015287;
    border: 1px solid #007ED5;
    margin: 0 0 5px 10px;
}

.botones-dest {
    width: 100%;
    height: 30px;
    float: left;
    font-family: Verdana, Arial;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.activo {
    background-color: #007ED5;
}

    .botones-dest a {
        width: 100%;
        height: 30px;
        float: left;
        font-family: Verdana, Arial;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
        padding-left: 10px;
        text-transform: uppercase;
    }

        .botones-dest a:hover {
            float: left;
            font-family: Verdana, Arial;
            color: #FFFFFF;
            font-size: 13px;
            font-weight: bold;
            text-decoration: none;
            text-align: left;
            background-color: #007ED5;
            padding-left: 10px;
        }

.item {
    line-height: 26px;
}

#mapa {
    width: 100%;
    text-align: center;
    padding: 50px 0 70px 0;
}

.listing-section {
    background: #fff;
    padding: 35px 0 25px;
}

.home-izq {
    font-size: 12px;
    color: #015A93;
    font-style: italic;
}

    .home-izq p {
        padding: 10px;
        line-height: 16px;
    }

.home-izq-tit {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.wrapper {
    background: #fff;
}

.dest-tit-det {
    padding: 15px 10px 13px !important;
    margin: 0 10px 0 10px;
    border-bottom: 1px dotted #015287;
    overflow: auto;
}

.tit-t {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #015287;
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.content-excursiones {
    margin: 10px 20px 0 20px;
    overflow: auto;
    padding: 0 0 10px 10px;
    border-bottom: 1px dotted #666666;
}

.excursiones-tit {
    width: 100%;
    overflow: auto;
}

.excursiones-img {
    width: 150px;
    float: left;
    text-align: left;
}

#tit-pag {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    overflow: auto;
}

.titulo-modal {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #82B0DE;
    background-color: #82B0DE;
    padding-left: 5px;
}

.locationInfo {
    padding: 30px;
    background-position: center center;
    background-size: cover;
}

.locationInfo h3 {
    text-align: center;
    background: #166BB3;
    color: #fff;
    font-weight: 300;
    padding: 8px;
    box-shadow: rgb(0 0 0 / 25%) 0px 3px 3px 0px;
}

.locationInfo h3 span {
    font-weight: 700;
    display: block;
}

.lcard {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 25px;
}

.lcardbody {
    padding: 15px;
    text-align: center;    
}

    .lcardbody h4 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .lcardbody h5 {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 5px;
    }

    .lcardbody h4, .lcardbody small, .lcardbody h5 {
        text-transform: uppercase;
    }

    .lcardbody span.desc {
        font-size: 14px;
        font-weight: 300;
        color: #525252;
        margin-bottom: 20px;
        display: block;
        text-transform: uppercase;
    }

    .lcardbody p {
        font-weight: 500;
        font-size: 20px;
    }

.wpp-contact {
    color: #83BB26;
    font-weight: 500;
    font-size: 20px;
}

.dst_results {
    margin-top: 35px;
    margin-bottom: 35px;
}

.dst_results .item-service {
    margin-bottom: 25px;
}

    .dst_results iframe {
        height: 670px;
    }

    .service-title {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #939393;
    }

.modal-header .close {
    position: absolute;
    top: 15px;
    right: 20px;
}

.extraInfo {
    border-radius: 25px;
    overflow: hidden;
    background: #D9D9D9;   
    margin-bottom: 30px;
}

    .extraInfo h4 {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 40px;
        /* identical to box height, or 200% */
        letter-spacing: 0.2em;
        color: #166BB3;
        text-transform: uppercase;
    }

    .extraInfo p {
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        /* or 133% */
        text-align: justify;
/*        text-transform: capitalize;*/
        color: #000000;
    }

.extraHead {
    background-position: center center;
    height: 100px;
    background-size: cover;
    width: 100%;
}

.srvInfo, .srvExtra {
    background: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    margin: 15px 30px;
}

.srvExtra {
    margin-bottom: 25px;
}

.srvImages {
    margin-top: 25px;
}

.showDetails .arrow {
    color: #1A64AD;
}

.showDetails .arrow i {
    font-size: 18px;
    font-weight: bold;
}

    .showDetails.open .arrow i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        /* IE6–IE9 */
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
        zoom: 1;
    }


@media (max-width: 767px) {
    .srvInfo, .srvExtra {        
        padding: 10px 15px;
        margin: 15px;
    }
}

.about-content {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 730px;
    position: relative;
}

.about-content .text-container {
    padding: 25px;
}

    .about-content .text-container p span {
        font-weight: bold;
    }


    .about-content .text-container .p1 {
        margin-left: 80px;
    }

    .about-content .text-container .p2 {
        margin-left: 80px;
    }

    .about-content .text-container .p3 {
        margin-left: 30px;
    }

    .about-content .text-container .p4 {
        margin-left: 120px;
    }

    .about-content .text-container .p5 {
        margin-left: 150px;
    }

    .about-content .trf-icon {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .about-content .people-icon {
        position: absolute;
        bottom: 0;
        left: 46%;
    }

@media (max-width: 1200px) {
    .about-content .text-container .p1, .about-content .text-container .p2, .about-content .text-container .p3, .about-content .text-container .p4, .about-content .text-container .p5 {
        margin-left: 0;
    }

    .about-content {
        background-image: none !important;
    }

        .about-content .trf-icon, .about-content .people-icon {
            display: none;
        }

    .about-content {
        min-height: unset;
    }
}

.no-padding {
    margin-left: -15px;
    margin-right: -15px;
}