
@import url('../fonts/general-sans/css/general-sans.css');

/****** VARS ******/

:root{
    --primary: #005865;
    --lprimary: #0D6573; /** vers light **/
    --mprimary: #0D6573; /** vers mid **/
   /* --lprimary: #6494a5; */ /** vers light **/
   /* --mprimary: #8eb1c2; */ /** vers mid **/
    --vlprimary: #d4e3ec; /** vers very light **/
    --secondary: #FFEC3C;
    --bglight: #F2F6F7; /** grigio chiaro **/



    --font-family: 'GeneralSans-Variable';
    --ltn__heading-font: var(--font-family);
    --ltn__body-font: var(--font-family);

    --ltn__paragraph-color: #3d4f58;
    --ltn__secondary-color: #0D6573;
    --ltn__secondary-color-2: #FFEC3C;
    --ltn__secondary-color-3: #FFEC3C;

    --ltn__color-6: #f2f6f7;
    /* Gradient Colors */
    --gradient-color-1: linear-gradient(90deg, rgb(172, 210, 216) 0%, rgb(140, 178, 178) 50%);

}
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    letter-spacing: 1.1px;
}*/


/* Alias per la versione Regular */
@font-face {
    font-family: 'GeneralSansVariable-Regular';
    src: local('General Sans');
    font-weight: 400;
    font-display: swap;
}

/* Alias per la versione Medium */
@font-face {
    font-family: 'GeneralSansVariable-Medium';
    src: local('General Sans');
    font-weight: 500;
    font-display: swap;
}

/* Alias per la versione Semibold */
@font-face {
    font-family: 'GeneralSansVariable-Semibold';
    src: local('General Sans');
    font-weight: 600;
    font-display: swap;
}

/* Override generale per il font base nell'SVG */
svg text, svg tspan {
    font-family: var(--font-family), sans-serif !important;

}

.tabella_planimetria svg text, .tabella_planimetria svg tspan{

}

.fancybox__content {
    max-width: 1920px !important;
}


h1, .h1{
    font-weight: 400;
}

h2, .h2 {
    font-size: 36px;
}

h3,.h3{font-weight: 500; /*letter-spacing: 1.1px*/ }
h3 a,.h3 a{color: #000}

h4, .h4{font-weight: 500;}

h5, .h5{font-weight: 500}

p{hyphens:none}

b, strong{font-weight: 550}

.section-title span {
    color: #ffec3c;
}
.section-title {
    font-weight: 500;
    font-size: 42px;
}

.title-2{border-left: 3px solid;border-color: var(--primary); font-weight: 500; }

/****** GENERALI ******/

.bg_primary{
    background-color: var(--primary) !important;
}

.bg_lprimary{
    background-color: var(--lprimary) !important;
}

.bg_mprimary{
    background-color: var(--mprimary) !important;
}

.bg_secondary{
    background-color: var(--secondary) !important;
}

.bg_white{
    background-color: #fff;
}

.bg_light{
    background-color: var(--bglight) !important;
}

.primary{
    color: var(--primary) !important;
}

.lprimary{
    color: var(--lprimary) !important;
}

.mprimary{
    color: var(--mprimary) !important;
}

.secondary{
    color: var(--secondary) !important;
}

.position-relative{
    position: relative;
}


.before-bg-bottom:before{
    height: 33%;
    background-color: var(--primary);
}

.fw-400{
    font-weight: 400;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.box_shadow {
    box-shadow: 0px 133px 53px rgba(0, 0, 0, 0.01), 0px 75px 45px rgba(0, 0, 0, 0.05), 0px 33px 33px rgba(0, 0, 0, 0.09), 0px 8px 18px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.box_shadow_light {
    box-shadow: 0px 20px 23px rgba(0, 0, 0, 0.01), 0px 10px 15px rgba(0, 0, 0, 0.03), 0px 13px 13px rgba(0, 0, 0, 0.03), 0px 8px 18px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(0, 0, 0, 0.03);
}

.line-height-3{
    line-height: 2.5;
}

.row{
    position: relative;
}

.user_logged .row{
    min-height: 50px;
}

.overflow-hidden{
    overflow: hidden;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.cursor-pointer{
    cursor: pointer;
}

.section-subtitle {
    font-weight: 500;
    font-family: var(--font-family);
    color: var(--lprimary);
}

.section-subtitle.secondary{
    color: var(--secondary);
}

.bg-cover{
    background-size: cover;
}

.svg{
    -webkit-mask-size: cover !important; mask-size: cover !important; margin: 0 auto;
}

.ml-15{
    margin-left: 15px;
}

.pr-0{
    padding-right: 0;
}

.grayscale{
    filter: grayscale();
}

.no-link{cursor: default}

.pb-4 {
    padding-bottom: 3rem!important;
}

.pt-5 {
    padding-top: 6rem!important;
}


/****** HEADER & FOOTER ******/


#logo_header{max-width: 260px; height: 40px}

.ltn__header-5 .ltn__header-middle-area{padding-top: 26px; padding-top: 26px;}

.ltn__header-options i, .ltn__header-top-area i{font-weight: normal; padding: 2px 0;}
.ltn__main-menu li:hover > a,
.ltn__main-menu li > a.active{
    color: var(--ltn__heading-color);
    border-bottom: 5px solid var(--secondary);
}

.ltn__header-area{
    z-index: 999;
}

.ltn__main-menu > ul > li{
    margin-right: 48px;
}

.ltn__main-menu > ul > li > a{
    padding: 0;
    display: inline;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #071C1F;
}

/* .btn-header i{margin-left: 45px !important;} */

.ltn__main-menu ul.sub-menu li a{
    padding: 0;
    display: inline;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #071C1F;
}

.menu-icon > a::before{
    content: unset !important;
}

.ltn__main-menu > ul {
    justify-content: end;
}

.ltn__slide-item-2 .slide-title{font-weight: 500}


.ltn__header-area p,
.ltn__header-area a,
.ltn__footer-area p,
.ltn__footer-area h4,
.ltn__footer-area a,
.ltn__footer-area i{
    color: #ffffff;
}

.ltn__top-bar-menu > ul > li > i, .ltn__top-bar-menu > ul > li > a > i {
    color: var(--secondary);
}

.ltn__top-bar-menu > ul > li{font-size: 12px; font-weight: 600;}

.ltn__main-menu li > ul, .ltn__main-menu .sub-menu{
    border-bottom: 5px solid var(--ltn__secondary-color);
    border-top: unset;
}

.footer-menu ul li a::before{
    color: var(--secondary);
}

.footer-menu ul li{margin-bottom: 13px;}

/*.footer-widget{margin-top: 20px; margin-bottom: 45px;}*/
.footer-widget h4{margin-bottom: 30px;}
.footer-widget p{margin-bottom: 14px;}
.footer-newsletter input{height: 48px;}

.ltn__copyright-area a:hover{
    color: var(--secondary);
}

/*a{letter-spacing: 1px;}*/

.footer-logo{margin-bottom: 20px}

.footer-newsletter .label_mail{display: none}
#ak_form_login_mail-error{color: #FFEC3C !important;}

/****** VARIE ******/

/*.fancybox-container{ width: 80% !important; height: 80% !important; max-width: 800px; max-height: 700px; margin-left: 100px;}
.fancybox-content{ max-width: 800px; max-height: 600px;}*/

.ak_pagination{
    justify-content: center;
}

.ak_pagination li a{
    padding:0.3rem 0.8rem;
}

.ak_pagination li.active a,
.ak_pagination li:hover a{
    background-color: var(--primary);
    color: white;
}

.edit_blocco {
    background: #282B38;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: -48px;
    height: 40px;
    width: 40px;
    z-index: 99990;
    opacity: 0.3;
}
.edit_blocco:hover {opacity: 1}

.edit_ico {
    font-size: 16px;
    line-height: 28px;
    padding-left: 2px;
    margin: 0;
    display: block;
}

.elemento{
    cursor: pointer;
}

.ak_card_container{
    padding: 30px;
}
.ak_card_container p {
    line-height: 26px;
}

#body_home .ak_card_container p {
    min-height: 108px;
}

.card-news-img{max-height: 200px}

.btn {
    border: unset;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 26px;
}

.btn-effect-1:after{
    background-color: var(--secondary);
    color: var(--primary);
}

.btn i {padding:0 0 0 30px}

.btn.btn_full{
    width: 100%;
    padding: 10px ;
}

.ltn__service-btn i{margin-left: 15px}

.ak_form_submit{
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    font-weight: 600 !important;
    border-radius: unset !important;
    border-color: transparent !important;
}

.ak_form_submit:not(:disabled):not(.disabled){
    border: unset!important;
}

.ak_form_submit:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
   /* background: var(--primary);
    color: #FFF !important;*/
}

.footer-newsletter .ak_form_submit:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--vlprimary);
}

#ak_form_1 .ak_form_submit:hover{
    background-color: var(--primary) !important;
    color: #fff !important;
    border-color:  transparent !important;
}

.ak_form_submit:hover::after {
    width: 100%;
}

.btn-effect-3:hover:after{
    background: var(--primary);
}

.btn_small {
    padding: 8px 16px;
    font-size: 14px;
}

.ak_card{margin: 0 5px;}

.ak_card_effect1 img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.ak_card_effect1:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ak_title{
    display: inline-block;
}

.ak_title::after {
    content: '';
    width: calc(100% + 16px);
    height: 12px;
    background-color: var(--secondary);
    display: block;
    margin-top: -15px;
    margin-left: -8px;
}

.slick-arrow-3 .slick-prev {
    background-color: var(--secondary);
    color: #000!important;
    border: unset;
}

.slick-arrow-3 .slick-next {
    background-color: var(--white);
    border:unset;
}

.svg_25{
    height: 25px;
    width: 25px;
}
.svg_27{
    height: 27px;
    width: 27px;
}

.svg_45{
    height: 45px;
    width: 45px;
}

.svg_65{
    height: 65px;
    width: 65px;
}

.page_header{
    background-size: 50%;
    background-position: center right;
    background-repeat: no-repeat;
}

.page_header.ltn__breadcrumb-area {
    background-color: var(--section-bg-1);
    margin-bottom: 120px;
    padding-top: 130px;
    padding-bottom: 130px;
}

.tooltip .tooltip-inner{
    background-color: var(--primary);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--primary);
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--primary);
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--primary);
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--primary);
}

.ak_form_control {
    background-color: #f3f3f3 !important;
}

.ak_form_submit{
    line-height: 14px !important;
    letter-spacing: 0px !important;
}

.ltn__breadcrumb-inner{
    width: 500px;
}


.masonry_container:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.masonry_item {
    width: calc(50% - 15px)
}

.masonry_item {
    float: left;
    margin-bottom: 30px;
}

.masonry_item img {
    display: block;
    width: 100%;
}

.grecaptcha-badge { opacity:0;}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset !important;
}


/****** HOME PAGE ******/


/******* CHI SIAMO *******/
.bg-overlay-theme-05:before{background-color: #f2f6f7}


/****** SERVIZI ******/
.ltn__img-shape-left::before, .ltn__img-shape-right::before{background-color: var(--ltn__secondary-color-2)}

.img_servizio{max-width: 410px;}

/****** IMMOBILI ******/

/*.box_img_small{
    max-width: 250px;
    overflow: hidden;
    margin: 0 auto;
}

.box_img_small img{
    max-width: 100%;
}*/

.badge_immobile {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    padding: 0.1rem 0.8rem;
    backdrop-filter: blur(2.5px);
    border-radius: 3px;
    color: var(--ltn__body-font);
}

.cat_immobile{
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: var(--primary);
}

.servizi_immobile, .box_settori{
    justify-content: start;
    padding: 10px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid;
    border-color: var(--border-color-1);
    min-height: 55px;
}

.servizio_immobile {
    line-height: 1;
    margin-right: 10px;
    background-color: var(--bglight);
    padding: 0.4rem 0.6rem;
}

.map img, .map{
    max-width: 100%;
}

.blocchetto_immobile .card-plus {
    padding: 0.3rem 0.6rem;
    min-width: 40px;
}

.blocchetto_immobile .product-info {
    min-height: 235px;
    padding: 20px 20px 0px;
}
/*
.blocchetto_immobile{
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
*/
.gm-style-iw.gm-style-iw-c{
    max-width: 440px !important;
    border-radius: 4 !important;
    -webkit-border-radius: 4 !important;
    -moz-border-radius: 4 !important;

}
.gm-style .gm-style-iw-d{
    overflow: hidden !important;
    margin: 6px;
}

.gm-style-iw.gm-style-iw-c{
    padding: 18px !important;
    overflow-y: auto;
}

.gm-style-iw.gm-style-iw-c button{
    top:-2px !important;
    right: 0px !important;
}

.gm-style-iw.gm-style-iw-c button span{
    width: 20px !important;
    height: 20px !important;
    margin: 0px !important;
    float: right;
}

.bg_servizio {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-cluster-label{

}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
    height: 55px;
}

.box_finalita{
    padding: 5px 20px;
    font-size: 12px;
    min-height: 33px;
}

.card_settore {
    padding: 0.3rem 0rem;
    /* min-width: 40px; */
    margin-right: 11px;
}

.blocchetto_immobile .ltn__product-item{
    background-color: var(--white);
    /*filter: drop-shadow(0px 285px 114px rgba(0, 0, 0, 0.01)) drop-shadow(0px 161px 96px rgba(0, 0, 0, 0.05)) drop-shadow(0px 71px 71px rgba(0, 0, 0, 0.09)) drop-shadow(0px 18px 39px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
    */
    box-shadow: -2px -17px 20px rgb(0 0 0 / 1%), 0px 75px 45px rgb(0 0 0 / 5%), 0px 33px 33px rgb(0 0 0 / 9%), 0px 8px 18px rgb(0 0 0 / 10%), 0px 11px 20px 35px rgb(0 0 0 / 2%);
}

.product-title {
    font-size: 24px;
    font-weight: 500;
}

.container_filtro_ricerca{
    margin-top: -65px;
}

#mappa_risultati {
    width: 100%;
    height: 650px;
    background-color: grey;
}

/****** IMMOBILE ******/

.img-copertina{
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.ltn__image-slider-5-active img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    }

#body_intervento .widget{
    background-color: var(--bglight);
    border: none;
}

#body_intervento .ltn__menu-widget > ul li {
    list-style: none;
    margin-top: 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

#body_intervento p{
    line-height: 26px;
    margin-bottom: 1.2em;
}

#body_intervento ul li, #body_intervento ol li {
    margin-top: 0.3rem;
}

.card-plus {
    background: var(--bglight);
    display: inline-block;
    /*padding: 0.8rem 1rem;*/
    padding: 20px 0 7px;
    text-align: center;
    margin-right: 5px;
    min-width: 110px;
    font-size: 13px;
}

.caratteristiche_imm{
    display: inline-flex;
    text-align: right;
    justify-content: end;
}

.box_settori_imm_singolo{

}

.indirizzo_immobile{ font-size: 18px; font-weight: 400}

.card-settore-immobile
{
    display: inline-flex;
}

.blocco-stato-imm {
    color: var(--primary);
    background-color: var(--bglight);
    height: 32px;
    padding: 6px 35px;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
}

.blocco-finalita{
    color: #FFF;
    background-color: var(--primary);
    height: 32px;
    padding: 6px 35px;
    font-weight: 600;
    font-size: 12px;
}

.card-settore-immobile .settori_text{
    font-weight: 400;
    padding: 0 4px;
    font-size: 15px;
    color: var(--primary);
    padding: 4px 16px 4px 8px;
    line-height: 21px !important;
}

.ico_distanze{
    float: left;
    margin-right: 12px;
    margin-top: 0;
}

.ico_plus{
    margin: 0 auto;
}

.plus_text{
    margin-bottom: 0;
    color: var(--primary);
}

.img_popolazione{max-width: 350px;}

.card_popolazione {
    border-radius: 12px;
    background: var(--section-bg-1);
    padding: 3rem;
    /* min-height: 500px;*/
}

.popolazione_2{margin-top: 50px !important;}

.circle.big {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: inline-block;
    top: -30px;
    position: relative;
}

.widget-distanze{margin-top: 56px;}

.property-detail-feature-list ul li{ margin-right: 0;}



.slider_immobile .ltn__img-slide-item-4:hover img{
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.box_btn_brochure{
    text-align: right;
    margin-top: 42px;
}

.tab-planimetria{width: 100%;height: 100%; max-width: 500px;}

/****** CONTATTI ******/
#body_contatti .ltn__contact-address-item-3 i{color: var(--primary)}
#body_contatti .ltn__contact-address-item-3 .ltn__contact-address-icon {
    margin-bottom: 11px;
}

#mappa_contatti {
    width: 100%;
    height: 550px;
    background-color: grey;
}

/* video */
.playerBox {
    background: #000;
    height: 650px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.ltn__video-bg-img{min-height: 285px}

.ltn__video-icon-2{opacity:0.85}

/****** NEWS ******/
.news_imm_evidenza .blocchetto_immobile .ltn__product-item{
    box-shadow: unset;
    border: 2px solid var(--border-color-11);
}


.news_imm_evidenza .product-img-location img{
    display: inline!important;
}

.news_content{min-height: 200px;}

.ltn__blog-category  {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    padding: 5px 15px 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.ltn__blog-details-inner p{
    margin: 0 !important;
}

.ltn__blog-details-inner ul li, .ltn__blog-details-inner ol li{
    margin-top: 0.5rem;
}

.cat_news {
    background-color: var(--ltn__secondary-color);
    padding: 5px 30px;
    margin: 0 5px 0 0;
    color: var(--white);
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
}

.ltn__blog-title {
    margin-bottom: 15px;
    font-weight: 500;
}

.bg_blocchetto_container{
    width: 100%;
    overflow: hidden;
}

.bg_news_container{
    height: 220px;
}

.bg_immobile_container{
    height: 220px;
}

.bg_immobile_container.box_img_small{
    height: 110px;
}

.bg_blocchetto_container:hover .bg_blocchetto{
    transform: scale(1.2);
}

.bg_blocchetto {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/****** RESPONSIVE ******/

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 96%;
    }
}

@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 94%;
    }

}

@media only screen and (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
/*
@media only screen and (min-width: 1920px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}*/

@media only screen and (min-width: 992px) and (max-width:1600px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 94%;
    }
}


@media only screen and (max-width: 1600px){
    .ak_slider{
        height: 600px;
    }
}

@media only screen and (max-width: 1400px){
    .box_finalita {
        font-size: 11px;
    }

    .box_finalita {
        min-height: 50px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px){
    .col_testo_servizio {
        width: 55%;
    }
}

@media only screen and (max-width: 1200px){

    h2, .h2 {
        font-size: 33px !important;
    }

    h3, .h3 {
        font-size: 29px !important;
    }

    .box_finalita {
        min-height: unset;
    }

    .home_interventi .blocchetto_immobile:nth-child(4),
    .immobile_correlati .blocchetto_immobile:nth-child(4){
        display: none;
    }

    .mobile-menu-toggle .ltn__utilize-toggle.close{
        display: none;
    }

    .container_filtro_ricerca{
        margin-top: 50px;
    }

    .ltn__header-middle-area .header-menu-column{
        display: none !important;
    }

    .img_servizio {
        max-width: 100%;
    }

    .slider_immobile .img-copertina,
    .slider_immobile .ltn__image-slider-5-active img{
        height: 450px;
    }
}

@media only screen and (max-width: 1100px){
    .ltn__breadcrumb-inner {
        width: 45%;
    }
}



@media only screen and (max-width: 990px){
    #col_2_slider{
        display: none;
    }

    .ak_slider .vertical-center{
        position: relative;
    }

    .ltn__header-top-area .container{
        max-width: unset;
    }

    .ltn__img-shape-left{
        padding-left: 0!important;
    }

    .ltn__img-shape-left::before, .ltn__img-shape-right::before{
        content: unset;
    }

    .caratteristiche_imm {
        display: inline-flex;
        text-align: right;
        justify-content: start;
        margin: 15px 0 30px;
    }

    .slider_immobile{
        margin-bottom: 60px !important;
    }

    .box_btn_brochure {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .widget-distanze {
        margin-top: -25px !important;
        margin-bottom: 45px !important;
    }

    .colonna_video_intervento{
        margin-top: 50px;
    }

    .slider_immobile .img-copertina,
    .slider_immobile .ltn__image-slider-5-active img{
        height: 400px;
    }
}

@media only screen and (max-width: 900px){
    .container_filtro_ricerca .container{
        max-width: 96%;
    }

    #mappa_risultati,
    #mappa_contatti{
        height: 500px;
    }

    .playerBox {
        height: 350px;
    }
    .img_popolazione{
        max-width: 100%;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ltn__header-5 .ltn__header-options {
        -ms-flex: inherit!important;
        flex:  inherit!important;
    }

    .ltn__header-5 .ltn__header-middle-area {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .ltn__header-5 .site-logo-wrap{
        margin: 10px 0!important;
        justify-content: flex-start;
    }

    .card-plus {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .slider_immobile .img-copertina,
    .slider_immobile .ltn__image-slider-5-active img{
        height: 350px;
    }

    .site-logo {
        min-width: 170px;
    }

    .ltn__blog-details-wrap {
        padding: 0;
        border: unset;
    }
}

@media only screen and (max-width: 700px){
    .fancybox__content{
        padding: 1rem !important;
    }
}

@media only screen and (max-width: 600px){
    .ltn__header-5 .top-bar-right{
        justify-content: end!important;
        margin-top: 0!important;
    }

    .ltn__header-5 .ltn__header-options{
        /* -webkit-box-flex: 0; */
        -ms-flex: inherit !important;
        flex: inherit !important;
        /* -webkit-box-pack: center; */
        -ms-flex-pack: center;
        /* justify-content: center; */
    }

    .ltn__header-5 .site-logo-wrap{
        margin: 0 !important;
        justify-content: start;
    }

    .ltn__header-top-area{
        padding: 0;
    }

    #logo_header {
        max-width: 260px;
        height: 34px;
    }

    .sticky-active {
        -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        background-color: var(--white);
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
        box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
    }

    .ltn__header-options-2 .mobile-menu-toggle > a{
        box-shadow: none;
    }

    .blocchetto_immobile .product-info{
        min-height: unset;
    }

    .ltn__breadcrumb-inner {
        width: 100%;
    }

    .page_header.ltn__breadcrumb-area {
        background-color: var(--section-bg-1);
        margin-bottom: 120px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .page_header.ltn__breadcrumb-area {
        background-color: var(--section-bg-1);
        margin-bottom: 100px;
        padding-top: 300px;
        padding-bottom: 70px;
        background-size: contain;
        background-position: top;
    }

    .ltn__header-5 .ltn__header-middle-area {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .ltn__header-5 .ltn__header-options {
        justify-items: flex-end;
    }

    .ltn__header-5 .ltn__header-options .mobile-menu-toggle{
        margin-right: -20px;
    }

    .blocco-stato-imm{
        padding: 6px 20px;
    }

    .slider_immobile {
        margin-bottom: 45px !important;
    }

    .container_filtro_ricerca .container{
        max-width: 100%;
    }

    .container_filtro_ricerca .tab-content {
        padding: 0;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        border: unset;
    }
    .playerBox {
       height: 250px;
    }
    /* #v1{max-height: 180px} */

    .caratteristiche_imm {
        display: block;
        text-align: left;
    }

    .blocco-stato-imm, .blocco-finalita{
        padding: 6px 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    h1.ak_title {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px !important;
    }
}


/*
@media only screen and (max-width: 500px) {
    .ak_slider {
        height: 450px;
    }
}
*/
@media only screen and (max-width: 500px) {
    .ak_slider {
        height: 500px;
    }

    .ak_slider .riga_btn a{
        width: 100%;
    }

    .mostra_immobili.btn{
        padding: 18px 12px;
    }

    .mostra_immobili.btn i{
        padding-left: 5px;
    }

    .ltn__utilize-menu > ul > li{
        margin-top: 0;
    }

    .ltn__top-bar-menu > ul > li,
    .ltn__header-top-area .ltn__social-media ul li{
        font-size: 15px;
        margin: 0 15px 0 0;
    }
}

@media only screen and (max-width: 479px){
    .ltn__utilize.ltn__utilize-mobile-menu {
        padding: 20px 20px;
    }

    .ltn__utilize-menu-head{
        margin-bottom: 0;
    }

    .ak_card_container {
        padding: 24px 14px;
    }

    h3, .h3 {
        font-size: 22px !important;
    }

    h2, .h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    body{
        line-height: 1.6;
    }

    .footer-widget p{
        line-height: 1.6;
    }

    .footer-menu-widget{
        display: none;
    }

    .footer-widget h4 {
        margin-bottom: 5px;
    }

    .footer-widget {
        margin-bottom: 36px;
    }

    .ltn__copyright-design p {
        font-size: 13px;
        max-width: 280px;
        margin: 0 auto;
    }

    .ltn__utilize-menu > ul > li .sub-menu li {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .ltn__utilize-menu > ul > li.active > a, .ltn__utilize-menu > ul > li > a.active {
        font-weight: 500;
    }

    .page_header.ltn__breadcrumb-area {
        padding-top: 40px;
        padding-bottom: calc(40px - 1em);
        background-image: unset !important;
        margin-bottom: 60px;
    }

    .ak_form_group.ak_col_md_6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news_content {
        min-height: unset;
    }

    .ltn__utilize-menu-inner{
        padding-right: 0;
    }

    .related-post-area .col-sm-6 {
        margin-bottom: 35px;
    }

    .card-plus {
        min-width: 31%;
        margin-right: 0;
    }

    .card-plus:nth-child(3n+3) {
        margin: 0 3.5% 10px;
    }

    .masonry_item {
        float: left;
        margin-bottom: 10px;
    }

    .masonry_item {
        width: calc(50% - 5px);
    }

    .grid-sizer{
        width: calc(50% - 15px);
    }

    .btn_small {
        padding: 14px 22px;
        font-size: 16px;
    }

    .title-2 {
        margin-bottom: 20px;
    }

    .blocco-stato-imm, .blocco-finalita {
        height: 34px;
        font-size: 14px;
    }

    .slider_immobile {
        margin-bottom: 20px !important;
    }

    .card-settore-immobile .settori_text {
        font-size: 16px;
    }

    .slide-item-info-inner br {
        display: none;
    }

}


@media only screen and (max-width: 450px) {
    .ak_slider {
        height: 520px;
    }

    .gm-style .gm-style-iw-a {
        max-width: 340px;
    }

    .gm-style-iw.gm-style-iw-c {
        padding: 10px !important;
    }

    .gm-style-iw-d .blocchetto_immobile h2{
        font-size: 22px !important;
    }

    .gm-style-iw.gm-style-iw-c button {
        width: 35px !important;
        height: 35px !important;
    }
}


@media only screen and (max-width: 350px) {
    .ak_slider {
        height: 480px;
    }

    .gm-style .gm-style-iw-a {
        max-width: 320px;
    }
}


/*** LOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999999;
}
.preloader .dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--primary);
    position: absolute;
    left: 30%;
    -webkit-animation: easeInAndOut 2.5s ease infinite;
    animation: easeInAndOut 2.5s ease infinite;
}
.preloader .dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 0;
}
.preloader .dot:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    opacity: 0.8;
}
.preloader .dot:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    opacity: 0.5;
}
.preloader .dot:nth-child(4) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    opacity: 0.2;
}

@-webkit-keyframes easeInAndOut {
    0% {
        left: 30%;
        opacity: 0;
    }
    48% {
        left: 49%;
        opacity: 1;
    }
    50% {
        left: 51%;
        opacity: 1;
    }
    100% {
        left: 70%;
        opacity: 0;
    }
}

@keyframes easeInAndOut {
    0% {
        left: 30%;
        opacity: 0;
    }
    48% {
        left: 49%;
        opacity: 1;
    }
    50% {
        left: 51%;
        opacity: 1;
    }
    100% {
        left: 70%;
        opacity: 0;
    }
}
