
/*configurazione base*/
body, html { border:none; text-align:left; color: #555555; 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: #ec1b23; text-decoration: underline; }
a:hover { color: #ff0000; 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; }

/*intestazione*/
h1 { color: #3c3c3c; font-size: 30px; font-family: 'Playfair Display', serif; font-weight: 500; margin: 0px; padding: 0px; margin-bottom: 20px; text-transform: uppercase; }
h2 { color: #3c3c3c; font-size: 30px; font-family: 'Playfair Display', serif; font-weight: 400; margin: 0px; padding: 0px; margin-bottom: 20px; }
h3 { color: #3c3c3c; font-size: 25px; font-family: 'Playfair Display', serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h4 { color: #3c3c3c; font-size: 20px; font-family: 'Playfair Display', serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h5 { color: #3c3c3c; font-size: 15px; font-family: 'Playfair Display', serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h6 { color: #3c3c3c; font-size: 10px; font-family: 'Playfair Display', serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
p { margin: 0px; padding: 0px; margin-bottom: 20px;line-height: 30px; font-weight: 300; }
b, strong { font-weight: 500 !important; }
ul li { font-weight: 300; }
.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: #ec1b23; }
.ui-menu .ui-menu-item-wrapper { position: relative; font-family: 'Lato', sans-serif; font-weight: 300; 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: #e8e8e8 !important; }

/*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);}
} 

/* iubenda */
.iubenda-tp-btn[data-tp-float][data-tp-float="bottom-right"] { right: unset !important; }
.iubenda-tp-btn[data-tp-float][data-tp-float="bottom-right"] { bottom: 50px !important; left: 0px !important; }

/*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 .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 .modal-dialog { width: 90%; max-width: 800px; }

/*breadcrumb*/
.breadCrumb { position: relative; padding: 10px 0px; background: transparent; z-index: 100; max-width: 1600px; margin: auto; }
.breadCrumb ol { margin:auto; padding:0; list-style:none; }
.breadCrumb li { display: inline; font-size: 13px; color: #4d4d4d; }
.breadCrumb a {color: #727e7a; font-weight: 300; }
.breadCrumb a:hover {text-decoration: underline;}

/*struttura*/
header { width: 100%; position: relative; background: #ffffff; }
header.home {max-height: 100vh;position: relative;}
header.home-HalfHome {max-height: 100vh;min-height: 100vh; position: relative;}
section { width: 100%; position: relative;}
section.interno { background: #ffffff; }
footer { width: 100%; position: relative; background: #e8e8e8; padding-bottom: 0px; border-top: 2px solid #e6e6e6; }

/*freccia torna su*/
#turnUp { position: absolute; right: 0px; bottom:15px; background: #ec1b23; color: #fff; font-size: 16px; padding: 15px; cursor: pointer; border-radius: 50%; z-index: 99; display: none; left: 0; margin: auto; width: 45px; }
#turnUp:hover { background: #ec1b23; }

/*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*/
.intestazione { width: 100%; background: #ffffff; top: 0px; position: relative; z-index: 210; margin: auto;}
.intestazione .logo_top { text-align: left; float: left; margin-bottom: 0px;}
.intestazione .logo_top div { padding: 8px 0px 8px 20px; }
.intestazione .menu_top { font-family: 'Lato', serif; font-weight: 300; float: left; margin-left: 25px; }
.intestazione .menu_top div { padding-top: 15px; }
.intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: center; font-size: 17px; min-width: 100%; }
.intestazione .menu_top .menu_action ul { right: 0; }
.intestazione .menu_top .menu_action > li { display: inline-block; zoom:1; *display: inline; margin: 0px 15px 0px 15px; }
.intestazione .menu_top .lblue li a { text-decoration: none; border-top: 2px solid transparent; padding: 10px 5px; color: #555555; text-align: center; white-space: nowrap; }
.intestazione .menu_top .lblue li a .fas { padding-left: 6px; vertical-align: top; }
.intestazione .menu_top .lblue li:hover a { border-top: 2px solid #ec1b23; -moz-transition: none; -o-transition: none; -webkit-transition: none; -ms-transition: none; transition: none; }
.intestazione .menu_top .lblue li.active a { border-top: 2px solid #ec1b23;}
.intestazione .menu_top .lblue ul li a { background: rgba(34,34,34,0.7); border: 0px !important; border-radius: 0px !important; color: #ffffff; font-size: 14px; padding: 15px 10px 15px 10px; text-align: left; width: 101%; }
.intestazione .menu_top .lblue ul li:hover a { background:rgba(34,34,34,1); border: 0px !important; border-radius: 0px !important; color: #ffffff; }
.intestazione .lingue { text-align: right; font-family: 'Lato', sans-serif; font-weight: 300; float: right; padding: 35px 0px 0px 0px; }
.intestazione .lingue div { padding: 0px 10px 0px 0px; }
.intestazione .lingue .fas { padding-left: 6px; vertical-align: top; }
.intestazione .lingue a { font-size: 18px; color: #555; padding: 10px 15px; border-radius: 5px; border: 1px solid #ec1b23; }
.intestazione .lingue a:hover { text-decoration: none !important; }
.intestazione .lingue .language-box { position: relative; }
.intestazione .lingue .language-scroll { padding: 5px; position: absolute; right: 20px; top: 40px; z-index: 220; display: none; background: rgba(34,34,34,0.7); text-align: center; }
.intestazione .lingue .language-scroll a { border: 0px !important; display: block; color: #fff; }
.intestazione .lingue .language-scroll a:hover { background: rgba(34,34,34,1); border: 0px !important; color: #fff; }
.languageResponsive { display: none; }


.interno .intestazione .logo_top img {max-height: 100px;}



.recapititop { background: #ec1b23; width: 100%; position: absolute; top: 0; left: 0; z-index: 211; font-family: 'Lato', serif; font-weight: 300; }
.recapititop .contattitop { padding: 5px 00px 5px 20px; float: left; color: #ffffff; font-size: 16px; line-height: 30px; }
.recapititop .contattitop a { color: #ffffff; font-weight: bolder; }
.recapititop .contattitop a:hover { color: #ffffff; text-decoration: underline; }


.socialtop {position: absolute;top: 115px;right: 25px;background: #fff;padding: 0px 5px 0px 5px;}
.socialtop h4 {margin-top: 5px; margin-bottom: unset;}
.socialtop a { margin: 12px 0px 3px 0px; display:block; text-align: center; text-decoration: none;}
.socialtop .la { font-size: 30px; color: #ec1b23; }
.socialtop a:hover .la { color: #3c3c3c; text-decoration: none; }
.socialtop .fa-facebook {color: #ec1b23; }
.socialtop .fa-twitter {color: #ec1b23; }
.socialtop .fa-google-plus {color: #ec1b23; }
.socialtop .fa-youtube {color: #ec1b23; }
.socialtop .fa-linkedin {color: #ec1b23; }
.socialtop .fa-instagram {color: #ec1b23; }
.socialtop .fa-pinterest {color: #ec1b23; }
.socialtop .fa-whatsapp {color: #ec1b23; }
.socialtop .fa-rss {color: #ec1b23; }

.socialtopHalfHome {position: absolute;bottom: 35%;left: 5%;text-align: center;}
.socialtopHalfHome h4 {margin-top: 5px; margin-bottom: unset;}
.socialtopHalfHome a { margin: 20px 0px; display:block; text-align: center; text-decoration: none;}
.socialtopHalfHome .la { font-size: 30px; color: #ec1b23; }
.socialtopHalfHome a:hover .la { color: #3c3c3c; text-decoration: none; }
.socialtopHalfHome .fa-facebook {color: #ec1b23; }
.socialtopHalfHome .fa-twitter {color: #ec1b23; }
.socialtopHalfHome .fa-google-plus {color: #ec1b23; }
.socialtopHalfHome .fa-youtube {color: #ec1b23; }
.socialtopHalfHome .fa-linkedin {color: #ec1b23; }
.socialtopHalfHome .fa-instagram {color: #ec1b23; }
.socialtopHalfHome .fa-pinterest {color: #ec1b23; }
.socialtopHalfHome .fa-whatsapp {color: #ec1b23; }
.socialtopHalfHome .fa-rss {color: #ec1b23; }



/*scroll*/
.intestazione_scroll { width: 100%; background: #ffffff; position: fixed !important; top: -70px; z-index: 210; border-bottom: 2px solid #ec1b23; padding-top: 0px; }
.intestazione_scroll .logo_top_scroll { float: left; padding: 0px 0px 0px 10px; }
.intestazione_scroll .logo_top_scroll img { height: 70px; width: auto !important; }
.intestazione_scroll .menu_top_scroll { float: left; margin: 10px 0px 0px 25px; }
.intestazione_scroll .menu_top_scroll div { padding-top: 5px !important; }
.intestazione_scroll .lingue { padding: 19px 0px 0px 0px; float: right; }

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

/*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: #ec1b23; padding: 5px 10px; color: #ffffff; font-weight: normal; }
.pos_sottopagine a:hover{ background: #ff0000; text-decoration: none; }

/*footer*/
.menu_approfondimento { max-width: 1600px; padding: 40px 0px 20px 0px; margin: auto; }
.menu_approfondimento ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: center; }
.menu_approfondimento li { color: #ec1b23; text-transform: uppercase; font-weight: 500; font-size: 22px; text-align: center; margin: 10px 0px; white-space: nowrap; float: left; }
.menu_approfondimento li a { text-decoration: none; color: #ec1b23; }
.menu_approfondimento li a:hover { text-decoration: underline; }
.menu_approfondimento li ul li { width: 100%; text-transform: capitalize; font-weight: 300; font-size: 15px; }
.menu_approfondimento li ul li a { color: #555; }
.menu_approfondimento li ul li a:hover { text-decoration: underline; }
.menu_approfondimento .approfondimento { border-bottom: 1px solid #ec1b23; margin-top: 20px; }


.menu_footer2 {margin: auto;}
.menu_footer2 ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: center; }
.menu_footer2 li { width: 33%; color: #555; font-size: 14px; text-align: left; margin: 10px 0px; white-space: nowrap; display: inline-block; padding: 0 15px; }
.menu_footer2 li a { text-decoration: none; color: #555; font-weight: 300; }
.menu_footer2 li a:hover { text-decoration: underline; }

.telefono_footer { text-align: right; font-family: 'Lato', sans-serif; font-weight: 400; float: right; }
.telefono_footer div { padding: 40px 0px; }
.telefono_footer a { font-size: 24px; color: #555; padding: 10px 20px; border: 1px solid #555; border-radius: 10px; }
.telefono_footer a:hover { text-decoration: none !important;  border: 1px solid #ec1b23; background: #ec1b23; color: #fff; }

.credits { max-width: 1600px; padding: 20px 0px; margin: auto; line-height: 25px; }
.credits .grid-9 { font-size: 15px; text-align: left; color: #555; font-weight: 400; }
.credits .grid-3 { font-size: 15px; text-align: right; color: #555; font-weight: 400; }
.credits a { text-decoration: none; color: #555; }
.credits a:hover { text-decoration: underline; }
.credits img {margin-bottom: 15px;}

.chiusura { background: #fff; }
.chiusura .content { max-width: 1600px; padding: 20px 0px; margin: auto; line-height: 25px; }
.chiusura .content .grid-9 { font-size: 15px; text-align: left; color: #555; font-weight: 400; }
.chiusura .content .grid-3 { font-size: 15px; text-align: right; color: #555; font-weight: 400; }
.chiusura a { text-decoration: none; color: #555; }
.chiusura .content .content a:hover { text-decoration: underline; }

/*social*/
.social { margin-top: 0px; }
.social a { margin: 0px 8px; display: inline-block; text-align: center; }
.social .la { font-size: 30px; color: #ec1b23; }
.social a:hover .la { color: #555; text-decoration: none; }
.social .fa-facebook {color: #ec1b23; }
.social .fa-twitter {color: #ec1b23; }
.social .fa-google-plus {color: #ec1b23; }
.social .fa-youtube {color: #ec1b23; }
.social .fa-linkedin {color: #ec1b23; }
.social .fa-instagram {color: #ec1b23; }
.social .fa-pinterest {color: #ec1b23; }
.social .fa-whatsapp {color: #ec1b23; }
.social .fa-rss {color: #ec1b23; }

/*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: #ec1b23; 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: #e8e8e8; color:#000; }

.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: 300; color: #727e7a; font-size: 16px; }

/*placeholder*/
::placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Firefox, Chrome, Opera */ 
:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Internet Explorer 10-11 */ 
::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Microsoft Edge */ 
:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Microsoft Edge */ 
::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; 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: 300; font-size: 16px; padding: 0px 10px; }
.input .input__label--hoshi::after { margin-top: 0px; border-bottom: 1px solid #ff0000; 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: 300; 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: 300; margin-top:0px; border: none; -webkit-appearance: none; background: #ec1b23; 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: #ff0000; -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: 300; }
.inputtextarea { width: 95%; }
.submitdisable { display: none; }
.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: #ec1b23; -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_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; }
.cerca_da_a { width: 49%; display: inline-block; margin: 0px; position: relative; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; padding: 11px 6px; height: auto; box-shadow: unset; }
.form-control:focus { box-shadow: none !important; }

/*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:15px; vertical-align:middle; cursor:pointer; float: left; }
.checkRadio_big input[type="checkbox"]:checked + label span:after { content: "\f00c"; color: #ff0000; 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:15px; vertical-align:middle; cursor:pointer; float: left; border-radius: 50%; position: relative; }
.checkRadio_big input[type="radio"]:checked + label span:after { content: '\f111'; color: #ff0000; 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:0px 15px 22px 0px; vertical-align:middle; cursor:pointer; float: left; }
.checkRadio_normal input[type="checkbox"]:checked + label span:after { content: '\f00c'; color: #ff0000; 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:15px; vertical-align:middle; cursor:pointer; float: left; border-radius: 50%; position: relative; }
.checkRadio_normal input[type="radio"]:checked + label span:after { content: '\f111'; color: #ff0000; 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; 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;}
.bott-errore { text-align: center; padding: 10px; margin-bottom: 15px; background: #9a0b0b; color: #ffffff; font-weight: bold; border-radius: 5px; font-weight: 400; }
.bott-conferma { text-align: center; padding: 10px; margin-bottom: 15px; background: #0b9a18; color: #ffffff; font-weight: bold; border-radius: 5px; font-weight: 400; }

/*recaptcha*/
.g-recaptcha {display: none; margin: auto; transform:scale(0.8);-webkit-transform:scale(0.8);width: 0px!important;height: 0px!important;}
.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: #ec1b23; color: #ffffff; font-size: 14px; text-align: center; }
.news .dettagli:hover { background: #ff0000; }
.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; }

/*immobili preferiti*/
.preferiti_top { line-height: 36px; padding: 10px; background: #222222; color: #fff; z-index: 10; position: relative;}
.preferiti_top i { float: left; margin-right: 15px; font-size: 30px; color: #ec1b23;} 
.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: #ff0000; color: #fff; border-radius: 5px; font-size: 16px; }
.preferiti_top .visualizza:hover { background: #ec1b23; color: #ffffff; }
.DispPreferiti { display: none !important; }
.intestazione_scroll .DispPreferiti { display: block !important; }
.preferitiSmall { position: absolute; top: 15px; right: 20px; }
.preferitiSmall i { font-size: 30px; color: #ec1b23; } 
.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: 29px; float: left; margin-top: 0px; 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;}

/*zoom gallery foto*/
#zoomGallery { display: none; }
.ClickZoomGallery,.ClickZoomGalleryThumb { 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: 95% !important;max-height: 90% !important; object-fit: contain; }
.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: #ec1b23 !important; }

/*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; }
.chat .dettpopup {width: 250px !important; height: 300px !important;}
.chat .dettpopup figure {width: 250px !important; height: 300px !important;}

/*grafica box 1*/
.box1 { font-family: 'Lato', sans-serif; font-weight: 300; 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: 300; 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: 300; 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: 300; 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: 300; 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: 300; 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: 300; 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: 300; 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; }

/*swiper top home*/
.galleryTop { position: relative; }
.sliderhalfhomepage {height: 85vh;width: 47%;float: right;}
.sliderhalfhomepage .tparrows {display: none;}
.galleryTop.interno .tparrows {display: none;}




.Sx_Half_Slide {float: left;width: 100%;height: 85vh;margin-top: -85vh;}
.Sx_Half_Slide .contentbox {width: 1300px;margin: auto;display: table;height: 100%;}
.Sx_Half_Slide .contentbox .txt {display: table-cell;vertical-align: middle;padding: 0px 50% 0px 0px;color: #555555;}
.Sx_Half_Slide .contentbox .txt h2 {color: #3c3c3c;margin: 0px 0px 0px 0px;font-size: 60px;}
.Sx_Half_Slide .contentbox .button {text-transform: uppercase;color: #3c3c3c;border-bottom: 2px solid #ec1b23;padding: 0px 0px 2px 0px;text-decoration: none;}
.Sx_Half_Slide .contentbox .button i {margin: 0px 0px 0px 8px;color: #3c3c3c;}
.Sx_Half_Slide .contentbox .button:hover {border-bottom: 2px solid #3c3c3c;color: #ec1b23;}


/* modal ricerca */
.boxModalRicerca { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 910; 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: 500px; background: #ffffff; }
.modalRicerca .headerModal { border-bottom: 1px solid #eeeeee; height: 10%; color: #ffffff; line-height: 43px; padding: 0px 10px;text-align: left; background: #ec1b23; }
.modalRicerca .footerModal { border-top: 1px solid #eeeeee; height: 10%; text-align: right; line-height: normal; }
.modalRicerca .footerModal input[type="button"] { border: 0px; background: #ec1b23 !important; padding: 10px !important; margin-top: 12px !important; text-transform: uppercase !important; color: #fff !important; width: auto !important; font-size: 15px !important; }
.modalRicerca .sectionModal { font-size: 15px; height: 80%; color: #222222; font-weight: 400; }
.modalRicerca .sectionModal input { width: unset !important; }
.modalRicerca .sectionModal .list_macro { width: 20%; float:left; } 
.modalRicerca .sectionModal .list_macro .checkRadio_normal { line-height: normal; margin: 20px 0 25px 0;  text-transform: uppercase; }
.modalRicerca .sectionModal .list_macro .checkRadio_normal label { width: 100% !important; font-weight: 500; cursor: pointer; }
.modalRicerca .sectionModal .list_macro .checkRadio_normal input { width: unset !important; }
.modalRicerca .sectionModal .list_tipologie { border-left: 1px solid #eeeeee; overflow-y: auto; height: 100%; width: 80%; float:left; } 
.modalRicerca .sectionModal .list_tipologie .checkRadio { font-size: 14px; color: #222222; font-weight: 400; padding: 15px; }
.modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal { width: 33%; float: left; line-height: normal; margin: 10px 0 15px 0; text-transform: none; }
.modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal label { width: 100% !important; cursor: pointer; }
.modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal input { width: unset !important; }
.modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select { width: 100%; }
.modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select hr { margin-bottom: -10px; }

/*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 {max-width: 1100px; background: #222222; margin: 0px auto 0px; margin: 0px auto 0px;position: absolute;bottom: 0px;left: 0px;right: 0px;z-index: 200;}
.boxCerca.home .contentbox { padding: 30px 10px 35px 30px; }
.boxCerca.home .contentbox .select2-container { position: relative; width: 100% !important; color: #555555; font-size: 15px !important; font-weight: 400; }
.boxCerca.home .contentbox .select2-container::after {display:none; font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 0px; margin: auto; bottom: 0; top: 0; color: #555555; font-size: 15px; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--single { padding: 8px 11px 9px 11px; height: unset; min-height: unset; font-size: 15px; font-weight: 400; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--single .select2-selection__rendered { color: #555555; line-height: normal; padding-left: 0px; font-size: 15px; font-weight: 400 }
.boxCerca.home .contentbox .select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--single .select2-selection__rendered::after { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 12px; color: #555555; font-size: 15px; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--multiple { padding: 11px 11px 6px 11px; height: unset; min-height: unset; font-size: 15px; font-weight: 400; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered { color: #555555; line-height: normal; padding-left: 0px; font-size: 15px; font-weight: 400 }
.boxCerca.home .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered::after { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 12px; color: #555555; font-size: 15px; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--multiple::after { display: none; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--multiple input { margin-top: 0; margin-left: 0; }
.boxCerca.home .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered li span { color: #555555; font-weight: 400; line-height: normal; padding: 0px; font-size: 15px; }
.boxCerca.home .contentbox .codice {float: left;width: 13%; text-align: left;  color: #555555; }
.boxCerca.home .contentbox .codice .boxinput {margin-top: 22px;}
.boxCerca.home .contentbox .codice .boxinput input { width: 90%; color: #555555; font-size: 15px; font-weight: 400; padding:7px 10px; }
.boxCerca.home .contentbox .localita {float: left;width: 18%; text-align: left;  color: #555555; }
.boxCerca.home .contentbox .localita small {display: block;min-height: 22px;}
.boxCerca.home .contentbox .localita .boxinput { width: 90%; border: 1px solid #d2d2d2;background: #fff; border-radius: 3px; position: relative; padding: 4px 0px 4px 0px;}
.boxCerca.home .contentbox .localita .boxinput::after { font-family:'LineAwesome'; content: "\f27d"; position: absolute; left: 5px; margin: auto; bottom: 0; top: 0; color: #555555; font-size: 25px; }
.boxCerca.home .contentbox .localita .boxinput input { overflow: hidden; text-overflow: ellipsis; width: 100%; background: transparent; padding-left: 38px; border: 0px; color: #555555; font-size: 18px; }
.boxCerca.home .contentbox .tipologia {float: left;width: 18%; text-align: left;  color: #555555; }
.boxCerca.home .contentbox .tipologia .boxinput { width: 90%; margin-top: 22px;}
.boxCerca.home .contentbox .tipologia .select2-container--default .select2-selection--multiple {padding: 8px 11px 5px 11px;}
.boxCerca.home .contentbox .contratto {float: left;width: 18%; text-align: left;  color: #555555; }
.boxCerca.home .contentbox .contratto .boxinput { width: 90%; margin-top: 22px;}
.boxCerca.home .contentbox .prezzo {float: left;width: 20%; text-align: left;  color: #555555; }
.boxCerca.home .contentbox .prezzo .boxinput {margin-top: 22px;}
.boxCerca.home .contentbox .prezzo .boxinput input { width: 47%; color: #555555; font-size: 15px; font-weight: 400; padding:7px 10px; }
.boxCerca.home .contentbox .cerca {float: left; width: 13%; color: #555555; position: relative; }
.boxCerca.home .contentbox .cerca .submit { color: #ffffff; background: #ec1b23; padding:8px 9px; width: 90%; border-radius: 5px; margin-top: 22px;}
.boxCerca.home .contentbox .cerca button[type="submit"]::before {display: none;}
.boxCerca.home .contentbox .cerca .submit:hover { opacity: 0.7; }
.boxCerca.home .contentbox .disegnata_mappa { padding-top: 10px; font-size: 15px; font-weight: 400; text-align: right; padding-right: 140px; }
.boxCerca.home .contentbox .disegnata_mappa a { color: #ec1b23; text-decoration: underline; }
.boxCerca.home .contentbox .disegnata_mappa a:hover { color: #ff0000; text-decoration: underline; }
.home_ric_avanzata { color: #fff; font-size: 14px; text-decoration: underline; display: block;margin: 10px 0px 0px 0px;}
.boxCerca.home .linkDisegno { color: #ec1b23; }
.boxCerca.home .linkDisegno:hover { text-decoration: underline; color: #ec1b23; }
.boxCerca.home input::placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Firefox, Chrome, Opera */ 
.boxCerca.home input:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Internet Explorer 10-11 */ 
.boxCerca.home input::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */ 
.boxCerca.home input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */ 
.boxCerca.home input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */

/*cerca interno*/
.boxCerca.interno { background:#222222; margin: 0px; padding: 0px; position: relative; z-index: 200; font-family: 'Lato', sans-serif;}
.boxCerca.interno .contentbox { max-width: 1600px; width: 95%; margin: auto; padding: 15px 0px; }
.boxCerca.interno .contentbox .select2-container { position: relative; width: 100% !important; color: #555555; font-size: 15px !important; font-weight: 400; }
.boxCerca.interno .contentbox .select2-container::after {display:none; font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 0px; margin: auto; bottom: 0; top: 0; color: #555555; font-size: 15px; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--single { padding: 11px 11px 12px 11px; height: unset; min-height: unset; font-size: 15px; font-weight: 400; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--single .select2-selection__rendered { color: #555555; line-height: normal; padding-left: 0px; font-size: 15px; font-weight: 400 }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--single .select2-selection__rendered::after { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 12px; color: #555555; font-size: 15px; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--multiple { padding: 11px 11px 6px 11px; height: unset; min-height: unset; font-size: 15px; font-weight: 400; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered { color: #555555; line-height: normal; padding-left: 0px; font-size: 15px; font-weight: 400 }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered::after { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 12px; color: #555555; font-size: 15px; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--multiple::after { display: none; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--multiple input { margin-top: 0; margin-left: 0; }
.boxCerca.interno .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered li span { color: #555555; font-weight: 400; line-height: normal; padding: 0px; font-size: 15px; }
.boxCerca.interno .contentbox .codice { text-align: left; width: 10%; color: #555555; }
.boxCerca.interno .contentbox .codice .boxinput input { width: 90%; color: #555555; font-size: 15px; font-weight: 400; padding: 10px; }
.boxCerca.interno .contentbox .contratto { text-align: left; width: 13%; color: #555555; }
.boxCerca.interno .contentbox .contratto .boxinput { width: 90%; }
.boxCerca.interno .contentbox .localita { text-align: left; width: 13%; color: #555555; }
.boxCerca.interno .contentbox .localita .boxinput { width: 90%; }
.boxCerca.interno .contentbox .zone { text-align: left; width: 13%; color: #555555; }
.boxCerca.interno .contentbox .zone .boxinput { width: 90%; }
.boxCerca.interno .contentbox .tipologia { text-align: left; width: 13%; color: #555555; }
.boxCerca.interno .contentbox .tipologia .boxinput { width: 90%; }
.boxCerca.interno .contentbox .prezzo { text-align: left; width: 20%; color: #555555; }
.boxCerca.interno .contentbox .prezzo .boxinput input { width: 47%; color: #555555; font-size: 15px; font-weight: 400; padding: 10px; }
.boxCerca.interno .contentbox .cerca { width: 13%; color: #555555; position: relative; }
.boxCerca.interno .contentbox .cerca .submit { color: #ffffff; background: #ec1b23; padding: 9px; width: 98%; border-radius: 5px; }
.boxCerca.interno .contentbox .cerca .submit:hover { opacity: 0.7; }
.boxCerca.interno .contentbox .cerca .submit::before { content: ''; }
.boxCerca.interno .contentbox .cerca { width: 13%; color: #555555; position: relative; }
.boxCerca.interno .contentbox .cerca .submit { color: #ffffff; background: #ec1b23; padding: 9px; width: 90%; border-radius: 5px; }
.boxCerca.interno .contentbox .cerca .submit:hover { background: #ff0000; }
.boxCerca.interno .contentbox .cerca .submit::before { content: ''; }
.boxCerca.interno .contentbox .avanzata { width: 5%; color: #555555; position: relative; text-align: center; }
.boxCerca.interno .contentbox .avanzata a { color: #666666;text-decoration: none; background: #cccccc; padding: 9px; display: inline-block; border-radius: 5px; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 14px; line-height: 25px; text-transform: uppercase; }
.boxCerca.interno .contentbox .avanzata a:hover { color: #666666; opacity: 0.8; }
.boxCerca.interno .contentbox .disegnata_mappa { padding-top: 10px; font-size: 15px; font-weight: 400; text-align: right; padding-right: 140px; }
.boxCerca.interno .contentbox .disegnata_mappa a { color: #ec1b23; text-decoration: underline; }
.boxCerca.interno .contentbox .disegnata_mappa a:hover { color: #ff0000; text-decoration: underline; }
.boxCerca.interno .contentbox .avanzataDett { display: none; padding: 10px 0px; font-size: 14px; font-weight: 300; color: #fff; }
.boxCerca.interno .contentbox .avanzataDett .boxselect { width: 95%; line-height: 45px; border-radius: 3px; margin: 10px 0px 20px 0px; position: relative; }
.boxCerca.interno .contentbox .avanzataDett .boxinput { width: 95%; line-height: 45px; border-radius: 3px; margin: 10px 0px 20px 0px; position: relative; }
.boxCerca.interno .contentbox .avanzataDett .grid-3:nth-child(1) .boxselect { margin-right: auto; }
.boxCerca.interno .contentbox .avanzataDett .grid-3:nth-child(2) .boxselect { margin-left: auto; margin-right: auto; }
.boxCerca.interno .contentbox .avanzataDett .grid-3:nth-child(3) .boxselect { margin-left: auto; margin-right: auto; }
.boxCerca.interno .contentbox .avanzataDett .grid-3:nth-child(4) .boxinput { margin-left: auto; }
.boxCerca.interno .contentbox .avanzataDett .boxcheckbox { width: auto; margin-top: 15px; margin-right: 60px; }
.boxCerca.interno .contentbox .avanzataDett .checkRadio_normal input[type="checkbox"] + label span { margin-right: 5px; }
.boxCerca.interno .linkDisegno { color: #ec1b23; }
.boxCerca.interno .linkDisegno:hover { text-decoration: underline; color: #ec1b23; }
.boxCerca.interno input::placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Firefox, Chrome, Opera */ 
.boxCerca.interno input:-ms-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Internet Explorer 10-11 */ 
.boxCerca.interno input::-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */ 
.boxCerca.interno input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */ 
.boxCerca.interno input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 400; color:#555555 !important; opacity:1 !important; font-size: 15px; } /* Microsoft Edge */

/*cerca*/
.boxCerca.agenzieagenti { background: #ff0000; }
.boxCerca.agenzieagenti .contentbox { max-width: 1200px; margin: auto; padding: 25px 0px 25px 0px; }
.boxCerca.agenzieagenti .contentbox .tipologia { background: #ec1b23; 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: 300; }
.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: 300; font-size: 15px; border: none; padding: 10px 0px; }
.boxCerca.agenzieagenti .contentbox .cerca .submit:hover { background: #ec1b23; }
.boxCerca.agenzieagenti .contentbox .cerca .submit::before { content: ''; }

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

/*elenco immobili*/
#elencoImmo { min-height: 60vh; max-width: 100%; margin: auto; padding-bottom: 30px;text-align: center;}
#elencoImmo ul { list-style: none; margin: 0; padding: 0; }
#elencoImmo .griglia li { width: 33%; margin: auto; margin-bottom: 40px; text-align: center;display: inline-block;vertical-align: top;}
#elencoImmo .lista li { width: 100%; margin: auto; margin-bottom: 40px; text-align: center; }
#elencoImmo .realestate-griglia { width: 95%; }
#elencoImmo .realestate-griglia:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #ec1b23; -webkit-box-shadow: unset; -moz-box-shadow: unset; box-shadow: unset; }
#elencoImmo .realestate-griglia .icone .ico img { width: 25px; height: 25px; margin: 0px 7px 0px 0px;}
.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 #bdbdbd; }
.elenco.immobili .ordine .cambiaordinamento a { border-radius: 5px; border: 1px solid #222222; color: #222222; padding: 10px; margin-left: 10px; text-decoration: none;}
.elenco.immobili .ordine .cambiaordinamento a:hover { border-radius: 5px; border: 1px solid #ec1b23; color: #ec1b23; padding: 10px; margin-left: 10px; }
.elenco.immobili .ordine .cambiaordinamento a:hover .la { color: #ec1b23; }
.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 a { border-radius: 5px; padding: 10px; font-size: 16px; vertical-align: middle; margin-left: 10px; border: 1px solid #222222; color: #222222; text-decoration: none;}
.elenco.immobili .vista .la { font-size: 26px; vertical-align: middle; color: #222222; margin-top: -4px; }
.elenco.immobili .vista .active a { background: #222222; 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: #ec1b23; color: #ffffff; }
.elenco.agenzie .vista .active .la { background: #ff0000; color: #ffffff; }

/*elenco agenti */
#elencoUte { min-height: 60vh; }
#elencoUte { max-width: 100%; margin: auto; padding-bottom: 30px; }
#elencoUte ul { list-style: none; margin: 0; padding: 0; }
#elencoUte .griglia li { width: 22%; margin: auto 0; margin-bottom: 40px; text-align: center; display: inline; }
#elencoUte .griglia .agenti-griglia { border: 2px solid #ebebeb; }
#elencoUte .griglia .agenti-griglia:hover { margin-top: 100px; }
.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: #ec1b23; color: #ffffff; }
.elenco.agenti .vista .active .la { background: #ff0000; color: #ffffff; }

/*ordinamento*/
.ordinamentoPagina { padding: 30px; text-align: center; font-size: 16px; }
.ordinamentoPagina .titolo { margin-bottom: 20px; display: block; color: #858585; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; }
.ordinamentoPagina .order a { background: #ff0000; 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: #4c4c4c; color: #ffffff; }

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

/*torna indietro*/
.tornaindietro { text-align: right; right: 20px; top: 0px; z-index: 100; position: absolute; font-weight: 300; }
.tornaindietro li { display:inline; margin-left:0px !important; margin-right:5px; }
.tornaindietro a { font-size:17px; background: #ec1b23; 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: #ff0000;}

/*agenti griglia*/
.agenti-griglia { min-height: 260px; vertical-align: top; display: inline-block; width: 22%; margin: 100px 1.4% 50px 1.3%; 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: 150px; width: 150px; position: relative; background: #ffffff; overflow: hidden; margin: auto; border: 2px solid #ebebeb; margin-top: -75px; }
.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; margin-top: 40px; }
.agenti-griglia .info { color: #555555; text-align: center; font-family: 'Lato', sans-serif; }
.agenti-griglia .info .titolo { font-weight: 500; min-height: 30px; font-size:18px; color: #ff0000; margin-top: 20px; text-align: center !important; text-transform: uppercase; }
.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: 70px; }
.agenti-griglia:hover .boxfoto figure { border: 2px solid #ff0000; }
.agenti-griglia:hover:after { content: ''; z-index: -1; bottom: 20px; left: 0; right: 0; margin: auto; width: 200px; height: 200px; position: absolute; -webkit-box-shadow: 0px 34px 36px 21px rgba(0,0,0,0.2); -moz-box-shadow: 0px 34px 36px 21px rgba(0,0,0,0.2); box-shadow: 0px 34px 36px 21px rgba(0,0,0,0.2); }

/*agenti scheda*/
.agenti-scheda {position: relative;margin: 55px 0px 0px 0px;padding: 50px 0px 0px 0px;}
.agenti-scheda .bottOpenSez { text-align: center; display: none; margin-bottom: 15px; }
.agenti-scheda .bottOpenSez .fa { font-size: 30px; color: #ffffff; background: #ff0000; 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; font-weight: 400; }
.agenti-scheda .testata { background: #f1f1f1; padding: 55px; margin-bottom: 0px; }
.agenti-scheda .testata .foto { float: left; height: 250px; width: 250px; border: 1px solid #555555; 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: #555555; }
.agenti-scheda .testata .padding_testata small {font-size: 15px; }
.agenti-scheda .testata .padding_testata a { color: #ff0000; }
.agenti-scheda .testata .padding_testata a:hover { color: #ff0000; text-decoration: underline; }
.agenti-scheda .testata .padding_testata .altre_agenzie { color: #ff0000; }
.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: 300; }
.agenti-scheda .testata h3 { color: #222222; font-size: 18px; font-family: 'Lato', sans-serif; font-weight: 300; 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: #ff0000; 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: #555555; }
.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: #ec1b23; border: 1px solid #ec1b23; 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: 300; 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: 300; color: #555555; }
.agenti-scheda .corpo .testo .lingueparlate strong { font-weight: 400; color: #ff0000; }
.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: 300; 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: #ff0000; overflow: hidden; border: 8px solid #ff0000; 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: #555555; font-size: 17px; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .tipoutente { font-family: 'Lato', sans-serif; color: #ec1b23; 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: #ec1b23; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #ff0000; 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: #ec1b23; 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: #ff0000; 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; }
.agenti-scheda .footer_scheda { padding: 100px 0px; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 21px; text-align: center; }
.agenti-scheda .footer_scheda { padding: 100px 0px; font-family: 'Lato', sans-serif; font-weight: 700; 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: #ff0000; 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: 2px solid #ebebeb; background: #ffffff; position: relative; }
.agenzie-griglia a {text-decoration: none;}
.agenzie-griglia figure { height: 300px; width: 30%; float: left; position: relative; background: #ff0000;overflow: hidden; }
.agenzie-griglia figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.agenzie-griglia figure .foto_ko { max-width: 90% !important; 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: #ff0000; color: #ffffff; text-transform: uppercase; padding: 5px 5px 5px 15px; }
.agenzie-griglia .boxdettagli { width: 70%; float: left; position: relative; }
.agenzie-griglia .info { color: #555555; text-align: left; font-family: 'Lato', sans-serif; }
.agenzie-griglia .info .titolo { padding: 15px; font-weight: 400; font-size: 27px; color: #ff0000; }
.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: 300; 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: #555555; border-top: 1px solid #ebebeb; padding: 15px; margin-top: 55px; position: relative; }
.agenzie-griglia .stats .immo { width: 50%; float: left; text-align: center; font-weight: 400; }
.agenzie-griglia .stats .ute { width: 50%; float: left; text-align: center; font-weight: 400; }
.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: #ec1b23; color: #ffffff; font-size: 14px; float: right; text-align: center; }
.agenzie-griglia .stats .dettagli:hover { background: #ff0000; }
.agenzie-griglia a:hover {text-decoration: none;}
.agenzie-griglia:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #ec1b23; }

/*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 {margin: 35px 0px 0px 0px;position: relative;padding: 50px 0px 0px 0px;}
.agenzie-scheda .bottOpenSez { text-align: center; display: none; margin-bottom: 15px; }
.agenzie-scheda .bottOpenSez .fa { font-size: 30px; color: #ffffff; background: #ff0000; 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: #ff0000; color: #ffffff; text-transform: uppercase; padding: 15px 15px 15px 165px; font-size: 26px; }
.agenzie-scheda .interno-scheda { max-width: 1600px; margin: auto; font-weight: 400; }
.agenzie-scheda .testata { background: #f1f1f1; padding: 55px; margin-bottom: 0px; }
.agenzie-scheda .testata .foto { float: left; height: 220px; width: 220px; border: 1px solid #555555; 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: #555555; font-weight: 400; }
.agenzie-scheda .testata .padding_testata a { color: #ff0000; }
.agenzie-scheda .testata .padding_testata a:hover { color: #ff0000; 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: #ff0000; 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: #555555; }
.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: #ec1b23; border: 1px solid #ec1b23; 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: 300; text-align: justify; color: #333; font-size: 16px; position: relative; }
.agenzie-scheda .corpo .staff { padding-top: 50px; font-family: 'Lato', sans-serif; font-weight: 300; 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: 300; 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: #555555; font-size: 17px; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .tipoutente { font-family: 'Lato', sans-serif; color: #ec1b23; font-size: 20px; font-weight: 700; 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: #ec1b23; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #ff0000; 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: #ec1b23; 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: #ff0000; 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;}
.agenzie-scheda .footer_scheda { padding: 100px 0px; font-family: 'Lato', sans-serif; font-weight: 700; 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: #ff0000; 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; }

/*imobile visto*/
.immoVisto { background: rgba(0,0,0,0.5); color: #ffffff; position: absolute; top: 50px; left: 0px; z-index:103; padding:5px 10px; font-size: 11px; text-transform: uppercase; }
.immoVisto .fas { font-size: 15px; }
.immoVisto.home { top: 10px; }
.immoVisto.scheda { top: 10px; }

/*immobili home*/
.immobilihome {}
.immobilihome h2 { display: block; font-weight: 300; font-family: 'Playfair Display', serif; font-size: 47px; color: #000000; text-align: center; padding: 15px 15px 45px 15px; margin: 0; }
.immobilihome .contentbox { margin: auto; max-width: 1100px;}
.immobilihome .contentbox .contGalleryimmHome .swiper-container { padding: 30px 0px; }

.realestate-home { width:100%; margin: 0px 0px 35px 0px;}
.realestate-home a {text-decoration: none;}
.realestate-home:nth-child(1) {}
.realestate-home:nth-child(1) figure {float: left;}
.realestate-home:nth-child(1) .boxdettagli {float: left;padding: 0px 0px 0px 80px;}
.realestate-home:nth-child(2) {}
.realestate-home:nth-child(2) figure {float: right;}
.realestate-home:nth-child(2) .boxdettagli {float: right;padding: 0px 80px 0px 0px;}
.realestate-home:nth-child(3) {}
.realestate-home:nth-child(3) figure {float: left;}
.realestate-home:nth-child(3) .boxdettagli {float: left;padding: 0px 0px 0px 80px;}
.realestate-home figure { height: 400px; width:50%; position: relative; background: #000; overflow: hidden; }
.realestate-home figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0.5;}
.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 .topFigure {position: absolute; top: 0px;left: 0px; right: 0px; z-index:12; padding: 10px 10px 0px 10px;}
.realestate-home figure .topFigure .motivazione {float: right; padding:6px 10px 6px 10px; font-size: 12px; text-transform: uppercase;border-radius: 5px;}
.realestate-home figure .topFigure .motivazione.vendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-home figure .topFigure .motivazione.affittovendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-home figure .topFigure .motivazione.affitto { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-home figure .topFigure .motivazione.affitto_stagionale { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-home figure .topFigure .statoImm {float: right;border-radius: 5px;margin: 0px 10px 0px 0px; padding:5px 10px; font-size: 12px; text-transform: uppercase; }
.realestate-home figure .topFigure .statoImm.venduto { background: #2c496a; color: #ffffff; }
.realestate-home figure .topFigure .statoImm.affittato { background: #2c496a; color: #ffffff; }
.realestate-home figure .topFigure .statoImm.ribasso { background: #ff7200; color: #ffffff; }
.realestate-home figure .topFigure .statoImm.nuovo { background: #62b546; color: #ffffff; }
.realestate-home figure .topFigure .statoImm.lusso { background: #ded20f; color: #ffffff; }
.realestate-home figure .dettagli { position: absolute; bottom: 0px;left: 0px; z-index:12; padding: 0px 0px 10px 10px;}
.realestate-home figure .dettagli .comune {text-align: left;color: #fff;font-size: 19px;}
.realestate-home figure .dettagli .zona {clear: both;text-align: left;color: #fff;font-size: 15px;}
.realestate-home figure .dettagli .prezzo {float: left; font-family: 'Lato', sans-serif; font-weight: 300;background: #e8e8e8;color: #555;padding: 3px 8px 3px 8px;border-radius: 5px;font-size: 16px;font-weight: bold;margin: 12px 0px 0px 0px;}
.realestate-home figure .immoPreferiti {position: absolute;bottom: 10px;right: 10px; background: rgba(0,0,0,0.3); border-radius: 5px; padding: 3px 5px;}
.realestate-home figure .immoPreferiti.attivo { background: #ec1b23; }
.realestate-home figure .immoPreferiti .la { font-size: 20px; cursor: pointer; color: #ffffff; }
.realestate-home .boxdettagli {float: left; position: relative; display: table;height: 400px;width: 50%;}
.realestate-home .info {display: table-cell;vertical-align: middle;}
.realestate-home .info .titolo { font-family: 'Playfair Display', serif; font-size:26px; color: #000;margin: 0px 0px 15px 0px;min-height: 55px;}
.realestate-home .info .codice {font-weight: 600;margin: 0px 0px 20px 0px;text-align: left;}
.realestate-home .info .txt {margin: 0px 0px 25px 0px;font-size: 16px;}
.realestate-home .info .dettagli { font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #ec1b23; color: #ffffff; font-size: 14px; float: right; text-align: center; }
.realestate-home .info .dettagli:hover {opacity: 0.6;}
.realestate-home a:hover { text-decoration: none; }
.realestate-home:hover > figure .foto_ok {opacity:0.8;}





/*immobili griglia*/
.realestate-griglia { vertical-align: top; display: inline-block; width: 85%; background: #e8e8e8; border: 2px solid #e8e8e8; position: relative; }
.realestate-griglia a {text-decoration: none;}
.realestate-griglia figure { height: 300px; width: 100%; position: relative; background: #ff0000; overflow: hidden; position: relative; }
.realestate-griglia 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%); /* FF3.6-15 */
                                    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ }
.realestate-griglia figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.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 .dettagli { position: absolute; top: 10px; right: 0px; z-index:2; }
.realestate-griglia figure .dettagli .motivazione { padding:5px 55px 5px 10px; font-size: 13px; text-transform: uppercase; }
.realestate-griglia figure .dettagli .motivazione.vendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-griglia figure .dettagli .motivazione.affittovendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-griglia figure .dettagli .motivazione.affitto { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-griglia figure .dettagli .motivazione.affitto_stagionale { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-griglia figure .statoImm { position: absolute; top: 50px; right: 0px; z-index:3; padding:5px 10px; font-size: 12px; text-transform: uppercase; }
.realestate-griglia figure .statoImm.venduto { background: #2c496a; color: #ffffff; }
.realestate-griglia figure .statoImm.affittato { background: #2c496a; color: #ffffff; }
.realestate-griglia figure .statoImm.ribasso { background: #ff7200; color: #ffffff; }
.realestate-griglia figure .statoImm.nuovo { background: #62b546; color: #ffffff; }
.realestate-griglia figure .statoImm.lusso { background: #ded20f; color: #ffffff; }
.realestate-griglia figure .agente { position: absolute; bottom: 0px; left: 0px; z-index:2; 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 { position: absolute; top: 10px; left: 10px; z-index:2; background: rgba(0,0,0,0.3); border-radius: 5px; padding: 3px 5px; }
.realestate-griglia figure .immoPreferiti.attivo { background: #ec1b23; }
.realestate-griglia figure .immoPreferiti .la { font-size: 20px; cursor: pointer; color: #ffffff; }
.realestate-griglia figure .prezzo { position: absolute; z-index:2; bottom: 10px; right: 10px; font-family: 'Lato', sans-serif; font-weight: 300; color: #ffffff; font-size: 20px; text-align: left; }
.realestate-griglia .boxdettagli { position: relative; font-weight: 400; }
.realestate-griglia .info { padding: 15px; text-align: left; }
.realestate-griglia .info .titolo { text-align: left; font-family: 'Lato', sans-serif; font-weight: 500; font-size:18px; color: #555555; margin-bottom: 10px; min-height:55px; }
.realestate-griglia .info .testo { display: none; color: #919191; margin-bottom: 10px; text-align: justify; font-size:14px; min-height: 80px; }
.realestate-griglia .icone { min-height: 61px; }
.realestate-griglia .icone .ico { font-family: 'Lato', sans-serif; font-weight: 400; width: 33.33%; float: left; padding: 15px; color: #8b8782; font-size: 12px; text-align: center; }
.realestate-griglia .icone .ico img { width: 30px; height: 30px; margin-right: 5px; }
.realestate-griglia .icone .ico:nth-child(1) { border-left: 0px; }
.realestate-griglia .action { padding: 15px; text-align: left; margin-bottom: 40px; }
.realestate-griglia .action .codice { line-height: 40px; font-family: 'Lato', sans-serif; font-weight: 500; color: #5f5f5f; font-size: 13px; float: left; text-align: left; }
.realestate-griglia .action .dettagli { font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #ec1b23; color: #ffffff; font-size: 14px; float: right; text-align: center; }
.realestate-griglia a:hover { text-decoration: none; }
.realestate-griglia a:hover > .action .dettagli { background: #ff0000; }
.realestate-griglia:hover { margin-top: -20px; margin-left: -20px; border: 2px solid #ec1b23; -webkit-box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.75); -moz-box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.75); box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.75); }

/*immobili lista*/
.realestate-lista { vertical-align: top; display: inline-block; width: 100%; background: #e8e8e8; border: 2px solid #e8e8e8; position: relative; }
.realestate-lista a {text-decoration: none;}
.realestate-lista figure { float: left; width: 30%; height: 325px; position: relative; background: #ff0000; 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%); /* FF3.6-15 */
                                    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ }
.realestate-lista figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.realestate-lista figure .foto_ko { max-width: 90% !important; 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: 10px; right: 0px; z-index:2; }
.realestate-lista figure .dettagli .motivazione { padding:5px 55px 5px 10px; font-size: 15px; text-transform: uppercase; }
.realestate-lista figure .dettagli .motivazione.vendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affittovendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affitto { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affitto_stagionale { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-lista figure .statoImm { position: absolute; top: 50px; right: 0px; z-index:3; padding:5px 10px; font-size: 14px !important; text-transform: uppercase; }
.realestate-lista figure .statoImm span { margin: 0px !important; padding: 0px !important; }
.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 { position: absolute; top: 10px; left: 10px; z-index:2; background: rgba(0,0,0,0.3); border-radius: 5px; padding: 3px 5px; }
.realestate-lista figure .immoPreferiti.attivo { background: #ec1b23; }
.realestate-lista figure .immoPreferiti .la { font-size: 20px; cursor: pointer; color: #ffffff; }
.realestate-lista figure .prezzo { position: absolute; z-index:2; bottom: 10px; right: 10px; font-family: 'Lato', sans-serif; font-weight: 300; color: #ffffff; font-size: 25px; text-align: left; }
.realestate-lista .boxdettagli { float: left; width: 70%; position: relative; font-weight: 400; }
.realestate-lista .info { padding: 15px 15px 0px 15px; text-align: left; }
.realestate-lista .info .titolo { font-family: 'Lato', sans-serif; font-weight: 500; font-size:18px; color: #555555; margin-bottom: 10px; }
.realestate-lista .info .testo { color: #5f5f5f; margin: 10px 0px; text-align: justify; font-size:17px; min-height: 145px !important; }
.realestate-lista .icone { min-height: 50px; float: none !important; }
.realestate-lista .icone .ico { font-family: 'Lato', sans-serif; font-weight: 400; width: 33.33%; float: left; padding: 15px; color: #8b8782; font-size: 14px; text-align: center; }
.realestate-lista .icone .ico img { 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 .codice { padding: 5px 15px 0px 15px; line-height: 40px; font-family: 'Lato', sans-serif; font-weight: 500; color: #5f5f5f; font-size: 15px; float: left; text-align: left; }
.realestate-lista .action .dettagli { margin: 5px 15px 0px 15px; font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #ec1b23; color: #ffffff; font-size: 16px; float: right; text-align: center; }
.realestate-lista a:hover { text-decoration: none; }
.realestate-lista a:hover > .action .dettagli { background: #ff0000; }
.realestate-lista:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #ec1b23; }

/*immobili evidenza*/
.realestate-evidenza { position: relative; padding: 60px; font-family: 'Lato', sans-serif; font-weight: 300; font-size: 30px; background-image: url('../img/background-evidenza.jpg'); background-size: cover; background-position: bottom; background-repeat: no-repeat; }
.realestate-evidenza a {text-decoration: none;}
.realestate-evidenza .titolo_sezione { font-family: 'Lato', sans-serif; font-weight: 700; font-size: 25px; color: #ff0000; text-transform: uppercase; }
.realestate-evidenza .titolo { font-family: 'Lato', sans-serif; font-weight: 300; font-size: 30px; color: #ff0000; float: left; text-transform: uppercase; }
.realestate-evidenza .titolo span { text-transform: none; }
.realestate-evidenza .prezzo { font-family: 'Lato', sans-serif; font-weight: 300; color: #ffffff; font-size: 30px; float: right; }
.realestate-evidenza .codice { font-family: 'Lato', sans-serif; font-weight: 300; color: #ffffff; font-size: 25px; float: right; }
.realestate-evidenza figure { float: left; width: 40%; height: 450px; position: relative; background: #ff0000; overflow: hidden; border-radius: 5px; border: 5px solid #ff0000; }
.realestate-evidenza figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.realestate-evidenza figure .foto_ko { max-width: 90% !important; 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 #ff0000; background: #ff0000; color: #ffffff; }
.realestate-evidenza .immoPreferiti { position: absolute; top: 10px; right: 10px; }
.realestate-evidenza .immoPreferiti .la { font-size: 30px; cursor: pointer; color: #ec1b23; }
.realestate-evidenza a:hover {text-decoration: none;}

/*immo Half Map*/
.immoHalfMap { width: 100%; }
.immoHalfMap .listato { width: 45%; float: left; }
.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: auto; margin-bottom: 40px; text-align: center; float: left; }
.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; }
.immoHalfMap .listato .realestate-lista figure { width: 45%; height: 250px; }
.immoHalfMap .listato .realestate-lista .boxdettagli { width: 55%; height: 190px; }
.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: 17px; }
.immoHalfMap .listato .realestate-lista .info .prezzo { font-size: 18px; line-height: 30px; }
.immoHalfMap .listato .realestate-lista .info .codice { font-size: 13px; line-height: 30px; }
.immoHalfMap .listato .realestate-lista .action { width: 55%; }
.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; width: 100%; height: 600px; background: #ff0000; }
.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: 54%; height: 100%; position: fixed; right: 0px; top: 0px; z-index: 0; }
.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: 300; 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: #ec1b23; color: #ffffff; margin-top: 15px; padding: 10px; border-radius: 5px; display: inline-block; }
.immoHalfMap .mappa .mappaRealEstateNo .spinnermappa a:hover { background: #ff0000; color: #ffffff; text-decoration: none; }
.immoHalfMap .elenco { margin-top: 25px; margin-bottom: 25px; }
.immoHalfMap .elenco.immobili .ordine { width: 50%; }
.immoHalfMap .elenco.immobili .vista { width: 50%; }
.immoHalfMap .boxCerca.interno { padding: 10px; }
.immoHalfMap .boxCerca.interno .contentbox .codice { width: 15%; }
.immoHalfMap .boxCerca.interno .contentbox .contratto { width: 16%; }
.immoHalfMap .boxCerca.interno .contentbox .localita { width: 26%; }
.immoHalfMap .boxCerca.interno .contentbox .tipologia { width: 27%; }
.immoHalfMap .boxCerca.interno .contentbox .prezzo { width: 16%; }
.immoHalfMap .boxCerca.interno .contentbox .avanzata { width: 40%; }
.immoHalfMap .boxCerca.interno .contentbox .cerca { width: 60%; text-align: right; }
.immoHalfMap .boxCerca.interno .contentbox .cerca .submit { max-width: 150px; }
.immoHalfMap .boxCerca.interno .contentbox .avanzataDett { width: 100%; margin-top: 15px; }
.immoHalfMap .boxCerca.interno .contentbox .avanzataDett .boxcheckbox { width: 25%; margin-top: 0px; margin-bottom: 15px; }

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

/*immobili scheda*/
#sezInformazioni, #sezCaratteristiche, #sezStanze, #sezVicinanze, #sezVideo, #sezTour { display: block; }
.realestate-scheda { font-family: 'Lato', sans-serif; }
.realestate-scheda .bottOpenSez { text-align: center; display: none; margin: 15px 0px; }
.realestate-scheda .bottOpenSez a { padding: 10px; background: #ff0000; border-radius: 5px; font-size: 15px; color: #ffffff; }
.realestate-scheda .bottOpenSez .fa { font-size: 13px; color: #ffffff; padding: 0px; text-align: center;}
.realestate-scheda #sezInformazioniMeno {display: none;}
.realestate-scheda #sezVicinanzeMeno {display: none;}
.realestate-scheda #sezStanzeMeno {display: none;}
.realestate-scheda .interno-scheda { max-width: 1600px; margin: auto; padding-top: 20px; }
.realestate-scheda .interno-scheda h2 { text-align: center; color: #222222; font-size: 30px; font-weight: 400; text-transform: none; margin-bottom: 5px; }
.realestate-scheda .galleria {width: 100%; height: 650px; position: relative; }
.realestate-scheda .galleria .tp-thumbs {display: none;}
.realestate-scheda .galleria .slFoto { height: 100%; }
.realestate-scheda .galleria .slFotoNow { height: 100%; }
.realestate-scheda .a_capo {clear: both;height: 20px;}
.realestate-scheda .boxSx {position: relative; float: left;width: 30%;padding: 35px 120px 0px 0px;text-align: left;}
.realestate-scheda .boxSx .codiceSchimmo {float: left; background: #ff0000; border-radius: 5px; padding: 10px 15px; margin:0px 0px 10px 0px; display: block; font-weight: 400; color: #fff; font-size: 16px; }
.realestate-scheda .boxSx .prezzoSchimmo {font-weight: 600; color: #ff0000; font-size: 30px; }
.realestate-scheda .boxSx .classe_energetica {float: left; border: 1px solid #e8e8e8; font-size: 15px; background: #ffffff; color: #4d4d4d; padding: 10px 15px; text-align: center; display: block; border-radius: 5px;margin-bottom: 20px; }
.realestate-scheda .boxSx .classe_energetica .liv_classe { border-radius: 5px; display: inline-block; padding: 4px 7px; text-transform: capitalize; margin: 0px 0px 0px 4px;}
.realestate-scheda .boxSx .buttPlusPhoto {position: absolute;left: 0px;top: -61px;padding: 8px 25px;color: #fff;border-radius: 5px 5px 0px 0px;background: #ec1b23;z-index: 1;text-decoration: none;}
.realestate-scheda .boxSx .buttPlusPhoto:hover {background: #ff0000;}
.realestate-scheda .boxSx .specifiche {}
.realestate-scheda .boxSx .specifiche .statoImm {clear: both; font-size: 17px; text-align: left;}
.realestate-scheda .boxSx .specifiche .statoImm span { text-align: center; display: inline-block; border-radius: 5px;margin:0px 10px 10px 0px; padding: 10px 15px; text-transform: capitalize; }
.realestate-scheda .boxSx .specifiche .statoImm .venduto { border: 1px solid #2c496a; background: #2c496a; color: #4d4d4d; }
.realestate-scheda .boxSx .specifiche .statoImm .affittato { border: 1px solid #2c496a; background: #2c496a; color: #4d4d4d; }
.realestate-scheda .boxSx .specifiche .statoImm .ribasso { border: 1px solid #ff7200; background: #ff7200; color: #4d4d4d; }
.realestate-scheda .boxSx .specifiche .statoImm .nuovo { border: 1px solid #62b546; background: #62b546; color: #4d4d4d; }
.realestate-scheda .boxSx .specifiche .statoImm .lusso { border: 1px solid #ded20f; background: #ded20f; color: #4d4d4d; }
.realestate-scheda .boxCx {float: left;width: 40%;padding: 35px 0px 0px 0px;text-align: center;}
.realestate-scheda .boxCx h1 {text-align: center; color: #222222; font-size: 32px; font-weight: 500; text-transform: none; margin:0px 0px 30px 0px;}
.realestate-scheda .boxCx .zonaSchimmo {text-align: center;margin: 0px 0px 30px 0px;font-size: 20px;}
.realestate-scheda .boxCx .details {display: table;width: 100%;}
.realestate-scheda .boxCx .details .ico {display: table-cell;vertical-align: middle;padding: 0px 13px 0px 13px;}
.realestate-scheda .boxCx .details .ico img { height: 24px; padding-right: 10px; }
.realestate-scheda .boxCx .details span {height: 80px;}
.realestate-scheda .boxCx .details span div {display: inline;padding: 10px 5px;}
.realestate-scheda .boxCx .details span div span {display: inline-block; color: #222222;font-size: 15px;padding: 0px;height: 24px;line-height: 24px;}
.realestate-scheda .boxDx {position: relative; float: left;width: 30%;padding: 35px 0px 0px 120px;text-align: left;}
.realestate-scheda .boxDx .prefPrint {position: absolute;right: 0px;top: -60px;z-index: 1;}
.realestate-scheda .boxDx .prefPrint .immoPreferiti {float: right; cursor:pointer; font-size: 17px; background: #ec1b23; color: #fff; padding: 8px 25px; text-align: left; display: block; border-radius: 5px 5px 0px 0px; margin:0px 0px 0px 10px; }
.realestate-scheda .boxDx .prefPrint .immoPreferiti .fas { font-size: 20px; cursor: pointer; color: #fff; margin-right: 15px; margin-left: 5px; }
.realestate-scheda .boxDx .prefPrint .immoPreferiti .far { font-size: 20px; cursor: pointer; color: #fff; margin-right: 15px; margin-left: 5px; }
.realestate-scheda .boxDx .prefPrint .immoPreferiti:hover {background: #ff0000;}
.realestate-scheda .boxDx .prefPrint .immoStampa {float: right;}
.realestate-scheda .boxDx .prefPrint .immoStampa a { font-size: 17px; background: #ec1b23; color: #fff; padding: 8px 25px; text-align: left; display: block;text-decoration: none; border-radius: 5px 5px 0px 0px; width: 100%;}
.realestate-scheda .boxDx .prefPrint .immoStampa .fa { font-size: 20px; cursor: pointer; color: #fff; margin-right: 15px; margin-left: 5px; }
.realestate-scheda .boxDx .prefPrint .immoStampa a:hover {background: #ff0000;}
.realestate-scheda .boxDx .cont_condivisioni {float: right;width: 65%;}

.realestate-scheda .boxDx .cont_condivisioni .condMobile .fa { font-size: 28px; cursor: pointer; color: #ec1b23; margin-right: 10px;  }
.realestate-scheda .boxDx .cont_condivisioni a { font-size: 17px; border: 1px solid #e8e8e8; color: #4d4d4d; padding: 10px 15px; text-align: left; display: inline-block; border-radius: 5px; width: 100%;margin: 0px 0px 10px 0px;text-decoration: none;}
.realestate-scheda .boxDx .cont_condivisioni .la { font-size: 28px; cursor: pointer; color: #ec1b23; margin-right: 10px; }
.realestate-scheda .boxDx .cont_condivisioni .onlyMobile { display: none; }
.realestate-scheda .boxDx .cont_condivisioni a:hover {background: #ff0000;color: #fff;}

.realestate-scheda .boxDx .condMobile .fa { font-size: 28px; cursor: pointer; color: #ec1b23; margin-right: 10px;  }

.realestate-scheda .boxDx .condMobile { font-size: 17px; border: 1px solid #e8e8e8; color: #4d4d4d; padding: 10px 15px; text-align: center; display: inline-block; border-radius: 5px; width: 100%;margin: 0px 0px 10px 0px;}
.realestate-scheda .boxDx .condMobile {display: none; }
.realestate-scheda .boxDx .condMobile .la { font-size: 28px; cursor: pointer; color: #ec1b23; margin-right: 10px; }

.realestate-scheda .thumb_masonry {position: relative; height: 350px;text-align: center;overflow: hidden;}
.realestate-scheda .thumb_masonry .buttDiPiu { position: absolute;bottom: 20px;left: 0px;right: 0px;width: 14%;margin: auto; text-align: center;background: #ff0000;color: #fff;padding: 8px 0px;text-decoration: none;border-radius: 5px;cursor: pointer;}
.realestate-scheda .thumb_masonry .buttDiPiu i {color: #fff;}
.realestate-scheda .thumb_masonry .buttDiPiu:hover {opacity: 0.9;}
.realestate-scheda .thumb_masonry .buttDiPiu #thumbMasonryMeno { display: none; }
.realestate-scheda .thumb_masonry ul {list-style: none;-moz-column-count: 5;-webkit-column-count: 5;column-count: 5;padding: 0px 0px 0px 0px;}
.realestate-scheda .thumb_masonry ul li {display: inline-block;vertical-align: top;margin: 0px 0px 1em;width: 100%;}
.realestate-scheda .thumb_masonry ul li img {max-width: 100%;}
.realestate-scheda .corposx { width: 100%; margin: 60px 0px 0px 0px; background: #ffffff; } 
.realestate-scheda .corpodx { width: 100%; margin: 0px 0px 20px 0px; background: #ffffff; } 
.realestate-scheda .padding { padding: 0px; margin-bottom: 0px; } 
.realestate-scheda .padding .boxsfondo {position: relative; border: 1px solid #e8e8e8; color: #222222; padding: 30px 35px; display: block; border-radius: 5px; width: 100%; margin-bottom: 60px; }
.realestate-scheda .titolo { font-weight: 500; text-align: center; color: #222222; font-size: 25px; margin-bottom: 20px; text-transform: none; font-family: 'Playfair Display', serif;} 
.realestate-scheda .titolo .sottotitolo { font-weight: 300; text-align: center; font-size: 18px; text-transform: none; margin-bottom: 20px; }
.realestate-scheda .dettaglio {  } 
.realestate-scheda .close_section { border-bottom: 2px solid #f1f1f1; margin: 50px 0 50px 0; clear: both; }
.realestate-scheda .dettaglio .icone { min-height: 61px; float: left; }
.realestate-scheda .dettaglio .icone .ico { font-weight: 400; float: left; padding: 15px; color: #5f5f5f; font-size: 14px; }
.realestate-scheda .dettaglio .icone .ico img { width: 30px; height: 30px; margin-right: 10px; }
.realestate-scheda .dettaglio .immoCond { float: right; margin-top: 10px; margin-left: 20px; position: relative; }
.realestate-scheda .dettaglio .immoCond .fa { font-size: 30px; cursor: pointer; color: #ec1b23; }
.realestate-scheda .dettaglio .immoLusso { font-size: 16px; float: right; }
.realestate-scheda .dettaglio .immoLusso img { margin-top: 30px; }
.realestate-scheda .dettaglio .testo { margin-top:20px; font-weight: 300; text-align: justify; font-size: 16px; position: relative; }
.realestate-scheda .dettaglio .caratteristiche { }
.realestate-scheda .dettaglio .caratteristiche .box { float: left; min-height: 24px; font-size: 16px; width: 25%; padding: 8px 0px; text-align: left; font-weight: 300; border-bottom: 1px solid #f1f1f1; }
.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: 300; 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;position: relative; border: 1px solid #e8e8e8; margin-bottom: 60px;}
.realestate-scheda .scheda_form .tit_dx { background: #6f6f6f; text-transform: uppercase; font-size: 20px; padding: 5px 0px; color: #ffffff;border-radius: 5px;}
.realestate-scheda .scheda_form .contatto_agenziaagente { text-align: center; padding: 0px; float: left; width: 35%; }
.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: #ff0000; overflow: hidden; border: 8px solid #ff0000; 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 { margin: auto; text-align: center; position: relative; color: #555555; font-size: 17px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli .tipoutente { color: #222222; font-size: 20px; font-weight: 700; text-transform: uppercase; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli strong { text-transform: uppercase; font-size: 30px; color: #222222; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli a { color: #ec1b23; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #ff0000; 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: #ec1b23; 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: #ff0000; 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: #ff0000; 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: 0px; float: right; width: 60%; }
.realestate-scheda .scheda_form .contatto_form .grid-6 { width: 50%; }
.realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(odd) { width: 49%; margin-right: 1%; }
.realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(even) { width: 49%; margin-left: 1%; }
.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; }

/*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; font-weight: 400; }
.schimmoTop .paddingbox { padding: 0 30px; }
.schimmoTop figure { float: left; height: 80px; width:160px; position: relative; background: #f9f9f9;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: 400;color: #222222;}
.schimmoTop .comune {float: left;display: table;}
.schimmoTop .comune span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px; font-weight: 400;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: 400;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 8px;}
.schimmoTop .button span a {display: inline-block;background: #279d07;color: #fff;text-transform: uppercase;border-radius: 5px;padding: 5px 8px;text-decoration: none;}
.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: 300 !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: 300 !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 { width: 100%; float: none; font-family: 'Playfair Display', serif; font-weight: 400; text-align: center; color: #222222; font-size: 30px; }
.realestate-simili ul { list-style: none; margin: 0; text-align: center;}
.realestate-simili li {display: inline-block;vertical-align: top;margin: 0px 25px 20px 25px;width: 46%;}
.realestate-simili .realestate-home figure {height: 300px;}
.realestate-simili .realestate-home figure .immoPreferiti {margin: 0px 0px 0px 0px;}
.realestate-simili .realestate-home .boxdettagli {height: 300px; padding: 0px 0px 0px 50px;}
.realestate-simili .realestate-home .info .titolo {text-align: left;}
.realestate-simili .realestate-home .info .txt {text-align: left;}




/*immobili preferiti*/
.realestate-preferiti { padding: 50px; background: #f1f1f1; }
.realestate-preferiti .titolo { font-family: 'Playfair Display', serif; font-weight: 700; text-align: left; color: #ff0000; 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; }


/*staff home*/
.staffhome { margin: auto; padding: 40px 0px 100px 0px; }
.staffhome .tit { display: block; font-weight: 300; font-family: 'Playfair Display', serif; font-size: 47px; color: #000000; text-align: left; padding: 15px 15px 45px 15px; margin: 0; }
.staffhome .contentbox { max-width: 1300px; margin: auto; width: 95%; }



/*pagina home*/
.paginahome {position: relative; z-index: 1; padding: 70px 0px 70px 0px;}
.paginahome .contentbox {max-width: 1300px;margin: 0px auto 0px;display: table;}
.paginahome .contentbox .Sx {display: table-cell;vertical-align: middle;text-align: left;min-width: 45%;width: 45%;padding: 0px 35px 0px 0px;}
.paginahome .contentbox .Sx i {color: #ec1b23;font-size: 24px;}
.paginahome .contentbox .Sx h1 {font-size: 45px;margin: 0px 0px 0px 0px;}
.paginahome .contentbox .Dx {display: table-cell;vertical-align: middle;text-align: justify;}
.paginahome .contentbox .Dx .button {text-transform: uppercase;color: #3c3c3c;border-bottom: 2px solid #ec1b23;padding: 0px 0px 2px 0px;font-weight: 400;text-decoration: none;}
.paginahome .contentbox .Dx .button i {margin: 0px 0px 0px 8px;color: #3c3c3c;}
.paginahome .contentbox .Dx .button:hover {border-bottom: 2px solid #3c3c3c;color: #ec1b23;}



/*servizi home*/
.servizihome {padding: 50px 0px 50px 0px;}
.servizihome .contentbox {max-width: 1300px;margin: 0px auto 0px;display: table;}
.servizihome .contentbox .Sx {display: table-cell;vertical-align: middle;text-align: right;min-width: 38%;width:38%; padding: 0px 35px 0px 0px;}
.servizihome .contentbox .Sx i {color: #ec1b23;font-size: 24px;}
.servizihome .contentbox .Sx h2 {font-size: 45px;line-height: 55px; margin: 0px 0px 0px 0px;}
.servizihome .contentbox .Dx {display: table-cell;vertical-align: middle;text-align: justify;padding: 0px 0px 0px 85px;}
.servizihome .contentbox .box3 {width: 39.4%!important;margin: 0px 60px 30px 0px;vertical-align: top;border-bottom: 1px solid #ec1b23;}
.servizihome .contentbox .box3 figure {display: none;}
.servizihome .contentbox .box3 .dettagli {text-align: left;}
.servizihome .contentbox .box3 .dettagli .titolo {color: #3c3c3c;text-align: left;font-size: 25px;font-weight: 400;}
.servizihome .contentbox .box3 .dettagli .testo {font-size: 18px;margin: 0px 0px 20px 0px;min-height: 110px;}
.servizihome .contentbox .box3 .dettagli .boxlink .link {background: #ec1b23;color: #fff;display: inline-block;border-radius: 5px;padding: 5px 15px;margin: 0px 0px 10px 0px;}
.servizihome .contentbox .box3 .dettagli .boxlink .link:hover {opacity: 0.6;}



/*ricerca multipla home*/
.ricercamultiplahome {padding: 45px 0px 85px 0px;overflow-x: hidden;}
.ricercamultiplahome .contentbox {}
.ricercamultiplahome .contentbox .swiper-container {overflow: visible!important;}
.ricercamultiplahome .contentbox .box2 {width: 33.4%!important;margin: 0px -2px 0px -2px;transition: all .3s ease;z-index: 0;}
.ricercamultiplahome .contentbox .box2 figure {width: 100%!important;}
.ricercamultiplahome .contentbox .box2 .dettagli {height: 35px;}
.ricercamultiplahome .contentbox .box2 .dettagli .titolo {color: #fff;text-shadow: 2px 2px 2px #000;font-size: 26px;font-weight: 400;}
.ricercamultiplahome .contentbox .box2 .dettagli .testo {display: none;}
.ricercamultiplahome .contentbox .box2 .dettagli .boxlink .link {background: #ec1b23;color: #fff;border-radius: 5px;}
.ricercamultiplahome .contentbox .box2 .dettagli .boxlink .link:hover {background: #ff0000;}
.ricercamultiplahome .contentbox .box2:hover {transform: scale(1.15);z-index: 1;box-shadow: 0 10px 20px rgba(0,0,0,.15);}

.mutuo {margin-bottom: 20px; border-radius: 5px; border: 1px solid #d2d2d2;padding: 5px 15px;}
.mutuo h5 { margin-bottom: 6px; font-weight: 100;}
.mutuo input[type=radio] {margin: 0 5px 0 0;}
.mutuo label {font-size: 14px;}

.cont_form .mutuo { border-radius: 0; border: 0; padding:0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.cont_form .mutuo .contenitore {float: right; width: 95%; display: inline-block;border-radius: 5px; border: 1px solid #d2d2d2;padding: 5px 15px;text-align: left;}

/***RESPONSIVE***/
@media only screen and (max-width: 1600px) {
    
    header.home-HalfHome {min-height:auto!important;max-height:none!important;}
    
    .sliderhalfhomepage {height:612px}
    .Sx_Half_Slide {height: 612px!important;margin-top: -612px!important;}
    
    .socialtopHalfHome {left: 2%!important;}
    
    .realestate-scheda .boxDx .cont_condivisioni {width:70%!important;}
    
    .boxCerca.interno .contentbox {width: 90%!important;}
    .boxCerca.interno .contentbox .cerca .submit {width: 90% !important;}
    
    .immoHalfMap .listato { width: 55%; }
    .immoHalfMap .mappa { width: 44%; }
    .agenzie-scheda .galleria { height: 450px; }
    .agenti-scheda .galleria { height: 450px; }
    .realestate-griglia figure { height: 250px; }
    .realestate-scheda .galleria { height: 450px; }
    .realestate-scheda .corpo .video img { width: 100%; }    
    .realestate-evidenza figure { height: 360px; }
    .zoomGallery .cambioGrafica { top: 30px; }  
    footer .credits { padding: 50px; }
    footer .chiusura { padding: 0 50px; }
    .sectionpage { max-width: 95% !important; }
    .agenzie-scheda .interno-scheda { max-width: 95%; }
    .agenti-scheda .interno-scheda { max-width: 95%; }
    .realestate-scheda .interno-scheda { max-width: 95%; }
    .realestate-scheda .dettaglio .caratteristiche .box { width: 50%; }
    .breadCrumb { max-width: 95%; }
    .realestate-scheda .galleria { height: 540px; }
}

@media only screen and (max-width: 1536px) {
    
    .socialtopHalfHome {top: 115px!important;background: #fff;right: 25px;left: auto!important;bottom: auto!important;padding: 0px 4px 0px 4px;}
    .socialtopHalfHome a {margin: 12px 0px 4px 0px!important;}
    
    .cont_form {padding:20px 30px!important;}
    
    .realestate-scheda .scheda_form {padding:20px 30px!important;}
    .realestate-griglia .icone .ico { width: unset; float: none; display: inline-block; }
    #elencoImmo .realestate-griglia { width: 85%; }
    .realestate-scheda .galleria { margin-bottom: 0px; }

    .realestate-simili .realestate-home .boxdettagli {padding: 0px 0px 0px 20px !important;}
}

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

    .intestazione .menu_top { margin-left: 10px; }
    
    
    .boxCerca.home {max-width: 98%!important;}
    .boxCerca.home .contentbox {padding: 30px 30px 35px 30px!important;}
    
    .ricercamultiplahome .contentbox .box2 figure {height: 360px!important;}
    
    .realestate-home .info .titolo {font-size: 25px!important;}
    
    .paginahome .contentbox .page-home p { margin-left: 0px; }
    .paginahome .contentbox .page-home h1 { font-size: 32px; }
    .paginahome .contentbox .page-home { width: 100%; }
    .box6 figure { width: 95% !important; height: auto !important; }
    .box6 figure img { position: relative !important; }
    .paginahome .contentbox .mappaRealEstateScroll { border-radius: 1%; margin-top: 50px; }
    .paginahome .contentbox .mappaRealEstateScroll .mappa-agenzie { border-radius: 0px; }
    .immoHalfMap .mappa .mappaRealEstateNo .spinnermappa { font-size: 25px; }
    .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; }
    .testo table { width: 100%!important; margin: auto; }
    .testo table tr td { display: inline-block; width: 100%!important; margin: 15px 0px; padding: 0 !important; }
    .realestate-scheda .corposx { width: 100%; float: none; }
    .realestate-scheda .corpodx { width: 100%; float: none; }
    .realestate-scheda .galleria { height: 450px; }
    #elencoUte .griglia li { width: 30.3%; }
    .agenzie-scheda .corpo .fotouffici .galleria { height: 250px; }
    .agenzie-scheda .box_formcontatto { width: 95%; margin: auto; padding-bottom: 0px; }
    .agenti-scheda .box_formcontatto { width: 95%; margin: auto; padding-bottom: 0px; }
    .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; }
    #elencoImmo .griglia li { width: 33%; }
    .boxCerca.interno .contentbox { width: 95%; }
    .agenzie-scheda .interno-scheda { max-width: 95%; }
    .agenti-scheda .interno-scheda { max-width: 95%; }

    .schimmoTop .paddingbox {padding: 0px 10px !important;}
    .schimmoTop .blocco_1 { float: left; width: 50%; }
    .schimmoTop .blocco_2 { float: right; width: 10%; }
    .schimmoTop .blocco_3 { float: left; width: 20%; }    
    .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; }
    .schimmoTop .details { float: left; width: 100%; text-align: center; padding: 7px 0px; }
    .schimmoTop .details span { display: unset; vertical-align: unset; height: unset; }
    .schimmoTop .prezzo { float: left; width: 100%; text-align: center; }
    .schimmoTop .prezzo span { display: unset; vertical-align: unset; height: unset; }
    .realestate-scheda .boxCx h1 {font-size: 25px !important;}
    .realestate-scheda .boxSx .prezzoSchimmo {font-size: 25px !important;}
    .realestate-scheda .interno-scheda { max-width: 95%; }
    .realestate-scheda .boxSx .classe_energetica {padding: 10px 10px !important;}
    .realestate-scheda .boxSx .classe_energetica strong:nth-child(1) {display: block;margin: 0px 0px 3px 0px;}
    .realestate-scheda .boxDx .cont_condivisioni {width: 88%!important;}
    
    
    .boxGtipologiehome .swiper-slide { display: inline-block !important; width: 24.5%; text-align: center; }
    .cont_form .checkRadio_big .txtPrivacy { font-size: 13px; }
    footer .credits { width: 95%; padding:20px 0px; }
    .credits .grid-9 { width: 60%; }
    .credits .grid-3 { width: 40%; }
    .agenzie-scheda .testata .grid-9 { width: 65%; }
    .agenzie-scheda .testata .grid-3 { width: 35%; }
    .agenti-griglia { width: 30%; } 
    .boxCerca.interno .contentbox .cerca { text-align: right; }
    .agenti-scheda .corpo .scheda_form .contatto_form .checkRadio_big .txtPrivacy { font-size: 12px; }
    .realestate-scheda .scheda_form { padding: 20px 50px !important; }

    .Sx_Half_Slide .contentbox .txt { padding: 0px 50% 10% 0px; }   

}

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

    header.home-HalfHome {min-height:804px!important;}
    
    .intestazione .logo_top img { width: 80%; }
    .intestazione .logo_top div { padding: 15px 0px 5px 20px; }
    .intestazione .menu_top { margin-left: 0px; }
    .intestazione .menu_top div { padding-top: 12px; }
    .intestazione .lingue { padding: 33px 20px 0px 0px; }
    .intestazione .telefono_top div { padding: 33px 20px 0px 0px; }
    .intestazione_scroll .logo_top_scroll div { padding: 0px; }
    .intestazione_scroll .lingue { padding: 20px 20px 0px 0px; }
    
    .Sx_Half_Slide .contentbox {width: 100%!important;}
    .Sx_Half_Slide .contentbox .txt {padding:0px 50% 0px 30px!important;}
    .Sx_Half_Slide .contentbox .txt h2 {font-size: 50px!important;}
    
    .paginahome .contentbox {max-width: 97%!important;}
    .paginahome .contentbox .Sx h1 {font-size: 40px!important;}
    
    .boxCerca.home .contentbox {padding: 30px 15px 35px 30px !important;}
    .boxCerca.interno .contentbox { width: 97%; max-width: 97%; }
    
    .servizihome .contentbox .Sx h2 {font-size: 37px!important;line-height: 47px!important;}
    
    .boxGtipologiehome .swiper-slide { display: inline-block !important; width: 49.5%; text-align: center; }
    .tipologiehome .contentbox .box1 { margin: 10px 0px 10px 0px; }
    .tipologiehome .contentbox .box1 figure { height: 350px !important; }
    
    .realestate-home .info .titolo {font-size: 22px !important;}

    .immoHalfMap { width: 95%; margin: auto; }
    .immoHalfMap .listato { width: 100%; }
    .immoHalfMap .listato .realestate-lista figure { width: 30%; height: 325px; }
    .immoHalfMap .listato .realestate-lista .boxdettagli { width: 70%; }
    .immoHalfMap .listato .realestate-lista .action { width: 70%; }
    .immoHalfMap .listato .realestate-lista .testo { display: block; }
    .immoHalfMap .listato #elencoImmo .griglia li { width: 33%; }
    .immoHalfMap .listato #elencoAge .griglia li { width: 33%; }   
    .immoHalfMap .mappa { width: 100%; display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 990; background: #fff; }
    .openHalfMap { display: inline; }
    .closeHalfMap { position: fixed; top: 20px; right: 20px; z-index: 991; }
    .closeHalfMap a { background: #222222 !important; }
    .closeHalfMap .la { border-radius: 50% !important; font-size: 35px !important; background: #222222 !important; color: #fff !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 .interno-scheda {width: 98%!important;}
    .realestate-scheda .galleriaTop { height: 70vh; }
    .realestate-scheda .boxDx .cont_condivisioni {width: 100%!important;}
    .realestate-scheda .boxSx {padding: 35px 60px 0px 0px !important;}


    .realestate-simili li {margin: 0px 15px 20px 15px!important;width: 47.3%!important;}
    .realestate-simili .realestate-home .boxdettagli {padding: 0px 0px 0px 20px!important;}
    
    .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%; }

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


    .realestate-lista .info { padding: 5px 15px 0px 15px; }
    .realestate-lista .info .testo { margin: 10px 0px 5px 0px; }
    .immoHalfMap .listato .realestate-lista .boxdettagli { height: unset; }
    .agenzie-scheda .testata .grid-9 { width: 70%; }
    .agenzie-scheda .testata .grid-3 { width: 30%; }
    .agenzie-scheda .testata .azioni .bottoni { margin: 10px 20px 10px 0px; }
    .agenti-scheda .testata .grid-9 { width: 70%; }
    .agenti-scheda .testata .grid-3 { width: 30%; }
    .agenti-scheda .testata .azioni .bottoni { margin: 10px 20px 10px 0px; }
    
    .contattacihome .contentbox { top: 45px; }
    #elencoImmo .realestate-griglia { width: 95%; max-width: 390px; }
    .realestate-griglia .info .titolo { font-size: 16px; }
    .realestate-griglia .action .dettagli { padding: 8px 10px; font-size: 13px; }
    .realestate-lista figure { width: 35%; } 
    .realestate-lista .boxdettagli { width: 65%; }
    .realestate-lista .action { width: 65%; }
    .realestate-lista .action .dettagli {  font-size: 14px; }
    .agenti-scheda .corpo .titolo { text-align: center; }

    footer .chiusura {padding: 0px 30px !important;}
}

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

    ::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 */

    body, html { font-size: 16px; }
    h2 { font-size: 25px; }
    .g-recaptcha { transform: scale(0.5); -webkit-transform: scale(0.5); }
    
    .sectionMobile { display: block; position: fixed; left: 0; bottom: 0; z-index: 900; width: 100%; font-size: 10px; }
    .sectionMobile .bottone { background: #ec1b23; 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: #222222; z-index: 999; color: #ffffff; left: 0px;}
    .menuResponsive .logoResp { text-align: center; margin-bottom: 30px; background: #fff; }
    .menuResponsive .logoResp img { height: 80px; padding: 5px;}
    .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: #ec1b23; 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:#555555; cursor: pointer; }
    .menuResponsive li { list-style: none; }
    .menuResponsive ul { display: block; margin: 0 auto 100px; padding: 0; clear: both; width: 90%;}
    .menuResponsive li { 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; text-decoration: none; color: #ffffff; font-size: 16px; padding: 0px 14px;vertical-align: top;}
    .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; }
    .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; 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: 15px 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: #ec1b23; color: #ffffff; }
    .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; }
    .motoreRicercaMobile .slider-success.noUi-target { background: #d1d1d1 !important; }
    .motoreRicercaMobile .slider-success .noUi-connect { background: #ec1b23 !important; }
    .motoreRicercaMobile .slider-success.circle-filled .noUi-handle,.motoreRicercaMobile  .slider-success.square .noUi-handle { background: #ec1b23 !important; }
    .motoreRicercaMobile .slider-success .noUi-handle { border-color: #ec1b23 !important; }
    .motoreRicercaMobile .cerca_input { padding: 10px 10px; }
    .select2-basic, .select2-search, .select2-ajax-loc, .select2-ajax-loc-multiple, .select2-lavora { width: 100%; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple { padding: 11px 11px 6px 11px; height: unset; min-height: unset; font-size: 15px; font-weight: 400; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered { color: #555555; line-height: normal; padding-left: 0px; font-size: 15px; font-weight: 400 }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered::after { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 12px; color: #555555; font-size: 15px; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple::after { display: none; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple input { margin-top: 0; margin-left: 0; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered li span { color: #555555; font-weight: 400; line-height: normal; padding: 0px; font-size: 15px; }
    .preferiti_top { display:none !important; }
    .breadCrumb { display: none; }
    
    #myModalIframe .modal-dialog { width: 95% !important; }
    .modalRicerca { max-height: unset; height: 70vh;}
    .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; }
    
    
    header.home { border-bottom: 5px solid #ec1b23; }
    header.home-HalfHome {min-height: 100%!important;}
    
    .intestazione .menu_top .lblue li a { font-size: 13px; }
    .intestazione .menu_top .lblue ul li a { font-size: 12px; }
    .intestazione .menu_top .menu_action > li { margin: 0px 0px 0px 20px; }
    .intestazione .telefono_top a { font-size: 15px; }
    .intestazione .telefono_top div { padding: 30px 20px; }
    .intestazione .logo_top { float: unset !important; padding: 0px !important; }
    .intestazione .logo_top div { padding: 10px 0px 15px 0px; }
    .intestazione .logo_top img { width: auto; height: 85px; }
    .intestazione .menu_top { display: none; }
    .interno .intestazione .telefono_top a { font-size: 15px; }
    .interno .intestazione .menu_top { width: 57%; }
    .interno .intestazione .telefono_top { width: 23%;}
    .interno .intestazione .logo_top { text-align: center; width: 100%; }
    .interno .intestazione .telefono_top { display: none; }
    .socialtopHalfHome {top: 110px !important;}
    
    .lingue { display: none; }
    
    .Sx_Half_Slide .contentbox .txt h2 {font-size: 45px!important;}
    .sliderhalfhomepage {height: 385px;}
    .Sx_Half_Slide {height: 385px!important;margin-top: -385px!important;}

    
    .paginahome .contentbox .Sx {width: 50% !important;min-width: 50% !important;}
    .paginahome .contentbox .Sx h1 {font-size: 32px!important;}
    
    .sectionpage {max-width: 97% !important;}
    
    .ComuneDett .modalRicerca .sectionModal .list_macro { display: none; }    
    .ComuneDett .modalRicerca .sectionModal .list_tipologie { height: 100%; }
    
    .boxCerca.home { display:none; }
    .boxCerca.home .contentbox { margin: auto; }
    .boxCerca.home .contentbox { width: 95%; }
    .boxCerca.home .avanzata_txt { display: none; }
    .homeRicAva { left: 25px; }
    
    .boxCerca.interno { display:none; }
    .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; }
    
    .boxCerca.agenzieagenti .contentbox { width: 95%; }
    
    .cont_form { border: 0px solid #dedede; background: transparent; padding: 15px 15px !important; font-size: 14px; width: 100%; }
    .cont_form .grid-4 { width: 50%; }
    .cont_form .grid-12 {text-align: center !important;}
    .cont_form .grid-4:nth-child(3n + 2) { text-align: center; }
    .cont_form .grid-4:nth-child(3n + 3) { text-align: center; }
    .cont_form .grid-4:nth-child(3n + 4) { text-align: center; }
    .cont_form .input {width: 97% !important;}
    .cont_form .mutuo .contenitore {float: none !important;width: 97% !important;}
    .cont_form .inputtextarea {width: 99% !important;}
    .cont_form .bottSubmit { width: 100%; }
    
    .boxGstaffchisiamo .box3 { width: 43%; }
    
    .news h2 { font-size: 25px; }
    .news h3 { font-size: 20px; }
    
    section.faq h3 { font-size: 20px; }
    
    .lavoraconnoi .swiper-slide { max-width: 85%; margin: 0px; }
    
    
    .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; }
    
    .box1 { margin: 10px 0px; width: 85%; }
    .box1 figure { width: 100% !important; }
    
    .servizihome .contentbox .Sx {min-width: 35%!important;}
    .servizihome .contentbox .Sx h2 {font-size: 28px!important;line-height: 38px!important;} 
    .servizihome .contentbox .Dx {padding: 0px 0px 0px 35px!important;}
    .servizihome .contentbox .box3 .dettagli .titolo {font-size: 22px!important;}
    .servizihome .contentbox .box3 .dettagli .testo {font-size: 16px!important;}
    
    .ricercamultiplahome .contentbox .box2 figure {height: 305px!important;}
    
    .immoHalfMap .listato .realestate-lista figure { width: 40%; }
    .immoHalfMap .listato .realestate-lista .boxdettagli { width: 60%; }   
    .immoHalfMap .listato #elencoImmo .griglia li { width: 50%; } 
    #elencoImmo .griglia li { width: 49%; }
    
    .tipologiehome .tit { font-size: 37px; padding: 15px 15px 45px 0px; }
    
    .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%; }
    
    .immobilihome h2 {font-size: 38px!important;}
    .realestate-home { max-width: 97%; width: 97% !important; margin: auto !important; left: 0; right: 0; float: none; margin-bottom: 60px !important; }    
    .realestate-home figure { height: 300px !important; }
    .realestate-home .boxdettagli {height: 300px !important;}
    
    .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; }
    .realestate-evidenza .titolo { float: none; text-align: left !important; }
    .realestate-evidenza figure { height: 250px; }
    .realestate-evidenza .info { padding-left: 0px; padding-top: 0px; }
    .realestate-evidenza .info .testo { padding: 30px 0px 0px 25px; }
    
    .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; }
    
    #elencoImmo .lista li {width: 49% !important;display: inline-block;vertical-align: top;}
    .realestate-lista {width: 95% !important;}
    .realestate-lista figure {height: 260px !important;width: 100% !important;}
    .realestate-lista figure .prezzo {font-size: 20px !important;}
    .realestate-lista .boxdettagli {width: 100% !important;}
    .realestate-lista .info .titolo {min-height: 54px !important; margin-top: 5px;}
    .realestate-lista .info .testo {min-height: 270px !important; font-size: 16px;}
    .realestate-lista .icone .ico img {display: block;margin: 0px auto 5px !important;}
    .realestate-lista .action {width: 100% !important;padding: 0px 0px 20px 0px !important;}



    .agenzie-scheda .galleria { height: 450px; margin-bottom: 0px;}
    .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%; }
    .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; }
    .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-griglia { width: 30%; }
    
    .agenti-scheda .galleria { height: 450px; margin-bottom: 0px;}
    .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; }
    .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; }
    .agenti-scheda .testata .padding_testata { padding-left: 0px; }
    .agenti-scheda .testata .azioni .bottoni { margin: 10px 15px 10px 15px; }
    .agenti-scheda .galleriaTop .titolo .fotoagente { height: 180px; width: 180px; border: 5px solid #ff0000; }
    .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; }
    
    .tornaindietro {display: none; margin-right: 10px; margin-top: 0px; padding-top: 10px; }
    
    .schimmoTop { display: none; }
    .schimmoTop .blocco_1 { width: 45%; }
    .schimmoTop .blocco_3 { width: 25%; }
    .schimmoTop .tip_mot { font-size: 15px; }
    .schimmoTop .comune { font-size: 15px; }
    .schimmoTop .zona { font-size: 15px; }
    .zoomGallery { background: rgb(0, 0, 0); }
    .zoomGallery .cambioGrafica { text-align: left; left: 10px; top: 30px; }
    .zoomGallery .multipleThumb { margin-top: 90px; }
    .closeZoomGallery { right: 10px; font-size: 35px; top: 15px;}
    .realestate-scheda .galleria { height: 450px; }
    .realestate-scheda .a_capo {clear: none;display: none;}
    .realestate-scheda .boxSx {padding:15px 0px 0px 0px!important;width: 100%!important;text-align: center;}
    .realestate-scheda .boxSx .buttPlusPhoto {position: relative!important;top: auto!important;display: inline-block;vertical-align: middle;border-radius: 5px 5px 5px 5px!important;margin: 0px 30px 15px 30px;}
    .realestate-scheda .boxSx .codiceSchimmo {float: none; display: inline-block;vertical-align: middle;margin: 0px 30px 15px 30px;}
    .realestate-scheda .boxSx .prezzoSchimmo {display: inline-block;vertical-align: middle;margin: 0px 30px 15px 30px;}
    .realestate-scheda .boxSx .classe_energetica {float: none; display: inline-block;vertical-align: middle;margin: 10px 30px 15px 30px!important;}
    .realestate-scheda .boxSx .specifiche .statoImm {text-align: center !important;}
    .realestate-scheda .boxCx {padding: 45px 0px 0px 0px!important;width: 100%!important;text-align: center;}
    .realestate-scheda .boxDx {padding: 55px 0px 0px 0px!important;width: 100%!important;text-align: center;}
    .realestate-scheda .boxDx .prefPrint {position: relative!important;top: auto!important;margin: 0px 0px 25px 0px;}
    .realestate-scheda .boxDx .prefPrint .immoPreferiti {border-radius: 5px 5px 5px 5px!important;float: none; display: inline-block;vertical-align: middle;}
    .realestate-scheda .boxDx .prefPrint .immoStampa {float: none; display: inline-block;vertical-align: middle;}
    .realestate-scheda .boxDx .prefPrint .immoStampa a {border-radius: 5px 5px 5px 5px!important;}
    .realestate-scheda .boxDx .cont_condivisioni {float: none!important;}
    .realestate-scheda .boxDx .cont_condivisioni a {width: auto!important;margin: 0px 20px 15px 0px;}
    .realestate-scheda .thumb_masonry ul {-moz-column-count: 4;-webkit-column-count: 4;column-count: 4;}
    .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-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; }
    .realestate-scheda .interno-scheda h1 { font-size: 25px; }
    .realestate-scheda .dettaglio .caratteristiche .box { width: 50%; }
    .realestate-scheda .titolo { width: 100%; margin-bottom: 20px;  }
    .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; }
    .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 #elencoImmo .realestate-griglia { width: 100%; max-width: unset; }
    .realestate-scheda .realestate-cantieri .icone { float: none; }
    .realestate-scheda .footer_scheda .grid-6 { width: 100%; }
    .realestate-scheda .footer_scheda .cont_social { margin-top: 30px; }
    .realestate-scheda .scheda_form .contatto_agenziaagente { width: 100%; margin-bottom: 50px; }
    .realestate-scheda .scheda_form .contatto_form { width: 100%; }
    .realestate-scheda #elencoImmo .realestate-griglia { width: 90%; }
    .realestate-scheda .specifiche .classe_energetica { font-size: 14px; }
    .realestate-scheda .specifiche .immoPreferiti { font-size: 14px; }
    .realestate-scheda .specifiche .immoStampa a { font-size: 14px; }
    .realestate-scheda .specifiche .cont_condivisioni a { font-size: 14px; }
    .realestate-scheda .specifiche .classe_energetica { font-size: 14px; }
    .realestate-scheda .specifiche .immoPreferiti { font-size: 14px; }
    .realestate-scheda .specifiche .immoStampa a { font-size: 14px; }
    .realestate-scheda .specifiche .cont_condivisioni a { font-size: 14px; }
    .realestate-scheda .thumb_masonry ul li {height: 160px;overflow: hidden;}
    
    
    .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-simili { padding: 20px; }
    .realestate-simili ul { padding: 0; }
    .realestate-simili li { width: 82%!important; }
    .realestate-simili .titolo { width: 100%; }
    
    .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; }
    
    .menu_footer li { font-size: 16px; text-align: center; width: 33%; }
    .menu_footer li .la { display: none; }
    .menu_footer2 li { text-align: center; }
    .credits img { height: 70px; }
    .credits .grid-9 { width: 100%; float: none; margin-bottom: 15px; text-align: center;}
    .credits .grid-3 { width: 100%; float: none; margin-bottom: 15px; text-align: center; }
    .telefono_footer { display: none; }
    .menu_approfondimento li { width: 50% !important; }
    .menu_approfondimento li ul li { width: 100% !important; }
      
}

@media only screen and (max-width: 900px) {
    
    .onlyMobile { display: block !important; }
    .onlyMobileSocial { display: inline-block !important; }
    
    .galleryTop {clear: both!important;}
    
    .Sx_Half_Slide {height: auto!important;margin-top: 0px!important;}
    .Sx_Half_Slide .contentbox {display: block!important;}
    .Sx_Half_Slide .contentbox .txt {display: block;text-align: center; padding: 20px 15px 20px 15px!important;}
    .Sx_Half_Slide .contentbox .txt h2 {font-size:40px!important;}
    
    .sliderhalfhomepage {width: 100%!important;float: none!important;}
    
    .paginahome { padding:50px 0px 50px 0px!important; }
    .paginahome .contentbox .page-home { width: 90%; }
    
    .servizihome .contentbox h2 {font-size: 30px!important;line-height: 42px!important;}
    .servizihome .contentbox .Sx {display: block!important;width: 100%!important;padding: 0px 0px 0px 0px!important;margin: 0px 0px 30px 0px!important;text-align: center;}
    .servizihome .contentbox .Dx {display: block!important;width: 100%!important;padding: 0px 0px 0px 0px!important;}
    .servizihome .contentbox .box3 {margin: 0px 20px 30px 20px!important;width: 28%!important;}
    
    .ricercamultiplahome .contentbox .box2 figure {height: 270px!important;}
    
    .realestate-home:nth-child(1) .boxdettagli {padding: 0px 0px 0px 40px !important;}
    .realestate-home:nth-child(2) .boxdettagli {padding: 0px 40px 0px 0px !important;}
    .realestate-home:nth-child(3) .boxdettagli {padding: 0px 0px 0px 40px !important;}
    
    .tornaindietro { display: none; }
    
    .realestate-scheda .specifiche { width: 100%; float: none; }
    .interno-scheda .grid-9 { width: 100%; float:none; margin-bottom:30px; }
    .interno-scheda .grid-8 { width: 100%; float:none; margin-bottom:30px; }
    .interno-scheda .grid-4 { width: 100%; float:none; margin-bottom:30px; }
    .interno-scheda .grid-3 { width: 100%; float:none; margin-bottom:30px; }
    
    .realestate-scheda .thumb_masonry ul li {height: 122px;}
    
    .realestate-simili li {width: 95%!important;}
    
    
    .agenti-griglia { width: 44%; }
    
    #elencoUte .griglia .agenti-griglia { margin: 100px 2.5% 50px 2.5%; }
    
    .realestate-griglia .icone .ico img { margin-right: 0px; display: inherit; margin: auto; }
    
    footer .chiusura { padding: 0 50px 40px 50px; }
    .chiusura .content .grid-9 { text-align: center; width: 100%; float: none; margin-bottom: 20px; }
    .chiusura .content .grid-3 { text-align: center; width: 100%; float: none; margin-bottom: 20px; }
    .menu_footer { padding: 20px 0px 0px 0px; }

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

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

    .cont_form {padding: 15px 0px !important;}

    .paginahome h1 { text-align: center; }
    .paginahome table { width: 95%!important; margin: auto; }
    .paginahome table tr td { display: inline-block; width: 100%!important; margin: 0px 0px; text-align: center; }
    .paginahome .contentbox {}
    .paginahome .contentbox .Sx {display: block; min-width: 100%!important;width: 100%!important;text-align: center;}
    .paginahome .contentbox .Sx h1 {margin: 0px 0px 20px 0px!important;}
    .paginahome .contentbox .Dx {display: block; min-width: 100%!important;width: 100%!important;padding: 0px 10px 0px 10px!important;}
    .paginahome .contentbox .Dx p {text-align: center;}

    .realestate-home:nth-child(1) .boxdettagli {padding: 0px 0px 0px 30px !important;}
    .realestate-home:nth-child(2) .boxdettagli {padding: 0px 30px 0px 0px !important;}
    .realestate-home:nth-child(3) .boxdettagli {padding: 0px 0px 0px 30px !important;}

    .servizihome .contentbox .box3 {width: 43% !important;}

    .realestate-scheda .scheda_form {padding: 20px 20px !important;}

    .realestate-simili {padding: 10px !important;}
    .realestate-simili li {margin: 0px 0px 20px 0px !important;}
}

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

    .sectionpage {max-width: 92% !important;}
    
    .realestate-home {width: 90% !important;margin: 0px auto 25px !important;}
    .realestate-home figure {width: 100% !important;float: none;}
    .realestate-home .boxdettagli {padding: 15px 10px 0px 10px !important;width: 100% !important;}
    .realestate-home:nth-child(1) .boxdettagli {padding: 15px 10px 0px 10px !important;}
    .realestate-home:nth-child(2) .boxdettagli {padding: 15px 10px 0px 10px !important;}
    .realestate-home:nth-child(3) .boxdettagli {padding: 15px 10px 0px 10px !important;}
    .realestate-home .info {vertical-align: top !important;}

    .servizihome .contentbox .box3 {width: 93% !important;}

    .ricercamultiplahome .contentbox .box2 {width: 50% !important;}

    .elenco.immobili .ordine {width: 60% !important;}
    .elenco.immobili .vista {width: 40% !important;display: none;}
    .elenco.immobili .vista a {vertical-align: top !important;}

    #elencoImmo .griglia li {width: 72% !important;}

    #elencoImmo .lista li {width: 72% !important;}

    #myModal .modal-dialog {width: 97% !important;}

    .ordinamentoPagina .orderData {line-height: 22px !important;}

    .realestate-scheda .padding .boxsfondo {padding: 30px 30px !important;}
    .realestate-scheda .boxSx .codiceSchimmo {margin: 0px 15px 15px 15px !important;}
    .realestate-scheda .boxSx .prezzoSchimmo {margin: 0px 15px 15px 15px !important;font-size: 23px !important;}
    .realestate-scheda .boxSx .classe_energetica {margin: 0px 15px 15px 15px !important;}
    .realestate-scheda .boxSx .specifiche .statoImm {text-align: center;}
    .realestate-scheda .boxCx h1 {font-size: 23px !important;}
    .realestate-scheda .boxCx .details .ico {width: 33% !important;}
    .realestate-scheda .boxDx .prefPrint .immoPreferiti {margin: 0px 10px 0px 10px !important;}
    .realestate-scheda .boxDx .cont_condivisioni a {margin: 0px 10px 15px 10px !important;}

    .realestate-simili .titolo {font-size: 22px !important;}
    .chat .dettpopup {width: 180px !important; height: 230px !important;}
    .chat .dettpopup figure {width: 180px !important; height: 230px !important;}

    .popup .dettpopup .dettagli .titolo {font-size: 20px !important;}
    .popup .dettpopup .dettagli .testo {font-size: 16px !important;}

    footer .chiusura {padding: 0px 10px !important;}
}


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

    .recapititop { display:none; }
    h1 { font-size: 19px; }
    h2 { font-size: 17px; }
    h3 { font-size: 15px; }
    
    table { width: 95%!important; margin: auto; }
    table tr td { display: inline-block; width: 100%!important; margin: 15px 0px; }
    
    .sectionMobile { font-size: 8px; }
    .sectionMobile .bottone .la { font-size: 30px; }
    
    .checkRadio_big input[type="checkbox"] + label span {margin: 0px 15px 22px 0px !important;}
    .checkRadio_normal input[type="checkbox"] + label span {margin: 0px 15px 45px 0px !important;}

    .cont_form {padding: 20px 5px !important;}
    .cont_form .checkRadio_big { margin-left: 8px; }
    .cont_form .bottSubmit { margin-top: 35px !important; text-align: center !important; }
    .cont_form .grid-6 .input { width: 100%; }
    .cont_form .grid-6 { width: 100%; margin: auto; float: none; }
    .cont_form .grid-6:nth-child(2n) {text-align: center !important;}
    .cont_form .grid-6:nth-child(2n+1) {text-align: center !important;}
    .cont_form .grid-12 { width: 100%; margin: auto; float: none; }
    .cont_form .grid-4 .input { width: 100%; }
    .cont_form .grid-4 { width: 100%; margin: auto; float: none; }
    .cont_form .select2-basic {width: 98% !important;}

    .cont_form .mutuo .contenitore .grid-6 {float: left !important; width: 48% !important;}
    
    .sliderhalfhomepage {margin-top: 0px!important;width: 100%!important;height: 385px !important;}
    .Sx_Half_Slide {margin-top: 0px!important;}
    .Sx_Half_Slide .contentbox .txt {padding: 20px 15px 40px 15px !important;vertical-align: top!important;text-align: center!important;}
    .socialtopHalfHome {display: none!important;}
    .socialtop {display: none!important;}
    
    
    .blog .blogEsterno { height: 300px; margin-bottom: 50px; }
    
    .credits .grid-9 { text-align: center; }
    
    .box1 figure {  height: 250px !important; }
    .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; }
    
    .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; }
    
    .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; }
    
    .servizihome .contentbox .Sx h2 {font-size: 35px!important;line-height: 42px!important;}
    .servizihome {padding: 30px 0px 30px 0px!important;}
    .servizihome .contentbox .Sx {display: block!important;width: 100%!important;text-align: center;}
    .servizihome .contentbox .Dx {display: block!important;width: 100%!important;text-align: center;padding: 0px 0px 0px 0px!important;}
    .servizihome .contentbox .box3 {margin: 0px 15px 30px 15px !important;width: 88%!important;}
    
    .ricercamultiplahome .contentbox {text-align: center!important;}
    .ricercamultiplahome .contentbox .box2 {margin: 0px auto 10px!important;width: 80%!important;}
    
    
    .social { margin-top: 30px; }
    .social a { margin: 0px 15px; }
    
    .cambioGrafica { display: none; }
    .ordinamentoPagina .orderData {line-height: 40px !important;}
    select { width: 100%; padding: 17px 10px; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; margin-bottom: 20px; color: #727e7a; font-weight: 300; font-size: 16px; }
    
    .immobilihome h2 {font-size: 35px!important;}
    
    .realestate-home {width: 90%!important;max-width: 90%!important;}
    .realestate-home figure {width: 100%!important;float: none!important;}
    .realestate-home .info .titolo {font-size: 18px !important;}
    .realestate-home .boxdettagli {padding: 0px 0px 0px 0px!important;width: 100%!important;}
    .realestate-home .info .codice {text-align: center!important;}
    
    .elenco.immobili .ordine {width: 100%!important;}
    .elenco.immobili .vista {display: none!important;}

    #elencoImmo .lista li {width: 82% !important;}
    
    .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; }
    
    .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-scheda .galleriaTop { height: 270px; }
    .realestate-scheda .galleriaTop .titolo { font-size: 18px; }
    .realestate-scheda .galleriaTop .titolo strong { font-size: 25px; }
    .realestate-scheda .a_capo {display: block !important;}
    .realestate-scheda .boxCx h1 {font-size: 21px !important;}
    .realestate-scheda .boxCx .zonaSchimmo {font-size: 18px !important;}
    .realestate-scheda .boxDx .cont_condivisioni .condMobile {text-align: center !important;}
    .realestate-scheda .testata .agenteagenzia { width: 100%; }
    .realestate-scheda .testata .agenteagenzia .foto { float: none; margin: auto; text-align: center; display: inline-block; width: 100%; }
    .realestate-scheda .testata .agenteagenzia .foto figure { margin: auto; }
    .realestate-scheda .testata .agenteagenzia .dettagli { float: none; margin: auto; text-align: center; display: inline-block; }
    .realestate-scheda .testata .scheda_immo_chiama { width: 100%; display: inline-block; float: none; }
    .realestate-scheda .testata .scheda_immo_contatta { width: 100%; display: inline-block; margin-top: 30px; }
    .realestate-scheda .boxDx .prefPrint .immoStampa {display: none;}
    .realestate-scheda .boxDx .cont_condivisioni {display: none;}
    .realestate-scheda .boxDx .cont_condivisioni a {width: 100%!important;margin: 0px 0px 15px 0px!important; text-align: center;}
    .realestate-scheda .boxDx .condMobile {display: block!important;}
    .realestate-scheda .boxDx .cont_condivisioni a {}

    .realestate-scheda .padding .boxsfondo {width: 100%!important;padding: 20px 20px!important;}
    .realestate-scheda .thumb_masonry ul {-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}
    .realestate-scheda .thumb_masonry .buttDiPiu {width: 50%!important;}
    .realestate-scheda .corpo .icone .ico { padding: 10px; font-size: 13px; }
    .realestate-scheda .corpo .caratteristiche .box { width: 100%; text-align: center; }
    .realestate-scheda .corpo .sottotitolo { margin-bottom: 20px; }
    .realestate-scheda .dettaglio .prezzo {margin: 25px 0px 0px 0px!important;}
    .realestate-scheda .galleria {height: 200px;}
    .realestate-scheda .scheda_form .contatto_agenziaagente .dettagli strong {font-size: 23px !important;}
    
    .realestate-scheda .thumb_masonry ul li {height: 148px;}
    
    .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 {padding: 20px 5px!important;}
    .realestate-simili .titolo {font-size: 21px!important;}
    .realestate-simili li { width: 91%!important; }
    .realestate-simili .realestate-home {width: 100%!important;max-width: 100%!important;}
    .realestate-simili .realestate-home .info .titolo {text-align: center!important;font-size: 20px!important;}
    .realestate-simili .realestate-home .info .txt {text-align: center!important;}
    
    
    .contatto_form .grid-6 { width: 100%; } 
    .contatto_form .grid-6 .input { width: 95%; } 
    .contatto_form .bottSubmit { 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 .macroSez .grid-6 { font-size: 13px; }
    #cookie-dett .accetta-cookie { top: 25px; right: 10px; }
    .immoHalfMap .listato .disegnamappa { display: none; }
      
    .immobilihome .tit { font-size: 27px; }
    .immobilihome .realestate-griglia { width: 80%; }
    .tipologiehome .tit { font-size: 27px; }
    .staffhome .tit { font-size: 27px; }
    .staffhome .agenti-griglia { width: 80%; }
    .menu_approfondimento li { width: 100% !important; }
    .menu_footer2 li { margin: 30px 0px; display: block; width: 100%; }
    .galleryTop.interno { height: 30vh; }
    
    .agenzie-griglia { width: 90%; }
    .agenzie-griglia figure { height: 240px; }
    .agenzie-scheda .galleria { height: 260px; }
    .agenti-scheda .galleria { height: 260px; }
    .realestate-scheda .galleria { height: 260px; }
    .agenzie-scheda .testata .azioni .bottoni { margin: 10px; }
    .agenzie-scheda #elencoUte .griglia li { width: 100%; }
    #elencoUte .griglia li { margin: auto; margin-bottom: 40px; }
    .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%; }
    .bottone_file { width: 100%; }   
    .realestate-scheda .dettaglio .stanze .box { width: 100%; }
    .tornaindietro a { font-size: 14px; }
    .modalRicerca { height: 82vh; width: 93% !important;}
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { width: 33%; margin: 20px 0 0px 0; }
    .realestate-scheda .dettaglio .statoImm .nuovo {    padding: 3px 5px !important;}
    .realestate-home { width: 90%; margin: 0 5%; margin-bottom: 60px; text-align: center; }
    .realestate-home:nth-child(2) { margin: 0 5%; margin-bottom: 60px; }
    .realestate-home:nth-child(3) { margin: 0 5%; margin-bottom: 60px; }
    .tipologiehome .contentbox .box1 figure { height: 250px !important; }
    .agenti-griglia { width: 80% !important; }
    .agenti-griglia { margin: 90px 10% 50px 10% !important; }
    #elencoUte { text-align: center; }
    .realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(2n+1) { width: 100%; margin-right: 0; }
    .realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(2n) { width: 100%; margin-left: 0; }
    .news .dettagli { margin-bottom: 70px; display: inherit; }
    .cont_form .checkRadio_big .txtPrivacy { font-size: 13px; }
    .staffhome .tit { font-size: 27px; text-align: center; }
    .tipologiehome .tit { text-align: center; }
    .immobilihome .tit { text-align: center; }
    .modalRicerca .headerModal { line-height: 30px; }
    .intestazione { padding-top: 0px; }
    .interno-scheda .grid-8 { margin-bottom: 10px; }
    .interno-scheda .grid-4 { margin-bottom: 10px; }
    .realestate-scheda .galleria { height: 330px; }
    .realestate-scheda .padding .boxsfondo { width: 90%; margin: auto; margin-bottom: 40px; }
    .interno-scheda .grid-3 { width: 90%; margin: auto; margin-bottom: 30px; }
    .contattacihome .contentbox .grid-5 .dettagli p span { line-height: 20px; display: inline-block; width: 80%; top: 10px; position: relative; }
    
    .menu_footer li { width: 100%; }

    .realestate-scheda .boxSx .classe_energetica {display: block !important;margin: 0px 0px 15px 0px !important;}
    .realestate-scheda .boxSx .specifiche .statoImm { text-align: center; }
    .realestate-scheda .boxSx .specifiche .statoImm span {display: block !important; margin: 0px 0px 10px 0px;}

    .chat .dettpopup {width: 150px !important; height: 200px !important;}
    .chat .dettpopup figure {width: 150px !important; height: 200px !important;}

    .popup .dettpopup .dettagli .titolo {padding: 5px 10px 20px 10px !important;font-size: 17px !important;}
}

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

    img { max-width:100% !important; }
    
    .cont_form {padding: 20px 0px !important;}

    .Sx_Half_Slide .contentbox .txt h2 {font-size: 30px!important;}
    
    .paginahome .contentbox .Sx h1 {font-size: 28px!important;}
    
    .immobilihome h2 {font-size: 30px!important;}
    
    
    .servizihome .contentbox .Sx h2 {font-size: 30px!important;line-height: 38px!important;}
    .servizihome .contentbox .box3 .dettagli .titolo {text-align: center;}
    .servizihome .contentbox .box3 .dettagli .testo {text-align: center;}
    
    .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; }
    .paginahome .contentbox .slideAgenzia { height: 220px; }
    .staffhome .arrowSimiliBack { top: 470px; }
    .staffhome .arrowSimiliNext { top: 470px; }
    .staffhome .agenti-griglia { width: 100%; }
    .realestate-griglia:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #ec1b23; -webkit-box-shadow: unset; -moz-box-shadow: unset; box-shadow: unset; }
    .menu_footer li { font-size: 17px; }
    .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 #elencoImmo .realestate-griglia { width: 100%; }
    #elencoImmo .realestate-griglia { width: 100%; }
    
    .realestate-scheda .thumb_masonry ul li {height: 113px;}
    
    .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; }
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { width: 50%; }
    .modalRicerca .sectionModal .list_tipologie { height: 65%; }
    .swhomepage .swiper-slide .details { top: 30%; width: 80%; }
    .boxGtipologiehome .swiper-slide { width: 100%; }
    .realestate-home figure .foto_ok { max-width: unset !important; }
    .realestate-griglia .icone .ico img { margin: auto; }
    .realestate-scheda #elencoImmo .realestate-griglia { width: 100%; }    
    .box6 {margin: 10px 0px 30px 0px!important;}
    .box7 {margin: 10px 0px 10px 0px!important;}
    .realestate-home figure { height: 230px !important; }
    .box3 .dettagli .boxlink .link { padding: 5px 10px !important; font-size: 15px; }
    .perchescegliercihome { padding: 30px 0px; }
    .agenzie-scheda .corpo .testo { width: 90%; margin: auto; }
    .orderData { line-height: 20px !important; }
    .realestate-scheda .padding .boxsfondo { padding: 30px 15px; }
    .realestate-scheda .titolo .sottotitolo { font-size: 16px; }
    #turnUp { bottom: 25px; }
    footer .chiusura { padding: 0 50px 60px 50px; }

    .chat .dettpopup {width: 150px !important; height: 200px !important;}
    .chat .dettpopup figure {width: 150px !important; height: 200px !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; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal { width: 100%; }
    .realestate-home figure { height: 300px; }    
    .staffhome { padding: 0px 0px 50px 0px; }
    .staffhome .agenti-griglia { margin: 90px 5% 50px 5% !important; width: 90% !important; }
    #elencoUte .griglia .agenti-griglia { margin: 90px 5% 50px 5% !important; width: 90% !important; }
    .agenti-griglia { margin: 90px 0% 50px 0% !important; width: 100% !important; }
    .cont_form { width: 95%; }
    
}
