/*
font-family: 'Lato', sans-serif;
font-family: 'Indie Flower', cursive;
*/

@keyframes animationFrames{
  0% {opacity:1;transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
  100% {opacity:1;transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
}

@-moz-keyframes animationFrames{
  0% {opacity:1;-moz-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
  100% {opacity:1;-moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
}

@-webkit-keyframes animationFrames {
  0% {opacity:1;-webkit-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
  100% {opacity:1;-webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
}

@-o-keyframes animationFrames {
  0% {opacity:1;-o-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
  100% {opacity:1;-o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
}

@-ms-keyframes animationFrames {
  0% {opacity:1;-ms-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
  100% {opacity:1;-ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
}



@keyframes animationFrames2 {
  0% {opacity:1;transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
  100% {opacity:0;transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
}

@-moz-keyframes animationFrames2 {
  0% {opacity:1;-moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
  100% {opacity:0;-moz-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
}

@-webkit-keyframes animationFrames2 {
  0% {opacity:1;-webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
  100% {opacity:0;-webkit-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
}

@-o-keyframes animationFrames2 {
  0% {opacity:1;-o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
  100% {opacity:0;-o-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
}

@-ms-keyframes animationFrames2 {
  0% {opacity:1;-ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg) ;}
  100% {opacity:0;-ms-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
}


@-webkit-keyframes pulse {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/*configurazione base*/
body, html { border:none; text-align:left; color: #353535; font-family : 'Lato', sans-serif; font-size:18px; }
body { background: #ffffff; -webkit-text-size-adjust: none; }
img, img a { border:0px }
.clear { clear: both; height: 0px;}

a       { color: #222222; text-decoration: none; }
a:hover { color: #00704a; text-decoration: none; }
:hover { -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out; }
a:focus { outline: unset; text-decoration: none; }

/*intestazione*/
h1 { color: #00704a; font-size: 30px; font-family: 'Lato', sans-serif; font-weight: 500; margin: 0px; padding: 0px; margin-bottom: 20px; text-transform: uppercase; }
h2 { color: #00704a; font-size: 27px; font-family: 'Lato', sans-serif; font-weight: 400; margin: 0px; padding: 0px; margin-bottom: 20px; }
h3 { color: #00704a; font-size: 25px; font-family: 'Lato', sans-serif; font-weight: 400; margin: 0px; padding: 0px; margin-bottom: 20px; }
h4 { color: #00704a; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 400; margin: 0px; padding: 0px; margin-bottom: 20px; }
h5 { color: #00704a; font-size: 15px; font-family: 'Lato', sans-serif; font-weight: 400; margin: 0px; padding: 0px; margin-bottom: 20px; }
h6 { color: #00704a; font-size: 10px; font-family: 'Lato', sans-serif; font-weight: 400; margin: 0px; padding: 0px; margin-bottom: 20px; }
p { margin: 0px; padding: 0px; margin-bottom: 20px;line-height: 30px;}

.sectionMobile { display: none; }

/*griglie*/
.grid-1 { float: left; width: 8.33%; }
.grid-2 { float: left; width: 16.66%; }
.grid-3 { float: left; width: 25%; }
.grid-4 { float: left; width: 33.33%; }
.grid-5 { float: left; width: 41.66%; }
.grid-6 { float: left; width: 50%; }
.grid-7 { float: left; width: 58.33%; }
.grid-8 { float: left; width: 66.66%; }
.grid-9 { float: left; width: 75%; }
.grid-10 { float: left; width: 83.33%; }
.grid-11 { float: left; width: 91.66%; }
.grid-12 { width: 100%; }

/*allineamenti*/
.all_cx { text-align: center !important; }
.all_sx { text-align: left !important; }
.all_dx { text-align: right !important; }

/*autocomplete*/
.ui-autocomplete { z-index: 999 !important; height: 245px; overflow-y: auto; }
.ui-autocomplete-category { text-transform: uppercase; font-family: 'Lato', sans-serif; padding: 5px; color: #00704a; }
.ui-menu .ui-menu-item-wrapper { position: relative; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 15px; width: 99%; border: 0px; }
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover { border: 0px; background: #222222 !important; color: #ffffff; }

/*animate*/
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@keyframes scroll { 0% {transform:translateY(0);} 50% {transform:translateY(10px);} 100% {transform:translateY(0);} }
@keyframes hvr-buzz-out {
  10% {-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
  20% {-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
  30% {-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
  40% {-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
  50% {-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
  60% {-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
  70% {-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
  80% {-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
  90% {-webkit-transform: translateX(1px) rotate(0);transform: translateX(1px) rotate(0);}
  100% {-webkit-transform: translateX(-1px) rotate(0);transform: translateX(-1px) rotate(0);}
} 

/*modal*/
.bmd-modalContent iframe { display: block; margin: 0 auto; }
.close-button { overflow: hidden; }
.bmd-modalContent { box-shadow: none; background-color: transparent; border: 0; width: 100%; }
.bmd-modalContent .modal-body {padding: 0px 0px;}
.bmd-modalContent .close { font-size: 30px; line-height: 30px; padding: 7px 4px 7px 13px; text-shadow: none; opacity: .7; color:#fff; }
.bmd-modalContent .close span { display: block; }
.bmd-modalContent .close:hover, .bmd-modalContent .close:focus { opacity: 1; outline: none; }

#myModal {max-height: 90vh;}
#myModal .modal-dialog { width: 90%; max-width: 800px; }



/*breadcrumb*/
.breadCrumb { position: relative; padding: 20px; background: #ffffff; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; z-index: 1; }
.breadCrumb ol { margin:auto; padding:0; list-style:none; }
.breadCrumb li { display: inline; font-size: 15px; color: #4d4d4d; }
.breadCrumb a {color: #727e7a;}
.breadCrumb a:hover {text-decoration: underline;}

/*struttura*/
header { width: 100%; position: relative; min-height: 100px;background: #fff;z-index: 2;}
header.home {}
section { width: 100%; position: relative;}
section.interno { background: #f8f8f8; }
footer {  width: 100%; position: relative; background: #02714b; padding-bottom: 0px;}

/*freccia torna su*/
#turnUp { position: fixed; right: 0px; left: 0px; bottom:30px; background: #00704a; color: #fff; font-size: 16px; width: 46px; padding: 15px; cursor: pointer; border-radius: 50%; z-index: 99; display: none; margin: 0px auto;text-align: center;}
#turnUp:hover { background: #fff; color: #00704a;}


/*wrapper*/
.wrapper .fa { font-size: 60px; color: #ffffff; }

/* box cookie */
#cookie-dett { background: rgba(0,0,0,0.8); padding: 20px 0px; display: none; position: fixed; left: 0; bottom: 0; z-index: 99999; width: 100%; color: #ffffff; }
#cookie-dett a { text-decoration: underline; color: #ffffff; }
#cookie-dett p { margin: 0px; margin-right: 60px; }
#cookie-dett .accetta-cookie { cursor: pointer; background: #ffffff; padding: 15px; color: #000000; position: absolute; top: 5px; right: 35px; text-decoration: none; }
#cookie-dett .accetta-cookie:hover { background: #ffffff; text-decoration: none; }
  



/*header*/
.home .logo_top {background: rgba(0,112,74,0.7);
                width: 380px;
                height: 380px;
                position: absolute;
                top: -160px;
                bottom: 0px;
                left: 0px;
                right: 0px;
                margin: auto;
                z-index: 10;
                text-align: center;
                border-radius: 50%;
                padding: 30px 30px 30px 30px;
                opacity:1;
                font-family: times new roman;
                font-size: 8px;
                letter-spacing: 6px;
                transition: top 1.6s, width 1.3s, height 1.3s;
                transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;
                -moz-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;
                -webkit-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;
                -o-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;
                -ms-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg) skewY(0deg) ;}
.home .logo_top a {color: #fff;text-decoration: none;}
.home .logo_top span {padding-left:10px; margin-top: 5px; display: block;}
.home .logo_top img {max-width: 100%;margin: 15% 0px 0px 0px;}
.home .intestazione {width: 100%;
                     position: absolute;
                     top: 0;
                     left: 0;
                     right: 0;
                     margin: auto;
                     z-index: 210;
                     padding: 0px 0px 55px 0px;
                     text-align: center;
                     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00704a+1,00704a+100 */
                     background: #000000; /* Old browsers */
                     background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 80%); /* FF3.6-15 */
                     background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 10%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
                     background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 10%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */}
.home .intestazione .menu_top {display: inline-block;vertical-align: top; font-family: 'Lato', sans-serif; font-weight: 400;margin: 35px 0px 0px 0px;}
.home .intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: left; font-size: 18px; min-width: 100%; }
.home .intestazione .menu_top .menu_action ul { right: 0; }
.home .intestazione .menu_top .menu_action > li { display: inline-block; zoom:1; *display: inline; margin: 0px 13px 0px 13px; }
.home .intestazione .menu_top .lblue li a { text-decoration: none; color: #ffffff; padding: 3px 1px; text-align: center; white-space: nowrap; text-transform: uppercase;}
.home .intestazione .menu_top .lblue li:hover a { border-bottom: 1px solid #ffffff !important; -moz-transition: none; -o-transition: none; -webkit-transition: none; -ms-transition: none; transition: none; }
.home .intestazione .menu_top .lblue li.active a { border-bottom: 1px solid #ffffff !important; }
.home .intestazione .menu_top .lblue ul li a { background: rgba(34,34,34,0.7); color: #ffffff !important; font-size: 14px; padding: 15px 10px 15px 10px; text-align: left; width: 101%; }
.home .intestazione .menu_top .lblue ul li:hover a { background:#00704a; color: #ffffff; }
.home .intestazione .menu_top .arrowSub:after {display: none; text-align: center; font-family:'LineAwesome'; content: "\f110"; position: absolute; left: 0; right: 0; margin: auto; bottom: -15px; color: #ffffff; }
.home .intestazione .menu_top .arrowSub:hover:after { content: ""; }
.home .intestazione .lingue {display: inline-block;vertical-align: top; font-family: 'Lato', sans-serif; font-weight: 400; text-transform: uppercase; margin: 35px 0px 0px 23px;}
.home .intestazione .lingue .fas { padding-left: 6px; vertical-align: top; }
.home .intestazione .lingue a { font-size: 18px; color: #fff;} 
.home .intestazione .lingue a:hover { text-decoration: none !important; }
.home .intestazione .lingue div {padding: 3px 1px;}
.home .intestazione .lingue div:hover {border-bottom: 1px solid #fff;}
.home .intestazione .lingue .language-box { position: relative; }
.home .intestazione .lingue .language-scroll { padding: 5px; position: absolute; right: 0px; top: 40px; z-index: 220; display: none; text-align: center; }
.home .intestazione .lingue .language-scroll a { border: 0px !important; display: block; color: #222222; text-decoration: none;padding: 8px 15px 8px 15px;}
.home .intestazione .lingue .language-scroll a:hover { background: #00704a; border: 0px !important; color: #fff; }
.languageResponsive { display: none; }


.interno .logo_top {position: absolute; padding: 4px 0px 4px 0px;height: auto!important;width: auto!important;font-size: 0px;}
.interno .logo_top img {max-height: 90px;}
.interno .logo_top_scroll {position: absolute; padding: 4px 0px 4px 0px;height: auto!important;width: auto!important;font-size: 0px;}
.interno .logo_top_scroll img {max-height:90px;}
.interno .intestazione {height: 98px; text-align: center;}
.interno .intestazione .menu_top {display: inline-block;vertical-align: top; font-family: 'Lato', sans-serif; font-weight: 400;margin: 35px 0px 0px 0px;}
.interno .intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: left; font-size: 18px; min-width: 100%; }
.interno .intestazione .menu_top .menu_action ul { right: 0; }
.interno .intestazione .menu_top .menu_action > li { display: inline-block; zoom:1; *display: inline; margin: 0px 13px 0px 13px; }
.interno .intestazione .menu_top .lblue li a { text-decoration: none; color: #353535; padding: 3px 1px; text-align: center; white-space: nowrap; text-transform: uppercase;}
.interno .intestazione .menu_top .lblue li:hover a {color: #097550; border-bottom: 1px solid #097550 !important; -moz-transition: none; -o-transition: none; -webkit-transition: none; -ms-transition: none; transition: none; }
.interno .intestazione .menu_top .lblue li.active a {color: #097550; border-bottom: 1px solid #097550 !important; }
.interno .intestazione .menu_top .lblue ul li a { background: rgba(34,34,34,0.7); color: #ffffff !important; font-size: 14px; padding: 15px 10px 15px 10px; text-align: left; width: 101%; }
.interno .intestazione .menu_top .lblue ul li:hover a { background:#00704a; color: #353535; }
.interno .intestazione .menu_top .arrowSub:after {display: none; text-align: center; font-family:'LineAwesome'; content: "\f110"; position: absolute; left: 0; right: 0; margin: auto; bottom: -15px; color: #353535; }
.interno .intestazione .menu_top .arrowSub:hover:after { content: ""; }
.interno .intestazione .lingue {display: inline-block;vertical-align: top; font-family: 'Lato', sans-serif; font-weight: 400; text-transform: uppercase; margin: 34px 0px 0px 13px;}
.interno .intestazione .lingue .fas { padding-left: 6px; vertical-align: top; }
.interno .intestazione .lingue a { font-size: 18px; color: #222222;}
.interno .intestazione .lingue a:hover { text-decoration: none !important; }
.interno .intestazione .lingue div {padding: 3px 1px;}
.interno .intestazione .lingue div:hover {border-bottom: 1px solid #222222;}
.interno .intestazione .lingue .language-box { position: relative; }
.interno .intestazione .lingue .language-scroll { padding: 5px; position: absolute; right: 0px; top: 40px; z-index: 220; display: none; text-align: center; }
.interno .intestazione .lingue .language-scroll a {display: block; color: #222222; text-decoration: none;padding: 8px 15px 8px 15px;background: #fff;}
.interno .intestazione .lingue .language-scroll a:hover { background: #00704a; color: #fff; }
.interno .testo img{max-width: 100%;}


.home .element-animation {animation: animationFrames linear 2s;
                           animation-iteration-count: 1;
                           -webkit-animation: animationFrames linear 2s;
                           -webkit-animation-iteration-count: 1;
                           -moz-animation: animationFrames linear 2s;
                           -moz-animation-iteration-count: 1;
                           -o-animation: animationFrames linear 2s;
                           -o-animation-iteration-count: 1;
                           -ms-animation: animationFrames linear 2s;
                           -ms-animation-iteration-count: 1;
                           -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg);
                           -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg);
                           -o-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg);
                           -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) skewX(0deg);}


.home .element-animation2 {animation: animationFrames2 linear 2s;
                           animation-iteration-count: 1;
                           -webkit-animation: animationFrames2 linear 2s;
                           -webkit-animation-iteration-count: 1;
                           -moz-animation: animationFrames2 linear 2s;
                           -moz-animation-iteration-count: 1;
                           -o-animation: animationFrames2 linear 2s;
                           -o-animation-iteration-count: 1;
                           -ms-animation: animationFrames2 linear 2s;
                           -ms-animation-iteration-count: 1;
                           -moz-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg);
                           -webkit-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg);
                           -o-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg);
                           -ms-transform:  rotate(0deg) scaleX(0) scaleY(0) skewX(0deg);}

.intestazione_scroll {height: 98px; text-align: center;}
.intestazione_scroll .cerca_cod {}
.intestazione_scroll .lingue {display: inline-block;vertical-align: top; font-family: 'Lato', sans-serif; font-weight: 400; text-transform: uppercase; margin: 35px 0px 0px 13px;}
.intestazione_scroll .lingue a { font-size: 18px;}
.intestazione_scroll .lingue a:hover { text-decoration: none !important; }
.intestazione_scroll .lingue div {padding: 3px 1px;}
.intestazione_scroll .lingue div:hover {border-bottom: 1px solid #222222;}


/*swiper top home*/
.galleryTop { width: 100%; position: relative; overflow: hidden;}
.galleryTop.home { height: 100vh; }
.galleryTop.home .swiper-pagination {display: none;}
.galleryTop .swhomepage { background: #000000; }



/*scroll*/
.menuResponsive {width: 100%; background: #fff; position: fixed !important; top: -110px;z-index:220;}
.menuResponsive_scroll {}
.logo_top_scroll {position: absolute; padding: 4px 0px 4px 0px;height: auto!important;width: auto!important;font-size: 0px;}
.logo_top_scroll img {max-height:90px;}
.menuResponsive_scroll .menu_top_scroll {display: inline-block;vertical-align: top; margin: 35px 0px 0px 0px; width: unset !important; }
.menuResponsive_scroll .menu_top_scroll { width: 100%; font-family: 'Lato', sans-serif; font-weight: 400;}
.menuResponsive_scroll .menu_top_scroll .menu_action, .menuResponsive_scroll .menu_top_scroll .menu_action ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: center; font-size: 18px; min-width: 100%; }
.menuResponsive_scroll .menu_top_scroll .menu_action ul { right: 0; }
.menuResponsive_scroll .menu_top_scroll .menu_action > li { display: inline-block; zoom:1; *display: inline; margin: 0px 13px 0px 13px; }
.menuResponsive_scroll .menu_top_scroll .lblue li a { text-decoration: none; color: #222222; padding: 3px 1px; text-align: center; white-space: nowrap; text-transform: uppercase;}
.menuResponsive_scroll .menu_top_scroll .lblue li:hover a {color: #097550; border-bottom: 1px solid #097550 !important; -moz-transition: none; -o-transition: none; -webkit-transition: none; -ms-transition: none; transition: none; }
.menuResponsive_scroll .menu_top_scroll .lblue li.active a {color: #097550; border-bottom: 1px solid #097550 !important; }
.menuResponsive_scroll .menu_top_scroll .lblue ul li a { background: rgba(34,34,34,0.7); color: #ffffff!important; font-size: 14px; padding: 15px 10px 15px 10px; text-align: left; width: 101%; }
.menuResponsive_scroll .menu_top_scroll .lblue ul li:hover a { background:rgba(34,34,34,1); color: #222222; }
.menuResponsive_scroll .menu_top_scroll .arrowSub:after { font-family:'LineAwesome'; content: "\f110"; position: absolute; left: 0; right: 0; margin: auto; bottom: -15px; color: #222222; }
.menuResponsive_scroll .menu_top_scroll .arrowSub:hover:after { content: ""; }
.menuResponsive_scroll .lingue {}


/*freccia che scrolla*/
.arrowUpDown {position: relative; margin: 15px auto 0px;width: 26px;}
/*.arrowUpDown span {position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;}
  */
  .arrowUpDown span {position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;}



/*section*/
.sectionpage { margin: auto; padding: 30px 0px; min-height: 80vh; }
.sectionpage.elencoimmobili { width: 100%; max-width: 1600px; }

/*menu sottopagine*/
.pos_sottopagine { margin-left: -40px; }
.pos_sottopagine li { margin: 0px 10px 20px 0px; padding:0; list-style:none; float: left; }
.pos_sottopagine a { border-radius: 5px; background: #00704a; padding: 5px 10px; color: #ffffff; font-weight: normal; }
.pos_sottopagine a:hover{ background: #a3a3a3; text-decoration: none; }

/*footer*/
.menu_footer {float: left;width: 50%;}
.menu_footer ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: left; }
.menu_footer li {color: #727e7a; font-size: 14px; white-space: nowrap; display: inline-block; vertical-align: top; padding: 0px 30px 0px 0px; margin: 0px 0px 5px 0px;width: 50%;}
.menu_footer li a { text-decoration: none; color: #727e7a; }
.menu_footer li a:hover { text-decoration: underline; }


.credits { max-width: 1600px; padding: 20px 0px; margin: auto; line-height: 25px; font-weight: 400;font-size: 16px;color: #fff;}
.credits h2 {font-size: 23px;font-weight: 500;margin: 0px 0px 10px 0px;color: #eeeee7;}
.credits .Sx {float: left;width: 22%;line-height: 40px;}
.credits .Sx i {font-size: 21px;}
.credits .Cx {float: left;width: 56%;text-align: center; padding-top: 25px;}
.credits .Cx img {max-height: 150px;}
.credits .Dx {float: left;width: 22%;text-align: right;line-height: 40px;}
.credits .Dx h2 {font-size: 20px;}
.credits .Dx .logo-unica { margin-top: 16px; }

.credits a { text-decoration: none; color: #fff; }
.credits a:hover { text-decoration: underline; }

.logo_footerResp {display: none;}
.logo_footerDesk {}

.cercaCodice {display: none;}
.cercaCodice .grid-12 input[type="text"] {width: 100%;}
.cercaCodice .grid-12 .submit {width: 100%;text-align: left; margin: 25px 0px 0px 0px;}
.cercaCodice .grid-12 button[type="submit"]::before {top:8px;}


.cerca_cod {background: rgba(0,112,74,1);border-radius: 5px;width: 165px;position: absolute;top: 30px;right: 15px;}
.cerca_cod .cerca_input {float: left; width: 75% !important;background: none;border: none;height: 44px;padding: 11px 10px;color: #fff;font-size: 16px;}
.cerca_cod .cerca_input:focus {box-shadow: none !important;}
.cerca_cod button[type="submit"] {float: left; padding: 0px 0px 0px 0px;background: none;line-height: 44px;width: 25%;}
.cerca_cod button[type="submit"]::before {display: none;}
.cerca_cod button[type="submit"]:hover {background: none;}
.cerca_cod button[type="submit"]:hover i {color: #a3a3a3;}
.cerca_cod input::placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#fff !important; opacity:1 !important; font-size: 16px; } /* Firefox, Chrome, Opera */ 
.cerca_cod input:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#fff !important; opacity:1 !important; font-size: 16px; } /* Internet Explorer 10-11 */ 
.cerca_cod input::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#fff !important; opacity:1 !important; font-size: 16px; } /* Microsoft Edge */ 
.cerca_cod input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#fff !important; opacity:1 !important; font-size: 16px; } /* Microsoft Edge */ 
.cerca_cod input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#fff !important; opacity:1 !important; font-size: 16px; } /* Microsoft Edge */



.chiusura { background: #fff; }
.chiusura .content { max-width: 1600px; padding: 8px 0px 15px 0px; margin: auto; line-height: 25px; }
.chiusura .content .grid-6 { font-size: 15px; text-align: left; color: #727e7a;}
.chiusura .content .grid-6 { font-size: 15px; text-align: right; color: #727e7a;}
.chiusura a { text-decoration: none; color: #727e7a; }
.chiusura a:hover { text-decoration: underline; }

/*social*/
.social { margin-top: 20px; }
.social a { margin: 0px 8px; display: inline-block; text-align: center; border: 1px solid #fff; height: 40px;width: 40px;line-height: 42px;}
.social .fab { font-size: 21px; color: #fff;}
.social a:hover { color: #a3a3a3; text-decoration: none;border: 1px solid #a3a3a3;}
.social a:hover .fab {color: #a3a3a3;}
.social .fa-facebook-f {color: #fff; }
.social .fa-twitter {color: #fff; }
.social .fa-youtube {color: #fff; }
.social .fa-linkedin-in {color: #fff; }
.social .fa-instagram {color: #fff; }
.social .fa-pinterest-p {color: #fff; }
.social .fa-whatsapp {color: #fff; }
.social .fa-rss {color: #fff; }

/*select2*/
.select2-basic, .select2-search, .select2-ajax-loc, .select2-ajax-loc-multiple, .select2-lavora { width: 90%; }
.select2-results { font-size: 14px; }
.select2-container .select2-search--inline .select2-search__field { margin-top: 2px; margin-left: 6px; }
.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #d2d2d2; border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color:#727e7a; }
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above { min-width: 250px; }
.select2-container--default .select2-selection--multiple { border: 1px solid #d2d2d2; height: 55px; position: relative; cursor: pointer; }
.select2-container--default .select2-selection--multiple:after { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; right: 5px; margin-top: -2px; position: absolute; top: 50%; width: 0; content: ''; }
.select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid #d2d2d2; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li { text-align: left; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 90%; font-family: 'Lato', sans-serif; font-weight: 300; color: #727e7a; font-size: 16px; display: inline-block; padding: 15px 0px; }
.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field { margin-top: 15px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 90% !important; }
.select2-results__options[aria-multiselectable=true] .select2-results__option:before { content: ""; display: inline-block; position: relative; height: 20px; width: 20px; border: 2px solid #e9e9e9; border-radius: 4px; background-color: #fff; margin-right: 10px; vertical-align: middle; }
.select2-results__options[aria-multiselectable=true] .select2-results__option:before { content: ""; display: inline-block; position: relative; height: 20px; width: 20px; border: 2px solid #e9e9e9; border-radius: 4px; background-color: #fff; margin-right: 10px; vertical-align: middle; }
.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before { background-color: #00704a; font-family:'LineAwesome'; content: "\f17b"; color: #fff; border: 0; display: inline-block; padding-left: 3px; }
.select2-results__options[aria-multiselectable=true] .select2-results__option[role=group]:before { display: none; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #00704a;}

.cont_form .select2-container { margin-bottom: 20px; }
.cont_form .select2-container .select2-selection--single { padding: 12.5px 0px; text-align: left; height: auto; }
.cont_form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 55px; }
.cont_form .select2-container--default .select2-selection--single .select2-selection__rendered { font-family: 'Lato', sans-serif; font-weight: 400; color: #727e7a; font-size: 16px; }


#inviaAmico .grid-6:nth-child(1) {text-align: left;} 
#inviaAmico .grid-6:nth-child(2) {text-align: right;}


/*placeholder*/
::placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Firefox, Chrome, Opera */ 
:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Internet Explorer 10-11 */ 
::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Microsoft Edge */ 
:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Microsoft Edge */ 
::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Microsoft Edge */

/*form*/
.input { max-width: 100%; width: 90%; margin: 0px; position: relative; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; margin-bottom: 20px; }
.input .input__label-content { color: #727e7a; font-weight: 400; font-size: 16px; padding: 0px 10px; }
.input .input__label--hoshi::after { margin-top: 0px; border-bottom: 1px solid #00704a; height: calc(100% - 1px); }
.input .input__label--hoshi::before { border-bottom: 1px solid #ffffff; height: calc(100% - 1px); }
.input .input__field { font-family: 'Lato', sans-serif; font-weight: 400; padding: 10px 10px 3px 10px; font-size: 14px; }
.input .input__field--hoshi { margin-top: 20px; color: #000; }
input[type="submit"],button[type="submit"] { position: relative; font-family: 'Lato', sans-serif; font-weight: 400; margin-top:0px; border: none; -webkit-appearance: none; background: #00704a; color: #ffffff; font-size: 17px; cursor: pointer; padding: 10px 120px 10px 10px; border-radius: 3px; text-transform: uppercase; }
input[type="submit"]:hover, button[type="submit"]:hover { background: #a3a3a3; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out; }
button[type="submit"]::before { position: absolute; font-family: 'LineAwesome'; content: '\f11d'; right: 5px; color: #fff; top: 4px; z-index: 10; font-size: 26px; }
label { margin-bottom: -1px; font-weight: 400; width: 100%;}
.inputtextarea { width: 95%; }
.submitdisable {  }
.bmd-modalButton { cursor:pointer; }
.bottone_file { text-align: center; width: 95%; border: none!important; -webkit-appearance: none; background: #33aa58; color: #ffffff; font-size: 15px; cursor: pointer; padding: 15px 0px;border-radius: 5px; text-transform: uppercase; margin: auto;}
.bottone_file:hover { background: #00704a; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out; }
.cerca_da_a { width: 49.5%; display: inline-block; padding: 20px 10px; }
.cerca_input { max-width: 100%; width: 95%; margin: 0px; position: relative; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; padding: 11px 6px; height: auto; box-shadow: unset;font-size: 15px;}

/*ceckbox*/
.checkRadio_big > input, .checkRadio_normal > input { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
.checkRadio_big, .checkRadio_normal { position: relative; }

.checkRadio_big input[type="checkbox"] + label span {  height: 40px; width: 40px; background: #ffffff; border: 1px solid #d2d2d2; border-radius: 5px; display:inline-block; margin-right:10px; vertical-align:middle; cursor:pointer; float: left; }
.checkRadio_big input[type="checkbox"]:checked + label span:after { content: "\f00c"; color: #222222; font-size: 44px; top: -13px; left: 3px; position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.checkRadio_big input[type="checkbox"]:required:invalid:focus + label span { border: 1px solid #ff0000; }
.checkRadio_big input[type="radio"] + label span {  height: 40px; width: 40px; background: #ffffff; border: 1px solid #d2d2d2; display:inline-block; margin-right:10px; vertical-align:middle; cursor:pointer; float: left; border-radius: 50%; position: relative; }
.checkRadio_big input[type="radio"]:checked + label span:after { content: '\f111'; color: #222222; font-size: 24px; top: 2px; left: 7px; margin: auto; position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.checkRadio_big input[type="radio"]:required:invalid:focus + label span { border: 1px solid #ff0000; }

.checkRadio_normal input[type="checkbox"] + label span {  height: 20px; width: 20px; background: #ffffff; border: 1px solid #d2d2d2; border-radius: 5px; display:inline-block; margin-right:10px; vertical-align:middle; cursor:pointer; float: left; }
.checkRadio_normal input[type="checkbox"]:checked + label span:after { content: '\f00c'; color: #222222; font-size: 21px; top: -6px; left: 3px; position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.checkRadio_normal input[type="checkbox"]:required:invalid:focus + label span { border: 1px solid #ff0000; }
.checkRadio_normal input[type="radio"] + label span {  height: 20px; width: 20px; background: #ffffff; border: 1px solid #d2d2d2; display:inline-block; margin-right:10px; vertical-align:middle; cursor:pointer; float: left; border-radius: 50%; position: relative; }
.checkRadio_normal input[type="radio"]:checked + label span:after { content: '\f111'; color: #222222; font-size: 10px; top: 2px; left: 4px; margin: auto; position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.checkRadio_normal input[type="radio"]:required:invalid:focus + label span { border: 1px solid #ff0000; }

/*required*/
.input input:required, .input textarea:required { box-shadow: 0px 0px 0px 0px rgba(200, 0, 0, 0); }
.input input:required:focus ~ .input__label--hoshi::after { border-bottom: 1px solid #ff0000; }
.input textarea:required:focus ~ .input__label--hoshi::after { border-bottom: 1px solid #ff0000; }

/*box form*/
.cont_form { border: 1px solid #dedede; background: #ffffff; padding: 20px 25px 5px 25px; font-size: 14px; }
.cont_form .grid-4:nth-child(3n + 2) { text-align: left; }
.cont_form .grid-4:nth-child(3n + 3) { text-align: center; }
.cont_form .grid-4:nth-child(3n + 4) { text-align: right; }

.cont_form .grid-6:nth-child(odd) { text-align: right; }
.cont_form .grid-6:nth-child(even) { text-align: left; }

.cont_form .select2-basic { width: 95%; }
.cont_form .input { width: 95%; }
.cont_form .input_da_a { width: 47.2%; }
.cont_form .inputtextarea { width: 100%; }
.cont_form .checkRadio_big { margin-left: 0px; }
.cont_form .checkRadio_big .txtPrivacy { font-size: 14px; line-height: 14px; margin-top: 6px; }
.bott-errore { text-align: center; padding: 10px; margin:0px auto 15px; background: #02714c; color: #ffffff; font-weight: bold; border-radius: 5px; max-width: 1000px;}
.bott-conferma { text-align: center; padding: 10px; margin-bottom: 15px; background: #0b9a18; color: #ffffff; font-weight: bold; border-radius: 5px; }

/*altezze*/
.h1 { height: 1px; }
.h2 { height: 2px; }
.h3 { height: 3px; }
.h4 { height: 4px; }
.h5 { height: 5px; }
.h10 { height: 10px; }
.h15 { height: 15px; }
.h20 { height: 20px; }
.h25 { height: 25px; }
.h30 { height: 30px; }
.h40 { height: 40px; }

.dd-n {color: #00704a!important;}
.dd-w-c  {border: 1px solid #00704a!important;}
#dd-w-0 .dd-c .dd-s, #dd-w-0 .dd-s-b-s, #dd-w-0 .dd-s-b-sub-y, #dd-w-0 .dd-sub-y {background: #00704a!important;}
#dd-w-0 .dd-c .dd-s:hover, #dd-w-0 .dd-s-b-s:hover {background: #a3a3a3!important;}
.dd-s {background: #00704a!important;}
.dd-s:hover  {background: #a3a3a3!important;}
.td-clock {box-shadow: 0 0 0 1px #00704a,0 0 0 8px rgba(0,0,0,.05)!important;}
#td-clock-0 .td-lancette {border: 2px solid #00704a!important;}
#td-clock-0 .td-clock .td-time span.on {color: #00704a!important;}
.td-select svg {stroke:#00704a!important;}
.td-select::after {box-shadow: 0 0 0 1px #00704a!important;}
#td-clock-0 .td-clock::before {border-color: #00704a!important;}
#dd-w-0 .dd-n, #dd-w-0 .dd-sun {color: #00704a!important;}



/*recaptcha*/
.g-recaptcha {display: none; margin: auto; transform:scale(0.8);-webkit-transform:scale(0.8); }
.grecaptcha-badge {display: none; }

/*classe energetica*/
.classe_a4 { background: #4bc02e; color: #ffffff; }
.classe_a3 { background: #4bc02e; color: #ffffff; }
.classe_a2 { background: #4bc02e; color: #ffffff; }
.classe_a1 { background: #328121; color: #ffffff; }
.classe_a { background: #328121; color: #ffffff; }
.classe_b { background: #007427; color: #ffffff; }
.classe_c { background: #ce952b; color: #ffffff; }
.classe_d { background: #cf7f00; color: #ffffff; }
.classe_e { background: #c44e0d; color: #ffffff; }
.classe_f { background: #b50015; color: #ffffff; }
.classe_g { background: #5c000e; color: #ffffff; }
.classe_na, .classe_nd, .classe_va { background: #586162; color: #ffffff; }

/*news*/
.news { margin-bottom: 25px; }
.news .dettagli { font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #00704a; color: #ffffff; font-size: 14px; text-align: center; }
.news .dettagli:hover { background: #a3a3a3; }
.news h2 { margin-bottom: 15px; }
.news h3 { margin-bottom: 15px; }
.news p { margin-bottom: 10px; font-size: 16px; }

/*mappe*/
.mappa-dovesiamo-agenzie { height: 458px; border: 1px solid #dedede; }



/*MODAL*/
.modalDialog {position: fixed;
                font-family: Arial, Helvetica, sans-serif;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.8);
                z-index: 1700;
                opacity:0;
                -webkit-transition: opacity 400ms ease-in;
                -moz-transition: opacity 400ms ease-in;
                transition: opacity 400ms ease-in;
                pointer-events: none;}
.modalDialog:target {opacity:1;pointer-events: auto;}
.modalDialog > div {width: 50%;
                    position: relative;
                    margin: 10% auto;
                    padding: 20px 20px 13px 20px;
                    border-radius: 10px;
                    background: #f2f2f2;}
.closeModal {background: #00704a;
                color: #FFFFFF;
                line-height: 25px;
                position: absolute;
                right: -12px;
                text-align: center;
                top: -10px;
                width: 24px;
                text-decoration: none;
                font-weight: bold;
                -webkit-border-radius: 12px;
                -moz-border-radius: 12px;
                border-radius: 12px;
                -moz-box-shadow: 1px 1px 3px #000;
                -webkit-box-shadow: 1px 1px 3px #000;
                box-shadow: 1px 1px 3px #000;}
.closeModal:hover {background: #287699;color: #FFFFFF;}



/*immobili preferiti*/
.preferiti_top { line-height: 36px; padding: 10px; background: #a3a3a3; color: #fff; z-index: 10; position: relative;}
.preferiti_top i { float: left; margin-right: 15px; font-size: 37px; color: #00704a;} 
.preferiti_top span { color: #fff; font-size: 31px; padding-right: 5px; float: left;} 
.preferiti_top .visualizza { float: right; padding: 0px 15px; text-transform: uppercase; color: #484848; background: #00704a; color: #fff; border-radius: 5px; font-size: 16px; }
.preferiti_top .visualizza:hover { background: #a3a3a3; color: #ffffff; }
.DispPreferiti { display: none !important; }
.menuResponsive_scroll .DispPreferiti { display: none !important; }
.preferitiSmall { position: absolute; top: 15px; right: 20px; }
.preferitiSmall i { font-size: 37px; color: #00704a; } 
.preferitiSmall a:hover { text-decoration: none; } 
.preferitiSmall a:hover i { -webkit-animation-name: hvr-buzz-out; animation-name: hvr-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } 
.preferitiSmall .talkbubble {background: #222222; line-height: 30px; float: left; margin-top: 4px; margin-right: 10px; padding: 0px 10px; color: #fff; position: relative; border: 1px solid #222222; }
.preferitiSmall .talkbubble:before {content:''; width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 8.6px; border-color: transparent transparent transparent #222222; position: absolute; top: 6px; right: -8px;}

.scroll_pref .preferitiSmall { top: 31px; right: 15px; }

/*zoom gallery foto*/
#zoomGallery { display: none; }
#zoomGalleryPlani { display: none; }
.ClickZoomGallery,.ClickZoomGalleryThumb,.ClickZoomGalleryPlani { cursor: pointer; }
.closeZoomGallery { cursor: pointer; position: fixed; right: 20px; top: 20px; font-size: 40px; background: #ffffff; color: #000; border-radius: 50%; padding: 0px 10px; z-index: 999; }
.zoomGallery { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 920; background: rgba(0,0,0,0.9); overflow-y: auto; }
.zoomGallery .cambioGrafica { color: #ffffff; text-align: right; font-size: 16px; font-weight: 400; font-family: 'Lato', sans-serif; cursor: pointer; position: absolute; right: 250px; top: 50px; }
.zoomGallery .carouselThumb { margin: auto; width: 100%; height: 100vh; list-style: none; position: relative; }
.zoomGallery .carouselThumb .swZoom { width: 100%; height:100%; margin: auto; }
.zoomGallery .carouselThumb .swZoom .swiper-slide { background-size: cover; background-position: center; padding: 0px 0px; }
.zoomGallery .carouselThumb .swZoom .swiper-slide img { max-width:100%; max-height:100%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; left: 50%; top: 50%; }
.zoomGallery .carouselThumb .swZoom .swiper-slide-active { opacity: 1; }
.zoomGallery .carouselThumb .swZoom .swiper-button-next { right: 30px; }
.zoomGallery .carouselThumb .swZoom .swiper-button-prev { left: 30px; }
.zoomGallery .carouselThumb .swiper-pagination { margin: auto; left: 0; right: 0; }
.zoomGallery .carouselThumb .swiper-pagination-bullet { width: 13px; height: 13px; margin: 0px 5px; background: #fff; }
.zoomGallery .carouselThumb .swiper-pagination, .zoomGallery .carouselThumb .swiper-pagination span { color:#fff !important; font-size: 15px; }
.zoomGallery .singleThumb { display: none; }
.zoomGallery .multipleThumb { width: 85%; margin: auto; list-style: none; display: none; margin-top: 150px; }
.zoomGallery .multipleThumb li { width: 25%; height: 15vw; float: left; }
.zoomGallery .multipleThumb li img { width: 100%; height: 100%; }

/*faq*/
.faq .faq-close span, .faq .faq-open span { background-color: #00704a !important; }
.faq {display: inline;}

/*popup*/
.popup { background: rgba(0,0,0,0.7); height: 100vh; width: 100%; position: fixed; z-index: 99999; left: 0px; top: 0px; display: none; }
.popup .dettpopup { position: absolute; margin: auto; transition: 1.5s; }
.popup .dettpopup .dettagli { padding: 10px 0px; text-align: center; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; }
.popup .dettpopup .dettagli .titolo { display: block; padding: 15px; font-size: 25px; text-transform: uppercase; text-align: center; font-weight: bold; }
.popup .dettpopup .dettagli .testo { display: block; padding: 15px; font-size: 20px; text-align: center; }
.popup .dettpopup.effect { transition: 1.5s; }

/*grafica box 1*/
.box1 { font-family: 'Lato', sans-serif; font-weight: 400; vertical-align: top; display: inline-block; width: auto; margin: 10px 5px 10px 10px; position: relative; }
.box1 a {text-decoration: none;}
.box1 figure { position: relative; overflow: hidden; margin: auto; }
.box1 figure .foto { max-width: none; min-width: 100%; min-height: 74%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.box1 .dettagli { position: absolute; left: 0; right: 0; margin: auto; bottom: 0px; z-index:2; }
.box1 .dettagli .titolo { padding: 25px 0px; display: inherit; text-align: center; font-size: 35px; }

/*grafica box 2*/
.box2 { font-family: 'Lato', sans-serif; font-weight: 400; vertical-align: top; display: inline-block; width: auto; margin: 0px; position: relative; }
.box2 a {text-decoration: none;}
.box2 figure { position: relative; overflow: hidden; margin: auto; }
.box2 figure .foto { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.box2 .dettagli { position: absolute; left: 0; right: 0; margin: auto; top: 0px; bottom: 0px; height: 0px; text-align: center; z-index:2; padding: 0 20px; }
.box2 .dettagli .titolo { margin-bottom: 15px; display: inherit; font-size: 35px; }
.box2 .dettagli .testo { margin-bottom: 35px; display: inherit; font-size: 25px; }
.box2 .dettagli .boxlink { text-align: center; }
.box2 .dettagli .boxlink .link { display: inherit; padding: 7px 18px; }

/*grafica box 3*/
.box3 { font-family: 'Lato', sans-serif; font-weight: 400; vertical-align: top; display: inline-block; position: relative; }
.box3 a {text-decoration: none;}
.box3 figure { position: relative; overflow: hidden; margin: auto; }
.box3 figure .foto { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.box3 .dettagli { margin-top: 20px; }
.box3 .dettagli .titolo { margin-bottom: 15px; display: inherit; text-align: center; font-size: 35px; }
.box3 .dettagli .testo { margin-bottom: 55px; display: inherit; text-align: left; font-size: 25px; }
.box3 .dettagli .boxlink { text-align: right; }
.box3 .dettagli .boxlink .link { display: inherit; padding: 7px 18px; }

/*grafica box 4*/
.box4 { font-family: 'Lato', sans-serif; font-weight: 400; vertical-align: top; display: inline-block; width: auto; margin: 10px 5px 30px 10px; position: relative; }
.box4 a {text-decoration: none;}
.box4 figure { position: relative; overflow: hidden; float: left; }
.box4 figure .foto { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.box4 .dettagli { float: left; margin-left: 20px; }
.box4 .dettagli .titolo { margin-bottom: 15px; display: inherit; text-align: left; font-size: 35px; }
.box4 .dettagli .testo { margin-bottom: 35px; display: inherit; text-align: left; font-size: 25px; }
.box4 .dettagli .boxlink { text-align: right; }
.box4 .dettagli .boxlink .link { display: inherit; padding: 7px 18px; }

/*grafica box 5*/
.box5 { font-family: 'Lato', sans-serif; font-weight: 400; vertical-align: top; display: inline-block; width: auto; margin: 10px 5px 30px 10px; position: relative; }
.box5 a {text-decoration: none;}
.box5 figure { position: relative; overflow: hidden; float: left; }
.box5 figure .foto { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.box5 .dettagli { float: left; margin-right: 20px; }
.box5 .dettagli .titolo { margin-bottom: 15px; display: inherit; text-align: left; font-size: 35px; }
.box5 .dettagli .testo { margin-bottom: 35px; display: inherit; text-align: left; font-size: 25px; }
.box5 .dettagli .boxlink { text-align: right; }
.box5 .dettagli .boxlink .link { display: inherit; padding: 7px 18px; }

/*grafica box 6*/
.box6 { font-family: 'Lato', sans-serif; font-weight: 400; vertical-align: top; display: inline-block; width: auto; margin: 10px 5px 30px 10px; position: relative; }
.box6 a {text-decoration: none;}
.box6 figure { position: relative; overflow: hidden; margin: auto; }
.box6 figure .foto { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.box6 .dettagli { margin-top: 20px; }
.box6 .dettagli .titolo { margin-bottom: 15px; display: inherit; text-align: center; }
.box6 .dettagli .testo { margin-bottom: 35px; display: inherit; text-align: center; }

/*grafica box 7*/
.box7 { font-family: 'Lato', sans-serif; font-weight: 400; vertical-align: top; display: inline-block; width: auto; margin: 10px 5px 10px 10px; position: relative; }
.box7 a {text-decoration: none;}
.box7 figure { position: relative; overflow: hidden; margin: auto; }
.box7 figure .foto { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.box7 .dettagli { position: absolute; left: 0; right: 0; margin: auto; bottom: 0px; z-index:2; }
.box7 .dettagli .titolo { display: inherit; text-align: left; padding: 10px 10px 0px 10px; font-size: 35px; }
.box7 .dettagli .testo { display: inherit; text-align: left; padding: 0px 10px 10px 10px; font-size: 25px; }

/*grafica box 8*/
.box8 { font-family: 'Lato', sans-serif; font-weight: 400; vertical-align: top; display: inline-block; width: auto; margin: 0px; position: relative; }
.box8 a {text-decoration: none;}
.box8 figure { position: relative; overflow: hidden; margin: auto; }
.box8 figure .foto { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.box8 .dettagli { margin-top: 20px; }
.box8 .dettagli .testo { display: inherit; text-align: center; padding: 10px; }
.box8 .dettagli .titolo { display: inherit; text-align: center; padding: 10px; }
.box8 .dettagli .sottotitolo { display: inherit; text-align: center; padding: 10px; }


/*ricerche frequenti home*/
.ricerche_frequenti {position: relative; text-align: center;margin: 0px 0px 0px 0px;min-height: 300px; z-index: 1;}
.ricerche_frequenti .contentbox {color: #fff;padding: 0px 0px 0px 0px;top: 0px;;margin: 0px auto 0px; max-width: 1600px;}
.ricerche_frequenti .titFrequenti {color: #00704a;text-transform: uppercase;font-weight: 500;margin: 50px 0px 30px 0px;font-size: 33px;display: block;}
.ricerche_frequenti ul {list-style: none;text-align: center;margin: 0px auto 0px;padding: 0px 0px 0px 0px;width: 90%;}
.ricerche_frequenti ul li {display: inline-block;vertical-align: top;}

.ricerche_frequenti .Sx {float: left; width: 32.5%; min-height: 360px; background: url('../img/residenziale.jpg'); background-size: cover; margin-right: 0.5%; padding: 70px 20px 30px 20px;}
.ricerche_frequenti .Sx span { text-transform: uppercase;margin: 0px 0px 30px 0px; display: block; font-size: 27px;}
.ricerche_frequenti .Sx li { margin: 0px 0px 15px 0px;}
.ricerche_frequenti .Sx li a {color: #fff; height: 45px;line-height: 45px;  font-size: 17px;}
.ricerche_frequenti .Sx li:nth-child(1) {width: 100%!important; text-align: center !important; padding-left: 0% !important;}
.ricerche_frequenti .Sx li:nth-child(2n+1) {float: right;width: 49%; text-align: left; padding-left: 2%;}
.ricerche_frequenti .Sx li:nth-child(2n+2) {float: left;width: 49%; border-right: 1px solid #fff; text-align: right; padding-right: 4%;}
/*.ricerche_frequenti .Sx li:hover a {background: #00704a;color: #fff;}*/
.ricerche_frequenti .Sx li:nth-child(1):hover a { border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; padding: 5px 10px 5px 10px !important; }
.ricerche_frequenti .Sx li:nth-child(2n+1):hover a { border-right: 1px solid #fff; border-bottom: 1px solid #fff; padding: 5px 10px 5px 0px;}
.ricerche_frequenti .Sx li:nth-child(2n+2):hover a {border-left: 1px solid #fff; border-bottom: 1px solid #fff; padding: 5px 0px 5px 10px; }

.ricerche_frequenti .Cx {float: left; width: 32.5%; min-height: 360px; display: table; background: url('../img/offmarket.jpg'); background-size: cover; margin: 0px 0.25%; padding: 70px 20px 30px 20px;}
.ricerche_frequenti .Cx div {display: table-cell;vertical-align: middle;text-align: center; padding-top: 43px;}
.ricerche_frequenti .Cx a { color: #fff;  font-size: 17px; }
.ricerche_frequenti .Cx a:hover { border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; padding: 5px 10px 5px 10px; }

.ricerche_frequenti .Dx {float: left; width: 32.5%; min-height: 360px; background: url('../img/business.jpg'); background-size: cover; margin-left: 0.5%; padding: 70px 20px 30px 20px;}
.ricerche_frequenti .Dx span { text-transform: uppercase;margin: 0px 0px 30px 0px; display: block; font-size: 27px;}
.ricerche_frequenti .Dx li { margin: 0px 0px 15px 0px; }
.ricerche_frequenti .Dx li a { color: #fff; height: 45px;line-height: 45px; font-size: 17px; }  
.ricerche_frequenti .Dx li:nth-child(2n+1) {float: left;width: 49%; border-right: 1px solid #fff; text-align: right; padding-right: 4%; }
.ricerche_frequenti .Dx li:nth-child(2n+2) {float: right;width: 49%; text-align: left; padding-left: 2%;}
/*.ricerche_frequenti .Dx li:hover a {background: #fff;color: #00704a;}*/
.ricerche_frequenti .Dx li:nth-child(2n+1):hover a {border-left: 1px solid #fff; border-bottom: 1px solid #fff; padding: 5px 0px 5px 10px; }
.ricerche_frequenti .Dx li:nth-child(2n+2):hover a { border-right: 1px solid #fff; border-bottom: 1px solid #fff; padding: 5px 10px 5px 0px;}
    

/*ricerche home danilo*/
.ricerche_veloci {position: relative; text-align: center;margin: 0px 0px 0px 0px; z-index: 1;}
.ricerche_veloci .contentbox {color: #fff;padding: 0px 0px 0px 0px;top: 0px;;margin: 0px auto 0px; max-width: 1600px;}
.ricerche_veloci .titFrequenti {color: #00704a;text-transform: uppercase;font-weight: 500;margin: 50px 0px 30px 0px;font-size: 33px;display: block;}
.ricerche_veloci ul {list-style: none;text-align: center;margin: 0px auto 0px;padding: 0px 0px 0px 0px;width: 100%;}
.ricerche_veloci ul li {display: inline-block; vertical-align: top;}

.ricerche_veloci .ricerca-wrap-sx { display: flex; align-items: center; justify-content: center; position: relative; float: left; width: 32.5%; min-height: 360px; margin-right: 0; background-color: #000; }
.ricerche_veloci .ricerca-wrap-sx:before { opacity: 0.6; background-image: url('../img/residenziale.jpg'); content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover;   }
.ricerche_veloci .ricerca-content-sx { position: relative; }
.ricerche_veloci .ricerca-content-sx span { color: #fff; text-transform: uppercase; margin: 0px 0px 15px 0px; display: block; font-size: 27px; }
.ricerche_veloci .ricerca-content-sx li { width: 50%; display: inline-block; line-height: 45px; font-size: 19px; margin-bottom: 10px; padding: 5px 10px 5px 10px !important;  }
.ricerche_veloci .ricerca-content-sx li:first-child { width: 100%; text-align: center !important; border-left: 0px solid #fff !important; }
/*
.ricerche_veloci .ricerca-content-sx li:last-child { width: 100%; text-align: center !important; border-left: 0px solid #fff !important; }
*/
.ricerche_veloci .ricerca-content-sx li:nth-child(2n+1) { text-align: left; border-left: 1px solid #fff; }
.ricerche_veloci .ricerca-content-sx li:nth-child(2n+2) { text-align: right; }
.ricerche_veloci .ricerca-content-sx li a { padding: 0px 0px 0px 0px !important; color: #fff; text-decoration: none; width: 95%; display: inline-block; border-left: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid transparent; }
.ricerche_veloci .ricerca-content-sx li a:hover { color: #fff; text-decoration: none;  }
.ricerche_veloci .ricerca-content-sx li:first-child a:hover { border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
/*
.ricerche_veloci .ricerca-content-sx li:last-child a:hover { border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
*/
.ricerche_veloci .ricerca-content-sx li:nth-child(2n+1) a:hover { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.ricerche_veloci .ricerca-content-sx li:nth-child(2n+2) a:hover { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }

.ricerche_veloci .ricerca-wrap-cx { display: flex; align-items: center; justify-content: center; position: relative; float: left; width: 32.5%; min-height: 360px; margin: 0 1.25%; background-color: #000; }
.ricerche_veloci .ricerca-wrap-cx:before { opacity: 0.6; background-image: url('../img/offmarket.jpg'); content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover;   }
.ricerche_veloci .ricerca-content-cx { position: relative; margin-top: 45px; width: 95%; }
.ricerche_veloci .ricerca-content-cx a { line-height: 45px; font-size: 19px; padding: 0px 0px 0px 0px !important; color: #fff; text-decoration: none; width: 95%; display: inline-block; border-left: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid transparent; }
.ricerche_veloci .ricerca-content-cx a:hover { color: #fff; text-decoration: none; border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }

.ricerche_veloci .ricerca-wrap-dx { display: flex; align-items: center; justify-content: center; position: relative; float: left; width: 32.5%; min-height: 360px; margin-right: 0; background-color: #000; }
.ricerche_veloci .ricerca-wrap-dx:before { opacity: 0.6; background-image: url('../img/business.jpg'); content: ' '; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover;   }
.ricerche_veloci .ricerca-content-dx { position: relative; }
.ricerche_veloci .ricerca-content-dx span { color: #fff; text-transform: uppercase; margin: 0px 0px 15px 0px; display: block; font-size: 27px; }
.ricerche_veloci .ricerca-content-dx li { width: 50%; display: inline-block; line-height: 45px; font-size: 19px; margin-bottom: 10px; padding: 5px 10px 5px 10px !important;  }
.ricerche_veloci .ricerca-content-dx li:nth-child(2n+1) { text-align: right; }
.ricerche_veloci .ricerca-content-dx li:nth-child(2n+2) { text-align: left; border-left: 1px solid #fff; }
.ricerche_veloci .ricerca-content-dx li a { padding: 0px 0px 0px 0px !important; color: #fff; text-decoration: none; width: 95%; display: inline-block; border-left: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid transparent; }
.ricerche_veloci .ricerca-content-dx li a:hover { color: #fff; text-decoration: none;  }
.ricerche_veloci .ricerca-content-dx li:nth-child(2n+1) a:hover { border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
.ricerche_veloci .ricerca-content-dx li:nth-child(2n+2) a:hover { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }

/*aree tematiche home*/
.areetematichehome {margin: 0px 0px 120px 0px; position: relative; }
.areetematichehome .box5 {display: table;margin: 0px 0px 0px 0px;width: 100%;}
.areetematichehome .box5 .dettagli {float: none;margin: 0px 0px 0px 0px;display: table-cell;vertical-align: middle;width: 38.5%!important;}
.areetematichehome .box5 .dettagli .int {position: relative;width: 100%;z-index: 10; background: #00704a;color: #fff;padding: 30px 40px 30px 40px;}
.areetematichehome .box5 .dettagli .int .titolo {float: left; text-transform: uppercase;border-bottom: 1px solid #fff;font-size: 25px;padding: 0px 0px 6px 0px;margin: 0px 0px 30px 0px;font-weight: 500;}
.areetematichehome .box5 .dettagli .int .testo {clear: both; margin: 0px 0px 0px 0px;}
.areetematichehome .box5 .dettagli .int .boxlink {clear: both; text-align: left;}
.areetematichehome .box5 .dettagli .int .boxlink .link {display: block;border-bottom: 1px solid #4a9d81; border-right: 1px solid #00704a; color: #fff;text-transform: uppercase;font-size: 20px;padding: 7px 0px 7px 0px;margin: 0px 0px 15px 0px;}
.areetematichehome .box5 .dettagli .int .boxlink .link:hover {border-bottom: 1px solid #4a9d81; border-right: 1px solid #4a9d81;}
.areetematichehome .box5 figure {float: none; display: table-cell;vertical-align: middle; position: relative;}

.areetematichehome .testo_home { position: absolute; top: 7%; right: 3.5%; z-index: 10; background: rgba(0,112,74,0.7); width: 93%; height: 86%; }
.areetematichehome .testo_home .page-home { padding: 33px 35px 35px 35px; color: #fff; }
.areetematichehome .testo_home .page-home h1 { display: none; margin-bottom: 10px; color: #fff;  }
.areetematichehome .testo_home .page-home h2 { font-size: 25px; color: #fff; text-align: center !important; margin-bottom: 30px; border-bottom: 0px solid #fff; padding: 0px 0px 0px 0px; }
.areetematichehome .testo_home .page-home h2 span { border-bottom: 1px solid #fff; padding-bottom: 10px; }
.areetematichehome .testo_home .page-home p { line-height: 60px; text-align: center;font-size: 20px; font-weight: 400; }

.areetematichehome h1 { font-weight: 500; font-size: 36px; text-transform: uppercase; color: #00704a; margin: 0px; padding: 50px 0px 30px 0px; }
.areetematichehome .testo_home .page-home h2 { text-transform: uppercase; }

/*acquista o affitta home*/
.acquista_affitta {width: 100%;margin: 0px 0px 120px 0px;}
.slider_acquiaffittaHome {float: left;width: 55%;}
.slider_acquiaffittaHome .galleryTop {}
.box_acquista_affitta {float: left;height: 500px;width: 45%;display: table;}
.box_acquista_affitta .disptable {display: table-cell;vertical-align: middle;}
.box_acquista_affitta .disptable .int {width: 115%;padding: 30px 40px 30px 40px;z-index: 10;background: #00704a;margin: 0px 0px 0px -15%;position: relative;}
.box_acquista_affitta .disptable .int h3 {float: left; color: #fff; text-transform: uppercase;font-size: 30px;padding: 0px 0px 6px 0px;margin: 0px 0px 10px 0px;border-bottom: 1px solid #00704a;font-weight: 500;}
.box_acquista_affitta .disptable .int .txt {color: #fff;font-size: 20px;}
/*.boxGacquistaaffitta {margin: 35px 0px 0px 0px!important;}
.box_acquista_affitta .box3 {max-width: 32%!important;padding: 0px 45px 0px 45px;}
.box_acquista_affitta .box3 figure {margin: 0px auto 20px;}
.box_acquista_affitta .box3 figure img {max-width: 100%;}
.box_acquista_affitta .box3 .dettagli {text-align: center;}
.box_acquista_affitta .box3 .dettagli .titolo {display: none;}
.box_acquista_affitta .box3 .dettagli .testo {text-align: center;color: #fff;font-size: 20px;margin: 0px 0px 20px 0px;}
.box_acquista_affitta .box3 .dettagli .boxlink {clear: both; text-align: center;}
.box_acquista_affitta .box3 .dettagli .boxlink .link {display: inline-block;background: #fff; color: #00704a;border-radius: 5px;font-weight: 400;}
.box_acquista_affitta .box3 .dettagli .boxlink .link:hover {background: #a3a3a3;color: #fff;}*/
.boxGacquistaoaffitta {margin: 35px 0px 0px 0px!important;text-align: center;}
.box_acquista_affitta .box8 {max-width: 33%!important;padding: 0px 40px 0px 40px;}
.box_acquista_affitta .box8 figure {margin: 0px auto 20px;}
.box_acquista_affitta .box8 figure img {max-width: 100%;}
.box_acquista_affitta .box8 .dettagli {text-align: center;}
.box_acquista_affitta .box8 .dettagli .titolo {text-align: center;color: #fff;font-size: 20px;margin: 0px 0px 20px 0px;padding: 0px 0px 0px 0px;}
.box_acquista_affitta .box8 .dettagli .testo {display: none;}
.box_acquista_affitta .box8:hover .dettagli .titolo {text-decoration: underline;}





/* operazioni concluse */
.opConcluse {text-align: center;}
.opConcluse .Operazione {display: inline-block;vertical-align: top; background: #02714b;position: relative;margin: 0px 0px 40px 0px;width: 47.8%;border: 1px solid #00704a;}
.opConcluse .Operazione:nth-child(2n+1) {margin-right:2%}
.opConcluse .Operazione:nth-child(2n+2) {margin-left:2%}
.opConcluse .Operazione figure {width: 100%; height: 490px; position: relative; background: #f8f8f8; overflow: hidden; position: relative; }
.opConcluse .Operazione figure .foto_ok {display: block;width: 100%;height: 100%;object-fit: cover;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.opConcluse .Operazione figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.opConcluse .Operazione figure .slFoto { height: 100%; }
.opConcluse .Operazione figure .slFotoNow { height: 100%; }
.opConcluse .Operazione .boxdettagli {height: 490px;width: 100%;margin-top: -490px;position: relative;}
.opConcluse .Operazione .boxdettagli .info {min-height: 135px;text-align: left;padding: 20px 15px 10px 15px; position: absolute;bottom: 20px;left: 0px;right: 0px;background: rgba(255,255,255,0.7);}
.opConcluse .Operazione .boxdettagli .info:after { content:''; position: absolute; left: 0px;right: 0px;bottom: -20px; height: 20px; color: #fff;font-size: 17px; background: rgba(0,112,74,0.7);}
.opConcluse .Operazione .boxdettagli .info h2 {color: #000;font-size: 20px;}
.opConcluse .Operazione .boxdettagli .info h3 {color: #000;font-size: 18px;}
.opConcluse .Operazione .boxdettagli .info p {color: #000;font-size: 16px;margin: 0px 0px 0px 0px;}
.opConcluse .Operazione:hover {border:1px solid #00704a;}
.opConcluse .Operazione:hover .boxdettagli {background: rgba(0,0,0,0)}






/* operazioni concluse - scheda */
.opConcluse-scheda {min-height: 750px;}
.opConcluse-scheda h1 {text-align: center;}
.opConcluse-scheda figure {max-width:1200px;margin: 0px auto 40px;height: 550px;}
.opConcluse-scheda figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.opConcluse-scheda figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.opConcluse-scheda figure .slFoto { height: 100%; }
.opConcluse-scheda figure .slFotoNow { height: 100%; }



/* modal ricerca */
.boxModalRicerca { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9999; background: rgba(0,0,0,0.5); }
.modalRicerca { padding: 15px; font-family: 'Lato', sans-serif; position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 920; width: 100%; height: 100vh; max-width: 1000px; max-height: 600px; background: #ffffff; overflow: auto;}
.modalRicerca .headerModal {background: #a3a3a3; border-bottom: 1px solid #a3a3a3; height: 8%; color: #fff; line-height: 43px; padding: 0px 10px;text-align: left;}
.modalRicerca .footerModal { border-top: 1px solid #eeeeee; height: 10%; text-align: right; line-height: normal; }
.modalRicerca .footerModal input[type="button"] { border: 0px; background: #00704a !important; padding: 10px !important; margin-top: 12px !important; text-transform: uppercase !important; color: #fff !important; width: auto !important; font-size: 15px !important; }
.modalRicerca .footerModal input[type="button"]:hover {background: #a3a3a3;}
.modalRicerca .sectionModal { font-size: 15px; height: 83%; color: #222222; font-weight: 400; }
.modalRicerca .sectionModal .list_macro { width: 20%; float:left; padding: 20px 5px 0px 5px;}
.modalRicerca .sectionModal .list_macro .checkRadio_normal label {width: 98%;}
.modalRicerca .sectionModal .list_tipologie { border-left: 1px solid #eeeeee; overflow-y: auto; height: 100%; width: 80%; float:left; } 
.modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select { width:98%; margin: 0px 0px 0px 0px;padding: 10px 0px 10px 10px;}
.modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select hr {margin: 0px 0px 0px 0px;}
.modalRicerca .sectionModal .list_tipologie .checkRadio_normal {display: inline-block;vertical-align: top;margin: 0px 10px 10px 10px;width: 30.3%;}
.modalRicerca .sectionModal .list_tipologie .checkRadio_normal label {width: 100%; background: #d1d1d1; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
.modalRicerca .sectionModal .list_tipologie .checkRadio_normal input { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
.modalRicerca .sectionModal .list_tipologie .checkRadio_normal input:checked + label { background: #00704a; color: #ffffff;}
.modalRicerca .sectionModal .list_tipologie .checkRadio_normal input[type="checkbox"] + label {  margin: 5px 3px 5px 0px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.modalRicerca .sectionModal .list_tipologie .checkRadio_normal input[type="checkbox"] + label span {display: none;}
.modalRicerca .sectionModal .list_tipologie .checkRadio_normal input[type="radio"] + label { margin: 0px 0px 0px 0px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.modalRicerca .sectionModal .list_tipologie .checkRadio_normal input[type="radio"] + label span {display: none;}
.modalRicerca .checkRadio .label_sub {background: #f6f6f6;color: #4d4d4d;padding: 10px 15px;border-radius: 3px;cursor: pointer;display: inline-block;vertical-align: top;margin: 0px 2px 4px 2px;}
.modalRicerca .checkRadio .input_multi_sub {position: absolute;z-index: -1;opacity: 0;filter: alpha(opacity=0);}
.modalRicerca .checkRadio .input_multi_sub[type="checkbox"] + label {width: 49%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.modalRicerca .checkRadio input:checked + label { background: #00704a; color: #ffffff;}


.modalRicercaNew { display: none; }
.modalRicercaNew { position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 900; width: 100%; height: 100vh; max-width: 650px; max-height: 500px; background: #ffffff;  border-radius: 12px; }
.modalRicercaNew .headerModal { height: 10%; background: #7e7e7e; color: #fff; line-height: 50px; padding: 0px 0px; border-radius: 10px 10px 0px 0px; text-align: center; }
.modalRicercaNew .footerModal { height: 10%; background: #00704a; color: #fff; text-align: right; border-radius: 0px 0px 10px 10px; text-align: center; }
.modalRicercaNew .footerModal input[type="button"] { margin-top: 7px; -moz-appearance: none; -webkit-appearance: none;padding: 0px 0px;  border: 1px solid #fff;  text-transform: uppercase;cursor: pointer; width: 50%!important; font-family: Lato; font-weight: 500;  border-radius: 5px;  color: #fff;background: #00704a; font-size: 24px;}

.modalRicercaNew .checkRadio { padding: 15px 35px; margin: 5px 0px 0px 0px; font-size: 15px; overflow-y: auto; height: 80%; text-align: left; }
.modalRicercaNew .checkRadio hr { margin: 5px 0px 7px 0px; border: 0; height: 0; border-bottom: 1px solid #00704a; }
.modalRicercaNew .checkRadio .label { font-size: 17px; text-align: left; background: #f6f6f6; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
.modalRicercaNew .checkRadio .input_multi { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
.modalRicercaNew .checkRadio .input_multi:checked + label { background: #00704a; color: #ffffff; }
.modalRicercaNew .checkRadio .input_multi[type="checkbox"] + label { width: 94%; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.modalRicercaNew .checkRadio .label_sub { background: #f6f6f6; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
.modalRicercaNew .checkRadio .input_multi_sub { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
.modalRicercaNew .checkRadio .input_multi_sub:checked + label { background: #00704a; color: #ffffff; }
.modalRicercaNew .checkRadio .input_multi_sub[type="checkbox"] + label { width: 44%; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.modalRicercaNew .checkRadio .mleft { margin-left: 10% !important; }

.modalRicercaNew .checkRadio input[type="text"] { border: 1px solid #7e7e7e !important; color: #000 !important; width: 98% !important; margin-bottom: 15px; border-radius: 3px; }
.modalRicercaNew .checkRadio input[type="text"]::-webkit-input-placeholder { opacity:1 !important; color: #000 !important; } 
.modalRicercaNew .checkRadio input[type="text"]:-moz-placeholder { opacity:1 !important; color: #000 !important; } 
.modalRicercaNew .checkRadio input[type="text"]::-moz-placeholder { opacity:1 !important; color: #000 !important; } 
.modalRicercaNew .checkRadio input[type="text"]:-ms-input-placeholder { opacity:1 !important; color: #000 !important; }
.modalRicercaNew .checkRadio input[type="text"]::-ms-input-placeholder { opacity:1 !important; color: #000 !important; } 


#TipologiaDett { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90%; position: relative; padding-right: 20px; }
#TipologiaDett::after { font-family:'Font Awesome 5 Free'; content: "\f0d7"; font-weight: 900; right:2px; top: 2px; position: absolute; }
#ComuneDett { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90%; position: relative; padding-right: 20px; }
#ComuneDett::after { font-family:'Font Awesome 5 Free'; content: "\f0d7"; font-weight: 900; right:2px; top: 2px; position: absolute; }

.tipologiasearch .fa {float:right; font-size: 20px;color: #a3a3a3;}
.tipologiasearch strong {line-height: 28px;}
.tipologiasearch .partofsez {cursor: pointer;text-align: left;border-bottom: 1px solid #a3a3a3;margin: 0px 0px 15px 0px;color: #00704a;}
#partresidenziali {display:none;}
#partcommerciali {display:none;}
#partindustriali {display:none;}
#partterreni {display:none;}
#partpertinenze {display:none;}
.deselezionatutto {display:inline-block;
                    cursor: pointer;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 600;
                    border: none;
                    color: #fff;
                    background: #00704a;
                    font-size: 14px;
                    padding: 5px;
                    border-radius: 5px 5px;
                    text-transform: uppercase;
                    border: 1px solid #fff;
                    /* float:right; */
                    position: absolute;
                    right: 50px;
                  }
.deselezionatutto:hover {background: #fff;color: #00704a;}

.modalRicercaNew .h20 { height: 60px; }


/*disegno su mappa*/
.disegnamappa a { font-size: 15px; }
.disegnoMappa { display: none; width: 100%; height: 100%; }
.disegnoMappa .FrameDisegnoMappa { width: 100%; height: 99%; }
.boxModalRicerca.disegnoMappa .modalRicerca { max-height: 650px; }
.boxModalRicerca.disegnoMappa .modalRicerca .headerModal { height: 7%; }
.boxModalRicerca.disegnoMappa .modalRicerca .footerModal { height: 7%; }
.boxModalRicerca.disegnoMappa .modalRicerca .sectionModal { height: 86%; }

/*cerca home*/
/*
.boxCerca.home {background:rgba(0,112,74,0.7);max-width: 1600px;position: absolute;left: 0px;right: 0px;bottom: 90px; z-index: 10;margin:0px auto 0px;text-align: center;}
.boxCerca.home .titCerca {color: #fff;text-transform: uppercase;font-weight: 500;font-size: 30px;display: block;margin: 0px 0px 20px 0px;}
.boxCerca.home .contentbox { max-width: 1300px; margin: auto; padding: 20px 0px 25px 0px; }
.boxCerca.home .contentbox .input { max-width: 100%; width: 90%; margin: 0px; border: 0px; margin-top: 5px; }
.boxCerca.home .contentbox .input .input__label--hoshi::before { border-bottom: 1px solid #d2d2d2; }
.boxCerca.home .contentbox .input .input__label-content { padding: 0px 0px; }
.boxCerca.home .contentbox .input .input__field { padding: 2px 10px 3px 4px; font-size: 16px;}

.boxCerca.home .contentbox .codice {float: left;width: 18%; background: #fff;padding: 15px 0px 12px 8px;border-radius: 5px 0px 0px 5px;}
.boxCerca.home .contentbox .codice .cerca_input {border: 0px;}
.boxCerca.home .contentbox .codice .cerca_input:focus {box-shadow: none;}

.boxCerca.home .contentbox .motivazione {float: left;width: 16%; background: #00704a; text-align: center; line-height: 70px;}
.boxCerca.home .contentbox .motivazione .select2-container { width: 80% !important; }
.boxCerca.home .contentbox .motivazione .select2-container--default .select2-selection--single { background: transparent; border: none; font-size: 16px; font-weight: 400; }
.boxCerca.home .contentbox .motivazione .select2-container--default .select2-selection--single .select2-selection__rendered { color: #ffffff; }

.boxCerca.home .contentbox .localita {float: left;width: 18%; background: #FFFFFF; text-align: left; min-height: 70px;padding: 0px 0px 0px 15px;}

.boxCerca.home .contentbox .tipologia {float: left;width: 16%;background:#00704a;padding: 23px 0px 24px 8px;color: #fff;font-size: 16px; font-weight: 400;}
.boxCerca.home .contentbox .tipologia .cerca_modal {cursor: pointer;}
.boxCerca.home .contentbox .tipologia .input_multi_sub {display: none;}
.boxCerca.home .contentbox .tipologia .checkRadio {min-height:82%;}

.boxCerca.home .contentbox .avanzata {float: left;width: 11%; background: #FFFFFF; text-align: center; line-height: 70px; font-weight: 400; font-size: 16px; }
.boxCerca.home .contentbox .avanzata a { color: #727e7a; }
.boxCerca.home .contentbox .avanzata a:hover { color: #7497c9; }
.boxCerca.home .contentbox .avanzata a:hover i { -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite; }
.boxCerca.home .contentbox .cerca {float: left;width: 21%; background: #FFFFFF; text-align: center; line-height: 70px; border-radius: 0px 5px 5px 0px; }
.boxCerca.home .contentbox .cerca .submit { text-transform:uppercase; background: #a3a3a3; line-height: normal; text-align: center; width: 90%; border-radius: 5px; color: #ffffff; font-weight: 400; font-size: 15px; border: none; padding: 10px 0px; }
.boxCerca.home .contentbox .cerca .submit:hover { background: #00704a; }
.boxCerca.home .contentbox .cerca .submit::before { content: ''; }
.boxCerca.home .contentbox .avanzataDettHome { display: none; background: #ffffff; padding: 15px; margin: 15px 0px 0px 0px; font-size: 15px; font-weight: 400; color: #727e7a; }
.boxCerca.home .contentbox .avanzataDettHome .grid-2 { margin: 10px 0px; text-align: left;}
.boxCerca.home .contentbox .avanzataDettHome .grid-2 .select2-container { width: 95% !important; }
.boxCerca.home .contentbox .avanzataDettHome .grid-2 .select2-container--default .select2-selection--single { font-size: 15px; font-weight: 400; height: 45px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-2 .select2-container--default .select2-selection--single .select2-selection__rendered { color: #727e7a; line-height: 45px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-2 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 45px; right: 10px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-3 { margin: 10px 0px; text-align: left;}
.boxCerca.home .contentbox .avanzataDettHome .grid-3 .select2-container { width: 95% !important; }
.boxCerca.home .contentbox .avanzataDettHome .grid-3 .select2-container--default .select2-selection--single { font-size: 15px; font-weight: 400; height: 45px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-3 .select2-container--default .select2-selection--single .select2-selection__rendered { color: #727e7a; line-height: 45px; text-align: left;}
.boxCerca.home .contentbox .avanzataDettHome .grid-3 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 45px; right: 10px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-6 { margin: 10px 0px; text-align: left;}
.boxCerca.home .contentbox .avanzataDettHome .grid-6 .cerca_da_a {padding: 21px 10px!important;}
.boxCerca.home .contentbox .avanzataDettHome .grid-6 .cerca_da_a:nth-child(1) {width: 47%;margin: 0px 15px 0px 0px;}
.boxCerca.home .contentbox .mappa { margin-top: 20px; text-align: left; color: #ffffff; font-size: 15px; }
.boxCerca.home .contentbox .mappa a { color: #222222; text-decoration: none;}
.boxCerca.home .contentbox .mappa a i {font-size: 17px;margin: 0px 10px 0px 0px;}
.boxCerca.home .contentbox .mappa a:hover { color: #00704a; text-decoration: underline; }
.boxCerca.home .contentbox .agenzia { margin-top: 15px; text-align: right; color: #ffffff; font-size: 15px; }
.boxCerca.home .contentbox .agenzia a { color: #ffffff; }
.boxCerca.home .contentbox .agenzia a:hover { color: #ffffff; text-decoration: underline; }
.boxCerca.home .contentbox .disegnoMappa { display: none; width: 100%; height: 465px; }
.boxCerca.home .contentbox .disegnoMappa .spinnermappa { text-align: center; line-height: 50vh; font-size: 55px; color: #fff; }
.boxCerca.home .contentbox .disegnoMappa .FrameDisegnoMappa { width: 100%; height: 465px; margin-top: 5px; }

.boxCerca.home .tipologia input::placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#fff !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home .tipologia input:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#fff !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home .tipologia input::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#fff !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home .tipologia input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#fff !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home .tipologia input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#fff !important; opacity:1 !important; font-size: 15px; }

.boxCerca.home input::placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home input:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 15px; } 
.boxCerca.home input::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#727e7a !important; opacity:1 !important; font-size: 15px; }
*/

.boxCerca.home {background:rgba(0,112,74,0.7);max-width: 1600px;position: absolute;left: 0px;right: 0px;bottom: 0px; z-index: 310;margin:0px auto 0px;text-align: center;border-radius: 5px;}
.boxCerca.home .contentbox { max-width: 1300px; margin: auto; padding: 20px 0px 50px 0px; text-align: center;}
.boxCerca.home .contentbox .select2-container--default .select2-selection--single .select2-selection__arrow b {border-width: 7px 6px 0 6px;}
.boxCerca.home .contentbox .select2-container--default .select2-selection--single {background: none;border: none;border-radius: none;}
.boxCerca.home .contentbox .select2-container--default .select2-selection--single .select2-selection__arrow {height: 38px !important;}


.boxCerca.home .contentbox .tipologia {display: inline-block;vertical-align: top; width: 23%;padding: 23px 0px 24px 0px;color: #fff;font-size: 19px; font-weight: 300;}
.boxCerca.home .contentbox .tipologia .etichetta {float: left;width: 30%;line-height: 60px;font-size: 23px;font-weight: 500; text-align: right; padding-right: 15px;}
.boxCerca.home .contentbox .tipologia .select2-container {float: left;width: 70% !important; border-bottom: 2px solid #fff;}
.boxCerca.home .contentbox .tipologia .select2-container .select2-selection--single {height: 38px;}
.boxCerca.home .contentbox .tipologia .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #fff;font-size: 19px;font-weight: 300;}
.boxCerca.home .contentbox .tipologia .select2-container--default .select2-selection--single .select2-selection__rendered {text-align: left !important;line-height: 38px;color: #fff;}
.boxCerca.home .contentbox .tipologia .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#fff transparent transparent transparent;}

.boxCerca.home .contentbox .tipologia .cerca_modal {float: left;width: 70% !important; border-bottom: 1px solid #fff;text-align: left !important;line-height: 38px;font-size: 19px;font-weight: 300;cursor: pointer;}

/*
.boxCerca.home .contentbox .tipologia .modalRicerca {max-width: 650px;max-height: 500px;text-align: left;padding: 0px;}
.boxCerca.home .contentbox .tipologia .modalRicerca .headerModal { height: 10%; background: #7e7e7e; color: #fff; line-height: 50px; padding: 0px 0px; border-radius: 10px 10px 0px 0px; text-align: center; }
.boxCerca.home .contentbox .tipologia .modalRicerca .footerModal { height: 10%; background: #fff; color: #fff; text-align: right; border-radius: 0px 0px 10px 10px; }
.boxCerca.home .contentbox .tipologia .modalRicerca .footerModal input[type="button"] {-moz-appearance: none; -webkit-appearance: none;padding: 10px 0px;  border: 2px solid rgba(0,0,0,0);  border-radius: 5px 5px;text-transform: uppercase;cursor: pointer; width: 100%!important; font-family: Lato;   font-weight: 500;  border: none;  color: #fff;background: #00704a; text-shadow: 1px 1px 2px #000;font-size: 24px;}

.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio { padding: 15px 35px; margin: 5px 0px 0px 0px; font-size: 15px; overflow-y: auto; height: 80%; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio hr { margin: 5px 0px 7px 0px; border: 0; height: 0; border-bottom: 1px solid #00704a; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .label { background: #f6f6f6; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .input_multi { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .input_multi:checked + label { background: #00704a; color: #ffffff; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .input_multi[type="checkbox"] + label { width: 94%; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .label_sub { background: #f6f6f6; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .input_multi_sub { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .input_multi_sub:checked + label { background: #00704a; color: #ffffff; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .input_multi_sub[type="checkbox"] + label { width: 37.9%; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio .mleft { margin-left: 10% !important; }

.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio input[type="text"] { border: 1px solid #7e7e7e !important; color: #000 !important; width: 98% !important; margin-bottom: 15px; border-radius: 3px; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio input[type="text"]::-webkit-input-placeholder { opacity:1 !important; color: #000 !important; } 
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio input[type="text"]:-moz-placeholder { opacity:1 !important; color: #000 !important; } 
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio input[type="text"]::-moz-placeholder { opacity:1 !important; color: #000 !important; } 
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio input[type="text"]:-ms-input-placeholder { opacity:1 !important; color: #000 !important; }
.boxCerca.home .contentbox .tipologia .modalRicerca .checkRadio input[type="text"]::-ms-input-placeholder { opacity:1 !important; color: #000 !important; } 
*/

.boxCerca.home .contentbox .motivazione {display: inline-block;vertical-align: top;width: 23%;padding: 23px 0px 24px 0px;color: #fff;font-size: 19px; font-weight: 300;}
.boxCerca.home .contentbox .motivazione .etichetta {float: left;width: 15%;line-height: 60px;font-size: 23px;font-weight: 500; text-align: right; padding-right: 15px;}
.boxCerca.home .contentbox .motivazione .select2-container {float: left;width: 85% !important; border-bottom: 1px solid #fff;}
.boxCerca.home .contentbox .motivazione .select2-container .select2-selection--single {height: 38px;}
.boxCerca.home .contentbox .motivazione .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #fff;font-size: 19px;font-weight: 300;}
.boxCerca.home .contentbox .motivazione .select2-container--default .select2-selection--single .select2-selection__rendered {text-align: left !important;line-height: 38px;color: #fff;font-size: 19px;font-weight: 300; padding-left: 0px !important;}
.boxCerca.home .contentbox .motivazione .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#fff transparent transparent transparent;}

/*
.boxCerca.home .contentbox .localita {display: inline-block;vertical-align: top;width: 30%;padding: 23px 0px 24px 20px;color: #fff;font-size: 17px; font-weight: 400;}
.boxCerca.home .contentbox .localita .cerca_modal { width: 95%; cursor: pointer; color: #fff; padding: 0px 0px 0px 0px !important; white-space: nowrap; overflow: hidden !important; display: block; line-height: 37px !important; border-bottom: 1px solid #fff !important; font-size: 16px; text-overflow: ellipsis; }

.boxCerca.home .contentbox .localita .etichetta {float: left;width: 25%;line-height: 40px;}
.boxCerca.home .contentbox .localita .input {float: left;width: 75% !important; border-bottom: 2px solid #fff;margin: 0px 0px 0px 0px;background: none;border: none;overflow: inherit;}
.boxCerca.home .contentbox .localita .input .input__label-content {color: #fff;font-size: 23px;font-weight: 500;line-height: 22px;padding: 0px 0px;}
.boxCerca.home .contentbox .localita .input .input__field--hoshi {color: #fff;height: 32px;margin-top: 10px;overflow: inherit;}
.boxCerca.home .contentbox .localita .input .input__label--hoshi {height: 40px;}
.boxCerca.home .contentbox .localita .input .input__label--hoshi::after {display: none;}
*/

.boxCerca.home .contentbox .localita {display: inline-block;vertical-align: top; width: 30%;padding: 23px 0px 24px 0px;color: #fff;font-size: 19px; font-weight: 300;}
.boxCerca.home .contentbox .localita .etichetta {float: left;width: 10%;line-height: 60px;font-size: 23px;font-weight: 500; text-align: right; padding-right: 15px;}
.boxCerca.home .contentbox .localita .select2-container {float: left;width: 90% !important; border-bottom: 1px solid #fff;}
.boxCerca.home .contentbox .localita .select2-container .select2-selection--single {height: 38px;}
.boxCerca.home .contentbox .localita .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #fff;font-size: 19px;font-weight: 300;}
.boxCerca.home .contentbox .localita .select2-container--default .select2-selection--single .select2-selection__rendered {text-align: left !important;line-height: 38px;color: #fff;}
.boxCerca.home .contentbox .localita .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#fff transparent transparent transparent;}

.boxCerca.home .contentbox .localita .cerca_modal {float: left;width: 70% !important; border-bottom: 1px solid #fff;text-align: left !important;line-height: 38px;font-size: 19px;font-weight: 300;cursor: pointer;}

.boxCerca.home .contentbox .localita .filtersearch { padding: 10px 15px; }

.boxCerca.home .contentbox .avanzata {display: inline-block;vertical-align: top;width: 14%;color: #fff;padding: 21px 0px 24px 0px;}
.boxCerca.home .contentbox .avanzata a {color: #fff;text-decoration: none;display: inline-block;line-height: 40px;border-bottom: 1px solid #fff;font-size: 23px;}
.boxCerca.home .contentbox .avanzata a:hover {border-bottom:1px solid #00704a;}


.boxCerca.home .contentbox .cerca {clear: both; margin-top: -15px;}
/*.boxCerca.home .contentbox .cerca button[type="submit"] {padding: 6px 18px;background: #00704a;border: 2px solid #00704a;}*/
.boxCerca.home .contentbox .cerca button[type="submit"] {padding: 6px 18px;background: #ffffff;border: 2px solid #ffffff; color: #00704a;}
.boxCerca.home .contentbox .cerca button[type="submit"]::before {display: none;}
/*.boxCerca.home .contentbox .cerca button[type="submit"]:hover {background: none;border: 2px solid #fff;}*/
.boxCerca.home .contentbox .cerca button[type="submit"]:hover {background: #00704a;border: 2px solid #fff; color: #ffffff; }


.boxCerca.home .contentbox .avanzataDettHome { display: none; background: #ffffff; padding: 15px; margin: 15px 0px 0px 0px; font-size: 15px; font-weight: 400; color: #727e7a; border-radius: 5px;}
.boxCerca.home .contentbox .avanzataDettHome .grid-2 { margin: 10px 0px; text-align: left;}
.boxCerca.home .contentbox .avanzataDettHome .grid-2 .select2-container { width: 95% !important; }
.boxCerca.home .contentbox .avanzataDettHome .grid-2 .select2-container--default .select2-selection--single { font-size: 15px; font-weight: 300; height: 45px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-2 .select2-container--default .select2-selection--single .select2-selection__rendered { color: #727e7a; line-height: 45px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-2 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 45px; right: 10px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-3 { margin: 10px 0px; text-align: left;}
.boxCerca.home .contentbox .avanzataDettHome .grid-3 .select2-container { width: 95% !important; border: 1px solid #d2d2d2;border-radius: 5px;}
.boxCerca.home .contentbox .avanzataDettHome .grid-3 .select2-container--default .select2-selection--single { font-size: 15px; font-weight: 300; height: 45px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-3 .select2-container--default .select2-selection--single .select2-selection__rendered { color: #727e7a; line-height: 45px; text-align: left;}
.boxCerca.home .contentbox .avanzataDettHome .grid-3 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 45px; right: 10px; }
.boxCerca.home .contentbox .avanzataDettHome .grid-6 { margin: 10px 0px; text-align: left;}
.boxCerca.home .contentbox .avanzataDettHome .grid-6 .cerca_da_a {padding: 21px 10px!important;}
.boxCerca.home .contentbox .avanzataDettHome .grid-6 .cerca_da_a:nth-child(1) {width: 47%;margin: 0px 15px 0px 0px;}

.boxCerca.home input::placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home input:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; } 
.boxCerca.home input::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; }
.boxCerca.home input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; }


/*nuova grafica danilo home*/
.container-cerca { margin: auto; border: 0px solid #000; display: inline-flex; flex-direction: row; margin-bottom: 30px; }
.container-cerca .form-etichetta { flex: inherit; white-space: nowrap; padding: 0 15px; line-height: 60px;font-size: 23px;font-weight: 500; color: #fff; }
.container-cerca .form-cerca { width: 250px; }

.container-cerca .form-cerca.category .cerca_modal { width: 100% !important; color: #fff; border-bottom: 1px solid #fff; text-align: left !important; line-height: 38px; font-size: 19px; font-weight: 300; cursor: pointer;}

.container-cerca .form-cerca.contract .select2-container { width: 100% !important; border-bottom: 1px solid #fff;}
.container-cerca .form-cerca.contract .select2-container .select2-selection--single {height: 38px;}
.container-cerca .form-cerca.contract .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #fff;font-size: 19px;font-weight: 300;}
.container-cerca .form-cerca.contract .select2-container--default .select2-selection--single .select2-selection__rendered {text-align: left !important;line-height: 38px;color: #fff;font-size: 19px;font-weight: 300; padding-left: 0px !important;}
.container-cerca .form-cerca.contract .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#fff transparent transparent transparent;}

.container-cerca .form-cerca.location .cerca_modal { width: 100% !important; color: #fff; border-bottom: 1px solid #fff; text-align: left !important; line-height: 38px; font-size: 19px; font-weight: 300; cursor: pointer;}
.container-cerca .form-cerca.location .filtersearch { padding: 10px 15px; }

.container-cerca .form-etichetta.space { width: 50px !important; }

.container-cerca .form-cerca.advanced { width: 250px !important; }
.container-cerca .form-cerca.advanced .bottone { padding: 0 20px; width: 100% !important; border-bottom: 1px solid #fff; border-left: 1px solid transparent; border-right: 1px solid transparent; line-height: 38px; font-size: 23px; font-weight: 500; cursor: pointer;}
.container-cerca .form-cerca.advanced .bottone:hover { border-left: 1px solid #fff; border-right: 1px solid #fff; }
.container-cerca .form-cerca.advanced .bottone a { color: #fff !important; }
.container-cerca .form-cerca.advanced .bottone a:hover { color: #fff !important; }


/*nuova grafica danilo interno*/
.boxCerca.interno .container-cerca .form-etichetta { color: #00704a; }
.boxCerca.interno .container-cerca .form-cerca { width: 180px; }

.boxCerca.interno .container-cerca .form-cerca.category .cerca_modal { color: #00704a; border-bottom: 1px solid #00704a;}

.boxCerca.interno .container-cerca .form-cerca.contract .select2-container { border-bottom: 1px solid #00704a;}
.boxCerca.interno .container-cerca .form-cerca.contract .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #00704a;}
.boxCerca.interno .container-cerca .form-cerca.contract .select2-container--default .select2-selection--single .select2-selection__rendered {color: #00704a;}
.boxCerca.interno .container-cerca .form-cerca.contract .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#00704a transparent transparent transparent;}

.boxCerca.interno .container-cerca .form-cerca.location .cerca_modal { color: #00704a; border-bottom: 1px solid #00704a; }

.boxCerca.interno .container-cerca .form-cerca.advanced .bottone { padding: 0 10px; font-size: 20px;  border-bottom: 1px solid #00704a; }
.boxCerca.interno .container-cerca .form-cerca.advanced .bottone:hover { border-left: 1px solid #00704a; border-right: 1px solid #00704a; }
.boxCerca.interno .container-cerca .form-cerca.advanced .bottone a { color: #00704a !important; }
.boxCerca.interno .container-cerca .form-cerca.advanced .bottone a:hover { color: #00704a !important; }

.boxCerca.interno .container-cerca .form-cerca.advanced { width: 180px !important; }


/*cerca interno*/
.boxCerca.interno {padding: 30px 0px 30px 0px;text-align: center;}
.boxCerca.interno .contentbox { max-width: 1300px; margin: auto; padding: 20px 0px 20px 0px; text-align: center;background: #fff;}
.boxCerca.interno .contentbox .select2-container--default .select2-selection--single .select2-selection__arrow b {border-width: 7px 6px 0 6px;}
.boxCerca.interno .contentbox .select2-container--default .select2-selection--single {background: none;border: none;border-radius: none;}
.boxCerca.interno .contentbox .select2-container--default .select2-selection--single .select2-selection__arrow {height: 38px !important;}

.boxCerca.interno .contentbox .tipologia {display: inline-block;vertical-align: top; width: 23%;padding: 23px 0px 24px 0px;color: #00704a;font-size: 19px; font-weight: 300;}
.boxCerca.interno .contentbox .tipologia .etichetta {float: left;width: 30%;line-height: 60px;font-size: 23px;font-weight: 500;text-align: right; padding-right: 15px;}
.boxCerca.interno .contentbox .tipologia .select2-container {float: left;width: 70% !important; border-bottom: 1px solid #00704a;}
.boxCerca.interno .contentbox .tipologia .select2-container .select2-selection--single {height: 38px;}
.boxCerca.interno .contentbox .tipologia .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #00704a;font-size: 19px;font-weight: 300;}
.boxCerca.interno .contentbox .tipologia .select2-container--default .select2-selection--single .select2-selection__rendered {text-align: left !important;line-height: 38px;color: #00704a;}
.boxCerca.interno .contentbox .tipologia .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#00704a transparent transparent transparent;}
.boxCerca.interno .contentbox .tipologia .cerca_modal {float: left;width: 70% !important; border-bottom: 1px solid #00704a;text-align: left !important;line-height: 38px;font-size: 19px;font-weight: 300;cursor: pointer;}

.boxCerca.interno .contentbox .motivazione {display: inline-block;vertical-align: top;width: 23%;padding: 23px 0px 24px 0px;color: #00704a;font-size: 19px; font-weight: 300;}
.boxCerca.interno .contentbox .motivazione .etichetta {float: left;width: 15%;line-height: 60px;font-size: 23px;font-weight: 500;text-align: right; padding-right: 15px;}
.boxCerca.interno .contentbox .motivazione .select2-container {float: left;width: 85% !important; border-bottom: 1px solid #00704a;}
.boxCerca.interno .contentbox .motivazione .select2-container .select2-selection--single {height: 38px;}
.boxCerca.interno .contentbox .motivazione .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #00704a;font-size: 19px;font-weight: 300;}
.boxCerca.interno .contentbox .motivazione .select2-container--default .select2-selection--single .select2-selection__rendered {text-align: left !important;line-height: 38px;color: #00704a;font-size: 19px;font-weight: 300; padding-left: 0px !important;}
.boxCerca.interno .contentbox .motivazione .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#00704a transparent transparent transparent;}

.boxCerca.interno .contentbox .localita {display: inline-block;vertical-align: top; width: 30%;padding: 23px 0px 24px 0px;color: #00704a;font-size: 19px; font-weight: 300;}
.boxCerca.interno .contentbox .localita .etichetta {float: left;width: 10%;line-height: 60px;font-size: 25px;font-weight: 500;text-align: right; padding-right: 15px;}
.boxCerca.interno .contentbox .localita .select2-container {float: left;width: 90% !important; border-bottom: 1px solid #00704a;}
.boxCerca.interno .contentbox .localita .select2-container .select2-selection--single {height: 38px;}
.boxCerca.interno .contentbox .localita .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #00704a;font-size: 19px;font-weight: 300;}
.boxCerca.interno .contentbox .localita .select2-container--default .select2-selection--single .select2-selection__rendered {text-align: left !important;line-height: 38px;color: #00704a;}
.boxCerca.interno .contentbox .localita .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color:#00704a transparent transparent transparent;}
.boxCerca.interno .contentbox .localita .cerca_modal {float: left;width: 70% !important; border-bottom: 1px solid #00704a;text-align: left !important;line-height: 38px;font-size: 19px;font-weight: 300;cursor: pointer;}
.boxCerca.interno .contentbox .localita .filtersearch { padding: 10px 15px; }

.boxCerca.interno .contentbox .avanzata {display: inline-block;vertical-align: top;width: 14%;color: #00704a;padding: 22px 0px 24px 0px;}
.boxCerca.interno .contentbox .avanzata a {color: #00704a;text-decoration: none;display: inline-block;line-height: 40px;border-bottom: 1px solid #00704a;font-size: 23px;}
.boxCerca.interno .contentbox .avanzata a:hover {border-bottom:1px solid #00704a;}

.boxCerca.interno .contentbox .cerca {display: inline-block;vertical-align: top; width: 100%;margin: 0px 0px 10px 0px;}
.boxCerca.interno .contentbox .cerca button[type="submit"] {padding: 6px 18px;background: #00704a;border: 2px solid #00704a; color: #fff;border: 1px solid #222222;}
.boxCerca.interno .contentbox .cerca button[type="submit"]::before {display: none;}
.boxCerca.interno .contentbox .cerca button[type="submit"]:hover {background: #fff; color: #00704a; }

.boxCerca.interno .contentbox .avanzataDett { display: none; background: #ffffff; padding: 15px; margin: 15px 0px 0px 0px; font-size: 15px; font-weight: 300; color: #727e7a; border-radius: 5px;}
.boxCerca.interno .contentbox .avanzataDett .grid-2 { margin: 10px 0px; text-align: left;}
.boxCerca.interno .contentbox .avanzataDett .grid-2 .select2-container { width: 95% !important; }
.boxCerca.interno .contentbox .avanzataDett .grid-2 .select2-container--default .select2-selection--single { font-size: 15px; font-weight: 300; height: 45px; }
.boxCerca.interno .contentbox .avanzataDett .grid-2 .select2-container--default .select2-selection--single .select2-selection__rendered { color: #727e7a; line-height: 45px; }
.boxCerca.interno .contentbox .avanzataDett .grid-2 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 45px; right: 10px; }
.boxCerca.interno .contentbox .avanzataDett .grid-3 { margin: 10px 0px; text-align: left;}
.boxCerca.interno .contentbox .avanzataDett .grid-3 .select2-container { width: 95% !important; border: 1px solid #d2d2d2;border-radius: 5px;}
.boxCerca.interno .contentbox .avanzataDett .grid-3 .select2-container--default .select2-selection--single { font-size: 15px; font-weight: 300; height: 45px; }
.boxCerca.interno .contentbox .avanzataDett .grid-3 .select2-container--default .select2-selection--single .select2-selection__rendered { color: #727e7a; line-height: 45px; text-align: left;}
.boxCerca.interno .contentbox .avanzataDett .grid-3 .select2-container--default .select2-selection--single .select2-selection__arrow { height: 45px; right: 10px; }
.boxCerca.interno .contentbox .avanzataDett .grid-6 { margin: 10px 0px; text-align: left;}
.boxCerca.interno .contentbox .avanzataDett .grid-6 .cerca_da_a {padding: 21px 10px!important;}
.boxCerca.interno .contentbox .avanzataDett .grid-6 .cerca_da_a:nth-child(1) {width: 46.8%;margin: 0px 15px 0px 0px;}


.boxCerca.interno .tipologia input::placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#00704a !important; opacity:1 !important; font-size: 15px; } /* Firefox, Chrome, Opera */ 
.boxCerca.interno .tipologia input:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#00704a !important; opacity:1 !important; font-size: 15px; } /* Internet Explorer 10-11 */ 
.boxCerca.interno .tipologia input::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#00704a !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */ 
.boxCerca.interno .tipologia input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#00704a !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */ 
.boxCerca.interno .tipologia input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#00704a !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */

.boxCerca.interno input::placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; } /* Firefox, Chrome, Opera */ 
.boxCerca.interno input:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; } /* Internet Explorer 10-11 */ 
.boxCerca.interno input::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */ 
.boxCerca.interno input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */ 
.boxCerca.interno input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */




/*cerca*/
.boxCerca.agenzieagenti { background: #a3a3a3; }
.boxCerca.agenzieagenti .contentbox { max-width: 1200px; margin: auto; padding: 25px 0px 25px 0px; }
.boxCerca.agenzieagenti .contentbox .tipologia { background: #00704a; text-align: center; line-height: 70px; border-radius: 5px 0px 0px 5px; color: #ffffff; }
.boxCerca.agenzieagenti .contentbox .tipologia .select2-container { width: 80% !important; }
.boxCerca.agenzieagenti .contentbox .tipologia .select2-container--default .select2-selection--single { background: transparent; border: none; font-size: 18px; font-weight: 400; }
.boxCerca.agenzieagenti .contentbox .tipologia .select2-container--default .select2-selection--single .select2-selection__rendered { color: #ffffff; }
.boxCerca.agenzieagenti .contentbox .localita { background: #FFFFFF; text-align: center; min-height: 70px; }
.boxCerca.agenzieagenti .contentbox .input { max-width: 100%; width: 90%; margin: 0px; border: 0px; margin-top: 5px; }
.boxCerca.agenzieagenti .contentbox .input .input__label--hoshi::before { border-bottom: 1px solid #d2d2d2; }
.boxCerca.agenzieagenti .contentbox .input .input__label-content { padding: 0px 0px; }
.boxCerca.agenzieagenti .contentbox .input .input__field { padding: 10px 10px 3px 4px; }
.boxCerca.agenzieagenti .contentbox .cerca { background: #FFFFFF; text-align: center; line-height: 70px; border-radius: 0px 5px 5px 0px; }
.boxCerca.agenzieagenti .contentbox .cerca .submit { text-transform:uppercase; background: #33aa58; line-height: normal; text-align: center; width: 90%; border-radius: 5px; color: #ffffff; font-weight: 400; font-size: 15px; border: none; padding: 10px 0px; }
.boxCerca.agenzieagenti .contentbox .cerca .submit:hover { background: #00704a; }
.boxCerca.agenzieagenti .contentbox .cerca .submit::before { content: ''; }

/*elenchi*/
.elenco { padding: 0px; color: #858585; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 400; line-height: 45px; margin-bottom: 45px; }

/*elenco immobili*/
#elencoImmo { min-height: 60vh; }
#elencoImmo { max-width: 100%; margin: auto; padding-bottom: 30px; }
#elencoImmo ul { list-style: none; margin: 0; padding: 0; text-align: center;}
#elencoImmo .griglia li { width: 25%; margin: auto; margin-bottom: 40px; text-align: center;}
#elencoImmo .lista li { width: 100%; margin: auto; margin-bottom: 40px; text-align: center; }
#elencoImmo .simili li {display: inline-block;vertical-align: top; width: 33%; margin: auto; margin-bottom: 40px; text-align: center;}
#elencoImmo .realestate-griglia { width: 95%; }
#elencoImmo .realestate-griglia:hover {}
#elencoImmo .realestate-griglia .icone .ico img { width: 25px; height: 25px;}
.elenco.immobili .ordine { text-align: left; }
.elenco.immobili .ordine .tit_ordinamento { display: inline-block; }

.elenco.immobili .ordine .cambiaordinamento { display: inline-block; margin-left: 10px; padding-left: 10px; cursor: pointer; border-left: 1px solid #ebebeb; }
.elenco.immobili .ordine .cambiaordinamento a { border-radius: 5px; border: 1px solid #222222; color: #222222; padding: 10px; margin-left: 10px; }
.elenco.immobili .ordine .cambiaordinamento a:hover { border-radius: 5px; border: 1px solid #00704a; color: #00704a; padding: 10px; margin-left: 10px; }
.elenco.immobili .ordine .cambiaordinamento a:hover .la { color: #00704a; }
.elenco.immobili .ordine .cambiaordinamento .la { background: transparent; color: #222222; margin-left: 0px; }

.elenco.immobili .vista { text-align: right; }
.elenco.immobili .vista .tit_ordinamento { display: none; }
.elenco.immobili .vista .cambioGrafica {float: right;}
.elenco.immobili .vista a { border-radius: 5px; padding: 10px; font-size: 16px; vertical-align: middle; margin-left: 10px; border: 1px solid #222222; color: #222222; }
.elenco.immobili .vista .la { font-size: 26px; vertical-align: middle; color: #222222; margin-top: -4px; }
.elenco.immobili .vista .active a { background: #00704a; color: #ffffff; }
.elenco.immobili .vista .active a .la { color: #ffffff; }

/*elenco agenzie */
#elencoAge { min-height: 60vh; }
#elencoAge { max-width: 100%; margin: auto; padding-bottom: 30px; }
#elencoAge ul { list-style: none; margin: 0; padding: 0; }
#elencoAge .griglia li { width: 100%; margin: auto; margin-bottom: 40px; text-align: center; }
.elenco.agenzie .vista { text-align: right; }
.elenco.agenzie .vista .tit_ordinamento { display: none; }
.elenco.agenzie .vista .la { border-radius: 5px; padding: 5px; font-size: 25px; vertical-align: middle; margin-left: 10px; background: #00704a; color: #ffffff; }
.elenco.agenzie .vista .active .la { background: #a3a3a3; color: #ffffff; }

/*elenco agenti */
#elencoUte { min-height: 50vh; }
#elencoUte { max-width: 100%; margin: auto; padding-bottom: 30px; }
#elencoUte ul { list-style: none; margin: 0; padding: 0; }
#elencoUte .griglia li { width: 22%; margin-right: 4%; margin-bottom: 40px; text-align: center; float: left; }
#elencoUte .griglia li:last-child { width: 22%; margin-right: 0%; }
#elencoUte .griglia .agenti-griglia { border: 1px solid #00704a; }
#elencoUte .griglia .agenti-griglia:hover { margin-top: 0px; border: 1px solid #00704a; }
.elenco.agenti .vista { text-align: right; }
.elenco.agenti .vista .tit_ordinamento { display: none; }
.elenco.agenti .vista .la { border-radius: 5px; padding: 5px; font-size: 25px; vertical-align: middle; margin-left: 10px; background: #00704a; color: #ffffff; }
.elenco.agenti .vista .active .la { background: #a3a3a3; color: #ffffff; }

/*ordinamento*/
.ordinamentoPagina { padding: 30px; text-align: center; }
.ordinamentoPagina .titolo { margin-bottom: 20px; display: block; color: #858585; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; }
.ordinamentoPagina .order a { background: #a3a3a3; color: #ffffff; display: inline-block; padding: 10px; width: 50px; max-width: 250px; margin: auto; margin-bottom: 20px; border-radius: 5px; }
.ordinamentoPagina .order a:hover { background: #00704a; color: #ffffff; }

/*paginazione*/
.paging { width: auto; text-align: center; }
.paging a { font-family: 'Lato', sans-serif; font-weight: 400; text-decoration: none; line-height: 32px; display: inline-block; border-radius: 3px; padding: 0px 10px; margin: 7px; }
.paging .active { color: #ffffff !important; background-color: #00704a !important; }
.paging .num { color: #282828; background-color: #ebebeb; }
.paging .num:hover { color: #ffffff !important; background-color: #222222; }
.paging .next { color: #282828 !important; background-color: #ebebeb; }
.paging .next:hover { color: #ffffff !important; background-color: #222222; }
.paging .back { color: #282828 !important; background-color: #ebebeb; }
.paging .back:hover { color: #ffffff !important; background-color: #222222; }
.paging .altro { color: #282828 !important; background-color: transparent; }
.paging .altro:hover { color: #282828 !important; background-color: transparent; }

/*torna indietro*/
.tornaindietro { text-align: right; margin-right: 20px; margin-top: 20px; }
.tornaindietro li { display:inline; margin-left:0px !important; margin-right:5px; }
.tornaindietro a { font-size:17px; background: #a3a3a3; color: #fff; text-decoration:none; display:inline-block; vertical-align: top; padding: 5px 15px; border-radius: 5px;}
.tornaindietro a .fa {color: #fff;font-size: 24px;padding: 0px 0px 0px 8px!important;display: inline-block;vertical-align: top;}
.tornaindietro a:hover {background: #00704a;}

/*agenti griglia*/
.agenti-griglia { min-height: 390px; vertical-align: top; display: inline-block; width: 100%; max-width: 400px; border: 1px solid #ebebeb; background: #ffffff; position: relative; }
.agenti-griglia a {text-decoration: none; font-weight: 400; }
.agenti-griglia .boxfoto figure { z-index: 5; height: 200px; width: 200px; position: relative; background: #ffffff; overflow: hidden; border-radius: 50%; margin: auto; border: 1px solid #00704a; margin-top: 30px; }
.agenti-griglia .boxfoto figure .foto {width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenti-griglia .boxdettagli { position: relative; }
.agenti-griglia .info { color: #353535; text-align: center; font-family: 'Lato', sans-serif; }
.agenti-griglia .info .titolo { font-weight: 500; min-height: 30px; font-size:18px; color: #222222; margin-top: 20px; text-align: center !important; }
.agenti-griglia .info .qualifica { font-size: 15px; font-weight: 400; color: #000000; margin-bottom: 10px; min-height: 30px; }
.agenti-griglia a:hover { text-decoration: none; }
.agenti-griglia:hover { margin-top: -20px; }
.agenti-griglia:hover .boxfoto figure { margin-top: 30px; }
.agenti-griglia:hover :after { content: ''; z-index: 1; bottom: 0px; left: 0; right: 0; margin: auto; width: 100%; height: 20px; position: absolute; background: rgba(0,112,74,0.7); }

/*agenti scheda*/
.agenti-scheda {  }
.agenti-scheda .bottOpenSez { text-align: center; display: none; margin-bottom: 15px; }
.agenti-scheda .bottOpenSez .fa { font-size: 30px; color: #ffffff; background: #a3a3a3; border-radius: 50%; padding: 0px; height: 45px; width: 45px; line-height: 50px; text-align: center;}
.agenti-scheda .galleria { width: 100%; height: 550px; margin-bottom: 150px; position: relative; background: #fff; }
.agenti-scheda .galleria .slFoto { height: 100%; }
.agenti-scheda .galleria .slFotoNow { height: 100%; }
.agenti-scheda .interno-scheda { max-width: 1600px; margin: auto; }
.agenti-scheda .testata { background: #f1f1f1; padding: 55px; margin-bottom: 0px; }
.agenti-scheda .testata .foto { float: left; height: 250px; width: 250px; border: 1px solid #353535; background-color: #ffffff; background-size: 100%; background-position: center center; background-repeat: no-repeat; }
.agenti-scheda .testata .padding_testata { float: left; padding-left: 25px; font-size: 16px; color: #353535; font-weight: 400; }
.agenti-scheda .testata .padding_testata small {font-size: 15px; }
.agenti-scheda .testata .padding_testata a { color: #222222; }
.agenti-scheda .testata .padding_testata a:hover { color: #222222; text-decoration: underline; }
.agenti-scheda .testata .padding_testata .altre_agenzie { color: #222222; }
.agenti-scheda .testata h1 { color: #222222; font-size: 27px; font-family: 'Lato', sans-serif; font-weight: 500; text-transform: uppercase; margin-bottom: 10px; }
.agenti-scheda .testata h2 { color: #222222; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 400; }
.agenti-scheda .testata h3 { color: #222222; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 400; text-transform: uppercase; margin: 10px 0px 0px 0px; }
.agenti-scheda .testata .mitrovipresso h3 { line-height: 30px; }
.agenti-scheda .testata .mitrovipresso { line-height: 30px; }
.agenti-scheda .testata .cont_social { text-align: left;  margin-top: 25px; }
.agenti-scheda .testata .cont_social a .la { font-size: 40px; color: #878c92; }
.agenti-scheda .testata .cont_social a:hover .la { color: #222222; text-decoration: none; }
.agenti-scheda .testata .cont_social .titolo { float: left; }
.agenti-scheda .testata .cont_social .social { width: auto; list-style: none; text-align: center; padding: 0; display: inline; }
.agenti-scheda .testata .cont_social .social li { display: inline; margin: 0px; }
.agenti-scheda .testata .azioni { text-align: center; color: #353535; }
.agenti-scheda .testata .azioni .bottoni { text-transform: uppercase; float: left; margin: 10px 30px 10px 0px; position: relative; min-width:150px; display: inline-block; text-align: center; border: 1px solid #878c92; color: #878c92; padding: 7px 20px; border-radius: 5px; font-size: 16px; }
.agenti-scheda .testata .azioni .bottoni:hover { background: #00704a; border: 1px solid #00704a; color: #ffffff; }
.agenti-scheda .corpo {  } 
.agenti-scheda .corpo .titolo { font-family: 'Lato', sans-serif; font-weight: 500; text-align: left; color: #222222; font-size: 24px; text-transform: uppercase; }
.agenti-scheda .corpo .testo { padding-top: 50px; font-family: 'Lato', sans-serif; font-weight: 400; text-align: justify; color: #333; font-size: 16px; position: relative; }
.agenti-scheda .corpo .testo .lingueparlate { text-align: right; text-transform: uppercase; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 400; color: #353535; }
.agenti-scheda .corpo .testo .lingueparlate strong { font-weight: 400; color: #222222; }
.agenti-scheda .corpo .box_video { padding-top: 50px; }
.agenti-scheda .corpo .box_video .titolo { font-family: 'Lato', sans-serif; font-weight: 500; text-align: center; color: #222222; font-size: 24px; text-transform: uppercase; }
.agenti-scheda .corpo .box_video .video { text-align: center; }
.agenti-scheda .corpo .box_video .video iframe { width: 600px; height: 350px; }
.agenti-scheda .corpo .box_mappa { margin-top: 0px; }
.agenti-scheda .corpo .box_mappa .titolo { font-family: 'Lato', sans-serif; font-weight: 400; padding-top:50px; text-align: center; color: #222222; font-size: 27px; text-transform: none; }
.agenti-scheda .corpo .box_mappa .mappa { padding: 20px 0px 80px 0px; }
.agenti-scheda .corpo .box_mappa .mappa .cartina { max-width: 1200px; height: 500px; border: 15px solid #FFFFFF; margin: auto; z-index: 90; }
.agenti-scheda .box_formcontatto { padding-bottom: 30px; }
.agenti-scheda .corpo .scheda_form { padding: 50px 25px; font-size: 14px; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente { border-right: 1px solid #d9d9da; text-align: center; padding: 0px 50px 0px 50px; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .foto { position: relative; margin-bottom: 30px; display: block; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure { margin: auto; height: 260px; width: 260px; position: relative; background: #f8f8f8; overflow: hidden; border: 8px solid #222222; border-radius: 50%; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure img { min-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli { margin: auto; text-align: center; position: relative; color: #353535; font-size: 17px; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .tipoutente { font-family: 'Lato', sans-serif; color: #00704a; font-size: 20px; font-weight: 500; text-transform: uppercase; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli strong { text-transform: uppercase; font-size: 30px; color: #222222; font-weight: 500; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a { color: #222222; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #00704a; text-decoration: underline; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .telefono { text-decoration: none; position: relative; text-transform: uppercase; min-width:250px; display: inline-block; text-align: center; background: #a3a3a3; color: #ffffff; padding: 5px 20px; border-radius: 5px; font-size: 20px; margin-top: 25px; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .telefono:hover { text-decoration: none; background: #00704a; color: #ffffff; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .whatsapp { text-decoration: none; position: relative; text-transform: uppercase; min-width:250px; display: inline-block; text-align: center; background: #33aa58; color: #ffffff; padding: 5px 20px; border-radius: 5px; font-size: 20px; margin-top: 25px; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .whatsapp:hover { text-decoration: none; background: #288645; color: #ffffff; }
.agenti-scheda .corpo .scheda_form .contatto_form { padding: 0px 50px 0px 50px; }
.agenti-scheda .corpo .scheda_form .contatto_form .checkRadio_big { margin-left: 22px; }
.agenti-scheda .corpo .scheda_form .contatto_form  button[type="submit"] { margin-right: 22px; }
.agenti-scheda .corpo .scheda_form .contatto_form .checkRadio_big .txtPrivacy { font-size: 13px; line-height: 14px; margin-top: 6px; }
.agenti-scheda .footer_scheda { padding: 100px 0px; font-family: 'Lato', sans-serif; font-weight: 500; font-size: 21px; text-align: center; }
.agenti-scheda .footer_scheda { padding: 100px 0px; font-family: 'Lato', sans-serif; font-weight: 500; font-size: 21px; text-align: center; }
.agenti-scheda .footer_scheda .cont_condivisioni { text-align: center; text-transform: uppercase; color: #222222; }
.agenti-scheda .footer_scheda .cont_condivisioni a .la { color: #878c92; font-size: 40px; margin: 0 10px; cursor: pointer;}
.agenti-scheda .footer_scheda .cont_condivisioni a:hover .la { color: #222222; text-decoration: none; }
.agenti-scheda .footer_scheda .cont_condivisioni .condivisioni { width: auto; list-style: none; text-align: center; padding: 0; margin-top: 20px; }
.agenti-scheda .footer_scheda .cont_condivisioni .condivisioni li { display: inline; margin: 0px 5px; }
.agenti-scheda .footer_scheda .cont_condivisioni .condivisioni .onlyMobile { display: none; }

/*agenzie griglia*/
.agenzie-griglia { vertical-align: top; display: inline-block; width: 100%; border: 1px solid #00704a; background: #ffffff; position: relative; }
.agenzie-griglia a {text-decoration: none;}
.agenzie-griglia figure { height: 300px; width: 30%; float: left; position: relative; background: #f8f8f8;overflow: hidden; }
.agenzie-griglia figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.agenzie-griglia figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenzie-griglia figure .slFoto { height: 100%; }
.agenzie-griglia figure .slFotoNow { height: 100%; }
.agenzie-griglia figure .statoAge { position: absolute; bottom: 20px; left: 0px; z-index:2; }
.agenzie-griglia figure .statoAge.nextopen { background: #a3a3a3; color: #ffffff; text-transform: uppercase; padding: 5px 5px 5px 15px; }
.agenzie-griglia .boxdettagli { width: 70%; float: left; position: relative; }
.agenzie-griglia .info { color: #353535; text-align: left; font-family: 'Lato', sans-serif; }
.agenzie-griglia .info .titolo { padding: 15px; font-weight: 400; font-size: 27px; color: #222222; }
.agenzie-griglia .info .dove { padding: 0px 15px; font-size: 18px; font-weight: 500; margin-bottom: 0px; text-transform: uppercase; }
.agenzie-griglia .info .indirizzo { padding: 5px 15px; font-size: 18px; font-weight: 400; margin-bottom: 10px; }
.agenzie-griglia .info .contatti { padding: 10px 15px; font-size: 18px; font-weight: 400; margin-bottom: 20px; min-height: 43px; }
.agenzie-griglia .stats { color: #353535; border-top: 1px solid #ebebeb; padding: 15px; margin-top: 55px; position: relative; }
.agenzie-griglia .stats .immo { width: 50%; float: left; text-align: center; }
.agenzie-griglia .stats .ute { width: 50%; float: left; text-align: center; }
.agenzie-griglia .stats .dettagli { position: absolute; right: 10px; top: -50px; font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #00704a; color: #ffffff; font-size: 14px; float: right; text-align: center; }
.agenzie-griglia .stats .dettagli:hover { background: #a3a3a3; }
.agenzie-griglia a:hover {text-decoration: none;}
.agenzie-griglia:hover { margin-top: 0px; margin-left: 0px; border: 1px solid #00704a; }

/*agenzie mappa*/
.mappa_ageute { width: 100%; height: 85vh; display: none; }
.mappa_ageute .mappaRealEstate { width: 100%; height: 100%; position: relative; }
.mappa_ageute .mappaRealEstate .spinnermappa { position: absolute; top: 0; bottom: 0; margin: auto; width: 100%; height: 70px; font-size: 25px; color: #d4dadc; text-align: center; }
.mappa_ageute .mappaRealEstate .spinnermappa .fa { font-size: 55px; color: #d4dadc; }

/*agenzie scheda*/
.agenzie-scheda {  }
.agenzie-scheda .bottOpenSez { text-align: center; display: none; margin-bottom: 15px; }
.agenzie-scheda .bottOpenSez .fa { font-size: 30px; color: #ffffff; background: #a3a3a3; border-radius: 50%; padding: 0px; height: 45px; width: 45px; line-height: 50px; text-align: center;}
.agenzie-scheda .galleria { width: 100%; height: 550px; margin-bottom: 150px; position: relative; background: #fff; }
.agenzie-scheda .galleria .slFoto { height: 100%; }
.agenzie-scheda .galleria .slFotoNow { height: 100%; }
.agenzie-scheda figure .statoAge { position: absolute; bottom: 50px; left: 0px; z-index:2; }
.agenzie-scheda figure .statoAge.nextopen { background: #a3a3a3; color: #ffffff; text-transform: uppercase; padding: 15px 15px 15px 165px; font-size: 26px; }
.agenzie-scheda .interno-scheda { max-width: 1600px; margin: auto; }
.agenzie-scheda .testata { background: #f1f1f1; padding: 55px; margin-bottom: 0px; }
.agenzie-scheda .testata .foto { float: left; height: 220px; width: 220px; border: 1px solid #353535; background-color: #ffffff; background-size: 90%; background-position: center center; background-repeat: no-repeat; }
.agenzie-scheda .testata .padding_testata { float: left; padding-left: 25px; font-size: 16px; color: #353535; font-weight: 400; }
.agenzie-scheda .testata .padding_testata a { color: #222222; }
.agenzie-scheda .testata .padding_testata a:hover { color: #222222; text-decoration: underline; }
.agenzie-scheda .testata h1 { color: #222222; font-size: 27px; font-family: 'Lato', sans-serif; font-weight: 500; text-transform: uppercase; }
.agenzie-scheda .testata .cont_social { text-align: left;  margin-top: 25px; }
.agenzie-scheda .testata .cont_social a .la { font-size: 40px; color: #878c92; }
.agenzie-scheda .testata .cont_social a:hover .la { color: #222222; text-decoration: none; }
.agenzie-scheda .testata .cont_social .titolo { float: left; }
.agenzie-scheda .testata .cont_social .social { width: auto; list-style: none; text-align: center; padding: 0; display: inline; }
.agenzie-scheda .testata .cont_social .social li { display: inline; margin: 0px; }
.agenzie-scheda .testata .azioni { text-align: center; color: #353535; }
.agenzie-scheda .testata .azioni .bottoni { text-transform: uppercase; float: left; margin: 10px 30px 10px 0px; position: relative; min-width:150px; display: inline-block; text-align: center; border: 1px solid #878c92; color: #878c92; padding: 7px 20px; border-radius: 5px; font-size: 16px; }
.agenzie-scheda .testata .azioni .bottoni:hover { background: #00704a; border: 1px solid #00704a; color: #ffffff; }
.agenzie-scheda .corpo {  } 
.agenzie-scheda .corpo .titolo { font-family: 'Lato', sans-serif; font-weight: 500; text-align: left; color: #222222; font-size: 24px; text-transform: uppercase; }
.agenzie-scheda .corpo .testo { padding-top: 50px; font-family: 'Lato', sans-serif; font-weight: 400; text-align: justify; color: #333; font-size: 16px; position: relative; }
.agenzie-scheda .corpo .staff { padding-top: 50px; font-family: 'Lato', sans-serif; font-weight: 400; text-align: justify; color: #333; font-size: 16px; position: relative; }
.agenzie-scheda .corpo .staff #elencoUte { min-height: unset; }
.agenzie-scheda .corpo .box_video { float: left; width: 47%; margin: 0 1.5%; background: #ffffff; border: 2px solid #ebebeb; }
.agenzie-scheda .corpo .box_video .titolo { font-family: 'Lato', sans-serif; font-weight: 500; text-align: center; padding-top: 20px; color: #222222; font-size: 24px; text-transform: uppercase; }
.agenzie-scheda .corpo .box_video .video { text-align: center; }
.agenzie-scheda .corpo .box_video .video iframe { margin:20px 0px 60px 0px; width: 80%; max-width: 1200px; height: 350px; }
.agenzie-scheda .corpo .box_tour { float: left; width: 47%; margin: 0 1.5%; background: #ffffff; border: 2px solid #ebebeb; }
.agenzie-scheda .corpo .box_tour .titolo { font-family: 'Lato', sans-serif; font-weight: 500; text-align: center; padding-top: 20px; color: #222222; font-size: 24px; text-transform: uppercase; }
.agenzie-scheda .corpo .box_tour .tour { text-align: center; }
.agenzie-scheda .corpo .box_tour .tour iframe { margin:20px 0px 60px 0px; width: 80%; max-width: 1200px; height: 350px; }
.agenzie-scheda .corpo .box_mappa {  }
.agenzie-scheda .corpo .box_mappa .titolo { font-family: 'Lato', sans-serif; font-weight: 400; padding-top:50px; text-align: center; color: #222222; font-size: 27px; text-transform: none; }
.agenzie-scheda .corpo .box_mappa .mappa { padding: 20px 0px 80px 0px; }
.agenzie-scheda .corpo .box_mappa .mappa .cartina { max-width: 1200px; height: 500px; border: 15px solid #FFFFFF; margin: auto; z-index: 90; }
.agenzie-scheda .box_formcontatto { padding: 30px 0px; }
.agenzie-scheda .corpo .scheda_form { padding: 20px 25px; font-size: 14px; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente { border-right: 1px solid #d9d9da; text-align: center; padding: 0px 50px 0px 50px; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .foto { position: relative; margin-bottom: 30px; display: block; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure { width: 260px; height: 160px; position: relative; margin: auto; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure img { width: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli { margin: auto; text-align: center; position: relative; color: #353535; font-size: 17px; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .tipoutente { font-family: 'Lato', sans-serif; color: #00704a; font-size: 20px; font-weight: 500; text-transform: uppercase; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli strong { text-transform: uppercase; font-size: 30px; color: #222222; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a { color: #00704a; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #222222; text-decoration: underline; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .telefono { text-decoration: none; position: relative; text-transform: uppercase; min-width:250px; display: inline-block; text-align: center; background: #00704a; color: #ffffff; padding: 5px 20px; border-radius: 5px; font-size: 20px; margin-top: 25px; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .telefono:hover { text-decoration: none; background: #a3a3a3; color: #ffffff; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .whatsapp { text-decoration: none; position: relative; text-transform: uppercase; min-width:250px; display: inline-block; text-align: center; background: #33aa58; color: #ffffff; padding: 5px 20px; border-radius: 5px; font-size: 20px; margin-top: 25px; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .whatsapp:hover { text-decoration: none; background: #288645; color: #ffffff; }
.agenzie-scheda .corpo .scheda_form .contatto_form { padding: 0px 50px 0px 50px; }
.agenzie-scheda .corpo .scheda_form .contatto_form .checkRadio_big { margin-left: 22px; }
.agenzie-scheda .corpo .scheda_form .contatto_form  button[type="submit"] { margin-right: 22px; }
.agenzie-scheda .corpo .scheda_form .contatto_form .checkRadio_big .txtPrivacy { font-size: 13px; line-height: 14px; margin-top: 6px; }
.agenzie-scheda .footer_scheda { padding: 100px 0px; font-family: 'Lato', sans-serif; font-weight: 500; font-size: 21px; text-align: center; }
.agenzie-scheda .footer_scheda .cont_condivisioni { text-align: center; text-transform: uppercase; color: #222222; }
.agenzie-scheda .footer_scheda .cont_condivisioni a .la { color: #878c92; font-size: 40px; margin: 0 10px; cursor: pointer;}
.agenzie-scheda .footer_scheda .cont_condivisioni a:hover .la { color: #222222; text-decoration: none; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni { width: auto; list-style: none; text-align: center; padding: 0; margin-top: 20px; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni li { display: inline; margin: 0px 5px; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni .onlyMobile { display: none; }



/*immobili home page*/
.contGalleryimmHome .swiper-slide {padding: 0px 0px 15px 0px !important;}
.realestate-home { width: 99%; margin:0px auto 0px; text-align: center; background: #e8e8e8;position: relative;border: 1px solid #00704a; /*box-shadow: 0px 8px 5px 0px rgba(0,112,74,0.6);*/ }
.realestate-home a {text-decoration: none;display: block;height: 100%;}
.realestate-home figure {height: 400px; width: 100%; position: relative; background: #f8f8f8; overflow: hidden; }
.realestate-home figure .foto_ok {display: block;width: 100%;height: 100%;object-fit: cover;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.realestate-home figure .foto_ko { max-width: 90% !important; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-home figure .slFoto { height: 100%;}
.realestate-home figure .slFotoNow { height: 100%;}
.realestate-home figure .agente { position: absolute; bottom: 0px; left: 0px; z-index:12; width: 100%; }
.realestate-home figure .agente .foto { margin: 10px 0px 10px 10px; float: left; position: relative; }
.realestate-home figure .agente .foto figure { height: 40px; width: 40px; position: relative; background: #f9f9f9; overflow: hidden; border-radius: 50%; }
.realestate-home figure .agente .foto figure:before { background: unset !important; }
.realestate-home figure .agente .foto figure img { width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-home figure .agente .dettagli { text-align: left; margin: 5px 0px 10px 10px; float: left; position: relative; color: #ffffff; font-size: 12px; }
.realestate-home figure .immoPreferiti {float: right; z-index:12;border-radius: 5px;padding: 3px 4px 0px 3px;margin: 10px 10px 0px 0px;background: rgba(0,0,0,0.5);}
.realestate-home figure .immoPreferiti.attivo { background: #00704a; }
.realestate-home figure .immoPreferiti .la { font-size: 20px; cursor: pointer; color: #ffffff; }
.realestate-home figure .motivazione {float: right;margin: 10px 25px 0px 0px; font-size: 13px; text-transform: uppercase;padding: 5px 10px 5px 10px;border-radius: 5px;}
.realestate-home figure .motivazione.vendita { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-home figure .motivazione.affittovendita { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-home figure .motivazione.affitto { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-home figure .motivazione.affitto_stagionale { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-home figure .boxdettagli {height: 400px;width: 100%;margin-top: -400px;position: relative;background: rgba(0,0,0,0);}
.realestate-home figure .boxdettagli .statoImm { position: absolute; top: 25px; left: -60px; z-index:13; color: #fff;text-align: center;width: 200px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.realestate-home figure .boxdettagli .statoImm.venduto { background: #2c496a; color: #ffffff; }
.realestate-home figure .boxdettagli .statoImm.affittato { background: #2c496a; color: #ffffff; }
.realestate-home figure .boxdettagli .statoImm.ribasso { background: #ff7200; color: #ffffff; }
.realestate-home figure .boxdettagli .statoImm.nuovo { background: #62b546; color: #ffffff; } 
.realestate-home figure .boxdettagli .statoImm.lusso { background: #ded20f; color: #ffffff; }
.realestate-home figure .boxdettagli .info {position: absolute;left: 0px;right: 0px;bottom: 23px;padding: 18px 25px;color: #000;font-size: 17px; background: rgba(255,255,255,0.7);}
.realestate-home figure .boxdettagli .info:after { display: none; content:''; position: absolute; left: 0px;right: 0px;bottom: -23px; height: 23px; color: #fff;font-size: 17px; background: rgba(0,112,74,0.7);}
.realestate-home figure .boxdettagli .info .tipologia {float: left;margin: 0px 0px 12px 0px;}
.realestate-home figure .boxdettagli .info .prezzo {float: right;color: #000;margin: 0px 0px 12px 0px;}
.realestate-home figure .boxdettagli .info .dove {float: left;}
.realestate-home figure .boxdettagli .info .dove i {color: #00704a;}
.realestate-home figure .boxdettagli .info .codice {float: right;} 
.realestate-home a:hover { text-decoration: none; }
.realestate-home:hover {/*box-shadow: 0px 0px 8px #3c3c3c;*/border: 1px solid #00704a;}
.realestate-home:hover > figure .boxdettagli .info:after { display: block; }
.realestate-home:hover figure .boxdettagli {background: rgba(0,0,0,0);}
/*.realestate-home:hover figure .foto_ok {-moz-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}*/

/*immobili griglia*/
.realestate-griglia {margin:0px auto 0px; text-align: center; background: #e8e8e8;position: relative;border: 1px solid #00704a;  /*box-shadow: 0px 8px 5px 0px rgba(0,112,74,0.6);*/}
.realestate-griglia a {text-decoration: none;display: block;height: 100%;}
.realestate-griglia figure { height: 320px; width: 100%; position: relative; background: #f8f8f8; overflow: hidden; }
.realestate-griglia figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.realestate-griglia figure .foto_ko { display: block; width: 100%; height: 100%; object-fit: cover;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
/*.realestate-griglia figure .foto_ko { max-width: 90% !important; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }*/
.realestate-griglia figure .slFoto { height: 100%;}
.realestate-griglia figure .slFotoNow { height: 100%;}
.realestate-griglia figure .agente { position: absolute; bottom: 0px; left: 0px; z-index:12; width: 100%; }
.realestate-griglia figure .agente .foto { margin: 10px 0px 10px 10px; float: left; position: relative; }
.realestate-griglia figure .agente .foto figure { height: 40px; width: 40px; position: relative; background: #f9f9f9; overflow: hidden; border-radius: 50%; }
.realestate-griglia figure .agente .foto figure:before { background: unset !important; }
.realestate-griglia figure .agente .foto figure img { width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-griglia figure .agente .dettagli { text-align: left; margin: 5px 0px 10px 10px; float: left; position: relative; color: #ffffff; font-size: 12px; }
.realestate-griglia figure .immoPreferiti {float: right; z-index:12;border-radius: 5px;padding: 3px 4px 0px 3px;margin: 10px 10px 0px 0px;background: rgba(0,0,0,0.5);}
.realestate-griglia figure .immoPreferiti.attivo { background: #00704a; }
.realestate-griglia figure .immoPreferiti .la { font-size: 20px; cursor: pointer; color: #ffffff; }
.realestate-griglia figure .motivazione {float: right;margin: 10px 10px 0px 0px; font-size: 13px; text-transform: uppercase;padding: 5px 10px 5px 10px;border-radius: 5px;}
.realestate-griglia figure .motivazione.vendita { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-griglia figure .motivazione.affittovendita { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-griglia figure .motivazione.affitto { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-griglia figure .motivazione.affitto_stagionale { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-griglia figure .boxdettagli {height: 320px;width: 100%;margin-top: -320px;position: relative;background: rgba(0,0,0,0);}
.realestate-griglia figure .boxdettagli .statoImm { position: absolute; top: 25px; left: -60px; z-index:13; color: #fff;text-align: center;width: 200px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.realestate-griglia figure .boxdettagli .statoImm.venduto { background: #2c496a; color: #ffffff; }
.realestate-griglia figure .boxdettagli .statoImm.affittato { background: #2c496a; color: #ffffff; }
.realestate-griglia figure .boxdettagli .statoImm.ribasso { background: #ff7200; color: #ffffff; }
.realestate-griglia figure .boxdettagli .statoImm.nuovo { background: #62b546; color: #ffffff; }
.realestate-griglia figure .boxdettagli .statoImm.lusso { background: #ded20f; color: #ffffff; }
.realestate-griglia figure .boxdettagli .info {position: absolute;left: 0px;right: 0px;bottom: 20px;padding: 15px;color: #000;font-size: 17px;background: rgba(255,255,255,0.7);}
.realestate-griglia figure .boxdettagli .info:after { display: none; content:''; position: absolute; left: 0px;right: 0px;bottom: -20px; height: 20px; color: #fff;font-size: 17px; background: rgba(0,112,74,0.7);}
.realestate-griglia figure .boxdettagli .info .tipologia {float: left;margin: 0px 0px 12px 0px;}
.realestate-griglia figure .boxdettagli .info .prezzo {float: right;color: #000;margin: 0px 0px 12px 0px;}
.realestate-griglia figure .boxdettagli .info .dove {float: left;}
.realestate-griglia figure .boxdettagli .info .dove i {color: #00704a;}
.realestate-griglia figure .boxdettagli .info .codice {float: right;}
.realestate-griglia a:hover { text-decoration: none; }
.realestate-griglia:hover {/*box-shadow: 0px 0px 8px #3c3c3c;*/border: 1px solid #00704a;}
.realestate-griglia:hover > figure .boxdettagli .info:after  {display: block; }
.realestate-griglia:hover figure .boxdettagli {background: rgba(0,0,0,0);}
/*.realestate-griglia:hover figure .foto_ok {-moz-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}*/


/*immobili lista*/
.realestate-lista { vertical-align: top; display: inline-block; width: 100%; border: 1px solid #00704a; background: #ffffff;  position: relative; /*box-shadow: 0px 8px 5px 0px rgba(0,112,74,0.6);*/ }
.realestate-lista a {text-decoration: none;}
.realestate-lista figure { float: left; width: 30%; height: 325px; position: relative; background: #f8f8f8; overflow: hidden; position: relative; }
/*.realestate-lista figure a:before { content: ''; position: absolute; bottom: 0px; left: 0px; z-index:1; width: 100%; height: 100px;
                                    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                                    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
                                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 );}*/
.realestate-lista figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.realestate-lista figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-lista figure .slFoto { height: 100%; }
.realestate-lista figure .slFotoNow { height: 100%; }
.realestate-lista figure .dettagli { position: absolute; top: 12px; right: 15px; z-index:2; }
.realestate-lista figure .dettagli .motivazione {float: right;margin: 0px 0px 0px 12px; font-size: 13px; text-transform: uppercase;padding: 5px 10px 5px 10px;border-radius: 5px;}
.realestate-lista figure .dettagli .motivazione.vendita { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affittovendita { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affitto { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affitto_stagionale { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-lista figure .statoImm { position: absolute; top: 25px; left: -60px; z-index:13; color: #fff;text-align: center;width: 200px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.realestate-lista figure .statoImm.venduto { background: #2c496a; color: #ffffff; }
.realestate-lista figure .statoImm.affittato { background: #2c496a; color: #ffffff; }
.realestate-lista figure .statoImm.ribasso { background: #ff7200; color: #ffffff; }
.realestate-lista figure .statoImm.nuovo { background: #62b546; color: #ffffff; }
.realestate-lista figure .statoImm.lusso { background: #ded20f; color: #ffffff; }
.realestate-lista figure .agente { position: absolute; bottom: 0px; left: 0px; z-index:2; width: 100%; }
.realestate-lista figure .agente .foto { margin: 10px 0px 10px 10px; float: left; position: relative; }
.realestate-lista figure .agente .foto figure { height: 40px; width: 40px; position: relative; background: #f9f9f9; overflow: hidden; border-radius: 50%; }
.realestate-lista figure .agente .foto figure:before { background: unset !important; }
.realestate-lista figure .agente .foto figure img { width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-lista figure .agente .dettagli { text-align: left; margin: 5px 0px 10px 10px; float: left; position: relative; color: #ffffff; font-size: 12px; }
.realestate-lista figure .immoPreferiti {float: right; z-index:2; background: rgba(0,0,0,0.5); border-radius: 5px; padding: 3px 4px 0px 3px; }
.realestate-lista figure .immoPreferiti.attivo { background: #00704a; }
.realestate-lista figure .immoPreferiti .la { font-size: 20px; cursor: pointer; color: #ffffff; }
.realestate-lista figure .prezzo { position: absolute; z-index:2; bottom: 20px; right: 0px; font-family: 'Lato', sans-serif; width: 100%; padding: 20px 15px; color: #000; font-size: 17px; background: rgba(255,255,255,0.7); text-align: right; }
.realestate-lista .boxdettagli { float: left; width: 70%; position: relative; }
.realestate-lista .info { padding: 10px 25px 0px 25px; text-align: left; }
.realestate-lista .info .titolo {float: left;max-width: 80%; font-family: 'Lato', sans-serif; font-weight: 500; font-size:18px; color: #00704a; margin-bottom: 10px; }
.realestate-lista .info .codice {float: right; color: #00704a;}
.realestate-lista .info .dove { text-align: left; font-size: 18px; color: #00704a; margin-bottom: 0px; min-height: 60px; position: relative;}
.realestate-lista .info .dove small { font-size: 18px; }
.realestate-lista .info .dove .la {display: none; color: #d4dadc; font-size: 60px; position: absolute; left: -10px; top: -4px; }
.realestate-lista .info .testo { color: #000; margin: 10px 0px 13px 0px; text-align: justify; font-size:14px; min-height: 100px !important; }
.realestate-lista .icone { min-height: 50px; float: none !important; padding-top: 2px; }
.realestate-lista .icone .ico { font-family: 'Lato', sans-serif; font-weight: 400; float: left; padding: 0px 25px; color: #00704a; font-size: 18px; text-align: left; margin-right: 0px; }
.realestate-lista .icone .ico img {display: none; width: 30px; height:30px; margin-right: 10px; }
.realestate-lista .icone .ico:nth-child(1) { border-left: 0px; }
.realestate-lista .action { float: left; width: 70%; position: relative; text-align: left; }
/*.realestate-lista .action .prezzo { padding: 5px 15px 0px 15px; line-height: 40px; font-family: 'Lato', sans-serif; font-weight: 400; color: #5f5f5f; font-size: 17px; float: left; text-align: left; }*/
.realestate-lista .action .dettagli { margin: -20px 15px 0px 15px; font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #00704a; color: #ffffff; font-size: 17px; float: right; text-align: center; }
.realestate-lista a:hover { text-decoration: none; }
.realestate-lista a:hover > .action .dettagli { background: #a3a3a3; }
.realestate-lista:hover { margin-top: 0px; margin-left: 0px; border: 1px solid #00704a; }
.realestate-lista:hover:after { content: ''; position: absolute; z-index:2; bottom: 0px; height: 20px; right: 0px; font-family: 'Lato', sans-serif; width: 100%; background: rgba(0,112,74,0.7); }


/*immobili lista Off Market*/
.realestate-lista-OffM { vertical-align: top; display: inline-block; width: 100%; border: 1px solid #00704a; background: #ffffff;  position: relative; /*box-shadow: 0px 8px 5px 0px rgba(0,112,74,0.6);*/ }
.realestate-lista-OffM a {text-decoration: none;}
.realestate-lista-OffM figure { float: left; width: 30%; height: 325px; position: relative; background: #f8f8f8; overflow: hidden; position: relative; }
/*.realestate-lista-OffM figure a:before { content: ''; position: absolute; bottom: 0px; left: 0px; z-index:1; width: 100%; height: 100px;
                                    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                                    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
                                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 );}*/
.realestate-lista-OffM figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.realestate-lista-OffM figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-lista-OffM figure .slFoto { height: 100%; }
.realestate-lista-OffM figure .slFotoNow { height: 100%; }
.realestate-lista-OffM figure .dettagli { position: absolute; top: 12px; right: 15px; z-index:2; }
.realestate-lista-OffM figure .dettagli .motivazione {float: right;margin: 0px 0px 0px 12px; font-size: 13px; text-transform: uppercase;padding: 5px 10px 5px 10px;border-radius: 5px;}
.realestate-lista-OffM figure .dettagli .motivazione.vendita { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-lista-OffM figure .dettagli .motivazione.affittovendita { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-lista-OffM figure .dettagli .motivazione.affitto { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-lista-OffM figure .dettagli .motivazione.affitto_stagionale { background: rgba(0,112,74,1); color: #ffffff; }
.realestate-lista-OffM figure .statoImm { position: absolute; top: 25px; left: -60px; z-index:13; color: #fff;text-align: center;width: 200px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.realestate-lista-OffM figure .statoImm.venduto { background: #2c496a; color: #ffffff; }
.realestate-lista-OffM figure .statoImm.affittato { background: #2c496a; color: #ffffff; }
.realestate-lista-OffM figure .statoImm.ribasso { background: #ff7200; color: #ffffff; }
.realestate-lista-OffM figure .statoImm.nuovo { background: #62b546; color: #ffffff; }
.realestate-lista-OffM figure .statoImm.lusso { background: #ded20f; color: #ffffff; }
.realestate-lista-OffM figure .agente { position: absolute; bottom: 0px; left: 0px; z-index:2; width: 100%; }
.realestate-lista-OffM figure .agente .foto { margin: 10px 0px 10px 10px; float: left; position: relative; }
.realestate-lista-OffM figure .agente .foto figure { height: 40px; width: 40px; position: relative; background: #f9f9f9; overflow: hidden; border-radius: 50%; }
.realestate-lista-OffM figure .agente .foto figure:before { background: unset !important; }
.realestate-lista-OffM figure .agente .foto figure img { width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-lista-OffM figure .agente .dettagli { text-align: left; margin: 5px 0px 10px 10px; float: left; position: relative; color: #ffffff; font-size: 12px; }
.realestate-lista-OffM figure .immoPreferiti {float: right; z-index:2; background: rgba(0,0,0,0.5); border-radius: 5px; padding: 3px 4px 0px 3px; }
.realestate-lista-OffM figure .immoPreferiti.attivo { background: #00704a; }
.realestate-lista-OffM figure .immoPreferiti .la { font-size: 20px; cursor: pointer; color: #ffffff; }
.realestate-lista-OffM figure .prezzo { position: absolute; z-index:2; bottom: 20px; right: 0px; font-family: 'Lato', sans-serif; width: 100%; padding: 20px 15px; color: #000; font-size: 17px; background: rgba(255,255,255,0.7); text-align: right; }
.realestate-lista-OffM .boxdettagli { float: left; width: 70%; position: relative; }
.realestate-lista-OffM .info { padding: 10px 25px 0px 25px; text-align: left; }
.realestate-lista-OffM .info .titolo {float: left;max-width: 80%; font-family: 'Lato', sans-serif; font-weight: 500; font-size:18px; color: #00704a; margin-bottom: 10px; }
.realestate-lista-OffM .info .codice {float: right; color: #00704a;}
.realestate-lista-OffM .info .dove { text-align: left; font-size: 18px; color: #00704a; margin-bottom: 0px; min-height: 60px; position: relative;}
.realestate-lista-OffM .info .dove small { font-size: 18px; }
.realestate-lista-OffM .info .dove .la {display: none; color: #d4dadc; font-size: 60px; position: absolute; left: -10px; top: -4px; }
.realestate-lista-OffM .info .testo { color: #000; margin: 10px 0px 13px 0px; text-align: justify; font-size:14px; min-height: 100px !important; }
.realestate-lista-OffM .icone { min-height: 50px; float: none !important; padding-top: 2px; }
.realestate-lista-OffM .icone .ico { font-family: 'Lato', sans-serif; font-weight: 400; float: left; padding: 0px 25px; color: #00704a; font-size: 18px; text-align: left; margin-right: 0px; }
.realestate-lista-OffM .icone .ico img {display: none; width: 30px; height:30px; margin-right: 10px; }
.realestate-lista-OffM .icone .ico:nth-child(1) { border-left: 0px; }
.realestate-lista-OffM .action { float: left; width: 70%; position: relative; text-align: left; }
/*.realestate-lista-OffM .action .prezzo { padding: 5px 15px 0px 15px; line-height: 40px; font-family: 'Lato', sans-serif; font-weight: 400; color: #5f5f5f; font-size: 17px; float: left; text-align: left; }*/
.realestate-lista-OffM .action .dettagli { margin: -20px 15px 0px 15px; font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #00704a; color: #ffffff; font-size: 17px; float: right; text-align: center; }
.realestate-lista-OffM a:hover { text-decoration: none; }
.realestate-lista-OffM a:hover > .action .dettagli { background: #a3a3a3; }
.realestate-lista-OffM:hover { margin-top: 0px; margin-left: 0px; border: 1px solid #00704a; }
.realestate-lista-OffM:hover:after { content: ''; position: absolute; z-index:2; bottom: 0px; height: 20px; right: 0px; font-family: 'Lato', sans-serif; width: 100%; background: rgba(0,112,74,0.7); }




/*immobili evidenza*/
.realestate-evidenza { position: relative; padding: 60px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 30px; background-image: url('../img/background-evidenza.jpg'); background-size: cover; background-position: bottom; background-repeat: no-repeat; /*box-shadow: 0px 8px 5px 0px rgba(0,112,74,0.6);*/ }
.realestate-evidenza a {text-decoration: none;}
.realestate-evidenza .titolo_sezione { font-family: 'Lato', sans-serif; font-weight: 500; font-size: 25px; color: #222222; text-transform: uppercase; }
.realestate-evidenza .titolo { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 30px; color: #222222; float: left; text-transform: uppercase; }
.realestate-evidenza .titolo span { text-transform: none; }
.realestate-evidenza .prezzo { font-family: 'Lato', sans-serif; font-weight: 400; color: #ffffff; font-size: 30px; float: right; }
.realestate-evidenza .codice { font-family: 'Lato', sans-serif; font-weight: 400; color: #ffffff; font-size: 25px; float: right; }
.realestate-evidenza figure { float: left; width: 40%; height: 450px; position: relative; background: #f8f8f8; overflow: hidden; border-radius: 5px; border: 5px solid #222222; }
.realestate-evidenza figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.realestate-evidenza figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-evidenza figure .statoImm { position: absolute; top: 0px; right: 0px; z-index:2; width: 0; height: 0; border-style: solid; border-width: 0 60px 60px 0; }
.realestate-evidenza figure .statoImm.venduto { border-color: transparent #2c496a transparent transparent; }
.realestate-evidenza figure .statoImm.venduto span { top: 14px; right: -61px; }
.realestate-evidenza figure .statoImm.affittato { border-color: transparent #2c496a transparent transparent; }
.realestate-evidenza figure .statoImm.affittato span { top: 14px; right: -61px; }
.realestate-evidenza figure .statoImm.ribasso { border-color: transparent #ff7200 transparent transparent; }
.realestate-evidenza figure .statoImm.ribasso span { top: 15px; right: -64px; }
.realestate-evidenza figure .statoImm.nuovo { border-color: transparent #62b546 transparent transparent; }
.realestate-evidenza figure .statoImm.nuovo span { top: 14px; right: -57px; }
.realestate-evidenza figure .statoImm.lusso { border-color: transparent #ded20f transparent transparent; }
.realestate-evidenza figure .statoImm.lusso span { top: 14px; right: -54px; }
.realestate-evidenza figure .statoImm span { font-size: 13px; color: #ffffff; position: absolute; text-transform: lowercase; display: inline-block; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.realestate-evidenza .boxdettagli { float: left; width: 60%; position: relative; }
.realestate-evidenza .info { padding-left: 50px; padding-top: 50px; text-align: left; }
.realestate-evidenza .info .testo { color: #ffffff; margin-bottom: 0px; text-align: justify; font-size:18px; background: transparent; padding: 0; border-bottom: 0; }
.realestate-evidenza .info .testo .chiusura { word-spacing: 20px; font-family: 'Times New Roman'; color: #51555a; font-size: 160px; height: 110px; margin-top: -30px; text-align: right; overflow: hidden; }
.realestate-evidenza .info .scheda { text-align: right; padding-top: 30px; font-size:16px; text-transform: uppercase; }
.realestate-evidenza .info .scheda a { border: 2px solid #ffffff; padding: 5px 15px; color: #ffffff; }
.realestate-evidenza .info .scheda a:hover { border: 2px solid #222222; background: #a3a3a3; color: #ffffff; }
.realestate-evidenza .immoPreferiti { position: absolute; top: 10px; right: 10px; }
.realestate-evidenza .immoPreferiti .la { font-size: 30px; cursor: pointer; color: #00704a; }
.realestate-evidenza a:hover {text-decoration: none;}

/*immo Half Map*/
.immoHalfMap { width: 100%; }
.immoHalfMap .listato {width: 100%;
                        float: left;
                        -webkit-transition: width 1s ease-in-out;
                        -moz-transition: width 1s ease-in-out;
                        -o-transition: width 1s ease-in-out;
                        transition: width 1s ease-in-out;}
.immoHalfMap .listato .elenco .grid-7 { width: 75%; float: left; }
.immoHalfMap .listato .elenco .grid-5 { width: 25%; float: left; }
.immoHalfMap .listato .elenco .grid-5 .tit_ordinamento { display: none; }
.immoHalfMap .listato #elencoImmo .griglia li { width: 50%; margin: 0px 0px 40px 0px; text-align: center; display: inline-block; vertical-align: top; max-width: 525px;}
.immoHalfMap .listato #elencoAge .griglia li { width: 50%; margin: auto; margin-bottom: 40px; text-align: center; float: left; }
.immoHalfMap .listato .realestate-griglia .icone .ico { font-size: 12px; }
.immoHalfMap .listato #elencoImmo .lista li { width: 100%; margin: auto; margin-bottom: 40px; text-align: center; max-width: 1035px;}
.immoHalfMap .listato #elencoImmo .lista_OffM li { width: 100%; margin: auto; margin-bottom: 40px; text-align: center; max-width: 1035px;}
.immoHalfMap .listato .realestate-lista figure { width: 44%; height: 300px; }
.immoHalfMap .listato .realestate-lista-OffM figure { width: 44%; height: 300px; }
.immoHalfMap .listato .realestate-lista .boxdettagli { width: 56%; height: 246px; }
.immoHalfMap .listato .realestate-lista-OffM .boxdettagli { width: 56%; height: 246px; }
/*.immoHalfMap .listato .realestate-lista .testo { display: none; }*/
.immoHalfMap .listato .realestate-lista .info { min-height: 120px; }
.immoHalfMap .listato .realestate-lista .info .titolo { font-size: 20px; }
.immoHalfMap .listato .realestate-lista .info .dove { font-size: 18px; }
.immoHalfMap .listato .realestate-lista .info .prezzo { font-size: 18px; line-height: 30px; }
.immoHalfMap .listato .realestate-lista .info .codice { font-size: 18px; line-height: 30px; }
.immoHalfMap .listato .realestate-lista .action { width: 56%; }

.immoHalfMap .listato .realestate-lista-OffM .info { min-height: 120px; }
.immoHalfMap .listato .realestate-lista-OffM .info .titolo { font-size: 20px; }
.immoHalfMap .listato .realestate-lista-OffM .info .dove { font-size: 18px; }
.immoHalfMap .listato .realestate-lista-OffM .info .prezzo { font-size: 18px; line-height: 30px; }
.immoHalfMap .listato .realestate-lista-OffM .info .codice { font-size: 18px; line-height: 30px; }
.immoHalfMap .listato .realestate-lista-OffM .action { width: 56%; }


.immoHalfMap .listato .boxCerca.agenzieagenti { background: transparent; border: 1px solid #ebebeb; border-radius: 5px; }
.immoHalfMap .listato .boxCerca.agenzieagenti .contentbox { padding: 0px; }
.immoHalfMap .listato .disegnamappa a { font-size: 15px; }
.immoHalfMap .listato .disegnoMappa { display: none;}
.immoHalfMap .listato .disegnoMappa .spinnermappa { text-align: center; line-height: 50vh; font-size: 55px; color: #fff; }
.immoHalfMap .listato .disegnoMappa .FrameDisegnoMappa { width: 100%; height: 560px; margin-top: 30px; }
.immoHalfMap .mappa { width: 44%; height: 100%; position: fixed; right: 0px; top: 0px; border-left: 2px solid #00704a;z-index: -1;}
.immoHalfMap .mappa .mappaRealEstate { width: 100%; height: 100%; position: relative; }
.immoHalfMap .mappa .mappaRealEstate .spinnermappa { position: absolute; top: 0; bottom: 0; margin: auto; width: 100%; height: 70px; font-size: 25px; color: #d4dadc; text-align: center; }
.immoHalfMap .mappa .mappaRealEstate .spinnermappa .fa { font-size: 55px; color: #d4dadc; }
.immoHalfMap .mappa .mappaRealEstateNo { width: 100%; height: 100%; position: relative; background: url('../img/italia-no-mappa.png') center center no-repeat; }
.immoHalfMap .mappa .mappaRealEstateNo .spinnermappa { font-family: 'Lato', sans-serif; font-weight: 400; position: absolute; top: 0; bottom: 0; margin: auto; width: 100%; height: 70px; font-size: 30px; color: #222222; text-align: center; }
.immoHalfMap .mappa .mappaRealEstateNo .spinnermappa .fa { font-size: 55px; color: #d4dadc; }
.immoHalfMap .mappa .mappaRealEstateNo .spinnermappa a { background: #a3a3a3; color: #ffffff; margin-top: 15px; padding: 10px; border-radius: 5px; display: inline-block; }
.immoHalfMap .mappa .mappaRealEstateNo .spinnermappa a:hover { background: #00704a; color: #ffffff; text-decoration: none; }
.immoHalfMap .elenco {margin: 25px auto 25px;width: 97%;}
.immoHalfMap .elenco.immobili .ordine {float: left; width: 50%; }
.immoHalfMap .elenco.immobili .vista {float: left; width: 50%; }
.immoHalfMap .boxCerca.interno { padding: 10px; }
.immoHalfMap .boxCerca.interno .contentbox .avanzata {}
.immoHalfMap .boxCerca.interno .contentbox .cerca {}
.immoHalfMap .boxCerca.interno .contentbox .cerca .submit {}
.immoHalfMap .boxCerca.interno .contentbox .avanzataDett { width: 100%; margin-top: 15px; text-align: left;}
.immoHalfMap .boxCerca.interno .contentbox .avanzataDett .boxcheckbox { width: 25%; margin-top: 0px; margin-bottom: 15px; }

.openHalfMap {float: right;}
.closeHalfMap {display: none;float: right;}
.closeMapAgeUte {display: none;}

/*immobili scheda*/
#sezInformazioni, #sezCaratteristiche, #sezStanze, #sezVicinanze, #sezVideo, #sezTour { display: block; }
.realestate-scheda { }
.realestate-scheda .bottOpenSez { text-align: center; display: none; margin: 15px 0px; }
.realestate-scheda .bottOpenSez a { padding: 10px; background: #a3a3a3; border-radius: 5px; font-size: 15px; color: #ffffff; }
.realestate-scheda .bottOpenSez .fa { font-size: 13px; color: #ffffff; padding: 0px; text-align: center;}
.realestate-scheda .galleria { width: 100%; height: 89vh; position: relative; background: #fff; margin: 0px 0px 0px 0px;}
.realestate-scheda .galleria .swiper-pagination-fraction {bottom: 130px;}
.realestate-scheda .galleria .inviteAction {opacity: 0.7;
                                            position: absolute;
                                            bottom: 0;
                                            left: 0;
                                            right: 0;
                                            top: 0;
                                            margin: auto;
                                            z-index: 10;
                                            font-size: 55px;
                                            height: 55px;
                                            width: 55px;
                                            color: #ffffff;
                                            -webkit-animation: pulse 2s linear infinite;
                                            animation: pulse 2s linear infinite;}
.realestate-scheda .galleria .titSchimmGallery {position: absolute;z-index: 3; top: 25%;left: 0px;right: 0px;margin: auto;max-width: 50%;text-align: center;}
.realestate-scheda .galleria .titSchimmGallery h1 {color: #fff;text-shadow: 3px 2px 4px #000;font-size: 36px;}
.realestate-scheda .galleria .titSchimmGallery h1 span {display: block;margin: 12px 0px 0px 0px;font-size: 32px;}
.realestate-scheda .galleria .titSchimmGallery h2 {color: #fff;text-shadow: 3px 2px 4px #000;}
.realestate-scheda .galleria .slFoto { height: 100%; }
.realestate-scheda .galleria .slFotoNow { height: 100%; }
.realestate-scheda .icone_short {display: flex;flex-wrap: wrap;justify-content: center;padding: 10px 0px;border-bottom:1px solid #353535;}
.realestate-scheda .icone_short .short {width: 25%;text-align: center;font-size: 15px;padding: 10px 10px 5px 10px;border-right: 1px solid #353535;}
.realestate-scheda .icone_short .short:first-child {border-left: 1px solid #353535;}
.realestate-scheda .icone_short .short:last-child {border-right: none;}
.realestate-scheda .icone_short .short i {font-size: 25px;color:#353535 !important;}
.realestate-scheda .icone_short .short a {color:#353535 !important;}
.realestate-scheda .titSchimmo {text-align: center;margin: 40px 0px 0px 0px;}
.realestate-scheda .titSchimmo h1 {color: #00704a;font-size: 36px;}
.realestate-scheda .titSchimmo h1 span {display: block;margin: 12px 0px 0px 0px;font-size: 32px;}
.realestate-scheda .titSchimmo h2 {color: #00704a;}
.realestate-scheda .interno-scheda { max-width: 1600px; margin: auto; padding-top: 10px; }
.realestate-scheda .interno-scheda h1 { color: #222222; font-size: 32px; font-family: 'Lato', sans-serif; font-weight: 500; text-transform: none; margin: 0px; margin-bottom: 10px; }
.realestate-scheda .interno-scheda h1 span { text-transform: uppercase;font-size: 26px; margin-top: 10px; display: block; }
.realestate-scheda .interno-scheda h2 { color: #222222; font-size: 23px; font-family: 'Lato', sans-serif; font-weight: 400; text-transform: none; margin-bottom: 45px; }
.realestate-scheda .padding { padding: 25px; margin-bottom: -50px; } 
.realestate-scheda .titolo { font-weight: 400; text-align: left; color: #fff; font-size: 20px; text-transform: none;background: #00704a;color: #fff;padding: 5px 8px;margin: 0px 0px 20px 0px;} 
.realestate-scheda .titolo .sottotitolo { font-family: 'Lato', sans-serif; font-weight: 400; text-align: left; font-size: 16px; text-transform: none; }
.realestate-scheda .dettaglio {}
.realestate-scheda .corposx { width: 62%; float: left; background: #ffffff; } 
.realestate-scheda .corposx .tools {float: left;}
.realestate-scheda .corposx .tools a {text-decoration: none;}
.realestate-scheda .corposx .tools a:nth-child(1) span {background-image: url(../img/appuntamento.png);}
.realestate-scheda .corposx .tools a:nth-child(2) span {background-image: url(../img/amico.png);}
.realestate-scheda .corposx .tools a:nth-child(3) span {background-image: url(../img/pdf.png);}
.realestate-scheda .corposx .tools span {display: inline-block;
                                            vertical-align: middle;
                                            color: #222222;
                                            font-size: 15px;
                                            text-align: right;
                                            padding:8px 40px 8px 0px;
                                            margin: 0px 40px 0px 0px;
                                            background-repeat: no-repeat;
                                            background-position: center right;}
.realestate-scheda .corposx .tools span:hover {text-decoration: underline;}
.realestate-scheda .corposx .immoPreferiti { float: right; margin-top: 14px; }
.realestate-scheda .corposx .immoPreferiti .fas { font-size: 30px; cursor: pointer; color: #00704a; }
.realestate-scheda .corposx .immoPreferiti .far { font-size: 30px; cursor: pointer; color: #00704a; }
.realestate-scheda .corposx .immoCond { float: right; margin-top: 14px; margin-left: 20px; position: relative; }
.realestate-scheda .corposx .immoCond .fa { font-size: 30px; cursor: pointer; color: #00704a; }
.realestate-scheda .corposx .immoCond .cont_condivisioni { display: none; width: auto; border: 1px solid #222222; background: #fff; list-style: none; position: absolute; right: 0px; top: 35px; padding: 10px; z-index: 500; border-radius: 5px;}
.realestate-scheda .corposx .immoCond .cont_condivisioni a .la { font-size: 40px; color: #878c92; cursor: pointer;}
.realestate-scheda .corposx .immoCond .cont_condivisioni a:hover .la { color: #222222; text-decoration: none; }
.realestate-scheda .corposx .immoCond .cont_condivisioni .condivisioni { width: auto; list-style: none; text-align: center; padding: 0; }
.realestate-scheda .corposx .immoCond .cont_condivisioni .condivisioni li { margin: 15px 0px; }
.realestate-scheda .corposx .immoCond .cont_condivisioni .condivisioni .onlyMobile { display: none; }
.realestate-scheda .corposx .codice {float: left;font-family: 'Lato', sans-serif; font-weight: 500; color: #00704a; font-size: 25px; margin: 30px 0px 30px 0px;}
.realestate-scheda .corposx .prezzo {float: right; font-family: 'Lato', sans-serif; font-weight: 500; color: #00704a; font-size: 25px; margin: 30px 0px 30px 0px;}
.realestate-scheda .corposx .classe_energetica {display: block; font-size: 14px; margin: 0px 0px 40px 0px;text-align: left;}
.realestate-scheda .corposx .classe_energetica .liv_classe { border-radius: 5px; display: inline-block; padding: 4px 7px; text-transform: capitalize; }
.realestate-scheda .corpodx { width: 35%; float: left; margin: 0px 0px 25px 48px; background: #ffffff; }
.realestate-scheda .corpodx .icone {margin: 0px 0px 15px 0px;}
.realestate-scheda .corpodx .icone .ico { font-family: 'Lato', sans-serif; font-weight: 400; float: left; padding: 15px; color: #5f5f5f; font-size: 14px; }
.realestate-scheda .corpodx .icone .ico img { width: 30px;height: 30px; margin-right: 10px; }
.realestate-scheda .corpodx .padding { margin-bottom: -0px; } 


.realestate-scheda .corposx .iconeResp {display: none; margin: 0px 0px 35px 0px;}
.realestate-scheda .corposx .iconeResp .ico { font-family: 'Lato', sans-serif; font-weight: 400; float: left; padding: 15px; color: #5f5f5f; font-size: 14px; }
.realestate-scheda .corposx .iconeResp .ico img { width: 30px; margin-right: 10px; }

.realestate-scheda .corposx .statoImm { font-size: 16px; text-align: right;}
.realestate-scheda .corposx .statoImm span { border-radius: 5px; display: inline-block;margin: -2px 0px 13px 20px; padding: 5px 15px 8px 15px; text-transform: capitalize; }
.realestate-scheda .corposx .statoImm .venduto { background: #2c496a; color: #ffffff; }
.realestate-scheda .corposx .statoImm .affittato { background: #2c496a; color: #ffffff; }
.realestate-scheda .corposx .statoImm .ribasso { background: #ff7200; color: #ffffff; }
.realestate-scheda .corposx .statoImm .nuovo { background: #62b546; color: #ffffff; }
.realestate-scheda .corposx .statoImm .lusso { background: #ded20f; color: #ffffff; }

.realestate-scheda .corpodx .details {display: inline-flex; width: 100%;margin: 14px 0px 50px 0px;flex-direction: row;justify-content: center;}
.realestate-scheda .corpodx .details .ico img { height: 24px; padding-right: 10px; }
.realestate-scheda .corpodx .details div {display: inline-block;vertical-align: middle;text-align: center;margin-right: 60px;}
.realestate-scheda .corpodx .details div:last-child {margin-right: 0px;}
.realestate-scheda .corpodx .details div span {display: inline-block; color: #222222;font-size: 15px;padding: 0px;height: 24px;line-height: 24px;}
.realestate-scheda .corposx .detailsResp {display: none; width: 100%;margin: 0px 0px 50px 0px;}
.realestate-scheda .corposx .detailsResp .ico img { height: 24px; padding-right: 10px; }
.realestate-scheda .corposx .detailsResp div {display: table-cell;vertical-align: middle;text-align: center;}
.realestate-scheda .corposx .detailsResp div span {display: inline-block; color: #222222;font-size: 15px;padding: 0px;height: 24px;line-height: 24px;}
.realestate-scheda .close_section { border-bottom: 2px solid #f1f1f1; margin: 50px 0 50px 0; clear: both; }
.realestate-scheda .testo { margin-top:20px; font-family: 'Lato', sans-serif; font-weight: 400; text-align: justify; color: #353535; font-size: 16px; position: relative; }
.realestate-scheda .testo p { line-height: 35px; }
.realestate-scheda .dettaglio .caratteristiche { }
.realestate-scheda .dettaglio .caratteristiche .box { float: left; min-height: 24px; font-size: 16px; width: 33%; padding: 8px 0px; text-align: left; font-weight: 400; border-bottom: 1px solid #f1f1f1; }
.realestate-scheda .dettaglio .caratteristiche .box span {color: #00704a;}
.realestate-scheda .dettaglio .stanze { }
.realestate-scheda .dettaglio .stanze .box { float: left; min-height: 24px; font-size: 16px; width: 50%; padding: 8px 0px; text-align: left; font-weight: 400; border-bottom: 1px solid #f1f1f1; }
.realestate-scheda .dettaglio .mappa { z-index: 90; position: relative; }
.realestate-scheda .dettaglio .mappa .cartina { width: 100%; height: 400px; border: 1px solid #e6e5e5; }
.realestate-scheda .dettaglio .video {  }
.realestate-scheda .dettaglio .video iframe { width: 100%; height: 450px; }
.realestate-scheda .dettaglio .virtualtour { }
.realestate-scheda .dettaglio .virtualtour iframe { width: 100%; height: 450px; }
.realestate-scheda .scheda_form { padding: 20px 25px; font-size: 14px; border: 1px solid #00704a; }
.realestate-scheda .scheda_form .tit_dx { background: #7e7e7e; text-transform: uppercase; font-size: 20px; padding: 5px 0px; color: #ffffff;  }
.realestate-scheda .scheda_form .contatto_agenziaagente { text-align: center; padding: 0px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto { position: relative; margin-bottom: 30px; display: block; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto figure { margin: auto; height: 260px; width: 260px; position: relative; background: #f8f8f8; overflow: hidden; border: 8px solid #222222; border-radius: 50%; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto figure img { min-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto figure.agenzia { width: 260px; height: 130px; position: relative; margin: auto; background: transparent; border: none; border-radius: 0; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto figure.agenzia img { width: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli {display: block; margin: auto; text-align: center; position: relative; color: #353535; font-size: 17px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli .tipoutente { font-family: 'Lato', sans-serif; color: #222222; font-size: 20px; font-weight: 500; text-transform: uppercase; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli strong { text-transform: uppercase; font-size: 30px; color: #00704a; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli a { color: #00704a; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #222222; text-decoration: underline; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli .telefono { text-decoration: none; position: relative; text-transform: uppercase; min-width:250px; display: inline-block; text-align: center; background: #00704a; color: #ffffff; padding: 5px 20px; border-radius: 5px; font-size: 20px; margin-top: 25px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli .telefono:hover { text-decoration: none; background: #a3a3a3; color: #ffffff; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli .whatsapp { text-decoration: none; position: relative; text-transform: uppercase; min-width:250px; display: inline-block; text-align: center; background: #33aa58; color: #ffffff; padding: 5px 20px; border-radius: 5px; font-size: 20px; margin-top: 25px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli .whatsapp:hover { text-decoration: none; background: #288645; color: #ffffff; }
.realestate-scheda .scheda_form .cont_social { text-align: center; margin-top: 20px; }
.realestate-scheda .scheda_form .cont_social a .la { font-size: 40px; color: #878c92; }
.realestate-scheda .scheda_form .cont_social a:hover .la { color: #222222; text-decoration: none; }
.realestate-scheda .scheda_form .cont_social .social { width: auto; list-style: none; text-align: center; padding: 0; margin-top: 20px; }
.realestate-scheda .scheda_form .cont_social .social li { display: inline; margin: 0px; }
.realestate-scheda .scheda_form .contatto_form { text-align: center; margin-top: 45px; }
.realestate-scheda .scheda_form .contatto_form .grid-6 { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .grid-8 { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .grid-4 { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .input { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .checkRadio_normal { margin-left: 0px; }
.realestate-scheda .scheda_form .contatto_form  button[type="submit"] { margin-right: 0px; margin-top: 20px; }
.realestate-scheda .scheda_form .contatto_form .checkRadio_normal .txtPrivacy { font-size: 13px; line-height: 20px; margin-top: 0px; }


/*immobile top*/
.schimmoTop { height: 100px; padding: 10px 0px; width: 100%; background: #fff; position: fixed !important; top: -100px; z-index: 200; border-bottom: 1px solid #222222; }
.schimmoTop .paddingbox { padding: 0 30px; }
.schimmoTop figure { float: left; height: 80px; width:160px; position: relative; background: #f8f8f8;overflow: hidden;}
.schimmoTop figure img { max-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.schimmoTop .tip_mot {float: left;display: table;}
.schimmoTop .tip_mot span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;font-weight: 500;color: #222222;}
.schimmoTop .comune {float: left;display: table;}
.schimmoTop .comune span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;font-weight: 500;font-size: 19px;text-transform: uppercase;color: #222222;}
.schimmoTop .zona {float: left;display: table;}
.schimmoTop .zona span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;color: #222222;}
.schimmoTop .details {float: right;display: table;}
.schimmoTop .details .ico img { height: 24px; padding-right: 10px; }
.schimmoTop .details span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;}
.schimmoTop .details span div {display: inline;padding: 10px 5px;}
.schimmoTop .details span div span {display: inline-block; color: #222222;font-size: 15px;padding: 0px;height: 24px;line-height: 24px;}
.schimmoTop .prezzo {float: right;display: table;}
.schimmoTop .prezzo span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;font-weight: 500;font-size: 19px;text-transform: uppercase;color: #222222;}
.schimmoTop .button {float: right;display: table;}
.schimmoTop .button span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 0px 0px 8px;}
.schimmoTop .button span a {display: inline-block;background: #00704a;color: #fff;text-transform: uppercase;border-radius: 5px;padding: 5px 8px;}
.schimmoTop .button span a:hover {background: #196105;}

/*immobili pertinenze*/
.realestate-pertinenze {  }
.realestate-pertinenze ul { list-style: none; margin: 0; }
.realestate-pertinenze li { width: 100%; margin: auto; margin-top: 30px; text-align: left; }
.realestate-pertinenze li:first-child { margin-top: 0px; }
.realestate-pertinenze li figure { width: 40%; }
.realestate-pertinenze li figure .immoPreferiti { margin-top: 0px !important; }
.realestate-pertinenze li figure .immoPreferiti .la { font-size: 20px !important; cursor: pointer !important; color: #ffffff !important; }
.realestate-pertinenze li figure .prezzo { font-weight: 400 !important; color: #ffffff !important; font-size: 25px !important; }
.realestate-pertinenze li .boxdettagli { width: 60%; }
.realestate-pertinenze li .titolo { text-align: left; float: none; width: 100%; }
.realestate-pertinenze .icone { min-height: 50px !important; float: none !important; }
.realestate-pertinenze .action { float: left; width: 60%; position: relative; text-align: left; }
.realestate-pertinenze#elencoImmo { padding: 0; min-height: unset; }

/*immobili cantieri*/
.realestate-cantieri {  }
.realestate-cantieri ul { list-style: none; margin: 0; }
.realestate-cantieri li { width: 100%; margin: auto; margin-top: 30px; text-align: left; }
.realestate-cantieri li:first-child { margin-top: 0px; }
.realestate-cantieri li figure { width: 40%; }
.realestate-cantieri li figure .immoPreferiti { margin-top: 0px !important; }
.realestate-cantieri li figure .immoPreferiti .la { font-size: 20px !important; cursor: pointer !important; color: #ffffff !important; }
.realestate-cantieri li figure .prezzo { font-weight: 400 !important; color: #ffffff !important; font-size: 25px !important; }
.realestate-cantieri li .boxdettagli { width: 60%; }
.realestate-cantieri li .titolo { text-align: left; float: none; width: 100%; }
.realestate-cantieri li .testo { min-height: 120px !important; }
.realestate-cantieri .action { float: left; width: 60%; position: relative; text-align: left; }
.realestate-cantieri#elencoImmo { padding: 0; min-height: unset; }

/*immobili simili*/
.realestate-simili { padding: 20px 0px; }
.realestate-simili .titolo { font-size: 30px; background: none;color: #00704a;text-align: center;font-weight: 400; text-transform: uppercase;margin: 0px 0px 0px 0px; }
.realestate-simili ul { list-style: none; margin: 0; text-align: center;}
.realestate-simili li { width: 33%; margin: auto; margin-bottom: 40px; text-align: center; display: inline-block;}

/*immobili preferiti*/
.realestate-preferiti { padding: 50px; background: #f1f1f1; }
.realestate-preferiti .titolo { font-family: 'Lato', sans-serif; font-weight: 500; text-align: left; color: #222222; font-size: 24px; text-transform: uppercase; }
.realestate-preferiti ul { list-style: none; margin: 0; }
.realestate-preferiti li { width: 33%; margin: auto; margin-bottom: 40px; text-align: center; float: left; }

/*immobili home*/
.immobilihome {margin: 0px 0px 0px 0px;}
.immobilihome h3 { font-family: 'Lato', sans-serif; font-weight: 500; font-size: 33px; text-transform: uppercase; color: #00704a; text-align: center; padding: 50px 15px 30px 15px; margin: 0; }
.immobilihome .contentbox { max-width:98%; margin: auto; }
.immobilihome .swiper-paginationimmHome {}
.immobilihome .swiper-paginationimmHome .swiper-pagination-bullet {border-radius: 0px;width: 22px;}
.immobilihome .swiper-button-next {right: 43% !important;top: 108% !important;background-color: rgba(0,112,74,0.7) !important;}
.immobilihome .swiper-button-prev {left: 43% !important;top: 108% !important;background-color: rgba(0,112,74,0.7) !important;}

/*staff home*/
.staffhome { background: #f8f8f8; padding: 50px 30px; }
.staffhome h3 { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 36px; text-transform: uppercase; color: #00704a; text-align: center; padding: 15px 15px 15px 15px; margin: 0; }
.staffhome p { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 20px; color: #777777; text-align: center; padding: 15px 15px 45px 15px; margin: 0; }
.staffhome .contentbox { max-width: 1300px; margin: auto; }
.staffhome .contentbox .contGalleryagentiHome .swiper-container { padding: 30px 0px; }

/*pagina home*/
.slider_paginaHome {float: left;width: 55%!important;margin: 0px 0px -500px 0px;}
.paginahome {margin: 0px 0px 0px 0px;}
.paginahome .contentbox .page-home {float: right; text-align: center;width: 1000px;margin: 0px 0px -80px 0px;position: relative;z-index: 15;}
.paginahome .contentbox .page-home .txt {background: #00704a;padding: 20px 25px;}
.paginahome .contentbox .page-home .txt h1 {color: #fff;text-transform: uppercase;margin: 0px 0px 35px 0px;font-size: 35px;}
.paginahome .contentbox .page-home .txt h2 {color: #fff;}
.paginahome .contentbox .page-home .txt p {color: #fff;}

.fascia_full {width: 99.2vw;padding: 15px 0px 1px;background: #ffffff;margin-left: calc(-49.8vw + 50.2%);}
.fascia_full .width_sito {max-width: 1600px;margin: 0px auto 0px;}
.fascia_full_white {width: 99.2vw; background: #ffffff;margin-left: calc(-49.8vw + 50.2%);}
.fascia_full_white table {max-width: 1600px;margin: 0px auto 0px;}
.fascia_full_white table h2 { margin-top: 20px; }
.fascia_full_white table img { margin-top: 20px !important; }
.fascia_full_grey {width: 99.2vw; background: #f8f8f8;margin-left: calc(-49.8vw + 50.2%);}
.fascia_full_grey table {max-width: 1600px;margin: 0px auto 0px;}
.fascia_full_grey table h2 { margin-top: 20px;}
.fascia_full_grey table img { margin-top: 20px !important; }

.buttPage {text-transform: uppercase;
            border: 1px solid #fff;
            background: #00704a;
            color: #fff;
            text-align: right;
            padding: 10px 15px;
            display: block;
            margin: 15px 0px 15px 0px;
            cursor: pointer;
            text-decoration: none;}
.buttPage:hover {background: #fff;border: 1px solid #00704a;color: #00704a;}    
.buttPage i {margin: 0px 0px 0px 12px;}

.testo .sottotitolo{border-bottom:1px solid #eeefef;display:block;float:left;clear:both;width:100%;color:#fff;background-color:#00704a;font-size:18px;margin-top:20px;padding:10px 0;font-weight:700;text-align:center;}
.testo .listUnica{display:block;float:left;clear:both;width:100%;padding:20px 20px 0;margin-bottom:60px;background-color:#f2f2f2}
.testo .listUnica span{display:block;float:left;width:-webkit-calc(50% - 20px);width:-moz-calc(50% - 20px);width:calc(50% - 20px);margin:0 12px 20px 0;padding-right:7px;border-right:1px solid #dedede}
.testo .listUnica span:nth-child(2n){border-right:0}
.testo .listUnica span strong{display:block;float:left;clear:both;width:100%;color:#00704a;font-weight:700}
.testo .imgSx{display:block;float:left;margin:0 10px 10px 0}
.testo .imgDx{display:block;float:right;margin:0 0 10px 10px}
.testo .clear{height:unset;}

/***RESPONSIVE***/
@media only screen and (max-width: 1600px) {

    .home .logo_top {top:-13%!important;}
    .home .intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul {font-size: 18px!important;}
    .home .intestazione .lingue a {font-size: 18px !important;}
    .interno .intestazione .lingue a {font-size: 18px !important;}
    .interno .intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul {font-size: 18px!important;}
    .menuResponsive_scroll .menu_top_scroll {margin: 40px 0px 0px 20px !important;}
    .menuResponsive_scroll .menu_top_scroll .menu_action, .menuResponsive_scroll .menu_top_scroll .menu_action ul {font-size: 18px!important;}
    .intestazione_scroll .lingue {margin: 40px 0px 0px 13px !important;}
    .intestazione_scroll .lingue a {font-size: 18px !important;}
    .intestazione_scroll .cerca_cod {display: none;}

    .galleryTop.home {height: 95vh!important;}
    
    .boxCerca.home {max-width: 95% !important;bottom: 30px !important;}
    .boxCerca.home .contentbox .disegnoMappa {height: 495px!important;}
    .boxCerca.home .contentbox .disegnoMappa .FrameDisegnoMappa {height: 460px!important;}
    
    .ricerche_veloci .contentbox {max-width: 98% !important;}

    .swacquistaaffitta {height: 430px!important;}
    .box_acquista_affitta {height: 430px!important;}
    .box_acquista_affitta .disptable .int .txt {font-size: 16px!important;}
    .box_acquista_affitta .box3 .dettagli .testo {font-size: 16px!important;}
    
    .fascia_full_white {width: 100% !important;margin-left: 0px !important;}
    .fascia_full_grey {width: 100% !important;margin-left: 0px !important;}

    .sectionpage {max-width: 98%!important;overflow: hidden;}
    .fascia_full .width_sito {max-width: 98%!important;}

    .immoHalfMap .listato #elencoImmo .griglia li {width: 33% !important;}
    
    .realestate-scheda .thumbScheda .swiper-slide {width: 19.4%!important;}

    .realestate-scheda .scheda_form {margin: 0px auto !important;}

    .credits {padding: 20px 15px!important;}
    .chiusura .content {padding: 20px 25px!important;}
}

@media only screen and (max-width: 1536px) {
    
    .cerca_cod {width: 130px !important;}

    .home .intestazione .menu_top .menu_action > li {margin: 0px 9px 0px 9px !important;}
    .home .intestazione .lingue {margin: 35px 0px 0px 14px !important;}
  
    .paginahome .contentbox {width: 100%!important;}
    
    .box_acquista_affitta .disptable .int {padding: 20px 15px 20px 15px !important;}
    .box_acquista_affitta .box8 {padding: 0px 20px 0px 20px!important;max-width: 33%!important;}
    
    /* .immoHalfMap .listato #elencoImmo .griglia li {min-width: 467px !important;} */

    .opConcluse .Operazione {width: 47% !important;}

    .realestate-home figure {height: 325px !important;}

    .areetematichehome .testo_home .page-home h2 {font-size: 22px !important;}

    .realestate-scheda .corposx {width:68%;}
    .realestate-scheda .corpodx {width: 28%;float: left;}
    .schimmoTop .paddingbox {padding: 0px 15px !important;}
    .schimmoTop .blocco_1 {float: left; width: 45%; }
    .schimmoTop .blocco_3 {float: right; width: 25%; }
    .schimmoTop .prezzo span {height: 40px !important;}
    .schimmoTop .details span {height: 40px !important;}
    .schimmoTop .details span div span {height: 24px !important;}

    .schimmoTop .tip_mot { width: 100%; }
    .schimmoTop .tip_mot span { display: unset; vertical-align: unset; height: unset; }
    .schimmoTop .comune { width: 100%; }
    .schimmoTop .comune span { display: unset; vertical-align: unset; height: unset; }
    .schimmoTop .zona { width: 100%; }
    .schimmoTop .zona span { display: unset; vertical-align: unset; height: unset; }
}

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

    .checkRadio_big input[type="checkbox"] + label span {margin: 0px 15px 15px 0px !important;}
    .checkRadio_normal input[type="checkbox"] + label span {margin: 0px 15px 15px 0px !important;}
  
    .home .intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul {font-size: 18px!important;}
    .menuResponsive_scroll .menu_top_scroll .menu_action, .menuResponsive_scroll .menu_top_scroll .menu_action ul {font-size: 18px!important;}
    .menuResponsive_scroll .menu_top_scroll .menu_action > li {margin: 0px 8px 0px 8px!important;}
    .interno .intestazione .menu_top .menu_action > li {margin: 0px 8px 0px 8px!important;}
    .cerca_cod {width: 130px !important;}
    .home .logo_top {width: 300px;height: 300px;top: -28% !important;}

    .ricerche_veloci .ricerca-content-sx li {font-size: 17px !important;}
    .ricerche_veloci .ricerca-content-dx li {font-size: 17px !important;}

    .ricerche_frequenti ul li a {font-size: 16px!important;}
    
    .box_acquista_affitta .disptable .int {padding: 30px 25px 30px 25px!important;margin: 0px 0px 0px -23%!important;width: 123%!important;}
    .box_acquista_affitta .box3 {padding: 0px 15px 0px 15px !important;}
    .box_acquista_affitta .box3 .dettagli .boxlink .link {font-size: 16px!important;}
    
    #elencoUte .griglia li {width: 22% !important;}

    .immoHalfMap .elenco.immobili .ordine {width: 45% !important;}
    .immoHalfMap .elenco.immobili .vista {width: 55% !important;}

    .box6 figure { width: 95% !important; height: auto !important; }
    .box6 figure img { position: relative !important; }
    .immoHalfMap .mappa .mappaRealEstateNo .spinnermappa { font-size: 25px; }

    .boxCerca.interno .contentbox {padding: 20px 30px 20px 0px !important;}
    .boxCerca.interno .contentbox .tipologia {width: 33% !important;}
    .boxCerca.interno .contentbox .motivazione {width: 33% !important;}
    .boxCerca.interno .contentbox .localita {width: 33% !important;}
    .boxCerca.interno .contentbox .avanzata {padding: 13px 10px 14px 10px !important;width: 25% !important;}
    .boxCerca.interno .contentbox .cerca {width: 25% !important;}
    
    .elenco.immobili .vista .openHalfMap a {margin: 0px 0px 0px 0px !important;}
    .elenco.immobili .vista .closeHalfMap a {margin: 0px 0px 0px 0px !important;}


    .realestate-griglia .icone { min-height: auto; }
    .realestate-griglia .icone .ico img { width: 20px; height: 20px;}
    .realestate-griglia .icone .ico { padding: 10px; }
    .boxGstaffchisiamo { width: 95%; }
    .boxGstaffchisiamo .box3 .testo { min-height: 80px; }
    
    #elencoUte .griglia li { width: 30.3%; }
    .agenzie-scheda .corpo .fotouffici .galleria { height: 250px; }
    .agenzie-scheda .box_formcontatto { width: 95%; margin: auto; }
    .agenti-scheda .box_formcontatto { width: 95%; margin: auto; }
    .agenzie-scheda .testata { padding: 55px 0px; }
    .agenzie-scheda .testata .grid-9 { width: 60%; }
    .agenzie-scheda .testata .grid-3 { width: 40%; }
    .agenzie-scheda .corpo .scheda_form .contatto_form { padding: 0px 10px 0px 10px; }
    .agenzie-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 20px 0px 20px; }
    .agenti-scheda .testata { padding: 55px 0px; }
    .agenti-scheda .testata .grid-9 { width: 60%; }
    .agenti-scheda .testata .grid-3 { width: 40%; }
    .agenti-scheda .corpo .scheda_form .contatto_form { padding: 0px 10px 0px 10px; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 20px 0px 20px; }
    

    .realestate-scheda .galleria {height: 550px;}
    .realestate-scheda .galleria .titSchimmGallery {top: 15% !important;}
    .realestate-scheda .thumbScheda .swiper-slide {width: 19.3%!important;}
    .realestate-scheda .padding {margin-bottom: 0px !important;}
    .realestate-scheda .corposx { width: 100%; float: none; }
    .realestate-scheda .corposx .iconeResp {display: block;}
    .realestate-scheda .corposx .detailsResp {display: table;}
    .realestate-scheda .corposx .statoImm { font-size: 16px;}
    .realestate-scheda .corposx .statoImm span { border-radius: 5px; display: inline-block;margin: 0px 10px 13px 10px; padding: 8px 15px; text-transform: capitalize; }
    .realestate-scheda .corposx .statoImm .venduto { background: #2c496a; color: #ffffff; }
    .realestate-scheda .corposx .statoImm .affittato { background: #2c496a; color: #ffffff; }
    .realestate-scheda .corposx .statoImm .ribasso { background: #ff7200; color: #ffffff; }
    .realestate-scheda .corposx .statoImm .nuovo { background: #62b546; color: #ffffff; }
    .realestate-scheda .corposx .statoImm .lusso { background: #ded20f; color: #ffffff; }
    .realestate-scheda .corpodx { width: 100%; float: none; margin: 0px 0px 60px 0px!important;}
    .realestate-scheda .corpodx .icone {display: none;}
    .realestate-scheda .corpodx .details {display: none;}
    .realestate-scheda .dettaglio .caratteristiche .box { width: 33%; }
    .realestate-scheda .scheda_form .contatto_form .grid-6 { width: 48%; }
    .realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(odd) { float: right; }
    .realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(even) { float: left; }
    .realestate-scheda .scheda_form .contatto_form .grid-8 { width: 70%; }
    .realestate-scheda .scheda_form .contatto_form .grid-4 { width: 30%; }


    #elencoImmo .griglia li { width: 33%; }
}

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

    .home .intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul {font-size: 17px!important;}
    .interno .logo_top {float: left; position: relative;}
    .interno .intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul {font-size: 17px!important;}
    .interno .intestazione .menu_top .menu_action > li {margin: 0px 10px 0px 10px !important;}
    .menuResponsive_scroll .menu_top_scroll {margin: 40px 0px 0px 5px !important;}
    .menuResponsive_scroll .menu_top_scroll .menu_action, .menuResponsive_scroll .menu_top_scroll .menu_action ul {font-size: 17px!important;}
    .logo_top_scroll {float: left; position: relative;}
    .intestazione_scroll .lingue a {font-size: 17px !important;}
    .cerca_cod {display: none;}

    .scroll_pref .preferitiSmall {display: none !important;}
    
    .realestate-scheda .galleria .titSchimmGallery {max-width: 55%!important;}
    .realestate-scheda .thumbScheda .swiper-slide {width: 19.2%!important;}
    
    .container-cerca .form-cerca {width: 200px !important;}

    .ricerche_veloci .ricerca-content-sx li {line-height: 27px !important;}
    .ricerche_veloci .ricerca-content-dx li a {line-height: 27px !important;}

    .areetematichehome .testo_home .page-home h2 {font-size: 18px !important;}
    
    .ricerche_frequenti .Sx {width: 40% !important;}
    .ricerche_frequenti .Cx {width: 20% !important;}
    .ricerche_frequenti .Dx {width: 40% !important;}

    .paginahome .contentbox .page-home {width: 60% !important;margin: 0px 0px -35px 0px !important;}
    
    
    .box_acquista_affitta .box8 {padding: 0px 10px 0px 10px !important;max-width: 32.8% !important;}
    
    .fascia_full {width: 100%!important;margin-left: 0px!important;}

    .opConcluse .Operazione {width: 46.6% !important;}
    .opConcluse .Operazione figure {height: 360px !important;}
    .opConcluse .Operazione .boxdettagli {height: 360px !important;margin-top: -360px !important;}


    
    .immoHalfMap { width: 95%; margin: auto; }
    .immoHalfMap .listato { width: 100%!important; }
    .immoHalfMap .listato #elencoImmo .griglia li { width: 49% !important; }
    .immoHalfMap .listato #elencoAge .griglia li { width: 49% !important; }   
    .immoHalfMap .mappa {width: 100% !important;border-left: none !important;}
    .elenco.immobili .vista .closeHalfMap a {border: none !important;}
    
    .openHalfMap { display: inline; }
    .closeHalfMap { }
    .closeHalfMap .la { border-radius: 50% !important; font-size: 35px !important; background: #222222 !important; color: #fff !important; }
    
    .elenco.immobili .vista .closeHalfMap a {font-size: 0px !important;}

    .closeMapAgeUte { position: fixed; top: 20px; right: 20px; z-index: 991; }
    .closeMapAgeUte .la { border-radius: 50% !important; font-size: 35px !important; background: #cc0000 !important; }
    
    #elencoAge .vista .statodiv.griglia { display: none; }
    
    #elencoAge .mappa_ageute { width: 100%; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 990; background: #fff; }
    
    .agenzie-scheda .galleriaTop { height: 70vh; }
    .agenti-scheda .galleriaTop { height: 70vh; }
    
    .realestate-scheda .galleriaTop { height: 70vh; }
    
    .infoPrivacy { width: 100%; float: none; }
    .bottSubmit { width: 100%; float: none; margin-top: 15px; }
    
    .testo table { width: 100% !important; margin: auto; }
    
    .realestate-scheda .scheda_form .contatto_form .grid-8 { width: 100%; }
    .realestate-scheda .scheda_form .contatto_form .grid-4 { width: 100%; }
    
    .realestate-lista .info { padding: 5px 15px 0px 15px; }
    .realestate-lista .info .testo { margin: 10px 0px 5px 0px; }
    
    .immoHalfMap .listato .realestate-lista .boxdettagli { height:240px !important; }

    .credits .Cx img {max-width: 90% !important;}
    
}

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

    body, html { font-size: 16px; }
    h2 { font-size: 25px; }
    
    .cont_form { width: 95%; }
    
    .modalDialog > div {width: 65%!important;}
    .testo .listUnica span{width:95%;}

    .home .logo_top {top: -10% !important;}
    .home .intestazione {display: none !important;}
    .home .intestazione .lingue {display: none !important;}
    .interno .logo_top {float: none !important; text-align: center!important;}
    .interno .intestazione {display: none !important;}
    
    .galleryTop.home {height: 65vh!important;}
    
    .boxCerca.home .contentbox { margin: auto; }
    .boxCerca.home .contentbox { width: 95%; }
    .boxCerca.home .avanzata_txt { display: none; }

    #ComuneDett {width: 95%;background: #fff;border-radius: 5px;border: 1px solid #d2d2d2;padding: 10px 10px;}
    #ComuneDett:after {top: 10px;right: 10px;}

    #TipologiaDett {width: 95%;background: #fff;border-radius: 5px;border: 1px solid #d2d2d2;padding: 10px 10px;}
    #TipologiaDett:after {top: 10px;right: 10px;}

    .modalRicercaNew .checkRadio input[type="text"] {padding: 10px 10px;}

    .boxCerca.interno {padding: 0px;}

    #elencoImmo .lista_OffM {margin: -20px 0px 0px 0px !important;}
    .immoHalfMap .boxCerca.interno {padding: 0px;}
    

    .ricerche_frequenti .Sx li {display: table;}
    .ricerche_frequenti .Sx li a {display: table-cell;vertical-align: middle;line-height: 20px;padding: 0px 5px 0px 5px;}
    
    .ricerche_frequenti .Dx li {display: table;}
    .ricerche_frequenti .Dx li a {display: table-cell;vertical-align: middle;line-height: 20px;padding: 0px 5px 0px 5px;}
    
    .areetematichehome .box5 .dettagli .int .titolo {font-size: 22px!important;}
    
    .box_acquista_affitta .disptable .int {padding: 25px 15px 25px 15px !important;}
    

    .paginahome .contentbox .page-home {width: 100% !important;}
    
    .opConcluse .Operazione {width: 45.8% !important;}
    
    .closeHalfMap a {background: none !important;border: none !important;}
    .closeHalfMap .la {padding: 5px 5px 5px 5px !important;}

    .immoHalfMap .listato .realestate-lista figure { width: 40%; }
    .immoHalfMap .listato .realestate-lista .boxdettagli { width: 60%; }   
    .immoHalfMap .listato #elencoImmo .griglia li { width: 50%; }
    

    .realestate-lista-OffM figure {width: 40% !important;}
    .realestate-lista-OffM .boxdettagli {width: 60% !important;}
    .realestate-lista-OffM .action {width: 60% !important;}

    .boxCerca.agenzieagenti .contentbox { width: 95%; }
    .boxGstaffchisiamo .box3 { width: 43%; }
    
    .immobilihome h3 {font-size: 32px!important;}

    .areetematichehome .box5 .dettagli {width: 33% !important;}
    .areetematichehome .box5 .dettagli .int .boxlink .link {font-size: 17px !important;}
    .areetematichehome .testo_home .page-home {padding: 25px 20px 15px 20px !important;}
    .areetematichehome .testo_home .page-home h2 {font-size: 16px !important;}
    .areetematichehome .testo_home .page-home p {font-size: 17px !important;}

    #elencoUte ul {text-align: center;}
    #elencoUte .griglia li {width: 35% !important;float: none !important;display: inline-block;vertical-align: top;margin: 0px 15px 40px 15px !important;}

    .realestate-home {margin:0px auto 5px !important;width: 95% !important;}


    .immoHalfMap .listato .realestate-lista .action {width: 60% !important;}

    .realestate-preferiti ul { margin-left: -40px; }
    .realestate-preferiti { padding: 50px 0px; }
    .realestate-preferiti li { width: 50%; }
    #elencoAge .griglia li { width: 100%; }
    #elencoUte .griglia li { width: 47%; }
    .zoomGallery { background: rgb(0, 0, 0); }
    .closeZoomGallery { right: 10px; top: -5px; }
    .zoomGallery .cambioGrafica { text-align: left; left: 10px; top: 30px; }
    .realestate-evidenza { padding: 30px; }
    .realestate-evidenza .titolo_sezione { font-size: 20px; }
    .realestate-evidenza .prezzo { font-size: 20px; }
    .realestate-evidenza .codice { font-size: 20px; }
    .realestate-evidenza figure { width: 50%; }
    .realestate-evidenza .boxdettagli { width: 50%; }
    .realestate-evidenza .info .testo { font-size: 15px; }
    .realestate-evidenza .info .testo .chiusura { display: none; }
    .agenzie-scheda .galleriaTop { height: 60vh; }
    .agenzie-scheda .testata .padding_testata { padding-left: 0px; font-size: 16px; }   
    .agenzie-scheda .corpo .fotouffici { padding: 50px 35px; } 
    .agenzie-scheda .corpo .fotouffici .galleria { height: 200px; }
    .agenzie-scheda .corpo .titolo { font-size: 19px; text-align: center; }
    .agenzie-scheda .corpo .box_mappa .mappa .cartina { width: 95%; }
    .agenzie-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 0px 30px 0px; width: 100%; float: none; border-right: 0px; border-bottom: 1px solid #d9d9da; }
    .agenzie-scheda .corpo .scheda_form .contatto_form { padding: 30px 0px 0px 0px; width: 100%; float: none; }
    .agenzie-scheda .box_formcontatto { width: 100%; }
    .g-recaptcha { transform: scale(0.5); -webkit-transform: scale(0.5); }
    .agenti-scheda .galleriaTop { height: 60vh; }
    .agenti-scheda .galleriaTop .titolo { bottom: 40px; font-size: 20px; }
    .agenti-scheda .galleriaTop .titolo .fotoagente { height: 230px; width: 230px; }
    .agenti-scheda .galleriaTop .titolo strong { font-size: 28px; margin-bottom: 10px; }
    .agenti-scheda .testata { padding: 20px; }
    .agenti-scheda .testata .datiagenzia { width: 100%; float: none; padding-bottom: 25px; } 
    .agenti-scheda .testata .contattiagente { width: 50%; } 
    .agenti-scheda .testata .immobiliagente { width: 50%; }
    .agenti-scheda .testata .azioni { text-align: center; } 
    .agenti-scheda .testata .azioni .immo { text-align: center; }    
    .agenti-scheda .corpo .testo { padding: 50px 25px; }
    .agenti-scheda .corpo .elenco_agenzie { padding: 50px 35px; }
    .agenti-scheda .box_formcontatto { width: 100%; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 0px 30px 0px; width: 100%; float: none; border-right: 0px; border-bottom: 1px solid #d9d9da; }
    .agenti-scheda .corpo .scheda_form .contatto_form { padding: 30px 0px 0px 0px; width: 100%; float: none; }
    .agenti-scheda .corpo .titolo { font-size: 19px; text-align: center; }
    .realestate-scheda .testata { padding: 35px 10px; }
    .realestate-scheda .testata .padding_testata { padding-left: 10px; }
    .realestate-scheda .testata h1 { font-size: 20px; }
    .realestate-scheda .corpo { padding: 20px; }
    .realestate-scheda .corpo .testo::after { display: none; }
    .realestate-scheda .corpo .testo { margin-left: 0px; }
    .realestate-scheda .corpo .caratteristiche .box { width: 50%; }
    .realestate-simili { padding: 10px; }
    .realestate-simili li { width: 50%; }
    .realestate-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 0px 30px 0px; width: 100%; float: none; border-right: 0px; border-bottom: 1px solid #d9d9da; }
    .realestate-scheda .corpo .scheda_form .contatto_form { padding: 30px 0px 0px 0px; width: 100%; float: none; }
    .realestate-scheda .corpo .titolo { font-size: 19px; text-align: center; }    
    .realestate-scheda .corpo .sottotitolo { font-size: 19px; text-align: center; }   
    .paginahome .grid-5 { width: 100%; } 
    .paginahome .grid-7 { width: 100%; margin-top: 40px; }
    .telefono_footer a { font-size: 20px; color: #ffffff !important; }
    .menu_approfondimento li { font-size: 18px; }
    .interno .intestazione .menu_top { width: 57%; }
    .interno .intestazione .telefono_top { width: 23%; }
    .agenzie-scheda .galleria { height: 350px; }
    .agenzie-scheda .testata .grid-9 { width: 100%; text-align: center; }
    .agenzie-scheda .testata .grid-3 { width: 100%; text-align: center; }
    .agenzie-scheda .testata .foto { float: none; margin: auto; margin-bottom: 25px; }
    .agenzie-scheda .testata .padding_testata { float: none; clear: both; text-align: center; }
    .agenzie-scheda .testata .cont_social .titolo { float: none; }
    .agenzie-scheda .testata .cont_social { text-align: center; margin: 25px 0px; }
    .agenzie-scheda .testata .azioni .bottoni { float: none; }
    .agenzie-scheda #elencoUte .griglia li { width: 47%; }
    .agenzie-scheda .corpo .box_video { float: none; width: 91%; margin: auto; margin-bottom: 20px; }
    .agenzie-scheda .corpo .box_tour { float: none; width: 91%; margin: auto; margin-bottom: 20px; }
    .agenzie-scheda .corpo .box_mappa .mappa { padding: 20px 0px 20px 0px; }
    .agenti-scheda .galleria { height: 350px; }
    .agenti-scheda .testata .grid-9 { width: 100%; text-align: center; }
    .agenti-scheda .testata .grid-3 { width: 100%; text-align: center; }
    .agenti-scheda .testata .foto { float: none; margin: auto; margin-bottom: 25px; }
    .agenti-scheda .testata .padding_testata { float: none; clear: both; text-align: center; }
    .agenti-scheda .testata .cont_social .titolo { float: none; }
    .agenti-scheda .testata .cont_social { text-align: center; margin: 25px 0px; }
    .agenti-scheda .testata .azioni .bottoni { float: none; }
    .agenti-scheda .corpo .box_mappa .mappa { padding: 20px 0px 20px 0px; }
    .agenti-scheda .footer_scheda { padding: 0px 0px 50px 0px; }
    .elenco.immobili .ordine { width: 50%; }
    .elenco.immobili .vista { width: 50%; }
    .boxCerca.interno { padding: 10px; }
    .boxCerca.interno .contentbox .codice { width: 15%; }
    .boxCerca.interno .contentbox .contratto { width: 16%; }
    .boxCerca.interno .contentbox .localita { width: 26%; }
    .boxCerca.interno .contentbox .tipologia { width: 27%; }
    .boxCerca.interno .contentbox .prezzo { width: 16%; }
    .boxCerca.interno .contentbox .avanzata { width: 40%; }
    .boxCerca.interno .contentbox .cerca { width: 60%; text-align: right; }
    .boxCerca.interno .contentbox .cerca .submit { max-width: 150px; }
    .boxCerca.interno .contentbox .avanzataDett { width: 100%; margin-top: 15px; }
    .boxCerca.interno .contentbox .avanzataDett .boxcheckbox { width: 25%; margin-top: 0px; margin-bottom: 15px; }
    #elencoImmo .griglia li { width: 50%; }
    
    .realestate-simili li {width: 49%!important;}
    .realestate-simili .titolo { width: 100%; }
    
    .realestate-scheda .galleria .swiper-pagination-fraction {bottom: 30px!important;}
    .realestate-scheda .thumbScheda {display: none;}
    .realestate-scheda .interno-scheda h1 { font-size: 25px; }
    .realestate-scheda .galleria .titSchimmGallery h1 {font-size: 25px !important;}
    .realestate-scheda .galleria .titSchimmGallery h1 span {font-size: 20px !important;}
    .realestate-scheda .galleria .titSchimmGallery h2 {font-size: 19px !important;}
    .realestate-scheda .dettaglio .caratteristiche .box { width: 50%; }
    .realestate-scheda .dettaglio .immoPreferiti .far { font-size: 25px; }
    .realestate-scheda .dettaglio .immoPreferiti .fas { font-size: 25px; }
    .realestate-scheda .dettaglio .immoStampa .fa { font-size: 25px; }
    .realestate-scheda .dettaglio .immoCond .fa { font-size: 25px; }
    .realestate-scheda .dettaglio .prezzo { font-size: 25px; }
    .news h2 { font-size: 25px; }
    .news h3 { font-size: 20px; }
    section.faq h3 { font-size: 20px; } 
    .cont_form { border: 0px solid #dedede; background: transparent; padding: 20px 0px; font-size: 14px; width: 100%; }
    .agenti-scheda .testata .padding_testata { padding-left: 0px; }
    .agenti-scheda .testata .azioni .bottoni { margin: 10px 15px 10px 15px; }
    .homeRicAva { left: 25px; }

    .intestazione .logo_top { float: unset !important; padding: 10px 20px 10px 20px !important; }
    .intestazione .menu_top { display: none; }
    header.home { border-bottom: 5px solid #00704a; }
    .interno .intestazione .logo_top { text-align: center; width: 100%; }
    .interno .intestazione .telefono_top { display: none; }
    .intestazione .logo_top { padding: 0px !important; }
    .lingue { display: none; }
    .sectionMobile { display: block; position: fixed; left: 0; bottom: 0; z-index: 900; width: 100%; font-size: 10px; }
    .sectionMobile .bottone { background: #00704a; text-align: center; padding: 5px; text-transform: uppercase; color: #ffffff; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }
    .sectionMobile .bottone .la { font-size: 35px; }
    .sectionMobile .bottone span { clear: both; display: block; }
    .sectionMobile a:first-of-type .bottone { border-left: 0px solid #ffffff; }
    .sectionMobile a:last-of-type .bottone { border-right: 0px solid #ffffff; }    
    .menuResponsive { width:100%; height:100%; position:fixed; overflow: auto; top: 100vh; background: #00704a; z-index: 999; color: #ffffff; left: 0px;}
    .menuResponsive .logoResp { text-align: center; margin-bottom: 30px; }
    .menuResponsive .logoResp img { height: 80px; }
    .menuResponsive .lingueResp { position: fixed; display: none; bottom: 13px; left: 15px; z-index: 99; width: 70%; }
    .menuResponsive .lingueResp a { color: #ffffff; font-size: 15px; display: inline-block; width: 33%; background: #00704a; padding: 5px; text-align: center; border-radius: 5px; }
    .menuResponsive .closeMenu { position: fixed; right: 0px; bottom: 0px; display: none; width: 100%; background: #F6F7F8; padding: 10px; text-align: right; }
    .menuResponsive .closeMenu .la { font-size:50px; color:#353535; cursor: pointer; }
    .menuResponsive ul { display: block; margin: 0 auto 100px; padding: 0; clear: both; width: 90%;}
    .menuResponsive li {list-style: none; display: block; margin: 0; line-height: 44px; border-bottom: 1px solid #4d4d4d; text-align: center;}
    .menuResponsive li  span {display: inline-block;vertical-align: top;cursor: pointer;}
    .menuResponsive a { display: inline-block;vertical-align: top; text-decoration: none; color: #ffffff; font-size: 14px; padding: 0px 10px;text-transform: uppercase;}
    .menuResponsive a:hover {opacity: .65;}
    .menuResponsive ul li ul { display: none; border-bottom: none; margin: 0;width: 100%;}
    .menuResponsive ul li ul li:last-child { border-bottom: none; }
    .menuResponsive ul li ul li { line-height: 38px; font-size: 13px; }
    .menuResponsive ul li ul li a {}    
    .ricercaResponsive { width:100%; height:100%; position:fixed; overflow: auto; top: 100vh; background: #eee; z-index: 999; color: #2f2f2f; left: 0px; }
    .ricercaResponsive .closeMenu { cursor: pointer; position: fixed; right: 10px; bottom: 10px; display: none; z-index: 11; }
    .ricercaResponsive .closeMenu .la { font-size:50px; color:#ffffff; }
    .motoreRicercaMobile { width: 100%; margin: auto; padding: 30px; margin-bottom: 50px; }
    .motoreRicercaMobile .input { margin-bottom: 0px; width: 100%; }
    .motoreRicercaMobile .sezione { margin-bottom: 10px; border-bottom: 1px solid #d1d1d1; padding-bottom: 15px; }
    .motoreRicercaMobile .sezione .titolo { padding-bottom: 10px; }
    .motoreRicercaMobile .form-control { padding: 20px 10px; }
    .motoreRicercaMobile .checkRadioMobile { margin: 5px 0px 0px 0px; font-size: 15px; }
    .motoreRicercaMobile .checkRadioMobile label { background: #d1d1d1; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
    .motoreRicercaMobile .checkRadioMobile input { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
    .motoreRicercaMobile .checkRadioMobile input:checked + label { background: #00704a; color: #ffffff; font-weight: bold; }
    .motoreRicercaMobile .checkRadioMobile input[type="checkbox"] + label {  margin: 5px 3px 5px 0px; width: calc(25% - 6px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .motoreRicercaMobile .checkRadioMobile input[type="radio"] + label { margin: 5px 3px 5px 0px; width: calc(20% - 7px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .motoreRicercaMobile .checkRadioMobile .Tipologia_macro { display: none; } 
    .motoreRicercaMobile button[type="submit"] { background: #02714b; padding: 10px 60px; }
    .motoreRicercaMobile button[type="submit"]::before { display: none; }
    .motoreRicercaMobile .cerca { text-align: center; position: fixed; bottom: 0; left: 0; width: 100%; background: #2f2f2f; padding: 10px 0px; z-index: 10; display: none; }
    .motoreRicercaMobile .slider-success.noUi-target { background: #d1d1d1 !important; }
    .motoreRicercaMobile .slider-success .noUi-connect { background: #00704a !important; }
    .motoreRicercaMobile .slider-success.circle-filled .noUi-handle,.motoreRicercaMobile  .slider-success.square .noUi-handle { background: #00704a !important; }
    .motoreRicercaMobile .slider-success .noUi-handle { border-color: #00704a !important; }
    .motoreRicercaMobile .cerca_input { padding: 10px 10px; }


    #elencoImmo .simili li {margin: 0px 10px 40px 10px !important;width: 47% !important;}

    
    #turnUp {bottom: 75px !important;}

    .credits .Sx {width: 33.3% !important;}
    .credits .Cx {width: 33.3% !important;}
    .credits .Dx {width: 33.3% !important;}

}

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

    ::placeholder { font-size: 16px; } /* Firefox, Chrome, Opera */ 
    :-ms-input-placeholder { font-size: 16px; } /* Internet Explorer 10-11 */ 
    ::-moz-placeholder { font-size: 16px; } /* Microsoft Edge */ 
    :-moz-placeholder { font-size: 16px; } /* Microsoft Edge */ 
    ::-webkit-input-placeholder { font-size: 16px; } /* Microsoft Edge */
    
    h1 {font-size: 24px!important;}
    h2 {font-size: 21px!important;}
    h3 {font-size: 19px!important;}
    
    .checkRadio_big input[type="checkbox"] + label span {margin: 0px 15px 40px 0px !important;}
        
    .intestazione .logo_top { float: unset !important; padding: 10px 20px 10px 20px !important; }
    .intestazione .menu_top { display: none; }
    .lingue { display: none; }
    .sectionMobile { display: block; position: fixed; left: 0; bottom: 0; z-index: 900; width: 100%; font-size: 10px; }
    .sectionMobile .bottone { background: #00704a; text-align: center; padding: 5px; text-transform: uppercase; color: #ffffff; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }
    .sectionMobile .bottone .la { font-size: 35px; }
    .sectionMobile .bottone span { clear: both; display: block; }
    .sectionMobile a:first-of-type .bottone { border-left: 0px solid #ffffff; }
    .sectionMobile a:last-of-type .bottone { border-right: 0px solid #ffffff; }    
        
    .ricercaResponsive { width:100%; height:100%; position:fixed; overflow: auto; top: 100vh; background: #eee; z-index: 999; color: #2f2f2f; left: 0px; }
    .ricercaResponsive .closeMenu { cursor: pointer; position: fixed; right: 10px; bottom: 10px; display: none; z-index: 11; }
    .ricercaResponsive .closeMenu .la { font-size:50px; color:#ffffff; }
    .motoreRicercaMobile { width: 100%; margin: auto; padding: 30px; margin-bottom: 50px; }
    .motoreRicercaMobile .input { margin-bottom: 0px; width: 100%; }
    .motoreRicercaMobile .sezione { margin-bottom: 10px; border-bottom: 1px solid #d1d1d1; padding-bottom: 15px; }
    .motoreRicercaMobile .sezione .titolo { padding-bottom: 10px; }
    .motoreRicercaMobile .form-control { padding: 20px 10px; }
    .motoreRicercaMobile .checkRadioMobile { margin: 5px 0px 0px 0px; font-size: 15px; }
    .motoreRicercaMobile .checkRadioMobile label { background: #d1d1d1; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
    .motoreRicercaMobile .checkRadioMobile input { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
    .motoreRicercaMobile .checkRadioMobile input:checked + label { background: #00704a; color: #ffffff; font-weight: bold; }
    .motoreRicercaMobile .checkRadioMobile input[type="checkbox"] + label {  margin: 5px 3px 5px 0px; width: calc(25% - 6px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .motoreRicercaMobile .checkRadioMobile input[type="radio"] + label { margin: 5px 3px 5px 0px; width: calc(20% - 7px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .motoreRicercaMobile .checkRadioMobile .Tipologia_macro { display: none; } 
    .motoreRicercaMobile button[type="submit"] { background: #33aa58; padding: 10px 60px; }
    .motoreRicercaMobile button[type="submit"]::before { display: none; }
    .motoreRicercaMobile .cerca { text-align: center; position: fixed; bottom: 0; left: 0; width: 100%; background: #2f2f2f; padding: 10px 0px; z-index: 10; display: none; }
    .motoreRicercaMobile .slider-success.noUi-target { background: #d1d1d1 !important; }
    .motoreRicercaMobile .slider-success .noUi-connect { background: #00704a !important; }
    .motoreRicercaMobile .slider-success.circle-filled .noUi-handle,.motoreRicercaMobile  .slider-success.square .noUi-handle { background: #00704a !important; }
    .motoreRicercaMobile .slider-success .noUi-handle { border-color: #00704a !important; }
    .motoreRicercaMobile .cerca_input { padding: 10px 10px; }
    
    
    .ricerche_veloci .ricerca-wrap-sx {width: 46.5% !important;margin: 0px 15px 30px 15px !important;}
    .ricerche_veloci .ricerca-wrap-cx {width: 46.5% !important;margin: 0px 15px 30px 15px !important;}
    .ricerche_veloci .ricerca-wrap-dx {float: none !important;display: inline-grid; width: 60% !important;margin: 0px 15px 30px 15px !important;}

    
    .areetematichehome .box5 figure {display: block !important;width: 100% !important;height: 450px !important;}
    .areetematichehome .box5 .dettagli {display: block !important;width: 100% !important;height: auto !important;}
    .areetematichehome .box5 .dettagli .int {padding: 20px 20px 20px 20px!important;}
    .areetematichehome .box5 .dettagli .int .titolo {float: none !important;text-align: center !important;}
    .areetematichehome .box5 .dettagli .int .boxlink .link {font-size: 18px!important;text-align: center !important;}

    
    .slider_acquiaffittaHome {float: none; width: 90%!important;margin: 0px auto!important;}
    .box_acquista_affitta {float: none;width: 90%!important;margin: 0px auto!important;}
    .box_acquista_affitta .disptable .int {width: 100%!important;padding: 25px 20px 25px 20px !important;margin: 0px 0px 0px 0px!important;}
    .box_acquista_affitta .disptable .int h3 {font-size: 19px!important;}
    .box_acquista_affitta .box3 {max-width: 33%!important;}
    .box_acquista_affitta .box3 figure {width: 60px!important;height: 60px!important;}

    .opConcluse .Operazione:nth-child(2n+1) {margin-right: 5px !important;}
    .opConcluse .Operazione:nth-child(2n+2) {margin-left: 5px !important;}
    .opConcluse .Operazione {width: 49% !important;}
    .opConcluse .Operazione .boxdettagli .info h2 {font-size: 17px !important;}
    .opConcluse .Operazione .boxdettagli .info p {font-size: 14px !important;}
    
    .paginahome .contentbox .page-home {margin: 0px 0px 20px 0px !important;}
    .paginahome .contentbox .page-home h1 {font-size: 24px!important;}
    
    .sectionpage {max-width: 95% !important;}
    .fascia_full_white {padding: 0px 20px 0px 20px !important;}
    .fascia_full_grey {padding: 0px 20px 0px 20px !important;}

    table tr td {display: inline-block;width: 100% !important;padding: 0px 0px 0px 0px !important;}
    
    .immobilihome h3 {font-size: 22px!important;}
    .realestate-home figure {height: 295px!important;}
    .realestate-home figure .boxdettagli {height: 295px!important;margin-top: -295px!important;}
    .realestate-home figure .boxdettagli .info .dove {max-width: 50%;text-align: left;}
    
    .immoHalfMap {width: 100% !important;}

    .realestate-griglia figure {height: 425px !important;}
    .realestate-griglia figure .boxdettagli {height: 425px !important;margin-top: -425px !important;}
    .realestate-griglia figure .boxdettagli .info .dove {max-width: 50%;text-align: left;}
    

    .preferiti_top { display:none !important; }
    .boxCerca.home { display:none; }
    .boxCerca.interno { display:none; }   
    .lavoraconnoi .swiper-slide { max-width: 85%; margin: 0px; }
    .box1 { margin: 10px 0px; width: 85%; }
    .box1 figure { width: 100% !important; }
    .odometerPaesi { width: 33.33%; font-size: 25px; }
    .odometerPaesi .details { width: 180px; height: 180px; }
    .odometerPaesi .details img { margin-top: 30px; }
    .odometerAgenzie { width: 33.33%; font-size: 25px; }
    .odometerAgenzie .details { width: 180px; height: 180px; }
    .odometerAgenzie .details img { margin-top: 30px; }
    .odometerAgenti { width: 33.33%; font-size: 25px; }
    .odometerAgenti .details { width: 180px; height: 180px; }
    .odometerAgenti .details img { margin-top: 30px; }
    
    .realestate-scheda .galleria .titSchimmGallery {max-width: 65%!important;}
    
    .realestate-scheda .testata { padding: 25px 20px; }
    .realestate-scheda .testata .grid-9 { width: 100%; text-align: center; }
    .realestate-scheda .testata .grid-3 { width: 100%; }
    .realestate-scheda .testata .scheda_immo_chiama { width: 50%; display: inline-block; float: left; }
    .realestate-scheda .testata .scheda_immo_contatta { width: 50%; display: inline-block; }
    .realestate-scheda .testata .scheda_immo_br { display: none; }
    .realestate-scheda .testata .azioni { margin: 30px 0px 10px 0px; }
    .realestate-scheda .testata .agenteagenzia { margin: 30px 0px 10px 0px; width: auto; display: inline-block; }
    .realestate-scheda .footer_scheda .grid-6 { width: 100%; }
    .realestate-scheda .footer_scheda .cont_social { margin-top: 30px; }
    
    .closeZoomGallery { font-size: 35px; top: 15px; }
    .zoomGallery .multipleThumb { margin-top: 90px; }
    
    .breadCrumb { display: none; }
    .realestate-evidenza .titolo { float: none; text-align: left !important; }
    .realestate-evidenza figure { height: 250px; }
    .agenzie-scheda .testata { padding: 25px 20px; }
    .agenzie-scheda .testata .grid-9 { width: 100%; text-align: center; }
    .agenzie-scheda .testata .grid-3 { width: 100%; margin-top: 30px; }
    .agenzie-scheda .testata .azioni { padding-right: 0px; text-align: center; }
    .agenzie-scheda .testata .azioni .immo { text-align: center; }
    .agenzie-scheda .corpo .fotouffici .galleria { height: 250px; }
    .agenzie-scheda .corpo .staff { padding: 50px 15px; }
    .agenzie-scheda .footer_scheda .grid-6 { width: 100%; }
    .agenzie-scheda .footer_scheda .cont_social { margin-top: 30px; }
    .agenzie-scheda .footer_scheda { padding: 40px 0px; }
    .agenzie-scheda figure .statoAge.nextopen { padding: 15px 15px 15px 80px; font-size: 22px; }
    .agenti-scheda .galleriaTop .titolo .fotoagente { height: 180px; width: 180px; border: 5px solid #222222; }
    .agenti-scheda .galleriaTop .titolo strong { font-size: 25px; }
    .agenti-scheda .galleriaTop .titolo { bottom: 30px; }
    .agenti-scheda .testata .datiagenzia { text-align: center; }
    .agenti-scheda .corpo .elenco_agenzie { text-align: center; }
    .realestate-evidenza .info { padding-left: 0px; padding-top: 0px; }
    .realestate-evidenza .info .testo { padding: 30px 0px 0px 25px; }    
    #myModalIframe .modal-dialog { width: 95% !important; }
    .immobilihome .immoSearch { display: none; }
    .immobilihome .ancoraCerca { display: none; }
    .menu_approfondimento li { width: 50% !important; }
    .menu_approfondimento li ul li { width: 100% !important; }
    .telefono_footer { display: none; }
    .credits .grid-9 { text-align: center; }
    .modalRicerca { max-height: unset; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal { width: 50%; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select { width: 100%; }
    .modalRicerca .sectionModal .list_macro { width: 100%; float: none; }
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { float: left; width: 20%; }
    .modalRicerca .sectionModal .list_tipologie { border-left: 0px solid #eee; height: 80%; width: 100%; float: none; }
    .ComuneDett .modalRicerca .sectionModal .list_macro { display: none; }    
    .ComuneDett .modalRicerca .sectionModal .list_tipologie { height: 100%; }
    .agenzie-griglia { width: 60%; }
    .agenzie-griglia figure { height: 300px; width: 100%; float: none; }
    .agenzie-griglia .boxdettagli { width: 100%; float: none; }
    .agenzie-griglia .info .titolo { font-size: 20px; }
    .agenzie-griglia .info .dove { font-size: 16px; }
    .agenzie-griglia .info .indirizzo { font-size: 16px; }
    .agenzie-griglia .info .contatti { font-size: 16px; }
    .agenzie-scheda .galleria { height: 300px; }
    .agenti-scheda .galleria { height: 300px; }
    #elencoImmo .titolo { text-align: left; }
    .tornaindietro { margin-right: 10px; margin-top: 0px; padding-top: 10px; }
    .schimmoTop { display: none; }
    .realestate-scheda .titolo { width: 100%; margin-bottom: 20px; }
    .realestate-scheda .dettaglio { width: 100%; }
    .elenco.immobili .cambioGrafica { display: none; }
    .elenco.immobili .ordine { width: 100%; }
    .realestate-pertinenze li { width: 60%; }
    .realestate-pertinenze li figure { width: 100%; }
    .realestate-pertinenze li .boxdettagli { width: 100%; }
    .realestate-pertinenze .action { width: 100%; margin-bottom: 0px; }
    .realestate-scheda #elencoImmo .realestate-griglia { width: 100%; max-width: unset; }
    .realestate-cantieri li { width: 60%; }
    .realestate-cantieri li figure { width: 100%; }
    .realestate-cantieri li .boxdettagli { width: 100%; }
    .realestate-cantieri .action { width: 100%; margin-bottom: 0px; }
    .realestate-scheda .realestate-cantieri .icone { float: none; }
    .cont_form .grid-4 { width: 50%; }
    .cont_form .grid-4:nth-child(3n + 2) { text-align: left; }
    .cont_form .grid-4:nth-child(3n + 3) { text-align: left; }
    .cont_form .grid-4:nth-child(3n + 4) { text-align: left; }
    .cont_form .bottSubmit { width: 100%; }
    .agenzie-scheda .galleria { margin-bottom: 0px; }
    .agenti-scheda .galleria { margin-bottom: 0px; }

    .realestate-simili li {margin: 0px 10px 40px 10px !important;width: 47% !important;}
}

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

  .ricerche_frequenti .contentbox {padding: 30px 0px 0px 0px !important;}
  .ricerche_frequenti .Sx {float: none !important; width: 100% !important;}
  .ricerche_frequenti .Cx {float: none !important; width: 100% !important;height: auto !important;}
  .ricerche_frequenti .Cx div {padding: 25px 0px 35px 0px;}
  .ricerche_frequenti .Dx {float: none !important; width: 100% !important;}


  .ricerche_veloci .contentbox {text-align: center !important;}
  .ricerche_veloci .ricerca-wrap-sx {float: none !important; display: inline-grid !important;width: 65% !important;}
  .ricerche_veloci .ricerca-wrap-cx {float: none !important; display: inline-grid !important;width: 65% !important;}
  .ricerche_veloci .ricerca-content-cx {width: 100% !important;margin-top: 0px !important;}
  .ricerche_veloci .ricerca-content-cx a {width: 100% !important;}
  .ricerche_veloci .ricerca-wrap-dx {width: 65% !important;}

  .realestate-home {width: 70% !important;} 
  .realestate-home figure .boxdettagli .info .dove {max-width: 49% !important;text-align: left !important;}

  .areetematichehome {margin: 0px 0px 35px 0px !important;}
  .areetematichehome .testo_home .page-home p {line-height: 40px !important;}


  .acquista_affitta {margin: 0px 0px 60px 0px !important;}
  .box_acquista_affitta {width: 95% !important;}
  .box_acquista_affitta .box8 {max-width: 33% !important;}
  .box_acquista_affitta .box8 .dettagli .titolo {font-size: 18px !important;}

  .sectionpage {max-width: 95% !important;text-align: center !important;}
  table tr td {text-align: center !important;}

  .buttPage {text-align: center !important;}

  .opConcluse .Operazione {margin: 0px 10px 40px 10px !important;width: 72% !important;}
  .opConcluse .Operazione figure {height: 300px !important;}
  .opConcluse .Operazione .boxdettagli {height: 300px !important;margin-top: -300px !important;}
  .opConcluse .Operazione .boxdettagli .info h2 {font-size: 17px !important;}

  .immoHalfMap {width: 100% !important;}
  .immoHalfMap .listato .realestate-lista .action {width: 100% !important;}

  .immoHalfMap .elenco.immobili .ordine {width: 50% !important;}
  .immoHalfMap .elenco.immobili .vista {width: 50% !important;}

  #elencoUte .griglia li {width:45% !important;}

  .realestate-lista {width: 55% !important;}
  .realestate-lista figure {width: 100% !important;height: 280px !important;}
  .realestate-lista .boxdettagli {height: auto !important;width: 100% !important;}
  .realestate-lista .action {width: 100% !important;margin: 0px 0px 10px 0px;}
  .realestate-lista .action .dettagli {margin: 0px 10px 0px 0px !important;}

  .immoHalfMap .listato #elencoImmo .lista_OffM li {display:inline-block;vertical-align: top;margin: 0px 10px 35px 10px !important;width: 47% !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM {width: 100% !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM figure {width: 100% !important;height: 255px !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM figure .prezzo {padding: 15px 15px !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM .boxdettagli {width: 100% !important;height: auto !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM .info {padding:10px 15px 0px 15px !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM .info .titolo {float: none !important;text-align: center !important;max-width: 100% !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM .info .codice {float: none !important;text-align: center !important;margin: 0px 0px 15px 0px;}
  #elencoImmo .lista_OffM .realestate-lista-OffM .info .dove {text-align: center !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM .action {width: 100% !important;}
  #elencoImmo .lista_OffM .realestate-lista-OffM .action .dettagli {font-size: 15px !important;margin: 0px 10px 25px 10px !important;float: none;}
  
  #elencoImmo .simili li {width: 70% !important;}

  .realestate-griglia figure .boxdettagli .info .dove {max-width: 50%;text-align: left;}

  .realestate-simili li {width: 60% !important;}

  .credits .Sx {width: 100% !important;text-align: center !important;margin: 0px 0px 20px 0px !important;}
  .credits .Cx {width: 100% !important;text-align: center !important;margin: 0px 0px 20px 0px !important;}
  .credits .Dx {clear: both;float: none;margin: 15px 0px 0px 0px;width: 100% !important;text-align: center !important;}

  .immoHalfMap .listato #elencoImmo .griglia li {min-width: 100% !important;}
}

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

  .checkRadio_normal input[type="checkbox"] + label span {margin: 0px 15px 25px 0px !important;}
  
  table { width: 95%!important; margin: auto; }
  table tr td { display: inline-block; width: 100%!important; margin: 15px 0px; }
  table tr td img {display: block; margin: 15px auto 15px !important;}

  #myModal {max-height: 92vh;}
  #myModal .modal-dialog {width: 96% !important;}

  .buttPage {font-size: 14px !important;}

  .ricerche_veloci .ricerca-wrap-sx {width: 82% !important;}
  .ricerche_veloci .ricerca-wrap-cx {width: 82% !important;}
  .ricerche_veloci .ricerca-wrap-dx {width: 82% !important;}

  .ricerche_frequenti {margin: 0px 0px 40px 0px !important;}

  .modalRicercaNew {max-width: 95% !important;}

  .opConcluse .Operazione {width: 95% !important;}


  .immobilihome {margin: 0px 0px 40px 0px !important;}
  .immobilihome .swiper-button-next {right: 30% !important;}
  .immobilihome .swiper-button-prev {left: 30% !important;}
  .realestate-home {width: 90% !important;}

  .ordinamentoPagina {padding: 20px !important;}
  .ordinamentoPagina .orderData {line-height: 20px !important;}
  .immoHalfMap .elenco.immobili .ordine {width: 80% !important;}
  .immoHalfMap .elenco.immobili .vista {width: 20% !important;}
  .elenco.immobili .vista .openHalfMap a {display: block; font-size: 0px;padding: 0px 10px !important;}

  #elencoUte .griglia li {width: 70% !important;}

  .swacquistaaffitta {height: 340px !important;}
  .box_acquista_affitta .disptable .int {padding: 20px 15px 20px 15px !important;}
  .box_acquista_affitta .box8 {padding: 0px 3px 0px 3px !important;}
  .box_acquista_affitta .box8 .dettagli .titolo {font-size: 16px !important;}

  .areetematichehome .testo_home .page-home {padding: 10px 10px 15px 10px !important;}
  .areetematichehome .testo_home .page-home h2 {line-height: 45px;}

  .realestate-scheda .padding {text-align: center !important;}
  .realestate-scheda .corposx .tools {float: none !important;text-align: center !important;}
  .realestate-scheda .corposx .immoCond {float: none; display: inline-block;vertical-align: top;margin: 40px 15px 25px 15px !important;}
  .realestate-scheda .corposx .immoPreferiti {float: none; display: inline-block;vertical-align: top;margin: 40px 15px 25px 15px !important;}
  .realestate-scheda .corposx .prezzo {font-size: 25px !important;}
  .realestate-scheda .scheda_form {padding: 15px 10px !important;}

  .realestate-simili .titolo {text-align: center !important;}
  .realestate-simili li {width: 80% !important;}

  .immoHalfMap .listato #elencoImmo .lista_OffM li {width: 70% !important;}

  #elencoImmo .simili li {width: 90% !important;}

  .credits .Sx {width: 100% !important;text-align: center !important;margin: 0px 0px 25px 0px;}
  .credits .Cx {width: 100% !important;text-align: center !important;margin: 0px 0px 25px 0px;}
  .credits .Cx img {max-width: 300px !important;}

  .chiusura .content {padding: 15px 15px !important;}
  .chiusura .content .grid-6 {width: 100% !important;text-align: center !important;}
  .menu_footer {text-align: center !important;width: 100% !important;}
  .menu_footer ul {text-align: center !important;}
  .menu_footer li {padding: 0px 0px 0px 0px !important;width: 100% !important;}

  #turnUp {left: auto !important;right: 30px !important;}

  .realestate-griglia figure {height: 355px !important;}
  .realestate-griglia figure .boxdettagli {height: 355px !important;margin-top: -355px !important;}

}

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

    h1 { font-size: 22px!important; }
    h2 { font-size: 20px!important; }
    h3 { font-size: 18px!important; }
    
    .checkRadio_normal input[type="checkbox"] + label span {margin: 0px 15px 65px 0px !important;}
    
    .modalDialog > div {width: 88%!important;}
    
    .sectionMobile { font-size: 8px; }
    .sectionMobile .bottone .la { font-size: 30px; }
    
    .home .logo_top {width: 250px!important;height: 250px!important;}
    
    .galleryTop.home { height: 45vh!important; }
    .swtophomepage { height: 50vh; }
    .testo .listUnica span{width:97% !important;border:0 !important;}
    .slider_paginaHome {float: none;width: 97% !important;margin: 0px auto 0px!important;height: 275px!important;}
    .slider_paginaHome .galleryTop {height: 100%!important;}
    .swfotoagenziahomepage {height: 275px!important;}
    
    .ricerche_veloci .ricerca-wrap-sx {width: 95% !important;margin: 0px 0px 30px 0px !important;}
    .ricerche_veloci .ricerca-content-dx li {padding: 5px 5px 5px 5px !important;}
    .ricerche_veloci .ricerca-content-sx li a {line-height: 35px !important;}
    .ricerche_veloci .ricerca-wrap-cx {width: 95% !important;margin: 0px 0px 30px 0px !important;}
    .ricerche_veloci .ricerca-content-cx li a {line-height: 35px !important;}
    .ricerche_veloci .ricerca-content-cx a {padding: 5px 5px 5px 5px !important;line-height: 35px !important;}
    .ricerche_veloci .ricerca-wrap-dx {width: 95% !important;margin: 0px 0px 30px 0px !important;}
    .ricerche_veloci .ricerca-content-dx li {padding: 5px 5px 5px 5px !important;}
    .ricerche_veloci .ricerca-content-dx li a {line-height: 35px !important;}

    .ricerche_frequenti .titFrequenti {font-size: 26px!important;}
    .ricerche_frequenti ul li a {display: inline-block;font-size: 14px!important;}
  
    .modalRicercaNew .checkRadio {padding: 25px 15px !important;}
    .deselezionatutto {right: 15px !important;}

    .paginahome {height: auto!important;}
    .paginahome h1 { text-align: center; }
    .paginahome .contentbox { padding: 20px 10px; }
    .paginahome .contentbox .page-home {width: 100%!important;margin: 0px auto 0px!important;padding: 0px 0px 0px 0px!important;font-size: 15px !important;}
    .paginahome .contentbox .page-home .txt {padding: 30px 15px 30px 15px!important;text-align: center!important;}
    .paginahome .contentbox .page-home h1 {font-size: 22px!important;}
    .paginahome .contentbox .page-home .txt p {text-align: center!important;}
    .paginahome table { width: 95%!important; margin: auto; }
    .paginahome table tr td { display: inline-block; width: 100%!important; margin: 0px 0px; text-align: center; }
    
    .areetematichehome .testo_home .page-home {padding: 20px 15px 15px 15px !important;}
    .areetematichehome .testo_home .page-home h2 span {display: block !important;}
    .areetematichehome .testo_home .page-home p {line-height: 30px !important;margin: 0px 0px 0px 0px !important;}
    .boxGareetematichehome {width: 97%!important;}
    .areetematichehome .testo_home .page-home h2 {line-height: 25px !important;}
    .areetematichehome .box5 figure {display: block!important;width: 100%!important;height: 600px !important;}
    .areetematichehome .box5 .dettagli {display: block!important; width: 100%!important;height: auto!important;}
    .areetematichehome .box5 .dettagli .int {width: 100%!important;text-align: center!important;}
    .areetematichehome .box5 .dettagli .int .titolo {float: none; text-align: center!important;}
    .areetematichehome .box5 .dettagli .int .boxlink .link {text-align: center!important;}
    
    .box_acquista_affitta {text-align: center !important;}
    .box_acquista_affitta .disptable .int h3 {float: none !important;}
    .box_acquista_affitta .box8 {max-width: 100% !important;}

    .immoHalfMap .listato #elencoImmo .lista_OffM li {width: 85% !important;}

    
    .opConcluse-scheda figure {height: 320px!important;}
    
    .contGalleryimmHome .swiper-slide {padding: 15px 0px 15px 0px!important;}
    
    .sectionpage {text-align: center!important;}
    .sectionpage ul {padding-left: 0px !important;}
    table tr td {text-align: center!important;}
    .buttPage {text-align: center!important;}
    
    .blog .blogEsterno { height: 300px; margin-bottom: 50px; }
    .credits .grid-9 { text-align: center; }
    .box8 .dettagli .testo { font-size: 20px !important; }
    .box8 .dettagli .titolo { font-size: 16px !important; }
    .box8 .dettagli .sottotitolo { font-size: 14px !important; }
    .motoreRicercaMobile .checkRadioMobile label { padding: 10px 10px; font-size: 13px; color: #000000; }
    .cerca_da_a { width: 49%; }
    .motoreRicercaMobile .checkRadioMobile input[type="checkbox"] + label { width: calc(50% - 6px); }
    .motoreRicercaMobile .checkRadioMobile input[type="radio"] + label { width: calc(33% - 6px); }
    .motoreRicercaMobile .sezione .titolo { font-size: 16px; }
    .motoreRicercaMobile .input .input__label-content { font-size: 13px; }
    .box1 figure {  height: 250px !important; }
    .lifestyle h4 { font-size: 24px; }
    .swtophomepage .swiper-slide .title { font-size: 20px; }
    .swtophomepage .swiper-slide .text { font-size: 16px; }
    .swtophomepage .swiper-slide .link a { font-size: 10px; }
    .box1 .dettagli .titolo { font-size: 25px; }
    .box3 { width: 95%; }
    .box3 figure { width: 100% !important; }
    .box3 figure .foto { max-width: 80% !important; min-width: unset !important; min-height: unset !important; max-height: 100% !important; width: unset !important; }
    .box3 .dettagli .boxlink .link { padding: 15px 18px !important; font-size: 16px; }
    .social { margin-top: 30px; }
    .social a { margin: 0px 15px; }
    .cambioGrafica { display: none; }
    select { width: 100%; padding: 17px 10px; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; margin-bottom: 20px; color: #727e7a; font-weight: 400; font-size: 16px; }
    .boxCerca.agenzieagenti .contentbox { width: 90%; }
    .select2-agenzieagenti { background: transparent;color: #fff; border-radius: 0px; border: 0px solid #d2d2d2; }
    .select2-lavora { width: 95%; }
    .boxCerca.agenzieagenti .contentbox .tipologia { border-radius: 5px 5px 0px 0px; width: 100%; }
    .boxCerca.agenzieagenti .contentbox .localita { width: 100%; }
    .boxCerca.agenzieagenti .contentbox .cerca { border-radius: 0px 0px 5px 5px; width: 100%; }
    .odometerPaesi { width: 100%; }
    .odometerAgenzie { width: 100%; }
    .odometerAgenti { width: 100%; }
    .boxGstaffchisiamo .box3 { width: 93%; }
    .boxGstaffchisiamo .box3 figure { width: 230px !important; }
    .boxGstaffchisiamo .box3 figure .foto { max-width: unset !important; }
    .cont_form .grid-6 { width: 100%; } 
    .cont_form .grid-6 .input { width: 95%; } 
    .cont_form .checkRadio_big { margin-left: 8px; }
    .cont_form .bottSubmit { margin-top: 35px; text-align: center !important; }
    .bottone_file { width: 95%; margin-bottom: 20px; }
    .agenzie-lavoraconnoi .grid-2 { width: 30%; }
    .agenzie-lavoraconnoi .grid-4 { width: 70%; }
    .agenzie-lavoraconnoi .info .titolo { min-height: auto; }
    .agenzie-lavoraconnoi .info .indirizzo { padding: 0px 10px 10px 10px; }
    

    .realestate-home {width: 96% !important;}
    .realestate-home figure .boxdettagli .info {font-size: 13px !important;padding: 10px 8px !important;bottom: 0px !important;}

    .realestate-griglia figure .boxdettagli .info {font-size: 13px !important;padding: 10px 8px !important;bottom: 0px !important;}

    .realestate-scheda .galleria { height: 350px; }
    .realestate-scheda .galleria .titSchimmGallery {display: none!important;}
    .realestate-scheda .galleriaTop { height: 270px; }
    .realestate-scheda .galleriaTop .titolo { font-size: 18px; }
    .realestate-scheda .galleriaTop .titolo strong { font-size: 25px; }
    .realestate-scheda .icone_short .short {padding: 10px 5px 5px 5px !important;font-size: 14px !important;}
    .realestate-scheda .padding .TitSchimmo {display: none!important;}
    .realestate-scheda .interno-scheda h1 span {font-size: 19px!important;}
    .realestate-scheda .corposx .grid-6 {width: 100% !important;} 
    .realestate-scheda .corposx .classe_energetica {text-align: center !important;}
    .realestate-scheda .corposx .statoImm {text-align: center !important;margin: 0px auto 40px;}
    .realestate-scheda .corposx .tools a:nth-child(1) span {display: block;max-width: 40%;margin: 0px auto 40px !important;}
    .realestate-scheda .corposx .tools {text-align: center;}
    .realestate-scheda .corposx .tools span {margin: 0px 15px 20px 15px!important;}
    .realestate-scheda .corposx .immoCond {float: none;display: inline-block; margin: 30px 35px 20px 35px !important;}
    .realestate-scheda .corposx .immoPreferiti {float: none;display: inline-block; margin: 30px 35px 20px 35px !important;}
    .realestate-scheda .corposx .codice {float: none!important;}
    .realestate-scheda .corposx .prezzo {float: none!important;}
    .realestate-scheda .titolo {text-align: center!important;}
    .realestate-scheda .titolo .sottotitolo {text-align: center!important;}
    .realestate-scheda .corpo .icone .ico { padding: 10px; font-size: 13px; }
    .realestate-scheda .corpo .statoImm { font-size: 14px; }
    .realestate-scheda .corpo .statoImm span { width: 100%; }
    .realestate-scheda .corpo .statoImm .liv_classe { width: auto !important; }
    .realestate-scheda .corpo .caratteristiche .box { width: 100%; text-align: center; }
    .realestate-scheda .corpo .sottotitolo { margin-bottom: 20px; }
    .realestate-scheda .scheda_form .contatto_agenziaagente .dettagli strong {font-size: 23px !important;}
    
    
    .realestate-evidenza .titolo_sezione { font-size: 18px; }
    .realestate-evidenza .titolo { font-size: 15px; }
    .realestate-evidenza .prezzo { font-size: 16px; }
    .realestate-evidenza .codice { font-size: 16px; }
    .realestate-evidenza figure { width: 100%; margin-top: 20px; }
    .realestate-evidenza .boxdettagli { width: 100%; }
    .realestate-evidenza .boxdettagli { width: 100%; }
    
    .realestate-simili .titolo { font-size: 18px; }
    .realestate-simili li { width: 100%!important; }
    
    .contatto_form .grid-6 { width: 100%; } 
    .contatto_form .grid-6 .input { width: 95%; } 
    .contatto_form .bottSubmit { margin-top: 35px; text-align: center !important; }
    .realestate-scheda .footer_scheda .cont_condivisioni a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .realestate-scheda .footer_scheda .cont_social a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .realestate-evidenza .info .testo { padding: 30px 0px 0px 0px; }
    .realestate-griglia .icone .ico { padding: 10px 5px; }
    .realestate-scheda .bottOpenSez { display: inline; }
    .realestate-scheda .corpo .caratteristiche { text-align: center; }
    #sezInformazioni, #sezCaratteristiche, #sezStanze, #sezVicinanze, #sezVideo, #sezTour { display: none; margin-top: 15px; }
    #elencoImmo .griglia li { width: 100% !important; }
    #elencoAge .griglia li { width: 100%; }
    .agenzie-griglia figure { height: 200px; }
    .agenzie-scheda .galleriaTop { height: 200px; }
    #elencoUte .griglia li { width: 100%; }
    .agenzie-scheda .footer_scheda .cont_condivisioni a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .agenzie-scheda .footer_scheda .cont_social a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .agenzie-scheda figure .statoAge.nextopen { bottom: 30px; padding: 10px 10px 10px 60px; font-size: 22px; }
    .agenti-scheda .galleriaTop { height: 230px; }
    .agenti-scheda .galleriaTop .titolo .fotoagente { height: 130px; width: 130px; margin-bottom: 10px; }
    .agenti-scheda .galleriaTop .titolo strong { font-size: 17px; margin-bottom: 0px; }
    .agenti-scheda .testata .contattiagente { width: 100%; }
    .agenti-scheda .testata .azioni { text-align: center; padding-right: 0px; }
    .agenti-scheda .testata .immobiliagente { width: 100%; }
    .agenti-scheda .footer_scheda .cont_condivisioni a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .agenti-scheda .footer_scheda .cont_social a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .realestate-preferiti li { width: 100%; }
    .realestate-scheda .corpo .scheda_form { padding: 20px 5px; }
    .realestate-scheda .galleriaTop .foto { background-size: cover; }
    .zoomGallery .carouselThumb .swZoom { height: 90%; }
    .zoomGallery .carouselThumb .swZoom .swiper-slide img { max-width: 100%; min-height: unset; max-height: 100%; }
    .realestate-scheda .galleriaTop .inviteAction { top: -100px; font-size: 45px; height: 45px; width: 45px; color: #ffffff; }
    .agenzie-scheda .galleriaTop .inviteAction { top: -100px; font-size: 45px; height: 45px; width: 45px; color: #ffffff; }
    .ordinamentoPagina .macroSez { width: 100%; }
    .ordinamentoPagina .orderData {line-height: 42px !important;}
    #cookie-dett .accetta-cookie { top: 25px; right: 10px; }
    .immoHalfMap .listato .disegnamappa { display: none; }
       
    .immobilihome h3 { font-size: 27px; }
    .immobilihome .realestate-griglia { width: 80%; }
    .staffhome h3 { font-size: 27px; }
    .staffhome .agenti-griglia { width: 80%; }
    .menu_approfondimento li { width: 100% !important; }
    .menu_footer2 li { margin: 30px 0px; display: block; }
    .cont_form .grid-6 .input { width: 100%; }
    .cont_form .grid-6 { width: 95%; margin: auto; float: none; }
    .cont_form .grid-12 { width: 95%; margin: auto; float: none; }
    .cont_form .grid-4 .input { width: 100%; }
    .cont_form .grid-4 { width: 95%; margin: auto; float: none; }
    .cont_form .bottSubmit { margin-top: 35px !important; }
    .agenzie-griglia { width: 90%; }
    .agenzie-griglia figure { height: 240px; }
    .agenzie-scheda .galleria { height: 260px; }
    .agenti-scheda .galleria { height: 260px; }
    .agenzie-scheda .testata .azioni .bottoni { margin: 10px; }
    .agenzie-scheda #elencoUte .griglia li { width: 100%; }
    #elencoUte .griglia li {width: 90% !important; margin: auto; margin-bottom: 40px; }
  
    .elenco.immobili .vista .openHalfMap a {line-height: 40px !important;}
    .ordinamentoPagina {padding: 15px !important;font-size: 15px !important;}


    .agenzie-scheda .corpo .staff { padding: 50px 15px 0px 15px; }
    .agenzie-scheda .corpo .box_video { width: 87%; }
    .agenzie-scheda .corpo .box_video .video iframe { margin: 0px 0px 20px 0px; }
    .agenzie-scheda .corpo .box_tour { width: 87%; }
    .agenzie-scheda .corpo .box_tour .tour iframe { margin: 0px 0px 20px 0px; }
    .agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure { width: 220px; }
    .agenzie-scheda .box_formcontatto { padding: 0px; }
    .agenzie-scheda .footer_scheda { padding: 0px 0px 20px 0px; }
    .agenti-scheda .corpo .box_video .video iframe { width: 95%; }
    .agenti-scheda #elencoImmo .realestate-griglia { width: 85%; }
    .agenti-scheda .box_formcontatto { padding: 0px; }
    .agenti-scheda .footer_scheda { padding: 0px 0px 20px 0px; }
    .realestate-scheda .dettaglio .caratteristiche .box { width: 100%; text-align: center; }
    .realestate-scheda .bottOpenSez { display: inline-block; width: 100%; }
    .realestate-scheda .scheda_form .contatto_form .grid-6 { width: 100%; }
    .realestate-griglia figure { height: 270px; }
    .realestate-scheda .interno-scheda h2 { font-size: 25px; }
    .realestate-scheda .dettaglio .prezzo { width: 100%; text-align: right; }
    .realestate-pertinenze li { width: 100%; }
    .realestate-cantieri li { width: 100%; }
    .immoHalfMap .elenco.immobili .ordine { width: 100%; }
    .bottone_file { width: 100%; }   
    .realestate-scheda .dettaglio .stanze .box { width: 100%; }
    .tornaindietro a { font-size: 14px; }
    .modalRicerca { height: 88vh; width: 90%; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal { width: 99%; }

    .modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select { padding: 10px 0px 0px 0px; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio_normal { margin: 10px 0px 0px 0px; }

    .modalRicerca .sectionModal .list_macro .checkRadio_normal { width: 33%; margin: 20px 0 0px 0; }
    .realestate-scheda .dettaglio .statoImm .nuovo {    padding: 3px 5px !important;}
    .realestate-scheda .padding {padding: 25px 15px !important;}


    .realestate-simili li {width: 92% !important;}

    .credits .Sx {width: 100%!important;text-align: center!important;padding: 0px 0px 0px 0px!important;}
    .credits .Cx {width: 100%!important;text-align: center!important;padding: 0px 0px 0px 0px!important;}
    .credits .Dx {text-align: center!important;}
    
    .logo_footerResp {display: block;margin: 0px auto;}
    .logo_footerDesk {display: none;}

    .chiusura .content {padding: 20px 15px !important;}
    .chiusura .content .grid-7 {width: 100%!important;text-align: center!important;}
    .chiusura .content .grid-5 {width: 100%!important;text-align: center!important;}
    .menu_footer {float: none!important;}
    .menu_footer ul {text-align: center!important;}
    
    #turnUp {right: 10px!important;left: auto!important;}

    .sectionpage ul { text-align: left; }
    .realestate-griglia figure {height: 285px !important;}
    .realestate-griglia figure .boxdettagli {height: 285px !important;margin-top: -285px !important;}


    .areetematichehome .testo_home .page-home p { font-size: 16px !important; }
    .ricerche_veloci .titFrequenti { font-size: 23px !important; }
}

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

    img { max-width:100% !important;}
    
    #myModal .modal-dialog {width: 95% !important;}

    .home .logo_top {width: 200px !important;height: 200px !important;}

    .ricerche_veloci .ricerca-content-sx li {font-size: 14px !important;}
    .ricerche_veloci .ricerca-content-dx li {font-size: 14px !important;}
    .ricerche_veloci .ricerca-content-dx li a {padding: 0px 5px 0px 0px !important;}

    .areetematichehome .box5 figure {}
    
  
    .immoHalfMap .elenco.immobili .ordine {width: 100% !important;text-align: center;margin: 0px 0px 0px 0px !important;}
    .immoHalfMap .elenco.immobili .vista { width: 100% !important;text-align: center;}
    .immoHalfMap .elenco.immobili .vista .openHalfMap {float: none;display: block;margin: 20px 0px 0px 0px;}
    .immoHalfMap .elenco.immobili .vista .openHalfMap a {font-size: 17px !important;}
    .immoHalfMap .listato #elencoImmo .griglia li {min-width: 100% !important;}
    .realestate-griglia figure .boxdettagli .info .prezzo {max-width: 45% !important;text-align: right;}


    .immoHalfMap .listato #elencoImmo .lista_OffM li {width: 93% !important;}


    .box1 figure { height: 200px !important; }
    .realestate-griglia .icone .ico { font-size: 10px; }
    .paging a { margin: 5px; font-size: 12px; }
    .motoreRicercaMobile button[type="submit"] { padding: 10px 40px; }
    .motoreRicercaMobile .input .input__label-content { font-size: 11px; }
    .input .input__label-content { font-size: 13px; padding: 0px 10px; }
    select { font-size: 13px; }
    .bottone_file { font-size: 12px; }
    .realestate-scheda .galleriaTop { height: 210px; }
    .realestate-evidenza figure { height: 200px; }
    .realestate-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure { height: 200px; width: 200px; }
    .realestate-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli strong { font-size: 23px; }
    .agenzie-scheda figure .statoAge.nextopen { bottom: 20px; padding: 10px 10px 10px 50px; font-size: 18px; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure { height: 200px; width: 200px; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli strong { font-size: 24px; }
    .immobilihome .realestate-griglia { width: 100%; }
    .immobilihome .realestate-griglia figure { height: 220px; }
    .paginahome .contentbox .slideAgenzia { height: 220px; }
    .immobilihome .arrowSimiliBack { top: 550px; }
    .immobilihome .arrowSimiliNext { top: 550px; }
    .staffhome .arrowSimiliBack { top: 470px; }
    .staffhome .arrowSimiliNext { top: 470px; }
    .staffhome .agenti-griglia { width: 100%; }
    .realestate-griglia:hover { margin-top: 0px; margin-left: 0px; border: 1px solid #00704a; -webkit-box-shadow: unset; -moz-box-shadow: unset; box-shadow: unset; }
    
    .agenzie-scheda .corpo .box_video .titolo { font-size: 19px; }
    .agenzie-scheda .corpo .box_tour .titolo {  font-size: 19px; }
    .agenzie-scheda .corpo .box_mappa .titolo { font-size: 20px; }
    .agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli strong { font-size: 24px; }
    .agenti-scheda .arrowSimiliBack { top: 550px; }
    .agenti-scheda .arrowSimiliNext { top: 550px; }
    .agenti-scheda #elencoImmo .realestate-griglia { width: 100%; }
    #elencoImmo .realestate-griglia { width: 100%; }
    .realestate-scheda .dettaglio .icone { min-height: 40px; float: none; width: 100%; }
    .realestate-scheda .dettaglio .video iframe { height: 250px; }
    .realestate-scheda .dettaglio .virtualtour iframe { height: 250px; }
    .realestate-griglia figure { height: 230px; }
    .realestate-scheda .dettaglio .icone .ico img { margin-right: 0px; margin-bottom: 10px; }
    .realestate-scheda .dettaglio .icone .ico span { clear: both; display: inline-block; width: 100%; font-size: 12px; }
    .realestate-griglia .icone .ico img { margin-right: 0px; margin-bottom: 10px; }
    .realestate-griglia .icone .ico span { clear: both; display: inline-block; width: 100%; font-size: 12px; }
    .news .dettagli { margin: 15px 0px; display: inline-block; }    
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { width: 50%; }
    .modalRicerca .sectionModal .list_tipologie { height: 65%; }    
    .box6 {margin: 10px 0px 30px 0px!important;}
    .box7 {margin: 10px 0px 10px 0px!important;}
    .orderData { line-height: 20px !important; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal { width: 99%; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select { padding: 0;margin: 10px 0px 0px 0px; }    
    .modalRicerca .sectionModal .list_tipologie .checkRadio_normal { margin: 10px 0px 0px 0px; }

    .realestate-griglia figure {height: 250px !important;}
    .realestate-griglia figure .boxdettagli {height: 250px !important;margin-top: -250px !important;}

}

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

    .agenzie-griglia { width: 95%; }
    .agenzie-scheda .corpo .box_video .video iframe { width: 90%; height: 200px; }
    .agenzie-scheda .corpo .box_tour .tour iframe { width: 90%; height: 200px; }
    .realestate-scheda .scheda_form .contatto_agenziaagente .foto figure.agenzia { width: 220px; }
    .modalRicerca .sectionModal { font-size: 13px; }
    .modalRicerca .sectionModal .list_tipologie { height: 70%; padding-top: 20px; }
}
