/*
 Theme Name:   Krossbooking
 Theme URI:    https://www.krossbooking.com
 Description:  Our Understrap-based Foundation theme
 Author:       KB Team
 Author URI:   http://www.krossbooking.com
 Template:     understrap
 Version:      0.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  kross
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
*/


/*--------------------------- ----------GENERAL STYLE------------ --------------------------------*/
body{padding-top:74px;}
dl,ol,ul{margin: 0px !important;}

.box-shadow{
    -webkit-box-shadow:0 2px 31px 0 rgba(32,68,66,.09);
    -moz-box-shadow:0 2px 31px 0 rgba(32,68,66,.09);
    box-shadow:0 2px 31px 0 rgba(32,68,66,.09)
}

.arrow-apt{display: inline;
           border-radius: 50px;
           padding: 12px !important;
           color:#d9b855 !important;
           background:transparent !important;
           border: solid 1px #d9b855;}

::-moz-selection {
    color: #fff;
    background: #d9b855;
}
::selection {
    color: #fff;
    background: #d9b855;
}
.otgs-notice {
    display: none!important;
}

.btn-outline-white:hover, .btn-primary:hover{color:#fff !important;}

.wpml-ls-legacy-list-horizontal{padding: 0px;}

.wpml-ls-legacy-dropdown {
    width: 7.5em;
}
.wpml-ls-legacy-dropdown > ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style: none !important;
}
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid
        #cdcdcd;
    border-top-color: rgb(205, 205, 205);
    border-top-width: 1px;
    border-right-color: rgb(205, 205, 205);
    border-right-width: 1px;
    border-bottom-color: rgb(205, 205, 205);
    border-bottom-width: 1px;
    border-left-color: rgb(205, 205, 205);
    border-left-width: 1px;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
}
.wpml-ls-statics-shortcode_actions ul{list-style: none;display: flex;
}
.wpml-ls-statics-shortcode_actions ul li{margin:0 5px}


/*------------------------------ -----------HEADER--------------- --------------------------------*/
.btn-book{
    boder:solid 1px #d9b855 !important;
}
.opaque{position: fixed;}

.top-bar {
    -webkit-transition: all .3s;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 999999;

    letter-spacing: 0.3px;
    font-size: 13px!important;
}
.top-bar a{color:#fff;}


.wpml-ls-statics-shortcode_actions ul{list-style: none !important;}


.js-wpml-ls-item-toggle {
    padding: 1px !important;
}
.wpml-ls-legacy-dropdown {
    width: 7.5em;
}
.breadcrumbs {
    font-size: 12px;
    z-index: 9;
    position: relative;
    background:#f1f1f1;
    margin-bottom: 25px;
}

.breadcrumbs a{color:#d9b855;}
.title-header {
    margin-top: 63px;
}
.header-overlay {
    background: rgba(0,0,0,0.4);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.title-cnt h1 {
    text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 1;
    color:#fff;
    font-weight: 600;
}
header {

    /* box-shadow: 0 15px 75px 0 rgba(0,0,0,.07);*/
    position: fixed;
    width: 100%;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -webkit-animation: appear linear 1s;
    animation: appear linear 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 30% 30%;
    -ms-transform-origin: 30% 30%;
    transform-origin: 30% 30%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    right: 0;
    left: 0;
    top: 0px;
    z-index: 1030;
}

/*-----------------INSTAGRAM-------------*/


.icomo-instagram1{
    visibility: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.instagram-box:hover .icomo-instagram1{

    position: absolute;
    visibility: visible;
    left: 0;
    right: 0;
    top: 109px;
    text-align: center;
    color:
        #fff;
    font-size: 25px;
}

/*-------NAV------------*/
.hamburger-box {
    background: transparent;
    width: 45px;
    display: block;
    cursor: pointer;
}
.dropdown-menu {
    min-width: auto;
}
#main-menu a.dropdown-item {
    margin:0;
    color: #585757 !important;
}
#main-menu a.dropdown-item:hover{
    border:0 !important;
}
.slick-arrow {
    height: 63px;
    width: 63px;
    text-align: center;
}
.cnt-nav-apt {
    height: 67px
}
.hamburger-inner {
    background: #fff;
    height: 6px;
    display: block;
    margin: 5px;
}
.navbar {
    background: transparent;
}
.navbar-brand .img-fluid {
    max-width: 208px;
}
#main-menu .nav-link-button {
    padding: 0px;
    margin-top: 6px;
    border:solid 1px #d9b855;
    border-radius: 0px;
    color: #fff;
    padding: 10px 21px;
    font-weight: 700;
    border-radius: 4px;
}
.menu-item {
    margin: 0 5px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: solid 1px transparent;
}
#main-menu li a {
    color: #555;
    letter-spacing: 0.8px;
    padding: 10px 0px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 1rem;
    text-decoration: none;
    margin: 6px 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
#main-menu li a:hover, #main-menu li a:active{
    color: #d9b855;
}
#main-menu .active a, #main-menu .menu-item a:hover, .menu-item a:focus, .menu-item a:active{

}

.nav-link-button:hover{
    border-width: 1px !important;
}

/*SLIDER HOME*/
.slick-dots li button::before {
    font-size: 50px !important;
    color: #fff !important;
}
.slider-home .slick-dots {
    bottom: 13px;
}
.jumbotron-home {
    height: 800px !important; margin-top:113px;
}
/*------------INTRO HOME--------------*/
.cnt-text-intro h1 {
    font-size: 2.5rem;
}
.apt-box-apartments, .apt-box-intro {
    height: 400px;
    background-size: cover !important
}
.intro-section {
    margin: 80px 0
}
.cnt-nav-intro {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 31px 40px;
}
.btn-arrow-white {
    color: #fff;
    padding: 7px;
    font-size: 22px;
}
.apt-box-intro {
    outline: 1px solid #d9b855;
    outline-offset: -20px;
    position: relative;
}
.cnt-title-intro {
    position: absolute;
    bottom: 19px;
    color: #fff;
    left: 37px;
}
.apt-box-apartments::before, .apt-box-intro::before {
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(30, 86, 152, 0) 1%, rgba(1, 36, 84, 0.74) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(30, 86, 152, 0) 1%, rgba(1, 36, 84, 0.74) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(30, 86, 152, 0) 1%, rgba(1, 36, 84, 0.74) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#bd012454', GradientType=0);
}
.room-name-carousel, .room-adress-carousel {
    color: #fff;
}
.room-name-carousel h3 {
    font-size: 24px;
    text-shadow: 0px 2px 50px #071327bf;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.room-name-carousel h3:hover {
    color: #d9b855;
}
/*--------------------------- -----------404------------- --------------------------------*/
/*SECTION APARTMENTS*/
.descript-apt{
    background: white;
}
.lightgray-bg{
    background: #fbfbfb;
}

.apartments {
    margin: 80px 0;
}
/*SUITES*/
.single-suites h5 {
    color: #d9b855;
}
/*SLICK HOME*/
.card-single-apt .tre-navigate_before {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.card-single-apt .tre-navigate_next {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}
.card-single-apt .slick-arrow {
    color: #fff;
    font-size: 22px;
    padding: 20px;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.20);
    height: 60px;
}
.card-single-apt:hover .slick-arrow {
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.49) !important;
}
/*FORM*/
.caldera-forms-consent-field-agreement {
    display: inline;
    color: #fff !important;
}
/*404*/
.error-404 {
    text-align: center;
}
.widget_archive {
    margin-top: 30px;
}
/*SIDEBAR*/

#right-sidebar ul {list-style: none;padding: 0px;}
#right-sidebar ul li{padding: 15px 0; border-bottom: 1px solid #e5e5e5}

.widget-area aside {
    margin-bottom: 30px;
}
.right-sidebar .widget-title {
    font-size: 24px
}
.widget_search .widget-title {
    display: none;
}
/*swup*/
.transition-fade {
    transition: 0.4s;
    opacity: 1;
}
html.is-animating .transition-fade {
    opacity: 0;
}

/*JUMBOTRON*/
.display-4 {
    letter-spacing: 3px;
}
.jumbotron {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #848283;
    border-radius: 0;
    min-height: 350px;
    height: auto;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    margin-top: 111px;
    margin-bottom: 0px;
}
.desc-titolo {
    font-size: 23px;
}
/*slick*/
.slick-arrow {
    cursor: pointer;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-active button {
    background: #d9b855 !important;
}
ul.slick-dots{margin: -10px 0;}
.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
    background: #d9b8553d;
    border-radius: 50px;
}
.slick-dots li button::before {
    display: none;
}
.slick-slide {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.slick-slide:active {
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
/********************************
/*************** SLIDER HOME ************* ***********************************/
.cnt-home-title {
    position: absolute;
    top: 200px;
    left: 0px;
    right: 0;
}
.cnt-home-title .display-4 {
    font-size:40px;
    text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.53);
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.sottotitolo-slider p {

    font-size: 32px;
    text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.53);
}
/*SLICK HOME*/
.city-apartments .tre-navigate_before, .slider-home .tre-navigate_before {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 42%;
    left: 30px;
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    transform: translateY(-42%);
    z-index: 999;
}
.city-apartments .tre-navigate_next, .slider-home .tre-navigate_next {
    display: block;
    position: absolute;
    right: 30px;
    top: 42%;
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    transform: translateY(-42%);
    z-index: 1000;
}
.slider-home .slick-arrow {
    color: #d9b855;
    font-size: 22px;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    border-radius: 50px;
}
.slider-home:hover .slick-arrow {
    opacity: 1;
    cursor: pointer;
    color: #FFF;
    background:rgba(0,0,0,0.45)!important;

}

.item-home {
    background-size: cover !important;
    background-position: center !important;
    height: 800px;
    position: relative;
}
.item-home:before {
    display: block;
    content: '';
    position: relative;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 15, 26, 0.5) 0%, rgba(0, 82, 142, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 15, 26, 0.5) 0%, rgba(0, 82, 142, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 15, 26, 0.5) 0%, rgba(0, 82, 142, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000f1a', endColorstr='#8000528e', GradientType=0);
}
.item-home::before {
    display: block;
    content: '';
    position: relative;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.27) 0%, rgba(0,0,0,0.27) 1%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.27) 1%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.27) 0%,rgba(0,0,0,0.27) 1%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#00000000',GradientType=0 );
}
.prev {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.next {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}
/*----------- SECTION COLLECTION ------------*/
.bg-top {
    background: #ecfbff
}
.bg-deluxe {
    background: #fffbee
}
.bg-smart {
    background: #eefceb
}
.slick-arrow {
    padding: 7px 11px;
}
.link-details {
    width: 100%;
}
.cnt-nav-collection {
    opacity: 1 !important;
}
.bg-types {
    background-size: cover !important;
}
.apt-box {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 760px;
    background-position: center center !important;
    image-rendering: optimizequality !important;
}
.gallery-ig figure, .box-apt figure{height: 250px;}
.gallery-ig figure{margin-bottom: -6px;}
.box-apt figure img, .gallery-ig .slick-slide img, .box-apt .slick-slide img {

    display: block;
    object-fit: cover !Important;
    height: 100%;
}

/*SLICK HOME*/
.city-apartments .tre-navigate_before, .gallery-apartments .tre-navigate_before {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.city-apartments .tre-navigate_next, .gallery-apartments .tre-navigate_next {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}
.slick-arrow, .slick-arrow {
    color: #fff;
    font-size: 22px;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.30);
    height: 63px;
}
.city-apartments:hover .slick-arrow, .gallery-apartments:hover .slick-arrow {
    opacity: 1;
    cursor: pointer;
    color: #fff;
    background: #00365d30 !important;
}
.city-apartments .slick-arrow:hover, .gallery-apartments .slick-arrow:hover {
    background: #d9b855;
}

/*----------------NEWS ----------------*/
.eventi-news{

    background: #fff;
}

/*----------------FOOTER ----------------*/
.copyright p {
    margin: 0;
}

.social-btn a{
    margin: 5px;
}

.social-btn i{


    color:#d9b855;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    border-radius: 100px;
    border:#d9b855 solid 1px;
}

.contatti-mobile{text-align: center; }
.contatti-mobile i{font-size: 35px;}

footer .separator{
    margin-left: 0;
    margin-top: -10px !important;
}
footer img{
    max-width: 60% !important;
    height: auto;
    margin-bottom: 15px;
}
.second-area .menu-footer-menu-container{margin-bottom: 25px;}

.first-area p{margin: 0px;}
.social-icon{font-size: 28px;}

.second-area ul, .third-area ul {
    list-style: none;
    padding: 0;
}
.cnt-social a {
    width: 40px;
    height: 40px;
    border: #000 solid 1px;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 19px
}
/*--------------------------- ----------INTRO SECTION------------ --------------------------------*/
.intro-des{
    font-size: 17px;
    font-weight: 500;
}
.mw-80{
    max-width: 80%;
    margin: auto;
}
/*---------- MENU TOP ---------------------- ------------------------------------*/
.opaque-navbar.opaque{
    border-bottom: solid 3px
        #d9b855;
    background:
        #fff !important;
    width: 100%;
    z-index: 9999;
}
.navbar-brand .img-fluid {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.opaque .navbar-brand .img-fluid {
    max-width: 100px;
}

.opaque {padding: .1rem 1rem;}

/*--------------------------- ---------- CITY GRID----------- --------------------------------*/
figure {
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
figure img {
    transition: transform .5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
figure:hover img {
    transform: scale(1.5);
    transition: all 500ms;
}
figure:hover .read-all{
    visibility: visible;
    height: 25px;
}

.read-all{
    color:#d9b855 !important;
}
figure{
    margin: 0px;
    position: relative;
}
.title-city{
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
.read-all i{
    margin: 2px 6px;
    z-index: 1;
    position: relative;
}
.grid-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
/*--------------------------- ---------- CAROUSEL SECTION ------------ --------------------------------*/

.box-apt{border-radius: 5px;}

.box-apt figure{border-top-left-radius: 5px;
                border-top-right-radius: 5px;}

.title-link{
    transition: all .3s;
}
.title-link:hover{
    color: #fac32b !important;
}
.carousel-body{
    position: absolute;
    z-index: 9;
    display: block;
}
.arrow-center{
    color:#fff !important;
}
.bg-text-gallery{
    background: #fff;
}
.gallery_apt .slick-track {
    display: flex;
}
.gallery_apt .slick-track .slick-slide {
    display: flex;
    height: auto;
}
.price-text{
    font-weight: 500;
}
.price-apt{
    font-size: 28px;
    font-weight: 600;
}
.arrow-center-next,  .arrow-center-prev{border-radius: 50px;}

.arrow-center-prev{
    display: block;
    position: absolute;
    z-index: 1000;
    top:49%;
    left: 20px;
    transform: translateY(-49%);
}
.arrow-center-next{
    display: block;
    position: absolute;
    right: 20px;
    top:49%;
    transform: translateY(-49%);
    z-index: 1000;
}
.gallery_apt:hover .arrow-center{
    background: #d9b855;
}

.detail-apt{
    position: absolute;
    z-index: 200;
    bottom: 0;
    display: block;
    padding: 25px;
    color:#fff;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

/*PLUS HOME*/
.box-plus{border-radius: 5px;}
.box-plus h3{font-size: 20px;}
/*--------------------------- ---------- PAGINA NEWS ------------ --------------------------------*/
.article-infto a{
    text-decoration: none;
}
.comment-list{
    background: #eee;
    padding: 15px;
}
.comments-title{
    font-size: 2rem;
}
.img-article-home{
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.comments-area{
    margin-top: 40px;
}
/*--------------------------- ---------- PAGINA SERVIZI ------------ --------------------------------*/
.service-box{
    text-decoration: none !important;
    color:#fff;
    text-decoration: none;
}
.service-box:hover{
    text-decoration:none;
    color:#d9b855;
}

.box-ser-icon{border-radius: 5px}

.box-service h2{
    font-size: 32px;
}
.box-service figure{
    max-height: 270px;
}
/*--------------------------- ---------- SERVICE ------------ --------------------------------*/
.parallax-home{
    background: url(./img/servizi.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}
.parallax-home .title-section{
    z-index: 11;
}
.btn-services {
    z-index: 5;
}
.service-box h4{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
}
.service-box h4:hover{color: #d9b855 !important;}

.parallax-home {
    position: relative;
}
.parallax-home::before {
    background-color:#000000db;
    position: absolute;
    display: block;
    width: 100%;
    right: 0;
    left: 0;
    content: "";
    z-index: 0;
    height: 100%;
    top: 0;
}
.title-section{
    z-index: 2;
    position: relative;
}
.section-gallery .row{
    position: relative;
}
.logo-fixed{
    position: absolute;
    bottom: -118px;
    display: block;
    right: 73px;
    z-index: 9;
}
/*--------------------------- ---------- RECENSIONI ------------ --------------------------------*/
.recensioni{
    min-height: 500px;
    height: auto;
}
.box-img {height: 100%}
.arrow-recency{
    background: transparent !important;
    color:#d9b855!important;
    border: solid #d9b855 1px !important;
    border-radius: 50px;
}
.arrow-recency:hover{
    background: #d9b855 !important ;
    color:#fff !important;
    border: solid #d9b855 1px;
}
.square{
    width: 10px;
    height: 10px;
    background:#d9b855;
    display: inline-block;
}

#carousel-recency .slick-slide{
    /*padding: 1rem;*/
}
#carousel-recency .slick-center{
    /*   -webkit-box-shadow:0 2px 31px 0 rgba(32,68,66,.09);
        -moz-box-shadow:0 2px 31px 0 rgba(32,68,66,.09);
       box-shadow:0 2px 31px 0 rgba(32,68,66,.09)*/
}
/*--------------------------- ----------FOOTER------------ --------------------------------*/
footer .form-control{
    background: #ececec;
    border: solid 1px #ececec;
    color:#fff;
    font-size: 15px;
}
footer{
    color:#fff;
    font-size: 1rem;
    background:#858384;
    /* border-top: 15px solid #d9b855 ;*/
}
footer a{
    text-decoration: none;
    color:#fff;
}
footer i{
    color:#fff;
    margin-right: 5px;
}
footer .textwidget{
    margin-bottom: 20px;
}
.social-footer{
    font-size: 26px;
}
footer ul li a{

    font-weight: 500;
    color:#fff;
}
footer a:hover{color:#d9b855;}

footer .menu-item {
    margin: 10px 0!important;
}
.copyright{
    font-size: 0.8rem;
    background: #757575;
    color: #fff;
}
.copyright a{
    color:#fff;
}
footer ul li a::before{
    content: "\e952";
    font-family: 'icomoon' !important;
    margin-right: 5px;
    color:#fff;
}
.scrollToTop {
    width: 60px;
    height: 60px;
    padding: 10px;
    text-align: center;
    background: #d9b855;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 40px;
    display: none;
    border-radius: 50px;
    font-size: 24px;
    line-height: 42px;
}
.scrollToTop:hover{
    text-decoration:none;
}
/*--------------------------- ----------GENERAL STYLE------------ --------------------------------*/
.separator{
    display: block;
    width: 65px;
    background: #d9b855;
    height: 3px;
    margin: 15px auto;
}
.w-30{
    width: 30%;
}
.btn-outline-white{
    color:#fff;
    border: solid 1px #fff;
}
.btn-outline-white:hover{
    background:#d9b855;
    border: solid 1px #d9b855;
}
.before-title{
    font-weight: 600;
}
.btn{
    text-decoration: none;
    text-transform:uppercase;
    font-weight: 600;
}
.cnt-home-title .display-4{
    font-size: 58px;
    color: #fff;
    font-weight: 600;
    /*  text-shadow: 1px 1px 5px #777;*/
}
.sottotitolo-slider p{
    font-size: 26px;
    color: #fff;
}
/***SLIDER***/
.logo-sottotesto{
    margin: auto;
    top: -104px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
}
.cnt-home-title .container{
    z-index:2;
    position: relative;
}
.recensioni .slick-arrow{
}

/*------------------------------------------- --------------- MEDIA QUERIES --------------- --------------------------------------------*/
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
/* Extra Small Devices*/
@media only screen and (max-width: 412px) {

}
@media only screen and (max-width: 620px) {

    .btn-full{
        width: 100%;
    }
    .item-home{
        height: 600px;
    }
    .jumbotron-home{
        height: 600px !important;
    }
    .box-testimonial{
        padding: 0px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .main-collection-cnt h2 {
        font-size: 28px;
    }
    .box-description{
        padding: 40px;
        outline:none;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 900px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {


    .logo-sottotesto{
        width: 200px;
        top: -134px;
    }
    .cnt-home-title .display-4 {
        font-size: 40px !important;
    }
    .cnt-home-title{
        top: 70px;
    }

    /*.booking-engine{display: none;}*/
    .title-cnt h1{
        font-size: 1rem;
    }
    .cnt-title, .title-intro{text-align: center;}


}
.separator, .cnt-title {position: relative; z-index: 99}


/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .ctatext h3{
        font-size: 1rem !important;
    }     
    h1.mainTitle{
        font-size: 1.5rem !important;
    }     
    .navbar {
        background: #fff !important;
    }
    #main-menu li a{
        padding: 20px 25px;
    }
    .navbar-toggler{
        padding: 0;
    }
    #main-menu li a {
        padding: 20px 25px;
        text-align: center;
    }
    .navbar-brand .img-fluid{
        margin-left: 0px;
    }
    .box-description{
        margin: 0px !important;
        box-shadow: none;
        min-height: auto;
    }
    .random-carouel-apt{
        margin-top: 30px;
    }
    .opaque-navbar {
        background-color: #585757ad;
        transition: background-color .5s ease 0s;
    }
    .apt-box{
        min-height: 370px !important;
    }
    .link-details .slick-track{
        width: 100% !important;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1023px) {
    .kb-adults{
        text-align: center;
        width: 203px;
        margin: auto;
    }
}
img.img-fluid.my-4.icon-plus {
    height: 72px;
}

nav.navbar {
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

nav.navbar.scrolled {
    background: rgb(68, 68, 68); /* IE */
    background: rgba(0, 0, 0, 0.90); /* NON-IE */
}

h1,h2,h3,h4,h5,h6{
    font-weight: 700 !important;
}

p.dropcap:first-child:first-letter {
    float: left;
    /*font-family: Georgia;*/
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
.home-post-excerpt{
    min-height: 170px;
}

.first-area address{
    line-height: 24px;
}

.cnt-controls a{
    font-size: 16px;
    margin-top: 20px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
}

footer .widget-title{
    text-transform: uppercase;
}


#wpadminbar{
    display:none;
}


#navbarNavDropdown{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* BE */
.kb-d1, .kb-d2{
    padding:5px 10px;

}

.navbar-dark .navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.primoSlick a  {
    text-decoration:none !important; 

}
.primoSlick a p {
    color:initial !important;
}


/* Custom, iPhone Retina */
@media only screen and (max-width: 1199px) {
    #cookie-law-info-bar{
        bottom:50px !important;
    }
}

