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

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

a       { color: #53716c; text-decoration: none; }
a:hover { color: #53716c; 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: 'Lato', sans-serif; font-weight: 700; margin: 0px; padding: 0px; margin-bottom: 20px; text-transform: uppercase; }
h2 { color: #53716c; font-size: 30px; font-family: 'Lato', sans-serif; font-weight: 400; margin: 0px; padding: 0px; margin-bottom: 20px; }
h3 { color: #53716c; font-size: 25px; font-family: 'Lato', sans-serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h4 { color: #53716c; font-size: 20px; font-family: 'Lato', sans-serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h5 { color: #53716c; font-size: 15px; font-family: 'Lato', sans-serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h6 { color: #53716c; font-size: 10px; font-family: 'Lato', sans-serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
p { margin: 0px; padding: 0px; margin-bottom: 20px;}

.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: #324542; }
.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: #53716c !important; color: #ffffff; }

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

/*lingue*/
.lingue { font-family: 'Lato', sans-serif; font-weight: 300; margin-top: -10px; float: right; margin-right: 50px; width: 100%; text-align: right; }
.lingue a { color: #fff; line-height: 32px; display: inline-block; text-align: center; margin-left: 20px; text-decoration: underline; font-size: 13px; }
.intestazione_scroll .lingue { margin-top: 20px; margin-right: 0px; width: auto; text-align: left; float: left; }
.intestazione_scroll .lingue a { color: #222222; }

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

/*struttura*/
header { width: 100%; position: relative; }
header.home { border-bottom: 10px solid #324542; }
section { width: 100%; position: relative;}
section.interno { background: #f8f8f8; }
footer { width: 100%; position: relative;background-color: #444d49; /*background: url('../img/background-footer.jpg') #222222;*/ background-size: 100%; background-position: bottom; background-repeat: no-repeat; padding-bottom: 50px; }

/*freccia torna su*/
#turnUp { position: fixed; right: 20px; bottom:30px; background: #324542; color: #fff; font-size: 16px; padding: 15px; cursor: pointer; border-radius: 50%; z-index: 99; display: none; }
#turnUp:hover { background: #324542; }

/*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%; position: absolute; top: 0; left: 0; right: 0; margin: auto; z-index: 210; }
.intestazione {
                /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+100 */
                background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
                }
.intestazione .logo_top { text-align: left; float: left; width: 20%; }
.intestazione .logo_top div { padding: 10px 20px; }
.intestazione .menu_top { width: 60%; font-family: 'Lato', sans-serif; font-weight: 400; float: left; }
.intestazione .menu_top div { padding-top: 20px; }
.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: 24px; 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 0px 0px 35px; }
.intestazione .menu_top .lblue li a { text-decoration: none; color: #ffffff; padding: 3px 1px; text-align: center; white-space: nowrap; text-transform: uppercase;}
.intestazione .menu_top .lblue li:hover a { border-bottom: 1px solid #ffffff !important; -moz-transition: none; -o-transition: none; -webkit-transition: none; -ms-transition: none; transition: none; }
.intestazione .menu_top .lblue li.active a { border-bottom: 1px solid #ffffff !important; }
.intestazione .menu_top .lblue ul li a { background: rgba(34,34,34,0.7); color: #ffffff !important; font-size: 14px; padding: 15px 10px 15px 10px; text-align: left; width: 101%; }
.intestazione .menu_top .lblue ul li:hover a { background:rgba(34,34,34,1); color: #ffffff; }
.intestazione .menu_top .arrowSub:after { font-family:'LineAwesome'; content: "\f110"; position: absolute; left: 0; right: 0; margin: auto; bottom: -15px; color: #ffffff; }
.intestazione .menu_top .arrowSub:hover:after { content: ""; }
.intestazione .telefono_top { text-align: right; font-family: 'Lato', sans-serif; font-weight: 400; float: right; width: 20%; }
.intestazione .telefono_top div { padding: 40px 40px; }
.intestazione .telefono_top a { font-size: 24px; color: #ffffff; padding: 10px 20px; border: 1px solid #fffde4; border-radius: 10px; }
.intestazione .telefono_top a:hover { text-decoration: underline !important; color: #fffde4; }

.interno .intestazione { width: 100%; background: #ffffff; top: 0px; position: inherit; }
.interno .intestazione .logo_top { text-align: left; float: left; width: 20%; }
.interno .intestazione .logo_top img { height: 70px; width: auto !important; }
.interno .intestazione .menu_top { width: 60%; font-family: 'Lato', sans-serif; font-weight: 400; float: left; }
.interno .intestazione .menu_top div { padding-top: 10px; }
.interno .intestazione .menu_top .menu_action ul { text-align: right; }
.interno .intestazione .menu_top .lblue li a { border-bottom: 1px solid #ffffff; color: #555555; }
.interno .intestazione .menu_top .lblue li.active a { border-bottom: 1px solid #324542 !important; }
.interno .intestazione .menu_top .lblue li:hover a { border-bottom: 1px solid #555555 !important; }
.interno .intestazione .menu_top .arrowSub::after { color: #555555; }
.interno .intestazione .telefono_top { text-align: right; font-family: 'Lato', sans-serif; font-weight: 400; float: right; width: 20%; margin-top: 20px; }
.interno .intestazione .telefono_top div { padding: 10px 40px; }
.interno .intestazione .telefono_top a { font-size: 24px; color: #555555; padding: 10px 20px; border: 1px solid #555555; border-radius: 10px; }
.interno .intestazione .telefono_top a:hover { text-decoration: none !important; color: #324542; }
.interno .intestazione .lingue { margin-top: 16px; }
.interno .testo img{max-width: 100%;}

/*fasciabianca*/
/*
.white_header { background: rgba(255,255,255,0.8); }
.white_header .menu_top .lblue li a { color: #555555; border-bottom: 1px solid transparent !important; }
.white_header .menu_top .lblue li:hover a { border-bottom: 1px solid #555555 !important; }
.white_header .menu_top .arrowSub::after { color: #555555; }
.white_header .telefono_top a { color: #555555; border: 1px solid #555555; }
.white_header .telefono_top a:hover { color: #324542; }
*/

/*scroll*/
.intestazione_scroll { width: 100%; background: #ffffff; position: fixed !important; top: -70px; }
.intestazione_scroll .logo_top_scroll { float: left; padding: 10px 20px 5px 20px; width: unset !important; }
.intestazione_scroll .logo_top_scroll img { height: 50px; width: auto !important; }
.intestazione_scroll .logo_top_scroll div { padding: 0px; }
.intestazione_scroll .menu_top_scroll { float: right; margin: 20px 20px; width: unset !important; }
.intestazione_scroll .menu_top_scroll div { padding-top: 0px !important; }
.intestazione_scroll .menu_top .menu_action, .intestazione_scroll .menu_top_scroll .menu_action ul { text-align: center; font-size: 18px !important; }
.intestazione_scroll .menu_top .lblue li a { color: #555555; border-bottom: 1px solid #ffffff !important; }
.intestazione_scroll .menu_top .lblue li:hover a { border-bottom: 1px solid #555555 !important; }
.intestazione_scroll .menu_top .arrowSub::after { color: #555555; }
.intestazione_scroll .telefono_top { display: none; }

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

/*menu sottopagine*/
.pos_sottopagine { margin-left: -40px; }
.pos_sottopagine li { margin: 0px 10px 20px 0px; padding:0; list-style:none; float: left; }
.pos_sottopagine a { border-radius: 5px; background: #324542; padding: 5px 10px; color: #ffffff; font-weight: normal; }
.pos_sottopagine a:hover{ background: #53716c; 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: #fffde4; text-transform: uppercase; font-weight: 600; font-size: 22px; text-align: center; margin: 10px 0px; white-space: nowrap; float: left; }
.menu_approfondimento li a { text-decoration: none; color: #fffde4; }
.menu_approfondimento li a:hover { text-decoration: underline; }
.menu_approfondimento li ul li { width: 100%; text-transform: capitalize; font-weight: 400; font-size: 15px; }
.menu_approfondimento li ul li a { color: #888888; }
.menu_approfondimento li ul li a:hover { text-decoration: underline; }
.menu_approfondimento .approfondimento { border-bottom: 1px solid #fffde4; margin-top: 20px; }

.menu_footer { max-width: 1600px; padding: 0px 0px 0px 0px; margin: auto; }
.menu_footer ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: center; }
.menu_footer li { color: #888888; text-transform: uppercase; font-size: 24px; text-align: center; margin: 10px 0px; white-space: nowrap; display: inline-block; padding: 0 15px; }
.menu_footer li a { text-decoration: none; color: #888888; }
.menu_footer li a:hover { text-decoration: underline; }

.menu_footer2 { max-width: 1600px; padding: 0px 0px 20px 0px; margin: auto; }
.menu_footer2 ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: center; }
.menu_footer2 li { color: #888888; font-size: 16px; text-align: center; margin: 10px 0px; white-space: nowrap; display: inline-block; padding: 0 15px; }
.menu_footer2 li a { text-decoration: none; color: #888888; }
.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: #ffffff; padding: 10px 20px; border: 1px solid #ffffff; border-radius: 10px; }
.telefono_footer a:hover { text-decoration: none !important; color: #fffde4; }

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

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

/*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: #324542; 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; }

.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 #53716c; 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: #53716c; 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: #53716c; -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: #324542; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out; }
.cerca_da_a { width: 49.5%; display: inline-block; padding: 20px 10px; }
.cerca_input { max-width: 100%; width: 95%; margin: 0px; position: relative; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; padding: 11px 6px; height: auto; box-shadow: unset; }

/*nuovo prezzo*/

.prezzo_span {   color: #fff;
    display: inline-block;
    width: 90%;
   
    height: 36px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    }
.prezzo_span .la {float: right; margin-right: 10px;
color: #ffffff;
    font-size: 15px;
    
    line-height: 36px;
    cursor: pointer;}
.prezzo_span::first-letter{text-transform: uppercase;}

.fixed_div .cerca_da_a {margin: 10px !important; width: calc(49.5% - 22px) !important; padding: 0 5px !important; border:1px solid #fff !important;}
.contenitore_a {display:none; text-align: right;}
.fixed_div {position: fixed;
    z-index: 29;
    background: #fff;
     margin-top: 10px;
    background: rgba(74,74,74,0.95) !important;
    color: #fff !important;
    
    display: none;}
.fixed_div ul {padding: 0;list-style-type: none;height: 200px;
    overflow-y: scroll;}
.fixed_div ul li {height: 35px;
    line-height: 35px; margin-left: 15px; margin-right: 15px;cursor: pointer;}
.fixed_div ul li:hover{background: #DADADA;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.closex {text-align: right;
    margin-right: 20px;
    font-size: 25px;
    font-weight: 700;
    cursor:pointer;}
.prezzo_affitto {display:none;}






/*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: #53716c; 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: #53716c; font-size: 24px; top: 2px; left: 7px; margin: auto; position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.checkRadio_big input[type="radio"]:required:invalid:focus + label span { border: 1px solid #ff0000; }

.checkRadio_normal input[type="checkbox"] + label span {  height: 20px; width: 20px; background: #ffffff; border: 1px solid #d2d2d2; border-radius: 5px; display:inline-block; margin-right:15px; vertical-align:middle; cursor:pointer; float: left; }
.checkRadio_normal input[type="checkbox"]:checked + label span:after { content: '\f00c'; color: #53716c; 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: #53716c; 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: 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 .grid-6:nth-child(odd) { text-align: right; }
.cont_form .grid-6:nth-child(even) { text-align: left; }

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

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

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

/*news*/
.news { margin-bottom: 25px; }
.news .dettagli { font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #324542; color: #ffffff; font-size: 14px; text-align: center; }
.news .dettagli:hover { background: #53716c; }
.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: 37px; color: #ffaa2d;} 
.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: #222; background: #ffaa2d;  border-radius: 5px; font-size: 16px; }
.preferiti_top .visualizza:hover { background:#ffffff ; color: #222; }
.DispPreferiti { display: none !important; }
.intestazione_scroll .DispPreferiti { display: block !important; }
.preferitiSmall { position: absolute; top: 15px; right: 20px; }
.preferitiSmall i { font-size: 37px; color: #ffaa2d; } 
.preferitiSmall a:hover { text-decoration: none; } 
.preferitiSmall a:hover i { -webkit-animation-name: hvr-buzz-out; animation-name: hvr-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } 
.preferitiSmall .talkbubble {background: #222222; line-height: 30px; float: left; margin-top: 4px; margin-right: 10px; padding: 0px 10px; color: #fff; position: relative; border: 1px solid #222222; }
.preferitiSmall .talkbubble:before {content:''; width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 8.6px; border-color: transparent transparent transparent #222222; position: absolute; top: 6px; right: -8px;}

/*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:100%; max-height:100%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position: absolute; left: 50%; top: 50%; }
.zoomGallery .carouselThumb .swZoom .swiper-slide-active { opacity: 1; }
.zoomGallery .carouselThumb .swZoom .swiper-button-next { right: 30px; }
.zoomGallery .carouselThumb .swZoom .swiper-button-prev { left: 30px; }
.zoomGallery .carouselThumb .swiper-pagination { margin: auto; left: 0; right: 0; }
.zoomGallery .carouselThumb .swiper-pagination-bullet { width: 13px; height: 13px; margin: 0px 5px; background: #fff; }
.zoomGallery .carouselThumb .swiper-pagination, .zoomGallery .carouselThumb .swiper-pagination span { color:#fff !important; font-size: 15px; }
.zoomGallery .singleThumb { display: none; }
.zoomGallery .multipleThumb { width: 85%; margin: auto; list-style: none; display: none; margin-top: 150px; }
.zoomGallery .multipleThumb li { width: 25%; height: 15vw; float: left; }
.zoomGallery .multipleThumb li img { width: 100%; height: 100%; }

/*faq*/
.faq .faq-close span, .faq .faq-open span { background-color: #324542 !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%; }
.popup .dettpopup.effect { transition: 1.5s; }



.contentboxbottom {text-align: center; padding: 100px 0;}
   
/*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; }
.box1 .dettagli .titolo:hover {font-weight: bold;}
/*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 { width: 100%; position: relative; }
.galleryTop.home { height: 100vh; }
.galleryTop .swhomepage { background: #000000; }
.galleryTop .swhomepage img { opacity: 0.9; }

/* 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: #324542; }
.modalRicerca .footerModal { border-top: 1px solid #eeeeee; height: 10%; text-align: right; line-height: normal; }
.modalRicerca .footerModal input[type="button"] { border: 0px; background: #324542 !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; }

/*cerca home*/
.boxCerca.home { position: absolute; top: 40%; left: 0px; right: 0px; margin: auto; z-index: 100; max-width: 1200px; }
.boxCerca.home .contentbox { width: 100%; }
.boxCerca.home .contentbox .localita { text-align: left; line-height: 55px; width: 40%; color: #ffffff; }
.boxCerca.home .contentbox .localita .boxinput { width: 90%; border: 1px solid #ffffff; border-radius: 3px; margin-top: -10px; position: relative; }
.boxCerca.home .contentbox .localita .boxinput::after { font-family:'LineAwesome'; content: "\f27d"; position: absolute; left: 10px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 30px; }
.boxCerca.home .contentbox .localita .boxinput::before { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 15px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 20px; }
.boxCerca.home .contentbox .localita .boxinput input { overflow: hidden; text-overflow: ellipsis; width: 100%; background: transparent; padding: 0 50px; border: 0px; color: #ffffff; font-size: 18px; }
.boxCerca.home .contentbox .tipologia { text-align: left; line-height: 55px; width: 40%; color: #ffffff; }
.boxCerca.home .contentbox .tipologia .boxinput { width: 90%; border: 1px solid #ffffff; border-radius: 3px; margin-top: -10px; position: relative; }
.boxCerca.home .contentbox .tipologia .boxinput::after { font-family:'LineAwesome'; content: "\f237"; position: absolute; left: 10px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 30px; }
.boxCerca.home .contentbox .tipologia .boxinput::before { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 15px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 20px; }
.boxCerca.home .contentbox .tipologia .boxinput input { cursor: pointer; overflow: hidden; text-overflow: ellipsis; width: 100%; background: transparent; padding: 0 50px; border: 0px; color: #ffffff; font-size: 18px; }
.boxCerca.home .contentbox .cerca { text-align: center; width: 20%; margin-top: 46px; }
.boxCerca.home .contentbox .cerca .submit { text-transform:uppercase; background: #324542; line-height: normal; text-align: center; width: 95%; border-radius: 5px; color: #ffffff; font-weight: 400; font-size: 20px; border: none; padding: 16px 0px; }
.boxCerca.home .contentbox .cerca .submit:hover { background: #53716c; }
.boxCerca.home .contentbox .cerca .submit::before { content: ''; }

.boxCerca.home .contentbox .contratto { text-align: left; line-height: 55px; width: 40%; color: #ffffff; }
.boxCerca.home .contentbox .contratto .boxinput { width: 80%;  border: 1px solid #ffffff; border-radius: 3px; margin-top: -10px; position: relative; }
.boxCerca.home .contentbox .contratto .boxinput::before { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 15px; }
.boxCerca.home .contentbox .contratto .boxinput .select2-container { width: 100% !important; margin-top: -5px; }
.boxCerca.home .contentbox .contratto .boxinput .select2-container--default .select2-selection--single { background: transparent; border: none; font-size: 16px; font-weight: 300; }
.boxCerca.home .contentbox .contratto .boxinput .select2-container--default .select2-selection--single .select2-selection__rendered { color: #ffffff; }
.boxCerca.home .contentbox .contratto .boxinput .select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }



.homeSearch { position: relative; font-family: 'Indie Flower', cursive; color: #fffde4; font-size: 20px; margin-right: 120px; margin-top: 20px; padding-right: 70px; padding-top: 20px; text-align: right; }
.homeSearch::after { content: ''; background-image: url('../img/freccia_su.png'); position: absolute; right: 0; top: 0; background-repeat: no-repeat; width: 101px; height: 99px; }
.homeRicAva { position: absolute; top: 115px; left: 0px; }
.home_ric_avanzata { color: #fffde4; font-size: 14px; text-decoration: underline; }

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

/*cerca interno*/
.boxCerca.interno { background: #444d49; margin: 0px; padding: 10px 0px 30px 0px; position: relative; z-index: 200; }
.boxCerca.interno .contentbox { max-width: 1600px; margin: auto; padding: 0px; }
.boxCerca.interno .contentbox .cerca_input { padding: 5px; }
.boxCerca.interno .contentbox .codice { text-align: left; line-height: 55px; width: 10%; color: #ffffff; }
.boxCerca.interno .contentbox .codice .boxinput { width: 80%; line-height: 36px; border: 1px solid #ffffff; border-radius: 3px; margin-top: -10px; position: relative; }
.boxCerca.interno .contentbox .codice .boxinput input { width: 100%; background: transparent; border: 0px; color: #ffffff; font-size: 18px; }
.boxCerca.interno .contentbox .contratto { text-align: left; line-height: 55px; width: 10%; color: #ffffff; }
.boxCerca.interno .contentbox .contratto .boxinput { width: 80%; line-height: 36px; border: 1px solid #ffffff; border-radius: 3px; margin-top: -10px; position: relative; }
.boxCerca.interno .contentbox .contratto .boxinput::before { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 15px; }
.boxCerca.interno .contentbox .contratto .boxinput .select2-container { width: 100% !important; margin-top: -5px; }
.boxCerca.interno .contentbox .contratto .boxinput .select2-container--default .select2-selection--single { background: transparent; border: none; font-size: 16px; font-weight: 300; }
.boxCerca.interno .contentbox .contratto .boxinput .select2-container--default .select2-selection--single .select2-selection__rendered { color: #ffffff; }
.boxCerca.interno .contentbox .contratto .boxinput .select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.boxCerca.interno .contentbox .localita { text-align: left; line-height: 55px; width: 20%; color: #ffffff; }
.boxCerca.interno .contentbox .localita .boxinput { width: 90%; line-height: 36px; border: 1px solid #ffffff; border-radius: 3px; margin-top: -10px; position: relative; }
.boxCerca.interno .contentbox .localita .boxinput::after { font-family:'LineAwesome'; content: "\f27d"; position: absolute; left: 5px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 25px; }
.boxCerca.interno .contentbox .localita .boxinput::before { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 15px; }
.boxCerca.interno .contentbox .localita .boxinput input { overflow: hidden; text-overflow: ellipsis; width: 100%; background: transparent; padding: 0 40px; border: 0px; color: #ffffff; font-size: 18px; }
.boxCerca.interno .contentbox .tipologia { text-align: left; line-height: 55px; width: 20%; color: #ffffff; }
.boxCerca.interno .contentbox .tipologia .boxinput { width: 90%; line-height: 36px; border: 1px solid #ffffff; border-radius: 3px; margin-top: -10px; position: relative; }
.boxCerca.interno .contentbox .tipologia .boxinput::after { font-family:'LineAwesome'; content: "\f237"; position: absolute; left: 5px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 25px; }
.boxCerca.interno .contentbox .tipologia .boxinput::before { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 15px; }
.boxCerca.interno .contentbox .tipologia .boxinput input { cursor: pointer; overflow: hidden; text-overflow: ellipsis; width: 100%; background: transparent; padding: 0 40px; border: 0px; color: #ffffff; font-size: 18px; }
.boxCerca.interno .contentbox .prezzo { text-align: left; line-height: 55px; width: 20%; color: #ffffff; }
.boxCerca.interno .contentbox .prezzo .boxinput { width: 94%; border: 1px solid #ffffff; border-radius: 3px; margin-top: -10px; position: relative;     height: 37px;
    line-height: 37px;}
.boxCerca.interno .contentbox .prezzo .boxinput input { width: 100%; background: transparent; border: 0px; color: #ffffff; font-size: 18px; }
.boxCerca.interno .contentbox .avanzata {  text-align: left; margin-top: 58px; width: 7%; font-size: 15px; min-width: 80px;}
.boxCerca.interno .contentbox .avanzata a { color: #ffffff; border-bottom: 1px solid #ffffff; padding-bottom: 5px; }
.boxCerca.interno .contentbox .avanzata a:hover { color: #53716c; }
.boxCerca.interno .contentbox .cerca { text-align: center; width: 10%; margin-top: 26px; }
.boxCerca.interno .contentbox .cerca .submit { text-transform:uppercase; background: #324542; line-height: normal; text-align: center; width: 95%; border-radius: 5px; color: #ffffff; font-weight: 400; font-size: 20px; border: none; padding: 16px 0px; }
.boxCerca.interno .contentbox .cerca .submit:hover { background: #53716c; }
.boxCerca.interno .contentbox .cerca .submit::before { content: ''; }
.boxCerca.interno .contentbox .avanzataDett { display: none; width: 81%; margin: 25px 0px 0px 0px; font-size: 15px; font-weight: 300; color: #ffffff; }
.boxCerca.interno .contentbox .avanzataDett .boxselect { width: 92%; line-height: 36px; border: 1px solid #ffffff; border-radius: 3px; margin: 10px 0px 20px 0px; position: relative; }
.boxCerca.interno .contentbox .avanzataDett .boxselect::before { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 0; color: #ffffff; font-size: 15px; }
.boxCerca.interno .contentbox .avanzataDett .boxselect .select2-container { width: 100% !important; margin-top: -5px; }
.boxCerca.interno .contentbox .avanzataDett .boxselect .select2-container--default .select2-selection--single { background: transparent; border: none; font-size: 16px; font-weight: 300; }
.boxCerca.interno .contentbox .avanzataDett .boxselect .select2-container--default .select2-selection--single .select2-selection__rendered { color: #ffffff; }
.boxCerca.interno .contentbox .avanzataDett .boxselect .select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.boxCerca.interno .contentbox .avanzataDett .boxselect .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #ffffff; }
.boxCerca.interno .contentbox .avanzataDett .boxcheckbox { width: 14.2%; margin-top: 15px; }

.boxCerca.interno .contentbox .avanzataDett .prezzo { text-align: left; line-height: 55px;     width: 33.33% !important; color: #ffffff; }
.boxCerca.interno .contentbox .avanzataDett .prezzo .cerca_da_a {    width: 46%;
    border: 1px solid #ffffff;
    border-radius: 3px;
    margin-top: 10px;
    position: relative;
    height: 33px;
    line-height: 34px;
    padding: 18px 10px !important;
    background-color: rgba(255,255,255,0);
    color: #ffffff !important;}
.boxCerca.interno .contentbox .avanzataDett .prezzo .cerca_da_a input { width: 100%; background: transparent; border: 0px; color: #ffffff !important; font-size: 18px; }


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

/*cerca*/
.boxCerca.agenzieagenti { background: #53716c; }
.boxCerca.agenzieagenti .contentbox { max-width: 1200px; margin: auto; padding: 25px 0px 25px 0px; }
.boxCerca.agenzieagenti .contentbox .tipologia { background: #324542; 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: #324542; }
.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; }
#elencoImmo { max-width: 100%; margin: auto; padding-bottom: 30px; }
#elencoImmo ul { list-style: none; margin: 0; padding: 0; }
#elencoImmo .griglia li { width: 25%; margin: auto; margin-bottom: 40px; text-align: center; float: left; }
#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 #324542; -webkit-box-shadow: unset; -moz-box-shadow: unset; box-shadow: unset; }
#elencoImmo .realestate-griglia .icone .ico img { width: 25px; }
.elenco.immobili .ordine { text-align: left; }
.elenco.immobili .ordine .tit_ordinamento { display: inline-block; }

.elenco.immobili .ordine .cambiaordinamento { display: inline-block; margin-left: 10px; padding-left: 10px; cursor: pointer; border-left: 1px solid #ebebeb; }
.elenco.immobili .ordine .cambiaordinamento a { border-radius: 5px; border: 1px solid #222222; color: #222222; padding: 10px; margin-left: 10px; }
.elenco.immobili .ordine .cambiaordinamento a:hover { border-radius: 5px; border: 1px solid #324542; color: #324542; padding: 10px; margin-left: 10px; }
.elenco.immobili .ordine .cambiaordinamento a:hover .la { color: #324542; }
.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; }
.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: #324542; color: #ffffff; }
.elenco.agenzie .vista .active .la { background: #53716c; 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 1.5%; margin-bottom: 40px; text-align: center; float: left; }
#elencoUte .griglia .agenti-griglia { border: 2px solid #ebebeb; }
#elencoUte .griglia .agenti-griglia:hover { margin-top: 0px; border: 2px solid #324542; }
.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: #324542; color: #ffffff; }
.elenco.agenti .vista .active .la { background: #53716c; color: #ffffff; }

/*ordinamento*/
.ordinamentoPagina { padding: 30px; text-align: center; }
.ordinamentoPagina .titolo { margin-bottom: 20px; display: block; color: #858585; font-size: 24px; font-family: 'Lato', sans-serif; font-weight: 400; }
.ordinamentoPagina .order a { background: #53716c; 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: #324542 !important; }
.paging .num { color: #282828; background-color: #ebebeb; }
.paging .num:hover { color: #ffffff !important; background-color: #53716c; }
.paging .next { color: #282828 !important; background-color: #ebebeb; }
.paging .next:hover { color: #ffffff !important; background-color: #53716c; }
.paging .back { color: #282828 !important; background-color: #ebebeb; }
.paging .back:hover { color: #ffffff !important; background-color: #53716c; }
.paging .altro { color: #282828 !important; background-color: transparent; }
.paging .altro:hover { color: #282828 !important; background-color: transparent; }

/*torna indietro*/
.tornaindietro { text-align: right; margin-right: 20px; margin-top: 20px; }
.tornaindietro li { display:inline; margin-left:0px !important; margin-right:5px; }
.tornaindietro a { font-size:17px; background: #53716c; 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: #324542;}

/*agenti griglia*/
.agenti-griglia { min-height: 390px; vertical-align: top; display: inline-block; width: 100%; max-width: 400px; border: 1px solid #ebebeb; background: #ffffff; position: relative; }
.agenti-griglia a {text-decoration: none; font-weight: 400; }
.agenti-griglia .boxfoto figure { z-index: 5; height: 200px; width: 200px; position: relative; background: #ffffff; overflow: hidden; border-radius: 50%; margin: auto; border: 5px solid #ffffff; margin-top: 30px; }
.agenti-griglia .boxfoto figure .foto { width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenti-griglia .boxdettagli { position: relative; }
.agenti-griglia .info { color: #555555; text-align: center; font-family: 'Lato', sans-serif; }
.agenti-griglia .info .titolo { font-weight: 700; min-height: 30px; font-size:18px; color: #53716c; margin-top: 20px; text-align: center !important; }
.agenti-griglia .info .qualifica { font-size: 15px; font-weight: 400; color: #000000; margin-bottom: 10px; min-height: 30px; }
.agenti-griglia a:hover { text-decoration: none; }
.agenti-griglia:hover { margin-top: -20px; }
.agenti-griglia:hover .boxfoto figure { border: 5px solid #53716c; margin-top: 30px; }
.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 {  }
.agenti-scheda .bottOpenSez { text-align: center; display: none; margin-bottom: 15px; }
.agenti-scheda .bottOpenSez .fa { font-size: 30px; color: #ffffff; background: #53716c; border-radius: 50%; padding: 0px; height: 45px; width: 45px; line-height: 50px; text-align: center;}
.agenti-scheda .galleria { width: 100%; height: 550px; margin-bottom: 150px; position: relative; background: #fff; }
.agenti-scheda .galleria .slFoto { height: 100%; }
.agenti-scheda .galleria .slFotoNow { height: 100%; }
.agenti-scheda .interno-scheda { max-width: 1600px; margin: auto; }
.agenti-scheda .testata { background: #f1f1f1; padding: 55px; margin-bottom: 0px; }
.agenti-scheda .testata .foto { float: left; height: 250px; width: 250px; border: 1px solid #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; font-weight: 400; }
.agenti-scheda .testata .padding_testata small {font-size: 15px; }
.agenti-scheda .testata .padding_testata a { color: #53716c; }
.agenti-scheda .testata .padding_testata a:hover { color: #53716c; text-decoration: underline; }
.agenti-scheda .testata .padding_testata .altre_agenzie { color: #53716c; }
.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: #53716c; 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: #324542; border: 1px solid #324542; 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: #53716c; }
.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: #53716c; overflow: hidden; border: 8px solid #53716c; 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: #324542; 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: #53716c; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #324542; 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: #53716c; 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: #324542; color: #ffffff; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .whatsapp { text-decoration: none; position: relative; text-transform: uppercase; min-width:250px; display: inline-block; text-align: center; background: #33aa58; color: #ffffff; padding: 5px 20px; border-radius: 5px; font-size: 20px; margin-top: 25px; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .whatsapp:hover { text-decoration: none; background: #288645; color: #ffffff; }
.agenti-scheda .corpo .scheda_form .contatto_form { padding: 0px 50px 0px 50px; }
.agenti-scheda .corpo .scheda_form .contatto_form .checkRadio_big { margin-left: 22px; }
.agenti-scheda .corpo .scheda_form .contatto_form  button[type="submit"] { margin-right: 22px; }
.agenti-scheda .corpo .scheda_form .contatto_form .checkRadio_big .txtPrivacy { font-size: 13px; line-height: 14px; margin-top: 6px; }
.agenti-scheda .footer_scheda { padding: 100px 0px; font-family: 'Lato', sans-serif; font-weight: 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: #53716c; 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: #53716c;overflow: hidden; }
.agenzie-griglia figure .foto_ok { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenzie-griglia figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenzie-griglia figure .slFoto { height: 100%; }
.agenzie-griglia figure .slFotoNow { height: 100%; }
.agenzie-griglia figure .statoAge { position: absolute; bottom: 20px; left: 0px; z-index:2; }
.agenzie-griglia figure .statoAge.nextopen { background: #53716c; 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: #53716c; }
.agenzie-griglia .info .dove { padding: 0px 15px; font-size: 18px; font-weight: 700; 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: 300; 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; }
.agenzie-griglia .stats .ute { width: 50%; float: left; text-align: center; }
.agenzie-griglia .stats .dettagli { position: absolute; right: 10px; top: -50px; font-family: 'Lato', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #324542; color: #ffffff; font-size: 14px; float: right; text-align: center; }
.agenzie-griglia .stats .dettagli:hover { background: #53716c; }
.agenzie-griglia a:hover {text-decoration: none;}
.agenzie-griglia:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #324542; }

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

/*agenzie scheda*/
.agenzie-scheda {  }
.agenzie-scheda .bottOpenSez { text-align: center; display: none; margin-bottom: 15px; }
.agenzie-scheda .bottOpenSez .fa { font-size: 30px; color: #ffffff; background: #53716c; 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: #53716c; color: #ffffff; text-transform: uppercase; padding: 15px 15px 15px 165px; font-size: 26px; }
.agenzie-scheda .interno-scheda { max-width: 1600px; margin: auto; }
.agenzie-scheda .testata { background: #f1f1f1; padding: 55px; margin-bottom: 0px; }
.agenzie-scheda .testata .foto { float: left; height: 220px; width: 220px; border: 1px solid #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: #53716c; }
.agenzie-scheda .testata .padding_testata a:hover { color: #53716c; 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: #53716c; 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: #324542; border: 1px solid #324542; 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: #324542; 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: #324542; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #53716c; 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: #324542; 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: #53716c; color: #ffffff; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .whatsapp { text-decoration: none; position: relative; text-transform: uppercase; min-width:250px; display: inline-block; text-align: center; background: #33aa58; color: #ffffff; padding: 5px 20px; border-radius: 5px; font-size: 20px; margin-top: 25px; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli .whatsapp:hover { text-decoration: none; background: #288645; color: #ffffff; }
.agenzie-scheda .corpo .scheda_form .contatto_form { padding: 0px 50px 0px 50px; }
.agenzie-scheda .corpo .scheda_form .contatto_form .checkRadio_big { margin-left: 22px; }
.agenzie-scheda .corpo .scheda_form .contatto_form  button[type="submit"] { margin-right: 22px; }
.agenzie-scheda .corpo .scheda_form .contatto_form .checkRadio_big .txtPrivacy { font-size: 13px; line-height: 14px; margin-top: 6px; }
.agenzie-scheda .footer_scheda { padding: 100px 0px; font-family: 'Lato', sans-serif; font-weight: 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: #53716c; text-decoration: none; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni { width: auto; list-style: none; text-align: center; padding: 0; margin-top: 20px; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni li { display: inline; margin: 0px 5px; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni .onlyMobile { display: none; }

/*immobili griglia*/
.realestate-griglia { vertical-align: top; display: inline-block; width: 90%; max-width: 400px; border: 2px solid #ebebeb; background: #ffffff;  position: relative; }
.realestate-griglia a {text-decoration: none;}
.realestate-griglia figure { height: 270px; width: 100%; position: relative; background: #53716c; 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 { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-griglia figure .foto_ko { max-width: 90%; 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: #ffaa2d; }
.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; }
.realestate-griglia .info { padding: 15px; text-align: left; }
.realestate-griglia .info .titolo { font-family: 'Lato', sans-serif; font-weight: 700; font-size:18px; color: #555555; margin-bottom: 10px; }
.realestate-griglia .info .dove { text-align: right; font-size: 20px; color: #777777; margin-bottom: 0px; min-height: 60px; position: relative; padding-right: 50px; }
.realestate-griglia .info .dove small { font-size: 15px; }
.realestate-griglia .info .dove .la { color: #d4dadc; font-size: 60px; position: absolute; right: -10px; top: -4px; }
.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; 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: 400; 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: #324542; color: #ffffff; font-size: 14px; float: right; text-align: center; }
.realestate-griglia a:hover { text-decoration: none; }
.realestate-griglia a:hover > .action .dettagli { background: #53716c; }
.realestate-griglia:hover { margin-top: -20px; margin-left: -20px; border: 2px solid #324542; -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%; border: 2px solid #ebebeb; background: #ffffff;  position: relative; }
.realestate-lista a {text-decoration: none;}
.realestate-lista figure { float: left; width: 30%; height: 325px; position: relative; background: #53716c; 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 { max-width: none; min-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-lista figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-lista figure .slFoto { height: 100%; }
.realestate-lista figure .slFotoNow { height: 100%; }
.realestate-lista figure .dettagli { position: absolute; top: 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: #324542; }
.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; }
.realestate-lista .info { padding: 15px 15px 0px 15px; text-align: left; }
.realestate-lista .info .titolo { font-family: 'Lato', sans-serif; font-weight: 700; font-size:18px; color: #555555; margin-bottom: 10px; }
.realestate-lista .info .dove { text-align: left; font-size: 20px; color: #777777; margin-bottom: 0px; min-height: 60px; position: relative; padding-left: 50px; }
.realestate-lista .info .dove small { font-size: 15px; }
.realestate-lista .info .dove .la { color: #d4dadc; font-size: 60px; position: absolute; left: -10px; top: -4px; }
.realestate-lista .info .testo { color: #5f5f5f; margin: 10px 0px; text-align: justify; font-size:16px; min-height: 70px !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; 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: 400; 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: #324542; color: #ffffff; font-size: 16px; float: right; text-align: center; }
.realestate-lista a:hover { text-decoration: none; }
.realestate-lista a:hover > .action .dettagli { background: #53716c; }
.realestate-lista:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #324542; }

/*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: #53716c; text-transform: uppercase; }
.realestate-evidenza .titolo { font-family: 'Lato', sans-serif; font-weight: 300; font-size: 30px; color: #53716c; 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: #53716c; overflow: hidden; border-radius: 5px; border: 5px solid #53716c; }
.realestate-evidenza figure .foto_ok { max-width: none; width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-evidenza figure .foto_ko { max-width: 90%; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-evidenza figure .statoImm { position: absolute; top: 0px; right: 0px; z-index:2; width: 0; height: 0; border-style: solid; border-width: 0 60px 60px 0; }
.realestate-evidenza figure .statoImm.venduto { border-color: transparent #2c496a transparent transparent; }
.realestate-evidenza figure .statoImm.venduto span { top: 14px; right: -61px; }
.realestate-evidenza figure .statoImm.affittato { border-color: transparent #2c496a transparent transparent; }
.realestate-evidenza figure .statoImm.affittato span { top: 14px; right: -61px; }
.realestate-evidenza figure .statoImm.ribasso { border-color: transparent #ff7200 transparent transparent; }
.realestate-evidenza figure .statoImm.ribasso span { top: 15px; right: -64px; }
.realestate-evidenza figure .statoImm.nuovo { border-color: transparent #62b546 transparent transparent; }
.realestate-evidenza figure .statoImm.nuovo span { top: 14px; right: -57px; }
.realestate-evidenza figure .statoImm.lusso { border-color: transparent #ded20f transparent transparent; }
.realestate-evidenza figure .statoImm.lusso span { top: 14px; right: -54px; }
.realestate-evidenza figure .statoImm span { font-size: 13px; color: #ffffff; position: absolute; text-transform: lowercase; display: inline-block; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.realestate-evidenza .boxdettagli { float: left; width: 60%; position: relative; }
.realestate-evidenza .info { padding-left: 50px; padding-top: 50px; text-align: left; }
.realestate-evidenza .info .testo { color: #ffffff; margin-bottom: 0px; text-align: justify; font-size:18px; background: transparent; padding: 0; border-bottom: 0; }
.realestate-evidenza .info .testo .chiusura { word-spacing: 20px; font-family: 'Times New Roman'; color: #51555a; font-size: 160px; height: 110px; margin-top: -30px; text-align: right; overflow: hidden; }
.realestate-evidenza .info .scheda { text-align: right; padding-top: 30px; font-size:16px; text-transform: uppercase; }
.realestate-evidenza .info .scheda a { border: 2px solid #ffffff; padding: 5px 15px; color: #ffffff; }
.realestate-evidenza .info .scheda a:hover { border: 2px solid #53716c; background: #53716c; color: #ffffff; }
.realestate-evidenza .immoPreferiti { position: absolute; top: 10px; right: 10px; }
.realestate-evidenza .immoPreferiti .la { font-size: 30px; cursor: pointer; color: #324542; }
.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: #53716c; }
.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; }
.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: #53716c; color: #ffffff; margin-top: 15px; padding: 10px; border-radius: 5px; display: inline-block; }
.immoHalfMap .mappa .mappaRealEstateNo .spinnermappa a:hover { background: #324542; 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 {  }
.realestate-scheda .bottOpenSez { text-align: center; display: none; margin: 15px 0px; }
.realestate-scheda .bottOpenSez a { padding: 10px; background: #53716c; border-radius: 5px; font-size: 15px; color: #ffffff; }
.realestate-scheda .bottOpenSez .fa { font-size: 13px; color: #ffffff; padding: 0px; text-align: center;}
.realestate-scheda .galleria { width: 100%; height: 550px; position: relative; background: #fff; }
.realestate-scheda .galleria .slFoto { height: 100%; }
.realestate-scheda .galleria .slFotoNow { height: 100%; }
.realestate-scheda .galleria .inviteAction {
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 10;
    font-size: 40px;
    height: 55px;
    width: 55px;
    text-align: center;
    color: #ffffff;
    
}
.realestate-scheda .galleria .pulse-text {-webkit-animation: pulse 5s linear infinite; animation: pulse 5s linear infinite;}
   
.realestate-scheda .interno-scheda { max-width: 1600px; margin: auto; padding-top: 40px; }
.realestate-scheda .interno-scheda h1 { color: #222222; font-size: 30px; font-family: 'Lato', sans-serif; font-weight: 700; text-transform: none; margin: 0px; margin-bottom: 10px; }
.realestate-scheda .interno-scheda h1 span { text-transform: uppercase; margin-top: 10px; display: block; }
.realestate-scheda .interno-scheda h2 { color: #222222; font-size: 30px; font-family: 'Lato', sans-serif; font-weight: 400; text-transform: none; margin-bottom: 5px; }
.realestate-scheda .corposx { width: 75%; float: left; margin: 20px 0px; background: #ffffff; } 
.realestate-scheda .corpodx { width: 23%; float: right; margin: 20px 0px; background: #ffffff; } 
.realestate-scheda .padding { padding: 25px; margin-bottom: -50px; } 
.realestate-scheda .titolo { float: left; vertical-align: text-top; width: 18%; font-weight: 700; text-align: left; color: #222222; font-size: 20px; text-transform: none; } 
.realestate-scheda .titolo .sottotitolo { font-family: 'Lato', sans-serif; font-weight: 300; text-align: left; font-size: 16px; text-transform: none; }
.realestate-scheda .dettaglio { float: right; vertical-align: text-top; width: 79%; } 
.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-family: 'Lato', sans-serif; font-weight: 400; float: left; padding: 15px; color: #5f5f5f; font-size: 14px; }
.realestate-scheda .dettaglio .icone .ico img { width: 30px; margin-right: 10px; }
.realestate-scheda .dettaglio .classe_energetica { font-size: 14px; }
.realestate-scheda .dettaglio .classe_energetica .liv_classe { border-radius: 5px; display: inline-block; padding: 4px 7px; text-transform: capitalize; }
.realestate-scheda .dettaglio .statoImm { font-size: 16px; }
.realestate-scheda .dettaglio .statoImm span { border-radius: 5px; display: inline-block; margin-top: 10px; margin-right: 10px; padding: 8px 15px; text-transform: capitalize; }
.realestate-scheda .dettaglio .statoImm .venduto { background: #2c496a; color: #ffffff; }
.realestate-scheda .dettaglio .statoImm .affittato { background: #2c496a; color: #ffffff; }
.realestate-scheda .dettaglio .statoImm .ribasso { background: #ff7200; color: #ffffff; }
.realestate-scheda .dettaglio .statoImm .nuovo { background: #62b546; color: #ffffff; }
.realestate-scheda .dettaglio .statoImm .lusso { background: #ded20f; color: #ffffff; }
.realestate-scheda .dettaglio .immoPreferiti { float: right; margin-top: 10px; }
.realestate-scheda .dettaglio .immoPreferiti .fas { font-size: 30px; cursor: pointer; color: #324542; }
.realestate-scheda .dettaglio .immoPreferiti .far { font-size: 30px; cursor: pointer; color: #324542; }
.realestate-scheda .dettaglio .immoStampa { float: right; margin-top: 10px; margin-left: 20px; }
.realestate-scheda .dettaglio .immoStampa .fa { font-size: 30px; cursor: pointer; color: #324542; }
.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: #324542; }
.realestate-scheda .dettaglio .immoCond .cont_condivisioni { display: none; width: auto; border: 1px solid #222222; background: #fff; list-style: none; position: absolute; right: 0px; top: 35px; padding: 10px; z-index: 500; border-radius: 5px;}
.realestate-scheda .dettaglio .immoCond .cont_condivisioni a .la { font-size: 40px; color: #878c92; cursor: pointer;}
.realestate-scheda .dettaglio .immoCond .cont_condivisioni a:hover .la { color: #53716c; text-decoration: none; }
.realestate-scheda .dettaglio .immoCond .cont_condivisioni .condivisioni { width: auto; list-style: none; text-align: center; padding: 0; }
.realestate-scheda .dettaglio .immoCond .cont_condivisioni .condivisioni li { margin: 15px 0px; }
.realestate-scheda .dettaglio .immoCond .cont_condivisioni .condivisioni .onlyMobile { display: none; }
.realestate-scheda .dettaglio .immoLusso { font-size: 16px; float: right; }
.realestate-scheda .dettaglio .immoLusso img { margin-top: 30px; }
.realestate-scheda .dettaglio .prezzo { float: right; font-family: 'Lato', sans-serif; font-weight: 400; color: #53716c; font-size: 30px; }
.realestate-scheda .dettaglio .testo { margin-top:20px; font-family: 'Lato', sans-serif; font-weight: 300; text-align: justify; color: #555555; font-size: 16px; position: relative; }
.realestate-scheda .dettaglio .caratteristiche { }
.realestate-scheda .dettaglio .caratteristiche .box { float: left; min-height: 24px; font-size: 16px; width: 33%; padding: 8px 0px; text-align: left; font-weight: 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; }
.realestate-scheda .scheda_form .tit_dx { background: #6f6f6f; text-transform: uppercase; font-size: 20px; padding: 5px 0px; color: #ffffff;  }
.realestate-scheda .scheda_form .contatto_agenziaagente { text-align: center; padding: 0px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto { position: relative; margin-bottom: 30px; display: block; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto figure { margin: auto; height: 260px; width: 260px; position: relative; background: #53716c; overflow: hidden; border: 8px solid #53716c; 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 { font-family: 'Lato', sans-serif; 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: #324542; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #53716c; 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: #324542; 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: #53716c; 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: #53716c; text-decoration: none; }
.realestate-scheda .scheda_form .cont_social .social { width: auto; list-style: none; text-align: center; padding: 0; margin-top: 20px; }
.realestate-scheda .scheda_form .cont_social .social li { display: inline; margin: 0px; }
.realestate-scheda .scheda_form .contatto_form { text-align: center; margin-top: 45px; }
.realestate-scheda .scheda_form .contatto_form .grid-6 { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .grid-8 { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .grid-4 { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .input { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .checkRadio_normal { margin-left: 0px; }
.realestate-scheda .scheda_form .contatto_form  button[type="submit"] { margin-right: 0px; margin-top: 20px; }
.realestate-scheda .scheda_form .contatto_form .checkRadio_normal .txtPrivacy { font-size: 13px; line-height: 20px; margin-top: 6px; }

/*immobile top*/
.schimmoTop { height: 100px; padding: 10px 0px; width: 100%; background: #fff; position: fixed !important; top: -100px; z-index: 200; border-bottom: 1px solid #222222; }
.schimmoTop .paddingbox { padding: 0 30px; }
.schimmoTop figure { float: left; height: 80px; width:160px; position: relative; background: #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: 600;color: #222222;}
.schimmoTop .comune {float: left;display: table;}
.schimmoTop .comune span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;font-weight: 800;font-size: 19px;text-transform: uppercase;}
.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: 800;font-size: 19px;text-transform: uppercase;}
.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;}
.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: 'Lato', sans-serif; font-weight: 700; text-align: left; color: #53716c; font-size: 24px; }
.realestate-simili ul { list-style: none; margin: 0; }
.realestate-simili li { width: 33%; margin: auto; margin-bottom: 40px; text-align: center; float: left; }

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

/*immobili home*/
.immobilihome { background: url('../img/background-immobili.jpg'); background-size: cover; background-repeat: no-repeat; padding: 50px 30px; }
.immobilihome h3 { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 36px; text-transform: uppercase; color: #fffde4; text-align: center; padding: 15px 15px 45px 15px; margin: 0; }
.immobilihome .contentbox { max-width: 1300px; margin: auto; }
.immobilihome .contentbox .contGalleryimmHome .swiper-container { padding: 30px 0px; }
.immobilihome .immoSearch { width: 620px; position: relative; font-family: 'Indie Flower', cursive; color: #fffde4; font-size: 20px; left: 0px; right: 0; margin: auto; margin-bottom: 20px; padding-right: 70px; padding-top: 20px; text-align: left; }
.immobilihome .immoSearch::after { content: ''; background-image: url('../img/freccia_giu.png'); position: absolute; left: 160px; top: 15px; background-repeat: no-repeat; width: 156px; height: 48px; }
.immobilihome .ancoraCerca { text-transform:uppercase; background: #324542; line-height: normal; border-radius: 5px; color: #ffffff; font-weight: 400; font-size: 16px; border: none; padding: 15px 40px;; }
.immobilihome .ancoraCerca:hover {background: #53716c;}


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

/*pagina home*/
.paginahome { background: #f0f0f0; border-bottom: 10px solid #324542; }
.paginahome .contentbox { margin: auto; padding: 50px 30px; }
.paginahome .contentbox .slideAgenzia { margin: auto; width: 90%; }
.paginahome .contentbox .page-home { width: 90%; }
.paginahome .contentbox .page-home h1 { font-size: 36px; margin-bottom: 40px; }
.paginahome .contentbox .page-home strong { color: #324542; }
.paginahome .contentbox .page-home p { margin-left: 60px; }
.paginahome .contentbox .page-home a { background: #279d07; padding: 15px 25px; color: #ffffff; border-radius: 5px; }
.paginahome .contentbox .page-home a:hover { background: #196105; padding: 15px 25px; color: #ffffff; border-radius: 5px; }


.flex-container {
  display: flex;
  flex-wrap: wrap;
 
}

.flex-container > .contenitore {
  border: 1px solid #324542;
  width: 300px;
  height: 250px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  
}
.flex-container .interno {}

.flex-container .elencofoto {
    width: 96.4%;
    height: 160px;
    position: relative;
    margin: 5px;
}
.flex-container .elencofoto img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.flex-container h2 {
    color: #53716c;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

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

    .paginahome { width: 100%; margin: auto; }
    .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; }  
    .galleryTop.home { height: 65vh; }
    footer { padding: 0 2% 50px 2%; }
    .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%; }

}

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

    .boxCerca.home { bottom: 10%; top: unset; }
    .intestazione .logo_top { width: 15%; }
    .intestazione .logo_top img { width: 100%; }
    .intestazione .menu_top { width: 65%; }    
    .intestazione .menu_top div { padding-top: 15px; }
    .intestazione .menu_top .menu_action, .intestazione .menu_top .menu_action ul { font-size: 20px; }
    .intestazione .telefono_top a { font-size: 20px; color: #ffffff; padding: 5px 10px; border: 1px solid #ffffff; border-radius: 5px; }
    .interno .intestazione .logo_top img { width: unset; }
    .interno .intestazione .telefono_top a { font-size: 20px; padding: 5px 10px; border-radius: 5px; }
    .paginahome .grid-7 { width: 50%; }
    .paginahome .grid-5 { width: 50%; }
    .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; }
    .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; }
    .credits { width: 95%; }
    .agenzie-scheda .box_formcontatto { width: 95%; margin: auto; }
    .agenti-scheda .box_formcontatto { width: 95%; margin: auto; }
    .agenzie-scheda .testata { padding: 55px 0px; }
    .agenzie-scheda .testata .grid-9 { width: 60%; }
    .agenzie-scheda .testata .grid-3 { width: 40%; }
    .agenzie-scheda .corpo .scheda_form .contatto_form { padding: 0px 10px 0px 10px; }
    .agenzie-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 20px 0px 20px; }
    .agenti-scheda .testata { padding: 55px 0px; }
    .agenti-scheda .testata .grid-9 { width: 60%; }
    .agenti-scheda .testata .grid-3 { width: 40%; }
    .agenti-scheda .corpo .scheda_form .contatto_form { padding: 0px 10px 0px 10px; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 20px 0px 20px; }
    .realestate-scheda .dettaglio .caratteristiche .box { width: 33%; }
    .realestate-scheda .scheda_form .contatto_form .grid-6 { width: 48%; }
    .realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(odd) { float: right; }
    .realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(even) { float: left; }
    .realestate-scheda .scheda_form .contatto_form .grid-8 { width: 70%; }
    .realestate-scheda .scheda_form .contatto_form .grid-4 { width: 30%; }
    #elencoImmo .griglia li { width: 33%; }
    .boxCerca.interno .contentbox { width: 95%; }
}

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

    .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; }
    .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 .galleriaTop { height: 70vh; }
    .infoPrivacy { width: 100%; float: none; }
    .bottSubmit { width: 100%; float: none; margin-top: 15px; }
    .testo table { width: 100% !important; margin: auto; }
    .realestate-scheda .scheda_form .contatto_form .grid-8 { width: 100%; }
    .realestate-scheda .scheda_form .contatto_form .grid-4 { width: 100%; }
    .realestate-lista .info { padding: 5px 15px 0px 15px; }
    .realestate-lista .info .testo { margin: 10px 0px 5px 0px; }
    .immoHalfMap .listato .realestate-lista .boxdettagli { height: unset; }
    .boxCerca.interno .contentbox .localita { width: 22%; }
    .boxCerca.interno .contentbox .tipologia { width: 22%; }
    .boxCerca.interno .contentbox .avanzata { width: 16%; }
}

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

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

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

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

    .intestazione .logo_top { float: unset !important; padding: 10px 20px 10px 20px !important; }
    .intestazione .menu_top { display: none; }
    .lingue { display: none; }
    .sectionMobile { display: block; position: fixed; left: 0; bottom: 0; z-index: 900; width: 100%; font-size: 10px; }
    .sectionMobile .bottone { background: #324542; 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; }
    .menuResponsive .logoResp img { height: 50px; }
    .menuResponsive .lingueResp { position: fixed; display: none; bottom: 13px; left: 15px; z-index: 99; width: 70%; }
    .menuResponsive .lingueResp a { color: #222222; font-size: 13px; display: inline-block; width: 33%; }
    .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 15px; padding: 0; clear: both; width: 90%; margin-bottom: 100px; }
    .menuResponsive li { display: block; margin: 0; line-height: 44px; border-bottom: 1px solid #4d4d4d; text-align: center;}
    .menuResponsive a { display: block; text-decoration: none; color: #ffffff; font-size: 16px; }
    .menuResponsive a:hover {opacity: .65;}
    .menuResponsive ul li ul { display: none; border-bottom: none; margin: 0;width: 100%;}
    .menuResponsive ul li ul li:last-child { border-bottom: none; }
    .menuResponsive ul li ul li { line-height: 38px; font-size: 13px; }
    .menuResponsive ul li ul li a {}    
    .ricercaResponsive { width:100%; height:100%; position:fixed; overflow: auto; top: 100vh; background: #eee; z-index: 999; color: #2f2f2f; left: 0px; }
    .ricercaResponsive .closeMenu { cursor: pointer; position: fixed; right: 10px; bottom: 10px; display: none; z-index: 11; }
    .ricercaResponsive .closeMenu .la { font-size:50px; color:#ffffff; }
    .motoreRicercaMobile { width: 100%; margin: auto; padding: 30px; margin-bottom: 50px; }
    .motoreRicercaMobile .input { margin-bottom: 0px; width: 100%; }
    .motoreRicercaMobile .sezione { margin-bottom: 10px; border-bottom: 1px solid #d1d1d1; padding-bottom: 15px; }
    .motoreRicercaMobile .sezione .titolo { padding-bottom: 10px; }
    .motoreRicercaMobile .form-control { padding: 20px 10px; }
    .motoreRicercaMobile .checkRadioMobile { margin: 5px 0px 0px 0px; font-size: 15px; }
    .motoreRicercaMobile .checkRadioMobile label { background: #d1d1d1; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
    .motoreRicercaMobile .checkRadioMobile input { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
    .motoreRicercaMobile .checkRadioMobile input:checked + label { background: #324542; color: #ffffff; font-weight: bold; }
    .motoreRicercaMobile .checkRadioMobile input[type="checkbox"] + label {  margin: 5px 3px 5px 0px; width: calc(25% - 6px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .motoreRicercaMobile .checkRadioMobile input[type="radio"] + label { margin: 5px 3px 5px 0px; width: calc(20% - 7px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .motoreRicercaMobile .checkRadioMobile .Tipologia_macro { display: none; } 
    .motoreRicercaMobile button[type="submit"] { background: #33aa58; padding: 10px 60px; }
    .motoreRicercaMobile button[type="submit"]::before { display: none; }
    .motoreRicercaMobile .cerca { text-align: center; position: fixed; bottom: 0; left: 0; width: 100%; background: #2f2f2f; padding: 10px 0px; z-index: 10; display: none; }
    .motoreRicercaMobile .slider-success.noUi-target { background: #d1d1d1 !important; }
    .motoreRicercaMobile .slider-success .noUi-connect { background: #324542 !important; }
    .motoreRicercaMobile .slider-success.circle-filled .noUi-handle,.motoreRicercaMobile  .slider-success.square .noUi-handle { background: #324542 !important; }
    .motoreRicercaMobile .slider-success .noUi-handle { border-color: #324542 !important; }
    .motoreRicercaMobile .cerca_input { padding: 10px 10px; }
    .preferiti_top { display:none !important; }
    .boxCerca.home { display:none; }
    .boxCerca.interno { display:none; }
    .credits .grid-9 { width: 100%; float: none; margin-bottom: 15px; }
    .credits .grid-3 { width: 100%; float: none; margin-bottom: 15px; text-align: center; }    
    .paginahome .contentbox .mappaRealEstateScroll { border: 15px solid #53716c; -webkit-box-shadow: 0px 0px 0px 15px rgba(187,209,238,1); -moz-box-shadow: 0px 0px 0px 15px rgba(187,209,238,1); box-shadow: 0px 0px 0px 15px rgba(187,209,238,1); }
    .lavoraconnoi .swiper-slide { max-width: 85%; margin: 0px; }
    .box1 { margin: 10px 0px; width: 85%; }
    .box1 figure { width: 100% !important; }
    .menu_footer li { width: 50%; }
    .odometerPaesi { width: 33.33%; font-size: 25px; }
    .odometerPaesi .details { width: 180px; height: 180px; }
    .odometerPaesi .details img { margin-top: 30px; }
    .odometerAgenzie { width: 33.33%; font-size: 25px; }
    .odometerAgenzie .details { width: 180px; height: 180px; }
    .odometerAgenzie .details img { margin-top: 30px; }
    .odometerAgenti { width: 33.33%; font-size: 25px; }
    .odometerAgenti .details { width: 180px; height: 180px; }
    .odometerAgenti .details img { margin-top: 30px; }
    .realestate-scheda .testata { padding: 25px 20px; }
    .realestate-scheda .testata .grid-9 { width: 100%; text-align: center; }
    .realestate-scheda .testata .grid-3 { width: 100%; }
    .realestate-scheda .testata .scheda_immo_chiama { width: 50%; display: inline-block; float: left; }
    .realestate-scheda .testata .scheda_immo_contatta { width: 50%; display: inline-block; }
    .realestate-scheda .testata .scheda_immo_br { display: none; }
    .realestate-scheda .testata .azioni { margin: 30px 0px 10px 0px; }
    .realestate-scheda .testata .agenteagenzia { margin: 30px 0px 10px 0px; width: auto; display: inline-block; }
    .realestate-scheda .footer_scheda .grid-6 { width: 100%; }
    .realestate-scheda .footer_scheda .cont_social { margin-top: 30px; }
    .closeZoomGallery { font-size: 35px; top: 15px; }
    .zoomGallery .multipleThumb { margin-top: 90px; }
    .breadCrumb { display: none; }
    .realestate-evidenza .titolo { float: none; text-align: left !important; }
    .realestate-evidenza figure { height: 250px; }
    .realestate-simili { padding: 20px; }
    .realestate-simili ul { padding: 0; }
    .agenzie-scheda .testata { padding: 25px 20px; }
    .agenzie-scheda .testata .grid-9 { width: 100%; text-align: center; }
    .agenzie-scheda .testata .grid-3 { width: 100%; margin-top: 30px; }
    .agenzie-scheda .testata .azioni { padding-right: 0px; text-align: center; }
    .agenzie-scheda .testata .azioni .immo { text-align: center; }
    .agenzie-scheda .corpo .fotouffici .galleria { height: 250px; }
    .agenzie-scheda .corpo .staff { padding: 50px 15px; }
    .agenzie-scheda .footer_scheda .grid-6 { width: 100%; }
    .agenzie-scheda .footer_scheda .cont_social { margin-top: 30px; }
    .agenzie-scheda .footer_scheda { padding: 40px 0px; }
    .agenzie-scheda figure .statoAge.nextopen { padding: 15px 15px 15px 80px; font-size: 22px; }
    .agenti-scheda .galleriaTop .titolo .fotoagente { height: 180px; width: 180px; border: 5px solid #53716c; }
    .agenti-scheda .galleriaTop .titolo strong { font-size: 25px; }
    .agenti-scheda .galleriaTop .titolo { bottom: 30px; }
    .agenti-scheda .testata .datiagenzia { text-align: center; }
    .agenti-scheda .corpo .elenco_agenzie { text-align: center; }
    .realestate-evidenza .info { padding-left: 0px; padding-top: 0px; }
    .realestate-evidenza .info .testo { padding: 30px 0px 0px 25px; }    
    #myModalIframe .modal-dialog { width: 95% !important; }
    #turnUp { right: 15px; bottom: 80px; }
    header.home { border-bottom: 5px solid #324542; }
    .interno .intestazione .logo_top { text-align: center; width: 100%; }
    .interno .intestazione .telefono_top { display: none; }
    .intestazione .logo_top { padding: 0px !important; }
    .immobilihome .immoSearch { display: none; }
    .immobilihome .ancoraCerca { display: none; }
    .menu_approfondimento li { width: 50% !important; }
    .menu_approfondimento li ul li { width: 100% !important; }
    .telefono_footer { display: none; }
    .credits .grid-9 { text-align: center; }
    .modalRicerca { max-height: unset; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal { width: 50%; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select { width: 100%; }
    .modalRicerca .sectionModal .list_macro { width: 100%; float: none; }
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { float: left; width: 20%; }
    .modalRicerca .sectionModal .list_tipologie { border-left: 0px solid #eee; height: 80%; width: 100%; float: none; }
    .ComuneDett .modalRicerca .sectionModal .list_macro { display: none; }    
    .ComuneDett .modalRicerca .sectionModal .list_tipologie { height: 100%; }
    .agenzie-griglia { width: 60%; }
    .agenzie-griglia figure { height: 300px; width: 100%; float: none; }
    .agenzie-griglia .boxdettagli { width: 100%; float: none; }
    .agenzie-griglia .info .titolo { font-size: 20px; }
    .agenzie-griglia .info .dove { font-size: 16px; }
    .agenzie-griglia .info .indirizzo { font-size: 16px; }
    .agenzie-griglia .info .contatti { font-size: 16px; }
    .agenzie-scheda .galleria { height: 300px; }
    .agenti-scheda .galleria { height: 300px; }
    .realestate-scheda .galleria { height: 300px; }
    #elencoImmo .titolo { text-align: left; }
    .tornaindietro { margin-right: 10px; margin-top: 0px; padding-top: 10px; }
    .schimmoTop { display: none; }
    .realestate-scheda .titolo { width: 100%; margin-bottom: 20px; }
    .realestate-scheda .dettaglio { width: 100%; }
    .elenco.immobili .vista { display: none; }
    .elenco.immobili .ordine { width: 100%; }
    .realestate-pertinenze li { width: 60%; }
    .realestate-pertinenze li figure { width: 100%; }
    .realestate-pertinenze li .boxdettagli { width: 100%; }
    .realestate-pertinenze .action { width: 100%; margin-bottom: 0px; }
    .realestate-scheda #elencoImmo .realestate-griglia { width: 100%; max-width: unset; }
    .realestate-cantieri li { width: 60%; }
    .realestate-cantieri li figure { width: 100%; }
    .realestate-cantieri li .boxdettagli { width: 100%; }
    .realestate-cantieri .action { width: 100%; margin-bottom: 0px; }
    .realestate-scheda .realestate-cantieri .icone { float: none; }
    .cont_form .grid-4 { width: 50%; }
    .cont_form .grid-4:nth-child(3n + 2) { text-align: left; }
    .cont_form .grid-4:nth-child(3n + 3) { text-align: left; }
    .cont_form .grid-4:nth-child(3n + 4) { text-align: left; }
    .cont_form .bottSubmit { width: 100%; }
    .agenzie-scheda .galleria { margin-bottom: 0px; }
    .agenti-scheda .galleria { margin-bottom: 0px; }
    
}

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

    h1 { font-size: 25px; }
    h2 { font-size: 22px; }
    h3 { font-size: 20px; }
    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; }
    .galleryTop.home { height: 50vh; }
    .swtophomepage { height: 50vh; }
    .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; }
    .blog .blogEsterno { height: 300px; margin-bottom: 50px; }
    .menu_footer li { width: 100%; }
    .credits .grid-9 { text-align: center; }
    .box8 .dettagli .testo { font-size: 20px !important; }
    .box8 .dettagli .titolo { font-size: 16px !important; }
    .box8 .dettagli .sottotitolo { font-size: 14px !important; }
    .motoreRicercaMobile .checkRadioMobile label { padding: 10px 10px; font-size: 12px; color: #000000; }
    .cerca_da_a { width: 49%; }
    .motoreRicercaMobile .checkRadioMobile input[type="checkbox"] + label { width: calc(50% - 6px); }
    .motoreRicercaMobile .checkRadioMobile input[type="radio"] + label { width: calc(33% - 6px); }
    .motoreRicercaMobile .sezione .titolo { font-size: 16px; }
    .motoreRicercaMobile .input .input__label-content { font-size: 13px; }
    .box1 figure {  height: 250px !important; }
    .paginahome .contentbox .mappaRealEstateScroll { border: 5px solid #53716c; -webkit-box-shadow: 0px 0px 0px 5px rgba(187,209,238,1); -moz-box-shadow: 0px 0px 0px 5px rgba(187,209,238,1); box-shadow: 0px 0px 0px 5px rgba(187,209,238,1); }
    .lifestyle h4 { font-size: 24px; }
    .swtophomepage .swiper-slide .title { font-size: 20px; }
    .swtophomepage .swiper-slide .text { font-size: 16px; }
    .swtophomepage .swiper-slide .link a { font-size: 10px; }
    .box1 .dettagli .titolo { font-size: 25px; }
    .box3 { width: 95%; }
    .box3 figure { width: 100% !important; }
    .box3 figure .foto { max-width: 80% !important; min-width: unset !important; min-height: unset !important; max-height: 100% !important; width: unset !important; }
    .box3 .dettagli .boxlink .link { padding: 15px 18px !important; font-size: 16px; }
    .social { margin-top: 30px; }
    .social a { margin: 0px 15px; }
    .cambioGrafica { display: none; }
    select { width: 100%; padding: 17px 10px; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; margin-bottom: 20px; color: #727e7a; font-weight: 300; font-size: 16px; }
    .boxCerca.agenzieagenti .contentbox { width: 90%; }
    .select2-agenzieagenti { background: transparent;color: #fff; border-radius: 0px; border: 0px solid #d2d2d2; }
    .select2-lavora { width: 95%; }
    .boxCerca.agenzieagenti .contentbox .tipologia { border-radius: 5px 5px 0px 0px; width: 100%; }
    .boxCerca.agenzieagenti .contentbox .localita { width: 100%; }
    .boxCerca.agenzieagenti .contentbox .cerca { border-radius: 0px 0px 5px 5px; width: 100%; }
    .odometerPaesi { width: 100%; }
    .odometerAgenzie { width: 100%; }
    .odometerAgenti { width: 100%; }
    .boxGstaffchisiamo .box3 { width: 93%; }
    .boxGstaffchisiamo .box3 figure { width: 230px !important; }
    .boxGstaffchisiamo .box3 figure .foto { max-width: unset !important; }
    .cont_form .grid-6 { width: 100%; } 
    .cont_form .grid-6 .input { width: 95%; } 
    .cont_form .checkRadio_big { margin-left: 8px; }
    .cont_form .bottSubmit { margin-top: 35px; text-align: center !important; }
    .bottone_file { width: 95%; margin-bottom: 20px; }
    .agenzie-lavoraconnoi .grid-2 { width: 30%; }
    .agenzie-lavoraconnoi .grid-4 { width: 70%; }
    .agenzie-lavoraconnoi .info .titolo { min-height: auto; }
    .agenzie-lavoraconnoi .info .indirizzo { padding: 0px 10px 10px 10px; }
    .realestate-scheda .galleriaTop { height: 270px; }
    .realestate-scheda .galleriaTop .titolo { font-size: 18px; }
    .realestate-scheda .galleriaTop .titolo strong { font-size: 25px; }
    .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 .corpo .icone .ico { padding: 10px; font-size: 13px; }
    .realestate-scheda .corpo .statoImm { font-size: 14px; }
    .realestate-scheda .corpo .statoImm span { width: 100%; }
    .realestate-scheda .corpo .statoImm .liv_classe { width: auto !important; }
    .realestate-scheda .corpo .caratteristiche .box { width: 100%; text-align: center; }
    .realestate-scheda .corpo .sottotitolo { margin-bottom: 20px; }
    .realestate-scheda .galleria { height: 200px; }
    .realestate-evidenza .titolo_sezione { font-size: 18px; }
    .realestate-evidenza .titolo { font-size: 15px; }
    .realestate-evidenza .prezzo { font-size: 16px; }
    .realestate-evidenza .codice { font-size: 16px; }
    .realestate-evidenza figure { width: 100%; margin-top: 20px; }
    .realestate-evidenza .boxdettagli { width: 100%; }
    .realestate-evidenza .boxdettagli { width: 100%; }
    .realestate-simili .titolo { font-size: 18px; }
    .realestate-simili li { width: 100%; }
    .contatto_form .grid-6 { width: 100%; } 
    .contatto_form .grid-6 .input { width: 95%; } 
    .contatto_form .bottSubmit { margin-top: 35px; text-align: center !important; }
    .realestate-scheda .footer_scheda .cont_condivisioni a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .realestate-scheda .footer_scheda .cont_social a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .realestate-evidenza .info .testo { padding: 30px 0px 0px 0px; }
    .realestate-griglia .icone .ico { padding: 10px 5px; }
    .realestate-scheda .bottOpenSez { display: inline; }
    .realestate-scheda .corpo .caratteristiche { text-align: center; }
    #sezInformazioni, #sezCaratteristiche, #sezStanze, #sezVicinanze, #sezVideo, #sezTour { display: none; margin-top: 15px; }
    #elencoImmo .griglia li { width: 100% !important; }
    #elencoAge .griglia li { width: 100%; }
    .agenzie-griglia figure { height: 200px; }
    .agenzie-scheda .galleriaTop { height: 200px; }
    #elencoUte .griglia li { width: 100%; }
    .agenzie-scheda .footer_scheda .cont_condivisioni a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .agenzie-scheda .footer_scheda .cont_social a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .agenzie-scheda figure .statoAge.nextopen { bottom: 30px; padding: 10px 10px 10px 60px; font-size: 22px; }
    .agenti-scheda .galleriaTop { height: 230px; }
    .agenti-scheda .galleriaTop .titolo .fotoagente { height: 130px; width: 130px; margin-bottom: 10px; }
    .agenti-scheda .galleriaTop .titolo strong { font-size: 17px; margin-bottom: 0px; }
    .agenti-scheda .testata .contattiagente { width: 100%; }
    .agenti-scheda .testata .azioni { text-align: center; padding-right: 0px; }
    .agenti-scheda .testata .immobiliagente { width: 100%; }
    .agenti-scheda .footer_scheda .cont_condivisioni a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .agenti-scheda .footer_scheda .cont_social a .la { font-size: 30px; padding: 14px; margin: 7px; }
    .realestate-preferiti li { width: 100%; }
    .realestate-scheda .corpo .scheda_form { padding: 20px 5px; }
    .realestate-scheda .galleriaTop .foto { background-size: cover; }
    .zoomGallery .carouselThumb .swZoom { height: 90%; }
    .zoomGallery .carouselThumb .swZoom .swiper-slide img { max-width: 100%; min-height: unset; max-height: 100%; }
    .realestate-scheda .galleriaTop .inviteAction { top: -100px; font-size: 45px; height: 45px; width: 45px; color: #ffffff; }
    .agenzie-scheda .galleriaTop .inviteAction { top: -100px; font-size: 45px; height: 45px; width: 45px; color: #ffffff; }
    .ordinamentoPagina .macroSez { width: 100%; }
    .ordinamentoPagina .macroSez .grid-6 { font-size: 13px; }
    #cookie-dett .accetta-cookie { top: 25px; right: 10px; }
    .immoHalfMap .listato .disegnamappa { display: none; }
    .paginahome .contentbox { padding: 30px 20px; }
    .paginahome .contentbox .slideAgenzia { width: 100%; height: 300px; }
    .paginahome .contentbox .slideAgenzia .galleryTop { height: 100%; } 
    .paginahome .contentbox .page-home h1 { font-size: 27px; }   
    .immobilihome h3 { font-size: 27px; }
    .immobilihome .realestate-griglia { width: 80%; }
    .staffhome h3 { font-size: 27px; }
    .staffhome .agenti-griglia { width: 80%; }
    .menu_approfondimento li { width: 100% !important; }
    .menu_footer2 li { margin: 30px 0px; display: block; }
    .galleryTop.interno { height: 30vh; }
    .cont_form .grid-6 .input { width: 100%; }
    .cont_form .grid-6 { width: 95%; margin: auto; float: none; }
    .cont_form .grid-12 { width: 95%; margin: auto; float: none; }
    .cont_form .grid-4 .input { width: 100%; }
    .cont_form .grid-4 { width: 95%; margin: auto; float: none; }
    .cont_form .bottSubmit { margin-top: 35px !important; }
    .agenzie-griglia { width: 90%; }
    .agenzie-griglia figure { height: 240px; }
    .agenzie-scheda .galleria { height: 260px; }
    .agenti-scheda .galleria { height: 260px; }
    .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%; }
    .immoHalfMap .elenco.immobili .ordine { width: 100%; }
    .bottone_file { width: 100%; }   
    .realestate-scheda .dettaglio .stanze .box { width: 100%; }
    .tornaindietro a { font-size: 14px; }
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { width: 33%; margin: 20px 0 0px 0; }
    .realestate-scheda .dettaglio .statoImm .nuovo {    padding: 3px 5px !important;}
    
    .realestate-scheda .galleria .inviteAction {width:300px; font-size: 20px;}

}

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

    img { max-width:100% !important; }
    .box1 figure { height: 200px !important; }
    .realestate-griglia .icone .ico { font-size: 10px; }
    .paging a { margin: 5px; font-size: 12px; }
    .motoreRicercaMobile button[type="submit"] { padding: 10px 40px; }
    .motoreRicercaMobile .input .input__label-content { font-size: 11px; }
    .input .input__label-content { font-size: 13px; padding: 0px 10px; }
    select { font-size: 13px; }
    .bottone_file { font-size: 12px; }
    .realestate-scheda .galleriaTop { height: 210px; }
    .realestate-evidenza figure { height: 200px; }
    .realestate-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure { height: 200px; width: 200px; }
    .realestate-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli strong { font-size: 23px; }
    .agenzie-scheda figure .statoAge.nextopen { bottom: 20px; padding: 10px 10px 10px 50px; font-size: 18px; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure { height: 200px; width: 200px; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli strong { font-size: 24px; }
    .immobilihome .realestate-griglia { width: 100%; }
    .immobilihome .realestate-griglia figure { height: 220px; }
    .paginahome .contentbox .slideAgenzia { height: 220px; }
    .immobilihome .arrowSimiliBack { top: 550px; }
    .immobilihome .arrowSimiliNext { top: 550px; }
    .staffhome .arrowSimiliBack { top: 470px; }
    .staffhome .arrowSimiliNext { top: 470px; }
    .staffhome .agenti-griglia { width: 100%; }
    .realestate-griglia:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #324542; -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 .arrowSimiliBack { top: 550px; }
    .agenti-scheda .arrowSimiliNext { top: 550px; }
    .agenti-scheda #elencoImmo .realestate-griglia { width: 100%; }
    #elencoImmo .realestate-griglia { width: 100%; }
    .realestate-scheda .dettaglio .icone { min-height: 40px; float: none; width: 100%; }
    .realestate-scheda .dettaglio .video iframe { height: 250px; }
    .realestate-scheda .dettaglio .virtualtour iframe { height: 250px; }
    .realestate-griglia figure { height: 230px; }
    .realestate-scheda .dettaglio .icone .ico img { margin-right: 0px; margin-bottom: 10px; }
    .realestate-scheda .dettaglio .icone .ico span { clear: both; display: inline-block; width: 100%; font-size: 12px; }
    .realestate-griglia .icone .ico img { margin-right: 0px; margin-bottom: 10px; }
    .realestate-griglia .icone .ico span { clear: both; display: inline-block; width: 100%; font-size: 12px; }
    .news .dettagli { margin: 15px 0px; display: inline-block; }    
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { width: 50%; }
    .modalRicerca .sectionModal .list_tipologie { height: 65%; }

}

@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%; }
    
}
