/*
font-family: 'Rubik', sans-serif;
font-family: 'Roboto', sans-serif;
*/

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

a       { color: #fa9706; text-decoration: none; }
a:hover { color: #ffaa2d; 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: 'Roboto', sans-serif; font-weight: 500; margin: 0px; padding: 0px; margin-bottom: 20px; text-transform: uppercase; }
h2 { color: #ffaa2d; font-size: 30px; font-family: 'Roboto', sans-serif; font-weight: 400; margin: 0px; padding: 0px; margin-bottom: 20px; }
h3 { color: #ffaa2d; font-size: 25px; font-family: 'Roboto', sans-serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h4 { color: #ffaa2d; font-size: 20px; font-family: 'Roboto', sans-serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h5 { color: #ffaa2d; font-size: 15px; font-family: 'Roboto', sans-serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
h6 { color: #ffaa2d; font-size: 10px; font-family: 'Roboto', sans-serif; font-weight: 300; margin: 0px; padding: 0px; margin-bottom: 20px; }
p { margin: 0px; padding: 0px; margin-bottom: 20px;line-height: 30px; font-weight: 300; }
b, strong { font-weight: 500 !important; }

.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: 'Rubik', sans-serif; padding: 5px; color: #fa9706; }
.ui-menu .ui-menu-item-wrapper { position: relative; font-family: 'Rubik', sans-serif; font-weight: 300; font-size: 15px; width: 99%; border: 0px; }
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover { border: 0px; background: #e8e8e8 !important; }

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

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

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

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

/*struttura*/
header { width: 100%; position: relative; background: #ffffff; }
header.home {  }
section { width: 100%; position: relative;}
section.interno { background: #ffffff; }
footer { width: 100%; position: relative; background: #2c2c2c; padding-bottom: 0px; border-top: 2px solid #fa9706; }

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

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

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

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



/*scroll*/
.intestazione_scroll { width: 100%; background: #ffffff; position: fixed !important; top: -70px; z-index: 210; border-bottom: 2px solid #fa9706; padding-top: 0px; }
.intestazione_scroll .logo_top_scroll { float: left; padding: 0px 0px 0px 20px; }
.intestazione_scroll .logo_top_scroll img { height: 70px; width: auto !important; }
.intestazione_scroll .menu_top_scroll { float: right; margin: 20px 0px 0px 0px; }
.intestazione_scroll .menu_top_scroll div { padding-top: 0px !important; }
.intestazione_scroll .lingue {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: #fa9706; padding: 5px 10px; color: #ffffff; font-weight: normal; }
.pos_sottopagine a:hover{ background: #ffaa2d; text-decoration: none; }

/*footer*/
.menu_footer {float: right;}
.menu_footer ul { margin:0; padding:0; list-style:none; z-index: 8888; text-align: right; }
.menu_footer li {color: #fff; font-weight: 400; font-size: 15px; text-align: right; white-space: nowrap; display: inline-block; padding: 0px 0px 0px 0px; }
.menu_footer li a { text-decoration: none; color: #fff; }
.menu_footer li a:hover { text-decoration: underline; }

.credits { max-width: 1600px; padding: 20px 0px; margin: auto; line-height: 25px; font-weight: 400;font-size: 16px;color: #a4bbbb;}
.credits h2 {font-size: 23px;font-weight: 500;margin: 0px 0px 10px 0px;color: #eeeee7;}
.credits .Sx {float: left;width: 33%;padding: 0px 8% 0px 0px;}
.credits .Cx {float: left;width: 49%;padding: 0px 40px 0px 0px;}
.credits .Cx i {font-size: 21px;}
.credits .Dx {float: left;width: 18%;}

.credits a { text-decoration: none; color: #fff; }
.credits a:hover { text-decoration: underline; }
.credits img {margin-bottom: 15px;}


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




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

/*social*/
.social { margin-top: 20px; }
.social a { margin: 0px 18px 0px  0px ; display: inline-block; text-align: center; }
.social .la { font-size: 30px; color: #a4bbbb; background: #313131;padding: 5px 5px 5px 5px;border: 1px solid #a4bbbb;}
.social a:hover .la { color: #fff; text-decoration: none; background: #fa9706;}
.social .fa-facebook {color: #a4bbbb; }
.social .fa-twitter {color: #a4bbbb; }
.social .fa-google-plus {color: #a4bbbb; }
.social .fa-youtube {color: #a4bbbb; }
.social .fa-linkedin {color: #a4bbbb; }
.social .fa-instagram {color: #a4bbbb; }
.social .fa-pinterest {color: #a4bbbb; }
.social .fa-whatsapp {color: #a4bbbb; }
.social .fa-rss {color: #a4bbbb; }

/*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: 'Rubik', 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: #fa9706; font-family:'LineAwesome'; content: "\f17b"; color: #fff; border: 0; display: inline-block; padding-left: 3px; }
.select2-results__options[aria-multiselectable=true] .select2-results__option[role=group]:before { display: none; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #e8e8e8; color:#000; }

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

/*placeholder*/
::placeholder { font-family: 'Rubik', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Firefox, Chrome, Opera */ 
:-ms-input-placeholder { font-family: 'Rubik', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Internet Explorer 10-11 */ 
::-moz-placeholder { font-family: 'Rubik', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Microsoft Edge */ 
:-moz-placeholder { font-family: 'Rubik', sans-serif; font-weight: 300; color:#727e7a !important; opacity:1 !important; font-size: 13px; } /* Microsoft Edge */ 
::-webkit-input-placeholder { font-family: 'Rubik', 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 #ffaa2d; height: calc(100% - 1px); }
.input .input__label--hoshi::before { border-bottom: 1px solid #ffffff; height: calc(100% - 1px); }
.input .input__field { font-family: 'Rubik', 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: 'Rubik', sans-serif; font-weight: 300; margin-top:0px; border: none; -webkit-appearance: none; background: #ffaa2d; color: #ffffff; font-size: 17px; cursor: pointer; padding: 10px 120px 10px 10px; border-radius: 3px; text-transform: uppercase;line-height: 22px;}
input[type="submit"]:hover, button[type="submit"]:hover { background: #1b1063; -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: 8px; 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: #fa9706; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out; }
.cerca_input { max-width: 100%; width: 95%; margin: 0px; position: relative; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; padding: 11px 6px; height: auto; box-shadow: unset; }
.cerca_da_a { width: 49%; display: inline-block; margin: 0px; position: relative; background: #fff; border-radius: 5px; border: 1px solid #d2d2d2; padding: 11px 6px; height: auto; box-shadow: unset; }
.form-control:focus { box-shadow: none !important; }

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

.checkRadio_big input[type="checkbox"] + label span {  height: 40px; width: 40px; background: #ffffff; border: 1px solid #d2d2d2; border-radius: 5px; display:inline-block; margin-right:15px; vertical-align:middle; cursor:pointer; float: left; }
.checkRadio_big input[type="checkbox"]:checked + label span:after { content: "\f00c"; color: #ffaa2d; 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: #ffaa2d; 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: #ffaa2d; 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: #ffaa2d; font-size: 10px; top: 2px; left: 4px; margin: auto; position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.checkRadio_normal input[type="radio"]:required:invalid:focus + label span { border: 1px solid #ff0000; }

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

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

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

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

/*recaptcha*/
.g-recaptcha {display: none; margin: auto; transform:scale(0.8);-webkit-transform:scale(0.8); }
.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: 'Rubik', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #fa9706; color: #ffffff; font-size: 14px; text-align: center; }
.news .dettagli:hover { background: #ffaa2d; }
.news h2 { margin-bottom: 15px; }
.news h3 { margin-bottom: 15px; }
.news p { margin-bottom: 10px; font-size: 16px; }

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

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

/*zoom gallery foto*/
#zoomGallery { display: none; }
.ClickZoomGallery,.ClickZoomGalleryThumb { cursor: pointer; }
.closeZoomGallery { cursor: pointer; position: fixed; right: 20px; top: 20px; font-size: 40px; background: #ffffff; color: #000; border-radius: 50%; padding: 0px 10px; z-index: 999; }
.zoomGallery { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 920; background: rgba(0,0,0,0.9); overflow-y: auto; }
.zoomGallery .cambioGrafica { color: #ffffff; text-align: right; font-size: 16px; font-weight: 400; font-family: 'Rubik', 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: #fa9706 !important; }

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

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

/*grafica box 2*/
.box2 { font-family: 'Rubik', 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: 'Rubik', 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: 'Rubik', 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: 'Rubik', 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: 'Rubik', 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: 'Rubik', 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: 'Rubik', 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 .swhomepage { background: #000000; }

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

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


/*cerca home*/
.boxCerca.home {background: #fa9706;padding:0px 0px 80px 0px;text-align: center;}
.boxCerca.home h2 {position: relative; background: #fff;color: #000; padding: 12px 25px;display: inline-block;vertical-align: top;margin: -30px 0px 25px 0px;box-shadow: 0px 0px 8px #3c3c3c;}
.boxCerca.home .contentbox {max-width: 1200px;margin: 0px auto 0px;position: relative;}
.boxCerca.home .contentbox .localita { text-align: left; line-height: 55px; width: 40%; color: #222222; }
.boxCerca.home .contentbox .localita .boxinput { width: 90%; border: 1px solid #222222; 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: #222222; font-size: 30px; }
.boxCerca.home .contentbox .localita .boxinput input { overflow: hidden; text-overflow: ellipsis; width: 100%; background: transparent; padding-left: 50px; border: 0px; color: #222222; font-size: 18px; }
.boxCerca.home .contentbox .tipologia { text-align: left; line-height: 55px; width: 40%; color: #222222; }
.boxCerca.home .contentbox .tipologia .boxinput { width: 90%; border: 1px solid #222222; 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: #222222; font-size: 30px; }
.boxCerca.home .contentbox .tipologia .boxinput::before { z-index:-1; font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 15px; margin: auto; bottom: 0; top: 0; color: #222222; font-size: 20px; }
.boxCerca.home .contentbox .tipologia .boxinput input { cursor: pointer; overflow: hidden; text-overflow: ellipsis; width: 100%; background: transparent; padding-left: 50px; border: 0px; color: #222222; font-size: 18px; }
.boxCerca.home .contentbox .cerca { text-align: center; width: 20%; margin-top: 46px; }
.boxCerca.home .contentbox .cerca .submit { text-transform:uppercase; background: #1b1063; line-height: normal; text-align: center; width: 95%; border-radius: 5px; color: #fff; font-weight: 400; font-size: 20px; border: none; padding: 16px 0px; }
.boxCerca.home .contentbox .cerca .submit:hover { background: #fff; color: #555555;}
.boxCerca.home .contentbox .cerca .submit::before { content: ''; }
.boxCerca.home .linkDisegno { color: #fa9706; }
.boxCerca.home .linkDisegno:hover { text-decoration: underline; color: #fa9706; }
.homeSearch { position: relative; font-family: 'Indie Flower', cursive; color: #fa9706; 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: #222222; font-size: 14px; text-decoration: underline; }
.home_ric_avanzata:hover {color: #fff;}

.boxCerca.home input::placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#222222 !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:#222222 !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:#222222 !important; opacity:1 !important; font-size: 18px; } /* Microsoft Edge */ 
.boxCerca.home input:-moz-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#222222 !important; opacity:1 !important; font-size: 18px; } /* Microsoft Edge */ 
.boxCerca.home input::-webkit-input-placeholder { font-family: 'Lato', sans-serif; font-weight: 300; color:#222222 !important; opacity:1 !important; font-size: 18px; } /* Microsoft Edge */






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

/*cerca*/
.boxCerca.agenzieagenti { background: #ffaa2d; }
.boxCerca.agenzieagenti .contentbox { max-width: 1200px; margin: auto; padding: 25px 0px 25px 0px; }
.boxCerca.agenzieagenti .contentbox .tipologia { background: #fa9706; 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: #fa9706; }
.boxCerca.agenzieagenti .contentbox .cerca .submit::before { content: ''; }

/*elenchi*/
.elenco { padding: 0px; color: #858585; font-size: 16px; font-family: 'Rubik', 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: 33%; 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 #fa9706; -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 #bdbdbd; }
.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 #fa9706; color: #fa9706; padding: 10px; margin-left: 10px; }
.elenco.immobili .ordine .cambiaordinamento a:hover .la { color: #fa9706; }
.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: #fa9706; color: #ffffff; }
.elenco.agenzie .vista .active .la { background: #ffaa2d; color: #ffffff; }

/*elenco agenti */
#elencoUte { min-height: 60vh; }
#elencoUte { max-width: 100%; margin: auto; padding-bottom: 30px; }
#elencoUte ul { list-style: none; margin: 0; padding: 0; }
#elencoUte .griglia li { width: 22%; margin: auto 0; margin-bottom: 40px; text-align: center; display: inline; }
#elencoUte .griglia .agenti-griglia { border: 2px solid #ebebeb; }
#elencoUte .griglia .agenti-griglia:hover { margin-top: 100px; }
.elenco.agenti .vista { text-align: right; }
.elenco.agenti .vista .tit_ordinamento { display: none; }
.elenco.agenti .vista .la { border-radius: 5px; padding: 5px; font-size: 25px; vertical-align: middle; margin-left: 10px; background: #fa9706; color: #ffffff; }
.elenco.agenti .vista .active .la { background: #ffaa2d; color: #ffffff; }

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

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

/*agenti griglia*/
.agenti-griglia { min-height: 260px; vertical-align: top; display: inline-block; width: 22%; margin: 100px 1.4% 50px 1.3%; border: 1px solid #ebebeb; background: #ffffff; position: relative; }
.agenti-griglia a {text-decoration: none; font-weight: 400; }
.agenti-griglia .boxfoto figure { z-index: 5; height: 150px; width: 150px; position: relative; background: #ffffff; overflow: hidden; margin: auto; border: 2px solid #ebebeb; margin-top: -75px; }
.agenti-griglia .boxfoto figure .foto { width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenti-griglia .boxdettagli { position: relative; margin-top: 40px; }
.agenti-griglia .info { color: #555555; text-align: center; font-family: 'Rubik', sans-serif; }
.agenti-griglia .info .titolo { font-weight: 500; min-height: 30px; font-size:18px; color: #ffaa2d; margin-top: 20px; text-align: center !important; text-transform: uppercase; }
.agenti-griglia .info .qualifica { font-size: 15px; font-weight: 400; color: #000000; margin-bottom: 10px; min-height: 30px; }
.agenti-griglia a:hover { text-decoration: none; }
.agenti-griglia:hover { margin-top: 70px; }
.agenti-griglia:hover .boxfoto figure { border: 2px solid #ffaa2d; }
.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: #ffaa2d; border-radius: 50%; padding: 0px; height: 45px; width: 45px; line-height: 50px; text-align: center;}
.agenti-scheda .galleria { width: 100%; height: 550px; margin-bottom: 150px; position: relative; background: #fff; }
.agenti-scheda .galleria .slFoto { height: 100%; }
.agenti-scheda .galleria .slFotoNow { height: 100%; }
.agenti-scheda .interno-scheda { max-width: 1600px; margin: auto; font-weight: 400; }
.agenti-scheda .testata { background: #f1f1f1; padding: 55px; margin-bottom: 0px; }
.agenti-scheda .testata .foto { float: left; height: 250px; width: 250px; border: 1px solid #555555; background-color: #ffffff; background-size: 100%; background-position: center center; background-repeat: no-repeat; }
.agenti-scheda .testata .padding_testata { float: left; padding-left: 25px; font-size: 16px; color: #555555; }
.agenti-scheda .testata .padding_testata small {font-size: 15px; }
.agenti-scheda .testata .padding_testata a { color: #ffaa2d; }
.agenti-scheda .testata .padding_testata a:hover { color: #ffaa2d; text-decoration: underline; }
.agenti-scheda .testata .padding_testata .altre_agenzie { color: #ffaa2d; }
.agenti-scheda .testata h1 { color: #222222; font-size: 27px; font-family: 'Rubik', sans-serif; font-weight: 500; text-transform: uppercase; margin-bottom: 10px; }
.agenti-scheda .testata h2 { color: #222222; font-size: 20px; font-family: 'Rubik', sans-serif; font-weight: 300; }
.agenti-scheda .testata h3 { color: #222222; font-size: 18px; font-family: 'Rubik', 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: #ffaa2d; 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: #fa9706; border: 1px solid #fa9706; color: #ffffff; }
.agenti-scheda .corpo {  } 
.agenti-scheda .corpo .titolo { font-family: 'Rubik', 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: 'Rubik', 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: 'Rubik', sans-serif; font-weight: 300; color: #555555; }
.agenti-scheda .corpo .testo .lingueparlate strong { font-weight: 400; color: #ffaa2d; }
.agenti-scheda .corpo .box_video { padding-top: 50px; }
.agenti-scheda .corpo .box_video .titolo { font-family: 'Rubik', 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: 'Rubik', 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: #ffaa2d; overflow: hidden; border: 8px solid #ffaa2d; 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: 'Rubik', sans-serif; color: #fa9706; 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: #fa9706; }
.agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #ffaa2d; 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: #fa9706; 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: #ffaa2d; 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: 'Rubik', sans-serif; font-weight: 700; font-size: 21px; text-align: center; }
.agenti-scheda .footer_scheda { padding: 100px 0px; font-family: 'Rubik', 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: #ffaa2d; 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: #ffaa2d;overflow: hidden; }
.agenzie-griglia figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.agenzie-griglia figure .foto_ko { max-width: 90% !important; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.agenzie-griglia figure .slFoto { height: 100%; }
.agenzie-griglia figure .slFotoNow { height: 100%; }
.agenzie-griglia figure .statoAge { position: absolute; bottom: 20px; left: 0px; z-index:2; }
.agenzie-griglia figure .statoAge.nextopen { background: #ffaa2d; 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: 'Rubik', sans-serif; }
.agenzie-griglia .info .titolo { padding: 15px; font-weight: 400; font-size: 27px; color: #ffaa2d; }
.agenzie-griglia .info .dove { padding: 0px 15px; font-size: 18px; font-weight: 500; margin-bottom: 0px; text-transform: uppercase; }
.agenzie-griglia .info .indirizzo { padding: 5px 15px; font-size: 18px; font-weight: 300; margin-bottom: 10px; }
.agenzie-griglia .info .contatti { padding: 10px 15px; font-size: 18px; font-weight: 400; margin-bottom: 20px; min-height: 43px; }
.agenzie-griglia .stats { color: #555555; border-top: 1px solid #ebebeb; padding: 15px; margin-top: 55px; position: relative; }
.agenzie-griglia .stats .immo { width: 50%; float: left; text-align: center; font-weight: 400; }
.agenzie-griglia .stats .ute { width: 50%; float: left; text-align: center; font-weight: 400; }
.agenzie-griglia .stats .dettagli { position: absolute; right: 10px; top: -50px; font-family: 'Rubik', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #fa9706; color: #ffffff; font-size: 14px; float: right; text-align: center; }
.agenzie-griglia .stats .dettagli:hover { background: #ffaa2d; }
.agenzie-griglia a:hover {text-decoration: none;}
.agenzie-griglia:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #fa9706; }

/*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: #ffaa2d; 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: #ffaa2d; color: #ffffff; text-transform: uppercase; padding: 15px 15px 15px 165px; font-size: 26px; }
.agenzie-scheda .interno-scheda { max-width: 1600px; margin: auto; font-weight: 400; }
.agenzie-scheda .testata { background: #f1f1f1; padding: 55px; margin-bottom: 0px; }
.agenzie-scheda .testata .foto { float: left; height: 220px; width: 220px; border: 1px solid #555555; background-color: #ffffff; background-size: 90%; background-position: center center; background-repeat: no-repeat; }
.agenzie-scheda .testata .padding_testata { float: left; padding-left: 25px; font-size: 16px; color: #555555; font-weight: 400; }
.agenzie-scheda .testata .padding_testata a { color: #ffaa2d; }
.agenzie-scheda .testata .padding_testata a:hover { color: #ffaa2d; text-decoration: underline; }
.agenzie-scheda .testata h1 { color: #222222; font-size: 27px; font-family: 'Rubik', 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: #ffaa2d; 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: #fa9706; border: 1px solid #fa9706; color: #ffffff; }
.agenzie-scheda .corpo {  } 
.agenzie-scheda .corpo .titolo { font-family: 'Rubik', 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: 'Rubik', sans-serif; font-weight: 300; text-align: justify; color: #333; font-size: 16px; position: relative; }
.agenzie-scheda .corpo .staff { padding-top: 50px; font-family: 'Rubik', 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: 'Rubik', 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: 'Rubik', 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: 'Rubik', 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: 'Rubik', sans-serif; color: #fa9706; 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: #fa9706; }
.agenzie-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #ffaa2d; 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: #fa9706; 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: #ffaa2d; 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: 'Rubik', 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: #ffaa2d; text-decoration: none; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni { width: auto; list-style: none; text-align: center; padding: 0; margin-top: 20px; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni li { display: inline; margin: 0px 5px; }
.agenzie-scheda .footer_scheda .cont_condivisioni .condivisioni .onlyMobile { display: none; }

/*imobile visto*/
.immoVisto { background: rgba(0,0,0,0.5); color: #ffffff; position: absolute; top: 50px; left: 0px; z-index:103; padding:5px 10px; font-size: 11px; text-transform: uppercase; }
.immoVisto .fas { font-size: 15px; }
.immoVisto.scheda { top: 10px; right: unset; }
.immoVisto.home { right: 0px; left: unset; }
 
/*immobili home*/
.realestate-home { width: 47.5%; margin:0px 15px 60px 15px; text-align: center; float: left; background: #e8e8e8;position: relative;border: 2px solid #e8e8e8;}
.realestate-home a {text-decoration: none;display: block;height: 100%;}
.realestate-home figure { height: 400px; width: 100%; position: relative; background: #fa9706; overflow: hidden; }
.realestate-home figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.realestate-home figure .foto_ko { max-width: 90% !important; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-home figure .slFoto { height: 100%;}
.realestate-home figure .slFotoNow { height: 100%;}
.realestate-home figure .agente { position: absolute; bottom: 0px; left: 0px; z-index:12; width: 100%; }
.realestate-home figure .agente .foto { margin: 10px 0px 10px 10px; float: left; position: relative; }
.realestate-home figure .agente .foto figure { height: 40px; width: 40px; position: relative; background: #f9f9f9; overflow: hidden; border-radius: 50%; }
.realestate-home figure .agente .foto figure:before { background: unset !important; }
.realestate-home figure .agente .foto figure img { width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-home figure .agente .dettagli { text-align: left; margin: 5px 0px 10px 10px; float: left; position: relative; color: #ffffff; font-size: 12px; }
.realestate-home figure .immoPreferiti {float: right; z-index:12;border-radius: 5px;padding: 3px 4px 0px 3px;margin: 10px 10px 0px 0px;background: rgba(0,0,0,0.5);}
.realestate-home figure .immoPreferiti.attivo { background: #fa9706; }
.realestate-home figure .immoPreferiti .la { font-size: 20px; cursor: pointer; color: #ffffff; }
.realestate-home figure .motivazione {float: right;margin: 10px 10px 0px 0px; font-size: 13px; text-transform: uppercase;padding: 5px 10px 5px 10px;border-radius: 5px;}
.realestate-home figure .motivazione.vendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-home figure .motivazione.affittovendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-home figure .motivazione.affitto { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-home figure .motivazione.affitto_stagionale { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-home figure .boxdettagli {height: 400px;width: 100%;margin-top: -400px;position: relative;background: rgba(0,0,0,0.4);}
.realestate-home figure .boxdettagli .statoImm { position: absolute; top: 40px; left: -50px; z-index:13; color: #fff;text-align: center;width: 200px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.realestate-home figure .boxdettagli .statoImm.venduto { background: #2c496a; color: #ffffff; }
.realestate-home figure .boxdettagli .statoImm.affittato { background: #2c496a; color: #ffffff; }
.realestate-home figure .boxdettagli .statoImm.ribasso { background: #ff7200; color: #ffffff; }
.realestate-home figure .boxdettagli .statoImm.nuovo { background: #62b546; color: #ffffff; }
.realestate-home figure .boxdettagli .statoImm.lusso { background: #ded20f; color: #ffffff; }
.realestate-home figure .boxdettagli .info {position: absolute;left: 0px;right: 0px;bottom: 0px;padding: 0px 10px 10px 10px;color: #fff;}
.realestate-home figure .boxdettagli .info .tipologia {float: left;margin: 0px 0px 12px 0px;}
.realestate-home figure .boxdettagli .info .prezzo {float: right;color: #fa9706;margin: 0px 0px 12px 0px;}
.realestate-home figure .boxdettagli .info .dove {float: left;}
.realestate-home figure .boxdettagli .info .dove i {color: #fa9706;}
.realestate-home figure .boxdettagli .info .codice {float: right;}
.realestate-home a:hover { text-decoration: none; }
.realestate-home:hover {box-shadow: 0px 0px 8px #3c3c3c;border: 2px solid #fa9706;}



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

/*immobili lista*/
.realestate-lista { vertical-align: top; display: inline-block; width: 100%; background: #e8e8e8; border: 2px solid #e8e8e8; position: relative; }
.realestate-lista a {text-decoration: none;}
.realestate-lista figure { float: left; width: 30%; height: 325px; position: relative; background: #ffaa2d; overflow: hidden; position: relative; }
.realestate-lista figure a:before { content: ''; position: absolute; bottom: 0px; left: 0px; z-index:1; width: 100%; height: 100px;
                                    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
                                    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ }
.realestate-lista figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.realestate-lista figure .foto_ko { max-width: 90% !important; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-lista figure .slFoto { height: 100%; }
.realestate-lista figure .slFotoNow { height: 100%; }
.realestate-lista figure .dettagli { position: absolute; top: 10px; right: 0px; z-index:2; }
.realestate-lista figure .dettagli .motivazione { padding:5px 55px 5px 10px; font-size: 15px; text-transform: uppercase; }
.realestate-lista figure .dettagli .motivazione.vendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affittovendita { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affitto { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-lista figure .dettagli .motivazione.affitto_stagionale { background: rgba(0,0,0,0.5); color: #ffffff; }
.realestate-lista figure .statoImm { position: absolute; top: 50px; right: 0px; z-index:3; padding:5px 10px; font-size: 14px !important; text-transform: uppercase; }
.realestate-lista figure .statoImm span { margin: 0px !important; padding: 0px !important; }
.realestate-lista figure .statoImm.venduto { background: #2c496a; color: #ffffff; }
.realestate-lista figure .statoImm.affittato { background: #2c496a; color: #ffffff; }
.realestate-lista figure .statoImm.ribasso { background: #ff7200; color: #ffffff; }
.realestate-lista figure .statoImm.nuovo { background: #62b546; color: #ffffff; }
.realestate-lista figure .statoImm.lusso { background: #ded20f; color: #ffffff; }
.realestate-lista figure .agente { position: absolute; bottom: 0px; left: 0px; z-index:2; width: 100%; }
.realestate-lista figure .agente .foto { margin: 10px 0px 10px 10px; float: left; position: relative; }
.realestate-lista figure .agente .foto figure { height: 40px; width: 40px; position: relative; background: #f9f9f9; overflow: hidden; border-radius: 50%; }
.realestate-lista figure .agente .foto figure:before { background: unset !important; }
.realestate-lista figure .agente .foto figure img { width: 100%; height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-lista figure .agente .dettagli { text-align: left; margin: 5px 0px 10px 10px; float: left; position: relative; color: #ffffff; font-size: 12px; }
.realestate-lista figure .immoPreferiti { position: absolute; top: 10px; left: 10px; z-index:2; background: rgba(0,0,0,0.3); border-radius: 5px; padding: 3px 5px; }
.realestate-lista figure .immoPreferiti.attivo { background: #fa9706; }
.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: 'Rubik', sans-serif; font-weight: 300; color: #ffffff; font-size: 25px; text-align: left; }
.realestate-lista .boxdettagli { float: left; width: 70%; position: relative; font-weight: 400; }
.realestate-lista .info { padding: 15px 15px 0px 15px; text-align: left; }
.realestate-lista .info .titolo { font-family: 'Rubik', sans-serif; font-weight: 500; font-size:18px; color: #555555; margin-bottom: 10px; }
.realestate-lista .info .testo { color: #5f5f5f; margin: 10px 0px; text-align: justify; font-size:17px; min-height: 145px !important; }
.realestate-lista .icone { min-height: 50px; float: none !important; }
.realestate-lista .icone .ico { font-family: 'Rubik', 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: 'Rubik', sans-serif; font-weight: 500; color: #5f5f5f; font-size: 15px; float: left; text-align: left; }
.realestate-lista .action .dettagli { margin: 5px 15px 0px 15px; font-family: 'Rubik', sans-serif; padding: 10px 15px; border-radius: 5px; font-weight: 400; background: #fa9706; color: #ffffff; font-size: 16px; float: right; text-align: center; }
.realestate-lista a:hover { text-decoration: none; }
.realestate-lista a:hover > .action .dettagli { background: #ffaa2d; }
.realestate-lista:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #fa9706; }

/*immobili evidenza*/
.realestate-evidenza { position: relative; padding: 60px; font-family: 'Rubik', 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: 'Rubik', sans-serif; font-weight: 700; font-size: 25px; color: #ffaa2d; text-transform: uppercase; }
.realestate-evidenza .titolo { font-family: 'Rubik', sans-serif; font-weight: 300; font-size: 30px; color: #ffaa2d; float: left; text-transform: uppercase; }
.realestate-evidenza .titolo span { text-transform: none; }
.realestate-evidenza .prezzo { font-family: 'Rubik', sans-serif; font-weight: 300; color: #ffffff; font-size: 30px; float: right; }
.realestate-evidenza .codice { font-family: 'Rubik', sans-serif; font-weight: 300; color: #ffffff; font-size: 25px; float: right; }
.realestate-evidenza figure { float: left; width: 40%; height: 450px; position: relative; background: #ffaa2d; overflow: hidden; border-radius: 5px; border: 5px solid #ffaa2d; }
.realestate-evidenza figure .foto_ok { display: block; width: 100%; height: 100%; object-fit: cover; }
.realestate-evidenza figure .foto_ko { max-width: 90% !important; max-height: 90%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-evidenza figure .statoImm { position: absolute; top: 0px; right: 0px; z-index:2; width: 0; height: 0; border-style: solid; border-width: 0 60px 60px 0; }
.realestate-evidenza figure .statoImm.venduto { border-color: transparent #2c496a transparent transparent; }
.realestate-evidenza figure .statoImm.venduto span { top: 14px; right: -61px; }
.realestate-evidenza figure .statoImm.affittato { border-color: transparent #2c496a transparent transparent; }
.realestate-evidenza figure .statoImm.affittato span { top: 14px; right: -61px; }
.realestate-evidenza figure .statoImm.ribasso { border-color: transparent #ff7200 transparent transparent; }
.realestate-evidenza figure .statoImm.ribasso span { top: 15px; right: -64px; }
.realestate-evidenza figure .statoImm.nuovo { border-color: transparent #62b546 transparent transparent; }
.realestate-evidenza figure .statoImm.nuovo span { top: 14px; right: -57px; }
.realestate-evidenza figure .statoImm.lusso { border-color: transparent #ded20f transparent transparent; }
.realestate-evidenza figure .statoImm.lusso span { top: 14px; right: -54px; }
.realestate-evidenza figure .statoImm span { font-size: 13px; color: #ffffff; position: absolute; text-transform: lowercase; display: inline-block; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
.realestate-evidenza .boxdettagli { float: left; width: 60%; position: relative; }
.realestate-evidenza .info { padding-left: 50px; padding-top: 50px; text-align: left; }
.realestate-evidenza .info .testo { color: #ffffff; margin-bottom: 0px; text-align: justify; font-size:18px; background: transparent; padding: 0; border-bottom: 0; }
.realestate-evidenza .info .testo .chiusura { word-spacing: 20px; font-family: 'Times New Roman'; color: #51555a; font-size: 160px; height: 110px; margin-top: -30px; text-align: right; overflow: hidden; }
.realestate-evidenza .info .scheda { text-align: right; padding-top: 30px; font-size:16px; text-transform: uppercase; }
.realestate-evidenza .info .scheda a { border: 2px solid #ffffff; padding: 5px 15px; color: #ffffff; }
.realestate-evidenza .info .scheda a:hover { border: 2px solid #ffaa2d; background: #ffaa2d; color: #ffffff; }
.realestate-evidenza .immoPreferiti { position: absolute; top: 10px; right: 10px; }
.realestate-evidenza .immoPreferiti .la { font-size: 30px; cursor: pointer; color: #fa9706; }
.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: #ffaa2d; }
.immoHalfMap .listato .disegnoMappa .spinnermappa { text-align: center; line-height: 50vh; font-size: 55px; color: #fff; }
.immoHalfMap .listato .disegnoMappa .FrameDisegnoMappa { width: 100%; height: 560px; margin-top: 30px; }
.immoHalfMap .mappa { width: 54%; height: 100%; position: fixed; right: 0px; top: 0px; z-index: 0; }
.immoHalfMap .mappa .mappaRealEstate { width: 100%; height: 100%; position: relative; }
.immoHalfMap .mappa .mappaRealEstate .spinnermappa { position: absolute; top: 0; bottom: 0; margin: auto; width: 100%; height: 70px; font-size: 25px; color: #d4dadc; text-align: center; }
.immoHalfMap .mappa .mappaRealEstate .spinnermappa .fa { font-size: 55px; color: #d4dadc; }
.immoHalfMap .mappa .mappaRealEstateNo { width: 100%; height: 100%; position: relative; background: url('../img/italia-no-mappa.png') center center no-repeat; }
.immoHalfMap .mappa .mappaRealEstateNo .spinnermappa { font-family: 'Rubik', 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: #fa9706; color: #ffffff; margin-top: 15px; padding: 10px; border-radius: 5px; display: inline-block; }
.immoHalfMap .mappa .mappaRealEstateNo .spinnermappa a:hover { background: #ffaa2d; color: #ffffff; text-decoration: none; }
.immoHalfMap .elenco { margin-top: 25px; margin-bottom: 25px; }
.immoHalfMap .elenco.immobili .ordine { width: 50%; }
.immoHalfMap .elenco.immobili .vista { width: 50%; }
.immoHalfMap .boxCerca.interno { padding: 10px; }
.immoHalfMap .boxCerca.interno .contentbox .codice { width: 15%; }
.immoHalfMap .boxCerca.interno .contentbox .contratto { width: 16%; }
.immoHalfMap .boxCerca.interno .contentbox .localita { width: 26%; }
.immoHalfMap .boxCerca.interno .contentbox .tipologia { width: 27%; }
.immoHalfMap .boxCerca.interno .contentbox .prezzo { width: 16%; }
.immoHalfMap .boxCerca.interno .contentbox .avanzata { width: 40%; }
.immoHalfMap .boxCerca.interno .contentbox .cerca { width: 60%; text-align: right; }
.immoHalfMap .boxCerca.interno .contentbox .cerca .submit { max-width: 150px; }
.immoHalfMap .boxCerca.interno .contentbox .avanzataDett { width: 100%; margin-top: 15px; }
.immoHalfMap .boxCerca.interno .contentbox .avanzataDett .boxcheckbox { width: 25%; margin-top: 0px; margin-bottom: 15px; }

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

/*immobili scheda*/
#sezInformazioni, #sezCaratteristiche, #sezStanze, #sezVicinanze, #sezVideo, #sezTour { display: block; }
.realestate-scheda { font-family: 'Rubik', sans-serif; }
.realestate-scheda .bottOpenSez { text-align: center; display: none; margin: 15px 0px; }
.realestate-scheda .bottOpenSez a { padding: 10px; background: #ffaa2d; border-radius: 5px; font-size: 15px; color: #ffffff; }
.realestate-scheda .bottOpenSez .fa { font-size: 13px; color: #ffffff; padding: 0px; text-align: center;}
.realestate-scheda .interno-scheda { max-width: 1600px; margin: auto; padding-top: 20px; }
.realestate-scheda .interno-scheda .testata {text-align: center;}
.realestate-scheda .interno-scheda .testata h1 { color: #222222; font-size: 27px; font-weight: 500; text-transform: none; margin: 0px; margin-bottom: 10px; line-height: 38px;}
.realestate-scheda .interno-scheda .testata h2 { color: #222222; font-size: 23px; font-weight: 500; text-transform: none; margin: 0px; margin-bottom: 10px; line-height: 38px;}
.realestate-scheda .interno-scheda .testata .statoImm {display: inline-block; font-size: 17px; }
.realestate-scheda .interno-scheda .testata .statoImm span { text-align: center; display: block; border-radius: 5px; width: 100%; margin-bottom: 20px; padding: 10px 15px; text-transform: capitalize; }
.realestate-scheda .interno-scheda .testata .statoImm .venduto { border: 1px solid #e8e8e8; background: #2c496a; color: #4d4d4d; }
.realestate-scheda .interno-scheda .testata .statoImm .affittato { border: 1px solid #e8e8e8; background: #2c496a; color: #4d4d4d; }
.realestate-scheda .interno-scheda .testata .statoImm .ribasso { border: 1px solid #e8e8e8; background: #ff7200; color: #4d4d4d; }
.realestate-scheda .interno-scheda .testata .statoImm .nuovo { border: 1px solid #e8e8e8; background: #62b546; color: #4d4d4d; }
.realestate-scheda .interno-scheda .testata .statoImm .lusso { border: 1px solid #e8e8e8; background: #ded20f; color: #4d4d4d; }
.realestate-scheda .corposx {float: left; width: 80%; margin: 0px 0px 0px 0px; background: #ffffff; } 
.realestate-scheda .corposx .galleria { width: 100%; height: 550px; margin-bottom: 45px; position: relative;}
.realestate-scheda .corposx .galleria .slFoto { height: 100%; }
.realestate-scheda .corposx .galleria .slFotoNow { height: 100%; }
.realestate-scheda .corposx .codice {float: left; background: #ffaa2d;margin: 0px 20px 0px 0px; border-radius: 5px; padding: 10px 15px;font-weight: 400; color: #fff; font-size: 16px; }
.realestate-scheda .corposx .prezzo {float: right; font-weight: 400; color: #ffaa2d; font-size: 33px; }
.realestate-scheda .corposx .classe_energetica {float: left; border: 1px solid #e8e8e8; font-size: 17px; background: #ffffff; color: #4d4d4d; padding: 4px 15px; text-align: center; display: block; border-radius: 5px; margin:0px 0px 0px 0px; }
.realestate-scheda .corposx .classe_energetica .liv_classe { border-radius: 5px; display: inline-block; padding: 4px 7px; text-transform: capitalize; }
.realestate-scheda .corpodx { width: 20%; float: left; background: #ffffff;}
.realestate-scheda .corpodx .immoPreferiti { cursor:pointer; font-size: 17px; background: #e8e8e8; color: #4d4d4d; padding: 10px 15px; text-align: left; display: block; border-radius: 5px; width: 100%; margin-bottom: 20px; }
.realestate-scheda .corpodx .immoPreferiti .fas { font-size: 20px; cursor: pointer; color: #fa9706; margin-right: 15px; margin-left: 5px; }
.realestate-scheda .corpodx .immoPreferiti .far { font-size: 20px; cursor: pointer; color: #fa9706; margin-right: 15px; margin-left: 5px; }
.realestate-scheda .corpodx .immoStampa a { font-size: 17px; background: #e8e8e8; color: #4d4d4d; padding: 10px 15px; text-align: left; display: block; border-radius: 5px; width: 100%; margin-bottom: 20px; }
.realestate-scheda .corpodx .immoStampa .fa { font-size: 20px; cursor: pointer; color: #fa9706; margin-right: 15px; margin-left: 5px; }
.realestate-scheda .corpodx .condMobile {display: none!important; font-size: 17px; background: #e8e8e8; color: #4d4d4d; padding: 10px 15px; text-align: left; display: block; border-radius: 5px; width: 100%; margin-bottom: 20px;}
.realestate-scheda .corpodx .condMobile .fa { font-size: 20px; cursor: pointer; color: #fa9706; margin-right: 15px; margin-left: 5px; }
.realestate-scheda .corpodx .cont_condivisioni a { font-size: 17px; background: #e8e8e8; color: #4d4d4d; padding: 10px 15px; text-align: left; display: block; border-radius: 5px; width: 100%; margin-bottom: 20px; }
.realestate-scheda .corpodx .cont_condivisioni .la { font-size: 28px; cursor: pointer; color: #fa9706; margin-right: 10px; }
.realestate-scheda .corpodx .cont_condivisioni .onlyMobile { display: none; }
.realestate-scheda .padding { padding: 0px 45px 0px 0px;} 
.realestate-scheda .padding .boxsfondo { background: #e8e8e8; color: #222222; padding: 30px 35px; display: block; border-radius: 5px; width: 100%; margin-bottom: 40px;margin-top: 40px;}
.realestate-scheda .titolo { font-weight: 500; text-align: center; color: #222222; font-size: 25px; margin-bottom: 20px; text-transform: none; } 
.realestate-scheda .titolo .sottotitolo { font-weight: 300; text-align: center; font-size: 18px; text-transform: none; margin-bottom: 20px; }
.realestate-scheda .dettaglio {} 
.realestate-scheda .close_section { border-bottom: 2px solid #f1f1f1; margin: 50px 0 50px 0; clear: both; }
.realestate-scheda .dettaglio .icone { min-height: 61px; float: left; }
.realestate-scheda .dettaglio .icone .ico { font-weight: 400; float: left; padding: 15px; color: #5f5f5f; font-size: 14px; }
.realestate-scheda .dettaglio .icone .ico img { width: 30px; margin-right: 10px; }
.realestate-scheda .dettaglio .immoCond { float: right; margin-top: 10px; margin-left: 20px; position: relative; }
.realestate-scheda .dettaglio .immoCond .fa { font-size: 30px; cursor: pointer; color: #fa9706; }
.realestate-scheda .dettaglio .immoLusso { font-size: 16px; float: right; }
.realestate-scheda .dettaglio .immoLusso img { margin-top: 30px; }
.realestate-scheda .dettaglio .testo { margin-top:20px; font-weight: 300; text-align: justify; font-size: 16px; position: relative; }
.realestate-scheda .dettaglio .caratteristiche { }
.realestate-scheda .dettaglio .caratteristiche .box { float: left; min-height: 24px; font-size: 16px; width: 25%; padding: 8px 0px; text-align: left; font-weight: 300; border-bottom: 1px solid #f1f1f1; }
.realestate-scheda .dettaglio .stanze { }
.realestate-scheda .dettaglio .stanze .box { float: left; min-height: 24px; font-size: 16px; width: 50%; padding: 8px 0px; text-align: left; font-weight: 300; border-bottom: 1px solid #f1f1f1; }
.realestate-scheda .dettaglio .mappa { z-index: 90; position: relative; }
.realestate-scheda .dettaglio .mappa .cartina { width: 100%; height: 400px; border: 1px solid #e6e5e5; }
.realestate-scheda .dettaglio .video {  }
.realestate-scheda .dettaglio .video iframe { width: 100%; height: 450px; }
.realestate-scheda .dettaglio .virtualtour { }
.realestate-scheda .dettaglio .virtualtour iframe { width: 100%; height: 450px; }
.realestate-scheda .scheda_form { font-size: 14px; margin: 0px 0px 25px 0px;}
.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; margin: 0px 0px 65px 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: #ffaa2d; overflow: hidden; border: 8px solid #ffaa2d; border-radius: 50%; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto figure img { min-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto figure.agenzia { width: 260px; height: 130px; position: relative; margin: auto; background: transparent; border: none; border-radius: 0; }
.realestate-scheda .scheda_form .contatto_agenziaagente .foto figure.agenzia img { width: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli { margin: auto; text-align: center; position: relative; color: #555555; font-size: 17px; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli .tipoutente { color: #222222; font-size: 20px; font-weight: 700; text-transform: uppercase; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli strong { text-transform: uppercase; font-size: 30px; color: #222222; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli a { color: #fa9706; }
.realestate-scheda .scheda_form .contatto_agenziaagente .dettagli a:hover { color: #ffaa2d; 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: #fa9706; 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: #ffaa2d; 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: #ffaa2d; text-decoration: none; }
.realestate-scheda .scheda_form .cont_social .social { width: auto; list-style: none; text-align: center; padding: 0; margin-top: 20px; }
.realestate-scheda .scheda_form .cont_social .social li { display: inline; margin: 0px; }
.realestate-scheda .scheda_form .contatto_form { text-align: center; margin-top: 0px; width: 100%; }
.realestate-scheda .scheda_form .contatto_form .grid-6 { width: 50%; }
.realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(odd) { width: 49%; margin-right: 1%; }
.realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(even) { width: 49%; margin-left: 1%; }
.realestate-scheda .scheda_form .contatto_form .grid-8 { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .grid-4 { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .input { width: 100%; }
.realestate-scheda .scheda_form .contatto_form .checkRadio_normal { margin-left: 0px; }
.realestate-scheda .scheda_form .contatto_form  button[type="submit"] { margin-right: 0px; margin-top: 20px; }
.realestate-scheda .scheda_form .contatto_form .checkRadio_normal .txtPrivacy { font-size: 13px; line-height: 20px; 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; font-weight: 400; }
.schimmoTop .paddingbox { padding: 0 30px; }
.schimmoTop figure { float: left; height: 80px; width:160px; position: relative; background: #f9f9f9;overflow: hidden;}
.schimmoTop figure img { max-width: 100%; min-height: 100%; position: absolute; margin: auto; top: 0px; left: 0px; right: 0px; bottom: 0px; }
.schimmoTop .tip_mot {float: left;display: table;}
.schimmoTop .tip_mot span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px; font-weight: 400;color: #222222;}
.schimmoTop .comune {float: left;display: table;}
.schimmoTop .comune span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px; font-weight: 400;font-size: 19px;text-transform: uppercase;color: #222222;}
.schimmoTop .zona {float: left;display: table;}
.schimmoTop .zona span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;color: #222222;}
.schimmoTop .details {float: right;display: table;}
.schimmoTop .details .ico img { height: 24px; padding-right: 10px; }
.schimmoTop .details span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;}
.schimmoTop .details span div {display: inline;padding: 10px 5px;}
.schimmoTop .details span div span {display: inline-block; color: #222222;font-size: 15px;padding: 0px;height: 24px;line-height: 24px;}
.schimmoTop .prezzo {float: right;display: table;}
.schimmoTop .prezzo span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;font-weight: 400;font-size: 19px;text-transform: uppercase;color: #222222;}
.schimmoTop .button {float: right;display: table;}
.schimmoTop .button span {display: table-cell;vertical-align: middle;height: 80px;padding: 0px 8px;}
.schimmoTop .button span a {display: inline-block;background: #279d07;color: #fff;text-transform: uppercase;border-radius: 5px;padding: 5px 8px;}
.schimmoTop .button span a:hover {background: #1b1063;}

/*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: 'Rubik', sans-serif; font-weight: 400; text-align: center; color: #222222; font-size: 30px; }
.realestate-simili ul { list-style: none; margin: 0; }
.realestate-simili li { width: 100%; margin: auto; margin-bottom: 40px; text-align: center;}

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


/*immobili home*/
.immobilihome {margin:0px 0px 0px 0px;text-align: center;background: #e8e8e8;padding: 0px 0px 115px 0px;}
.immobilihome h2 {background: #fff;color: #000; padding: 12px 25px;display: inline-block;vertical-align: top;margin: -30px 0px 55px 0px;box-shadow: 0px 0px 8px #3c3c3c;}
.immobilihome .contentbox {max-width: 1300px; margin: auto; }
.immobilihome .contentbox .contGalleryimmHome .swiper-container { padding: 30px 0px; }
.immobilihome .bottone {color: #fff;background: #fa9706;padding: 15px 25px;color: #ffffff;border-radius: 5px;}
.immobilihome .bottone:hover {background: #1b1063;}


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

/*pagina home*/
.paginahome {background: #fff;max-height: 500px;overflow: hidden;margin: 0px 0px 100px 0px;}
.paginahome .txt {width: 55%;float: left;}
.paginahome .txt .page-home {padding: 70px 11% 0px 25.3%;overflow: hidden;}
.paginahome .txt .page-home p {line-height: 25px;}
.paginahome .txt .page-home .bottone {color: #fff;background: #fa9706;padding: 15px 25px;color: #ffffff;border-radius: 5px;}
.paginahome .txt .page-home .bottone:hover {background: #1b1063;}
.paginahome .slideHomePage {width: 45%;float: right;}


/*ricerca a box in home*/
/*background-image: url(../img/pattern-home1.png);background-position: center center;*/
.cercaHeader {position: relative; padding: 40px 0px 60px 0px;text-align: center;background-color: #212121;}
.cercaHeader:before {content:''; position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-image: url(../img/pattern-home1.png);opacity: 0.1;z-index: 0;}

.cercaHeader .contentbox {max-width: 1200px;margin: 0px auto 0px;}
.cercaHeader h2 {margin: 0px 0px 30px 0px;color: #fff;}
.cercaHeader .box2 {margin: 0px 10px 20px 10px;} 
.cercaHeader .box2 figure:before {transition:height 0.15s ease-out;}
.cercaHeader .box2 .dettagli {padding: 0px 20px 55px 20px;}
.cercaHeader .box2 .dettagli .titolo {color: #fff;}
.cercaHeader .box2 .dettagli .boxlink .link {background: #fa9706;color: #fff;border-radius: 5px;}
.cercaHeader .box2 .dettagli .boxlink .link:hover {background: #ffaa2d;}
.cercaHeader .box2:hover figure:before {bottom: 0px;margin: auto;height: 25%;}




/*proponi e richiedi in home*/
.proponi_richiedi {padding: 20px 0px 40px 0px;background-image: url(../img/pattern-home2.png);background-position: center center;background-size: cover;}
.proponi_richiedi .contentbox {max-width: 1300px;margin: 0px auto 0px;text-align: center;}
.proponi_richiedi .contentbox h2 {background: #fff;color: #000; padding: 12px 25px;display: inline-block;vertical-align: top;margin: -50px 0px 55px 0px;box-shadow: 0px 0px 8px #3c3c3c;}
.proponi_richiedi .contentbox .txt {margin: 0px 0px 30px 0px;}
.proponi_richiedi .contentbox .box3 {max-width: 350px; margin: 0px 18px 20px 18px;background: #e8e8e8;border: 2px solid #fa9706;overflow: hidden;}
.proponi_richiedi .contentbox .box3 .dettagli {padding: 0px 15px 15px 15px;}
.proponi_richiedi .contentbox .box3 .dettagli .titolo {color: #000;font-size: 28px;}
.proponi_richiedi .contentbox .box3 .dettagli .testo {font-size: 16px;}
.proponi_richiedi .contentbox .box3 .dettagli .boxlink .link {background: #fa9706;color: #fff;border-radius: 5px;}
.proponi_richiedi .contentbox .box3 .dettagli .boxlink .link:hover {background: #1b1063;}


/*contattaci home*/
.contattacihome {height: 520px;}
.contattacihome .mappa-dovesiamo-agenzie { height: 520px; border: 1px solid #dedede;margin-top: -520px;}
.contattacihome .contentbox {max-width: 1300px;margin: 0px auto 0px;position: relative;height: 100%;}
.contattacihome .dettagli {position: absolute;top: 45px;left: 0px;z-index: 10;background: #fff;box-shadow: 0px 0px 10px #3c3c3c;padding: 20px 20px 20px 20px;max-width: 30%;}
.contattacihome .dettagli h3 {font-size: 21px;font-weight: 400;}
.contattacihome .dettagli p {font-size: 16px;line-height: 25px;}
.contattacihome .dettagli i {background: #e8e8e8;text-align: center;border-radius: 50%;padding:6px 6px 6px 6px;margin: 0px 8px 0px 0px;}



/***RESPONSIVE***/
@media only screen and (max-width: 1600px) {
    
    .galleryTop.home { height: 65vh; }
    
     .breadCrumb { max-width: 95%; }
    
    .paginahome .txt .page-home {padding:70px 5% 0px 5%!important;}
    
    .sectionpage { max-width: 95% !important; }
    
    .immoHalfMap .listato { width: 55%; }
    .immoHalfMap .mappa { width: 44%; }
    
    .agenzie-scheda .galleria { height: 450px; }
    .agenzie-scheda .interno-scheda { max-width: 95%; }
    
    .agenti-scheda .galleria { height: 450px; }
    .agenti-scheda .interno-scheda { max-width: 95%; }
    
    .realestate-griglia figure { height: 250px; }
    
    .realestate-scheda .galleria { height: 540px; }
    .realestate-scheda .corposx {width: 75%!important;}
    .realestate-scheda .corpodx {width: 25%!important;}
    .realestate-scheda .corpo .video img { width: 100%; }
    .realestate-scheda .interno-scheda { max-width: 95%; }
    .realestate-scheda .dettaglio .caratteristiche .box { width: 50%; }
        
    .realestate-evidenza figure { height: 360px; }
    
    .zoomGallery .cambioGrafica { top: 30px; } 
     
    
    footer .credits { padding: 50px; }
    footer .chiusura { padding: 0 50px; }
}

@media only screen and (max-width: 1536px) {
    
    .cont_form {padding:20px 30px!important;}
    
    #elencoImmo .realestate-griglia { width: 85%; }
    .realestate-griglia .icone .ico { width: unset; float: none; display: inline-block; }
    
    .realestate-scheda .galleria { margin-bottom: 0px; }
}

@media only screen and (max-width: 1368px) {
    
    .paginahome .txt .page-home {padding:40px 5% 0px 2% !important;}
    .paginahome .txt .page-home h1 {font-size: 26px!important;}
    
    .testo table { width: 100%!important; margin: auto; }
    .testo table tr td { display: inline-block; width: 100%!important; margin: 15px 0px; padding: 0 !important; }
    
    .cont_form .checkRadio_big .txtPrivacy { font-size: 13px; }
    
    .boxCerca.home .contentbox .cerca { text-align: right; }
    .boxCerca.interno .contentbox .cerca { text-align: right; }
    .boxCerca.interno .contentbox { width: 95%; }
    
    .box6 figure { width: 95% !important; height: auto !important; }
    .box6 figure img { position: relative !important; }
    
    .boxGtipologiehome .swiper-slide { display: inline-block !important; width: 24.5%; text-align: center; }
    
    .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; }
    
    .schimmoTop .details {display: none;}
    .realestate-scheda .interno-scheda { max-width: 95%; }
    .realestate-scheda .corposx {width: 70%!important;}
    .realestate-scheda .corpodx {width: 30%!important;}
    .realestate-scheda .galleria { height: 450px; }
    
    #elencoImmo .griglia li { width: 33%; }
    #elencoUte .griglia li { width: 30.3%; }
    
    .agenzie-scheda .interno-scheda { max-width: 95%; }
    .agenzie-scheda .corpo .fotouffici .galleria { height: 250px; }
    .agenzie-scheda .box_formcontatto { width: 95%; margin: auto; padding-bottom: 0px; }
    .agenzie-scheda .testata { padding: 55px 0px; }
    .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-griglia { width: 30%; } 
    
    .agenti-scheda .interno-scheda { max-width: 95%; }
    .agenti-scheda .box_formcontatto { width: 95%; margin: auto; padding-bottom: 0px; }
    .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; }
    .agenti-scheda .corpo .scheda_form .contatto_form .checkRadio_big .txtPrivacy { font-size: 12px; }
    
    
    footer .credits { width: 95%; padding:20px 0px; }
    footer .chiusura {padding:0px 0px!important;}
    .chiusura .content {padding: 20px 15px!important;}
    .credits .grid-9 { width: 60%; }
    .credits .grid-3 { width: 40%; }
    
}

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

    .intestazione .logo_top div { padding: 10px 0px 0px 20px; }
    .intestazione .menu_top { margin-left: 0px; }
    .intestazione .menu_top div { padding-top: 12px; }
    .intestazione .lingue { padding: 33px 20px 0px 0px; }
    .intestazione .telefono_top div { padding: 33px 20px 0px 0px; }
    .intestazione_scroll .logo_top_scroll div { padding: 0px; }
    .intestazione_scroll .lingue { padding: 20px 20px 0px 0px; }
    
    .testo table { width: 100% !important; margin: auto; }
    
    .contattacihome .dettagli {left: 12px!important;}
    
    .boxCerca.interno .contentbox { width: 100%; max-width: 100%; }
    
    .infoPrivacy { width: 100%; float: none; }
    
    .bottSubmit { width: 100%; float: none; margin-top: 15px; }
    
    .boxGtipologiehome .swiper-slide { display: inline-block !important; width: 49.5%; text-align: center; }
    
    .tipologiehome .contentbox .box1 { margin: 10px 0px 10px 0px; }
    .tipologiehome .contentbox .box1 figure { height: 350px !important; }
    
    #elencoImmo .realestate-griglia { width: 90%; max-width: 390px; }
    .realestate-griglia .info .titolo { font-size: 16px; }
    .realestate-griglia .action .dettagli { padding: 8px 10px; font-size: 13px; }
    
    .realestate-lista .info { padding: 5px 15px 0px 15px; }
    .realestate-lista .info .testo { margin: 10px 0px 5px 0px; }
    .realestate-lista figure { width: 35%; } 
    .realestate-lista .boxdettagli { width: 65%; }
    .realestate-lista .action { width: 65%; }
    .realestate-lista .action .dettagli {  font-size: 14px; }
    
    .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%;  height: unset;}
    .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; }
    .realestate-scheda .scheda_form .contatto_form .grid-8 { width: 100%; }
    .realestate-scheda .scheda_form .contatto_form .grid-4 { width: 100%; }
    
    .agenzie-scheda .testata .grid-9 { width: 70%; }
    .agenzie-scheda .testata .grid-3 { width: 30%; }
    .agenzie-scheda .testata .azioni .bottoni { margin: 10px 20px 10px 0px; }
    
    .agenti-scheda .testata .grid-9 { width: 70%; }
    .agenti-scheda .testata .grid-3 { width: 30%; }
    .agenti-scheda .testata .azioni .bottoni { margin: 10px 20px 10px 0px; }
    .agenti-scheda .corpo .titolo { text-align: center; }
}


@media only screen and (max-width: 1200px) {
    
    .boxCerca.home .contentbox {margin:0px 20px 0px 20px!important;}
    
    .paginahome .txt .page-home p {font-size: 16px!important;}
    
    .chiusura .content {max-width: 95%!important;}
    
    .contattacihome .dettagli p {font-size: 15px!important;}
}



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

    ::placeholder { font-size: 16px; } /* Firefox, Chrome, Opera */ 
    :-ms-input-placeholder { font-size: 16px; } /* Internet Explorer 10-11 */ 
    ::-moz-placeholder { font-size: 16px; } /* Microsoft Edge */ 
    :-moz-placeholder { font-size: 16px; } /* Microsoft Edge */ 
    ::-webkit-input-placeholder { font-size: 16px; } /* Microsoft Edge */

    .g-recaptcha { transform: scale(0.5); -webkit-transform: scale(0.5); }

    body, html { font-size: 16px; }
    
    h2 { font-size: 25px; }
    
    .cont_form {width: 95%; border: 0px solid #dedede; background: transparent; padding: 20px 0px; font-size: 14px; width: 100%; }
    .cont_form .grid-4 { width: 50%; }
    .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 .bottSubmit { width: 100%; }
    
    section.faq h3 { font-size: 20px; }
    
    #myModalIframe .modal-dialog { width: 95% !important; }
    
    header.home { border-bottom: 5px solid #fa9706; }
    .intestazione .menu_top .lblue li a { font-size: 13px; }
    .intestazione .menu_top .lblue ul li a { font-size: 12px; }
    .intestazione .menu_top .menu_action > li { margin: 0px 0px 0px 20px; }
    .intestazione .telefono_top a { font-size: 15px; }
    .intestazione .telefono_top div { padding: 30px 20px; }
    .intestazione .logo_top div { padding: 0px 0px 0px 0px; }
    .intestazione .logo_top img { width: auto; height: 100px; }
    .intestazione .logo_top { float: unset !important; padding: 10px 20px 10px 20px !important;text-align: center; width: 100%; padding: 0px !important;}
    .intestazione .menu_top { display: none; }
    .lingue { display: none; }
    .preferiti_top { display:none !important; }
    
    
    .interno .intestazione .telefono_top {display: none; width: 23%; }
    .interno .intestazione .telefono_top a { font-size: 15px; }
    .interno .intestazione .menu_top { width: 57%; }
    
    .sectionMobile { display: block; position: fixed; left: 0; bottom: 0; z-index: 900; width: 100%; font-size: 10px; }
    .sectionMobile .bottone { background: #fa9706; text-align: center; padding: 5px; text-transform: uppercase; color: #ffffff; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }
    .sectionMobile .bottone .la { font-size: 35px; }
    .sectionMobile .bottone span { clear: both; display: block; }
    .sectionMobile a:first-of-type .bottone { border-left: 0px solid #ffffff; }
    .sectionMobile a:last-of-type .bottone { border-right: 0px solid #ffffff; }    
    .menuResponsive { width:100%; height:100%; position:fixed; overflow: auto; top: 100vh; background: #222222; z-index: 999; color: #ffffff; left: 0px;}
    .menuResponsive .logoResp { text-align: center; margin-bottom: 30px; background: #fff; }
    .menuResponsive .logoResp img { height: 50px; }
    .menuResponsive .lingueResp { position: fixed; display: none; bottom: 13px; left: 15px; z-index: 99; width: 70%; }
    .menuResponsive .lingueResp a { color: #ffffff; font-size: 15px; display: inline-block; width: 33%; background: #fa9706; padding: 5px; text-align: center; border-radius: 5px; }
    .menuResponsive .closeMenu { position: fixed; right: 0px; bottom: 0px; display: none; width: 100%; background: #F6F7F8; padding: 10px; text-align: right; }
    .menuResponsive .closeMenu .la { font-size:50px; color:#555555; cursor: pointer; }
    .menuResponsive li { list-style: none; }
    .menuResponsive ul { display: block; margin: 0 auto 100px; padding: 0; clear: both; width: 90%;}
    .menuResponsive li { display: block; margin: 0; line-height: 44px; border-bottom: 1px solid #4d4d4d; text-align: center;}
    .menuResponsive li  span {display: inline-block;vertical-align: top;cursor: pointer;}
    .menuResponsive a { display: inline-block; text-decoration: none; color: #ffffff; font-size: 16px; padding: 0px 14px;vertical-align: top;}
    .menuResponsive a:hover {opacity: .65;}
    .menuResponsive ul li ul { display: none; border-bottom: none; margin: 0;width: 100%;}
    .menuResponsive ul li ul li:last-child { border-bottom: none; }
    .menuResponsive ul li ul li { line-height: 38px; font-size: 13px; }
    .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: 15px 10px; }
    .motoreRicercaMobile .checkRadioMobile { margin: 5px 0px 0px 0px; font-size: 15px; }
    .motoreRicercaMobile .checkRadioMobile label { background: #d1d1d1; color: #4d4d4d; padding: 10px 15px; border-radius: 3px; cursor: pointer; margin-right: 3px; display: inline-block; }
    .motoreRicercaMobile .checkRadioMobile input { position: absolute; z-index: -1; opacity: 0; filter: alpha(opacity=0); }
    .motoreRicercaMobile .checkRadioMobile input:checked + label { background: #fa9706; color: #ffffff; }
    .motoreRicercaMobile .checkRadioMobile input[type="checkbox"] + label {  margin: 5px 3px 5px 0px; width: calc(25% - 6px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .motoreRicercaMobile .checkRadioMobile input[type="radio"] + label { margin: 5px 3px 5px 0px; width: calc(20% - 7px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .motoreRicercaMobile .checkRadioMobile .Tipologia_macro { display: none; } 
    .motoreRicercaMobile button[type="submit"] { background: #33aa58; padding: 10px 60px; }
    .motoreRicercaMobile button[type="submit"]::before { display: none; }
    .motoreRicercaMobile .cerca { text-align: center; position: fixed; bottom: 0; left: 0; width: 100%; background: #2f2f2f; padding: 10px 0px; z-index: 10; display: none; }
    .motoreRicercaMobile .slider-success.noUi-target { background: #d1d1d1 !important; }
    .motoreRicercaMobile .slider-success .noUi-connect { background: #fa9706 !important; }
    .motoreRicercaMobile .slider-success.circle-filled .noUi-handle,.motoreRicercaMobile  .slider-success.square .noUi-handle { background: #fa9706 !important; }
    .motoreRicercaMobile .slider-success .noUi-handle { border-color: #fa9706 !important; }
    .motoreRicercaMobile .cerca_input { padding: 10px 10px; }
    .select2-basic, .select2-search, .select2-ajax-loc, .select2-ajax-loc-multiple, .select2-lavora { width: 100%; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple { padding: 11px 11px 6px 11px; height: unset; min-height: unset; font-size: 15px; font-weight: 400; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered { color: #555555; line-height: normal; padding-left: 0px; font-size: 15px; font-weight: 400 }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered::after { font-family:'LineAwesome'; content: "\f110"; position: absolute; right: 10px; margin: auto; bottom: 0; top: 12px; color: #555555; font-size: 15px; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple::after { display: none; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple input { margin-top: 0; margin-left: 0; }
    .ricercaResponsive .contentbox .select2-container--default .select2-selection--multiple .select2-selection__rendered li span { color: #555555; font-weight: 400; line-height: normal; padding: 0px; font-size: 15px; }
    
    
    
    .boxCerca.home { display:none; }
    .boxCerca.home .contentbox { margin: auto; }
    .boxCerca.home .contentbox { width: 95%; }
    .boxCerca.home .avanzata_txt { display: none; }
    
    .boxCerca.interno { display:none; }
    .boxCerca.interno { padding: 10px; }
    .boxCerca.interno .contentbox .codice { width: 15%; }
    .boxCerca.interno .contentbox .contratto { width: 16%; }
    .boxCerca.interno .contentbox .localita { width: 26%; }
    .boxCerca.interno .contentbox .tipologia { width: 27%; }
    .boxCerca.interno .contentbox .prezzo { width: 16%; }
    .boxCerca.interno .contentbox .avanzata { width: 40%; }
    .boxCerca.interno .contentbox .cerca { width: 60%; text-align: right; }
    .boxCerca.interno .contentbox .cerca .submit { max-width: 150px; }
    .boxCerca.interno .contentbox .avanzataDett { width: 100%; margin-top: 15px; }
    .boxCerca.interno .contentbox .avanzataDett .boxcheckbox { width: 25%; margin-top: 0px; margin-bottom: 15px; }
    
    .homeRicAva { left: 25px; }
    
    .modalRicerca { max-height: unset; height: 70vh;}
    .modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal { width: 50%; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .tutti_select { width: 100%; }
    .modalRicerca .sectionModal .list_macro { width: 100%; float: none; }
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { float: left; width: 20%; }
    .modalRicerca .sectionModal .list_tipologie { border-left: 0px solid #eee; height: 80%; width: 100%; float: none; }
    
    .ComuneDett .modalRicerca .sectionModal .list_macro { display: none; }    
    .ComuneDett .modalRicerca .sectionModal .list_tipologie { height: 100%; }
    
    .paginahome {max-height: none!important;}
    .paginahome .txt {width: 100%!important;float: none!important;}
    .paginahome .txt .page-home {padding: 25px 5% 30px 5% !important;}
    .paginahome .galleryTop {height: 400px!important;}
    .paginahome .slideHomePage {width:950px!important;float: none!important;margin: 0px auto 0px;}
    
    .breadCrumb { display: none; }
    
    .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%; }
    
    .tipologiehome .tit { font-size: 37px; padding: 15px 15px 45px 0px; }
    
    .contattacihome .dettagli h3 {font-size: 18px!important;}
    .contattacihome .dettagli p {font-size: 14px!important;}
    
    .box1 { margin: 10px 0px; width: 85%; }
    .box1 figure { width: 100% !important; }
    
    .lavoraconnoi .swiper-slide { max-width: 85%; margin: 0px; }
    
    .news h2 { font-size: 25px; }
    .news h3 { font-size: 20px; }
    
    .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-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; }
    
    .tornaindietro {display: none;}
    .immobilihome .immoSearch { display: none; }
    .immobilihome .ancoraCerca { display: none; }
    .elenco.immobili .ordine { width: 100%;  }
    .elenco.immobili .vista { width: 100%; }
    #elencoImmo .titolo { text-align: center; }
    #elencoImmo .griglia li { width: 50%; }
    
    .realestate-home { max-width: 450px; width: 90% !important; margin: auto !important; left: 0; right: 0; float: none; margin-bottom: 60px !important; }    
    .realestate-home figure { height: 300px !important; }
    .realestate-home figure .boxdettagli {height: 300px!important;margin-top: -300px!important;}
    
    .realestate-evidenza { padding: 30px; }
    .realestate-evidenza .titolo { float: none; text-align: left !important; }
    .realestate-evidenza figure {width: 50%; height: 250px; }
    .realestate-evidenza .titolo_sezione { font-size: 20px; }
    .realestate-evidenza .prezzo { font-size: 20px; }
    .realestate-evidenza .codice { font-size: 20px; }
    .realestate-evidenza .boxdettagli { width: 50%; }
    .realestate-evidenza .info { padding-left: 0px; padding-top: 0px; }
    .realestate-evidenza .info .testo { font-size: 15px; padding: 30px 0px 0px 25px; }
    .realestate-evidenza .info .testo .chiusura { display: none; }
    
    
    .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 .galleriaTop { height: 60vh; }
    .agenzie-scheda .galleria { height: 450px; margin-bottom: 0px; }
    .agenzie-scheda .testata { padding: 25px 20px; }
    .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; padding-left: 0px; font-size: 16px;}
    .agenzie-scheda .testata .cont_social { text-align: center; margin: 25px 0px; }
    .agenzie-scheda .testata .cont_social .titolo { float: none; }
    .agenzie-scheda .testata .azioni .bottoni { float: none; }
    .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 #elencoUte .griglia li { width: 47%; }
    .agenzie-scheda .corpo .box_video { float: none; width: 91%; margin: auto; margin-bottom: 20px; }
    .agenzie-scheda .corpo .box_tour { float: none; width: 91%; margin: auto; margin-bottom: 20px; }
    .agenzie-scheda .corpo .box_mappa .mappa { padding: 20px 0px 20px 0px; }  
    .agenzie-scheda .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 .corpo .fotouffici .galleria { height: 250px; }
    .agenzie-scheda .corpo .staff { padding: 50px 15px; }
    .agenzie-scheda .box_formcontatto { width: 100%; }
    .agenzie-scheda .footer_scheda .grid-6 { width: 100%; }
    .agenzie-scheda .footer_scheda .cont_social { margin-top: 30px; }
    .agenzie-scheda .footer_scheda { padding: 40px 0px; }
    .agenzie-scheda figure .statoAge.nextopen { padding: 15px 15px 15px 80px; font-size: 22px; }
    
    .agenti-griglia { width: 30%; }
    
    .agenti-scheda .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 .galleria { height: 450px; margin-bottom: 0px;} 
    .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; padding-left: 0px; }
    .agenti-scheda .testata .azioni .bottoni { margin: 10px 15px 10px 15px; }
    .agenti-scheda .testata .cont_social .titolo { float: none; }
    .agenti-scheda .testata .cont_social { text-align: center; margin: 25px 0px; }
    .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 .bottoni { float: none; }
    .agenti-scheda .testata .azioni { text-align: center; } 
    .agenti-scheda .testata .azioni .immo { text-align: center; }
    .agenti-scheda .corpo .box_mappa .mappa { padding: 20px 0px 20px 0px; }
    .agenti-scheda .footer_scheda { padding: 0px 0px 50px 0px; }
    .agenti-scheda .corpo .testo { padding: 50px 25px; }
    .agenti-scheda .corpo .elenco_agenzie { padding: 50px 35px; }
    .agenti-scheda .box_formcontatto { width: 100%; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 0px 30px 0px; width: 100%; float: none; border-right: 0px; border-bottom: 1px solid #d9d9da; }
    .agenti-scheda .corpo .scheda_form .contatto_form { padding: 30px 0px 0px 0px; width: 100%; float: none; }
    .agenti-scheda .corpo .titolo { font-size: 19px; text-align: center; }
    .agenti-scheda .galleriaTop .titolo .fotoagente { height: 180px; width: 180px; border: 5px solid #ffaa2d; }
    .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; }
    
    .schimmoTop { display: none; }
    .schimmoTop .blocco_1 { width: 45%; }
    .schimmoTop .blocco_3 { width: 25%; }
    .schimmoTop .tip_mot { font-size: 15px; }
    .schimmoTop .comune { font-size: 15px; }
    .schimmoTop .zona { font-size: 15px; }
    .closeZoomGallery { font-size: 35px; top: 15px; }
    .zoomGallery .multipleThumb { margin-top: 90px; }
    .realestate-scheda #elencoImmo .realestate-griglia { width: 100%; max-width: unset; }
    .realestate-scheda .testata .padding_testata { padding-left: 10px; }
    .realestate-scheda .testata h1 { font-size: 20px; }
    .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 .corpo { padding: 20px; }
    .realestate-scheda .corpo .testo::after { display: none; }
    .realestate-scheda .corpo .testo { margin-left: 0px; }
    .realestate-scheda .corpo .caratteristiche .box { width: 50%; }
    .realestate-scheda .corpo .scheda_form .contatto_agenziaagente { padding: 0px 0px 30px 0px; width: 100%; float: none; border-right: 0px; border-bottom: 1px solid #d9d9da; }
    .realestate-scheda .corpo .scheda_form .contatto_form { padding: 30px 0px 0px 0px; width: 100%; float: none; }
    .realestate-scheda .corpo .titolo { font-size: 19px; text-align: center; }    
    .realestate-scheda .corpo .sottotitolo { font-size: 19px; text-align: center; }
    .realestate-scheda .galleria { height: 450px; }
    .realestate-scheda .interno-scheda h1 { font-size: 25px; }
    .realestate-scheda .titolo {width: 100%; margin-bottom: 20px; }
    .realestate-scheda .dettaglio { width: 100%; }
    .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: 24px!important; }
    .realestate-scheda .dettaglio .caratteristiche .box { width: 50%; }
    .realestate-scheda .scheda_form .contatto_agenziaagente { width: 100%; margin-bottom: 50px; }
    .realestate-scheda .scheda_form .contatto_form { width: 100%; }
    .realestate-scheda .realestate-cantieri .icone { float: none; }
    .realestate-scheda .footer_scheda .grid-6 { width: 100%; }
    .realestate-scheda .footer_scheda .cont_social { margin-top: 30px; }
    .realestate-scheda .specifiche .classe_energetica { font-size: 14px; }
    .realestate-scheda .specifiche .immoPreferiti { font-size: 14px; }
    .realestate-scheda .specifiche .immoStampa a { font-size: 14px; }
    .realestate-scheda .specifiche .cont_condivisioni a { font-size: 14px; }
    
    
    .realestate-simili ul { padding: 0; }
    .realestate-simili .titolo { 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-cantieri li { width: 60%; }
    .realestate-cantieri li figure { width: 100%; }
    .realestate-cantieri li .boxdettagli { width: 100%; }
    .realestate-cantieri .action { width: 100%; margin-bottom: 0px; }
    
    .menu_footer li .la { display: none; }
    .menu_footer2 li { text-align: center; }
    
    .menu_approfondimento li { font-size: 18px; }
    .menu_approfondimento li { width: 50% !important; }
    .menu_approfondimento li ul li { width: 100% !important; }
    .credits {font-size: 13px!important;}
    .credits h2 {font-size: 20px!important;}
    .credits .grid-7 { text-align: center;width: 100%; float: none; margin-bottom: 15px;  }
    .credits .grid-5 { text-align: center; width: 100%; float: none; margin-bottom: 15px; text-align: center; }
    
    .credits img { height: 70px; }
}

@media only screen and (max-width: 812px) {
    
    .onlyMobile { display: block !important; }
    .onlyMobileSocial { display: inline-block !important; }

    .paginahome .contentbox .page-home { width: 90%; }
    .paginahome .galleryTop {height: 270px!important;}
    .paginahome .slideHomePage {width: 100%!important;}
    
    .contattacihome .dettagli {padding: 15px 10px 15px 10px!important;max-width: 38%!important;}
    
    
    .realestate-home { width: 50%; margin: 0 25%; margin-bottom: 60px; text-align: center; }
    .realestate-home:nth-child(2) { margin: 0 25%; margin-bottom: 60px; }
    .realestate-home:nth-child(3) { margin: 0 25%; margin-bottom: 60px; } 
    .realestate-home .icone .ico img { margin-right: 0px; display: inherit; margin: auto; }
    
    .agenti-griglia { width: 44%; }
    
    #elencoUte .griglia .agenti-griglia { margin: 100px 2.5% 50px 2.5%; }
    
    
    .tornaindietro { display: none; }
    
    .realestate-scheda .corposx {width: 100%!important;}
    .realestate-scheda .corposx .galleria {height: 350px!important;}
    .realestate-scheda .corposx .prezzo {float: none!important;text-align: center;margin: 0px 0px 30px 0px;}
    .realestate-scheda .corpodx {width: 100%!important;}
    .realestate-scheda .padding {padding: 0px 0px 0px 0px!important;}
    .interno-scheda .grid-9 { width: 100%; float:none; margin-bottom:30px; }
    .interno-scheda .grid-8 { width: 100%; float:none; margin-bottom:30px; }
    .interno-scheda .grid-4 { width: 100%; float:none; margin-bottom:30px; }
    .interno-scheda .grid-3 { width: 100%; float:none; margin-bottom:30px; }
    .realestate-scheda .specifiche { width: 100%; float: none; }
    
    .realestate-simili {text-align: center;}
    .realestate-simili li {width: 47%!important;display: inline-block;vertical-align: top;margin: 0px 10px 20px 10px;}
    
    .credits .Sx {width: 50%!important;padding: 0px 0px 0px 0px!important;}
    .credits .Cx {width: 50%!important;padding: 0px 0px 0px 0px!important;}
    .credits .Dx {width: 100%!important;margin: 15px 0px 0px 0px!important;}
    .cercaCodice {max-width: 30%!important;}
}

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

    h1 { font-size: 25px; }
    h2 { font-size: 22px; }
    h3 { font-size: 20px; }
    
    #cookie-dett .accetta-cookie { top: 25px; right: 10px; }
    
    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; }
    
    .intestazione { padding-top: 0px; }
    .intestazione .logo_top div { padding: 0px; }
    
    
    .galleryTop.interno { height: 30vh; }
    
    
    .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; text-align: center !important;  }
    .cont_form .grid-6 { width: 100%; margin: auto; float: none;} 
    .cont_form .grid-6 .input { width: 100%!important; } 
    .cont_form .checkRadio_big { margin-left: 8px; }
    .cont_form .checkRadio_big .txtPrivacy { font-size: 13px; }
    
    .contatto_form .grid-6 { width: 100%; } 
    .contatto_form .grid-6 .input { width: 95%; } 
    .contatto_form .bottSubmit { margin-top: 35px; text-align: center !important; }
    
    .bottone_file { width: 100%; 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; }
    
    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; }
    
    .galleryTop.home { height: 50vh; }
    .swtophomepage { height: 50vh; }
    .swtophomepage .swiper-slide .title { font-size: 20px; }
    .swtophomepage .swiper-slide .text { font-size: 16px; }
    .swtophomepage .swiper-slide .link a { font-size: 10px; }
    
    .paginahome h1 { text-align: center; }
    .paginahome table { width: 95%!important; margin: auto; }
    .paginahome table tr td { display: inline-block; width: 100%!important; margin: 0px 0px; text-align: center; }
    .paginahome .contentbox { padding: 30px 20px; }
    .paginahome .contentbox .slideAgenzia { width: 100%; height: 300px; }
    .paginahome .contentbox .slideAgenzia .galleryTop { height: 100%; } 
    .paginahome .contentbox .page-home h1 { font-size: 30px; } 
    
    .contattacihome {height: auto!important;}
    .contattacihome .dettagli {position: relative!important;top: 0px!important;max-width: 95%!important;}
    .contattacihome .contentbox {height: auto!important;margin: 0px auto 30px!important;}
    .contattacihome .contentbox .grid-5 .dettagli p span { line-height: 20px; display: inline-block; width: 80%; top: 10px; position: relative; }
    .contattacihome .mappa-dovesiamo-agenzie {margin-top: 0px!important;}
    
    
    .box1 figure {  height: 250px !important; }
    .box1 .dettagli .titolo { font-size: 25px; }
    
    .box3 { width: 95%; }
    .box3 figure { width: 100% !important; }
    .box3 figure .foto { max-width: 80% !important; min-width: unset !important; min-height: unset !important; max-height: 100% !important; width: unset !important; }
    
    .box8 .dettagli .testo { font-size: 20px !important; }
    .box8 .dettagli .titolo { font-size: 16px !important; }
    .box8 .dettagli .sottotitolo { font-size: 14px !important; }
    
    .news .dettagli { margin-bottom: 70px; display: inherit; }
    
    .tipologiehome .tit { font-size: 27px; }
    .tipologiehome .contentbox .box1 figure { height: 250px !important; }
    
    .boxGstaffchisiamo .box3 { width: 93%; }
    .boxGstaffchisiamo .box3 figure { width: 230px !important; }
    .boxGstaffchisiamo .box3 figure .foto { max-width: unset !important; }
    
    .staffhome .tit { font-size: 27px; text-align: center; }
    .staffhome .agenti-griglia { width: 80%; }
    
    .lifestyle h4 { font-size: 24px; }
    
    .modalRicerca { height: 88vh; }
    .modalRicerca .headerModal { line-height: 30px; }
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { width: 33%; margin: 20px 0 0px 0; }
    
    
    
    .motoreRicercaMobile .checkRadioMobile label { padding: 10px 10px; font-size: 13px; color: #000000; }
    .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; }
    
    .cerca_da_a { width: 49%; }
    
    .boxCerca.agenzieagenti .contentbox { width: 90%; }
    .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%; }
    
    .select2-agenzieagenti { background: transparent;color: #fff; border-radius: 0px; border: 0px solid #d2d2d2; }
    .select2-lavora { width: 95%; }
    
    .odometerPaesi { width: 100%; }
    .odometerAgenzie { width: 100%; }
    .odometerAgenti { width: 100%; }
    
    .ordinamentoPagina .macroSez { width: 100%; }
    .ordinamentoPagina .macroSez .grid-6 { font-size: 13px; }
    
    .cambioGrafica { display: none; }
    
    .immoHalfMap .listato .disegnamappa { display: none; }
    .immoHalfMap .elenco.immobili .ordine { width: 100%; }
    
    .immobilihome .tit { font-size: 27px; text-align: center;}
    .immobilihome .realestate-griglia { width: 80%; }
    
    .realestate-home { width: 90%; margin: 0 5%; margin-bottom: 60px; text-align: center; }
    .realestate-home:nth-child(2) { margin: 0 5%; margin-bottom: 60px; }
    .realestate-home:nth-child(3) { margin: 0 5%; margin-bottom: 60px; }
    
    #elencoImmo .griglia li { width: 100% !important; }
    
    .realestate-griglia figure { height: 270px; }
    .realestate-griglia .icone .ico { padding: 10px 5px; }
    
    
    .tornaindietro a { font-size: 14px; }
    
    .zoomGallery .carouselThumb .swZoom { height: 90%; }
    .zoomGallery .carouselThumb .swZoom .swiper-slide img { max-width: 100%; min-height: unset; max-height: 100%; }
    .realestate-scheda .galleria { height: 330px; }
    .realestate-scheda .corposx .classe_energetica {float: right!important;}
    .realestate-scheda .padding .boxsfondo { width: 90%; margin: auto; margin-bottom: 40px; margin-top: 40px;}
    .realestate-scheda .galleriaTop .inviteAction { top: -100px; font-size: 45px; height: 45px; width: 45px; color: #ffffff; }
    .realestate-scheda .galleriaTop .foto { background-size: cover; }
    .realestate-scheda .galleriaTop { height: 270px; }
    .realestate-scheda .galleriaTop .titolo { font-size: 18px; }
    .realestate-scheda .galleriaTop .titolo strong { font-size: 25px; }
    .realestate-scheda .galleria { height: 260px;}
    .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 .dettaglio .prezzo {margin: 25px 0px 0px 0px!important;width: 100%; text-align: right;}
    .realestate-scheda .interno-scheda h2 { font-size: 25px; }
    .realestate-scheda .padding .boxsfondo {padding: 20px 15px!important;}
    .realestate-scheda .corpo .icone .ico { padding: 10px; font-size: 13px; }
    .realestate-scheda .corpo .statoImm { font-size: 14px; }
    .realestate-scheda .corpo .statoImm span { width: 100%; }
    .realestate-scheda .corpo .statoImm .liv_classe { width: auto !important; }
    .realestate-scheda .corpo .scheda_form { padding: 20px 5px; }
    .realestate-scheda .bottOpenSez { display: inline; }
    #sezInformazioni, #sezCaratteristiche, #sezStanze, #sezVicinanze, #sezVideo, #sezTour { display: none; margin-top: 15px; }
    .realestate-scheda .corpo .caratteristiche { text-align: center; }
    .realestate-scheda .corpo .caratteristiche .box { width: 100%; text-align: center; }
    .realestate-scheda .corpo .sottotitolo { margin-bottom: 20px; }
    .realestate-scheda .corpodx .condMobile {display: block!important;}
    .realestate-scheda .dettaglio { width: 90%; margin: auto; }
    .realestate-scheda .dettaglio .statoImm .nuovo {padding: 3px 5px !important;}
    .realestate-scheda .dettaglio .stanze .box { width: 100%; }
    .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-scheda .scheda_form .contatto_form .grid-6:nth-child(2n+1) { width: 100%; margin-right: 0; }
    .realestate-scheda .scheda_form .contatto_form .grid-6:nth-child(2n) { width: 100%; margin-left: 0; }
    .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; }
    .interno-scheda .grid-3 { width: 90%; margin: auto; margin-bottom: 30px; }
    .interno-scheda .grid-8 { margin-bottom: 10px; }
    .interno-scheda .grid-4 { margin-bottom: 10px; }
    
    .realestate-pertinenze li { width: 100%; }
    
    .realestate-cantieri li { width: 100%; }
    
    .realestate-evidenza .titolo_sezione { font-size: 18px; }
    .realestate-evidenza .titolo { font-size: 15px; }
    .realestate-evidenza .info .testo { padding: 30px 0px 0px 0px; }
    .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: 22px; }
    .realestate-simili li { width: 95%!important; }
    
    .realestate-preferiti li { width: 100%; }
    
    #elencoAge .griglia li { width: 100%; }
    
    .agenzie-griglia figure { height: 200px; }
    
    .agenzie-scheda .galleriaTop { height: 200px; }
    
    #elencoUte { text-align: center; }
    #elencoUte .griglia li { width: 100%; margin: auto; margin-bottom: 40px;}
    
    .agenzie-griglia { width: 90%; }
    .agenzie-griglia figure { height: 240px; }
    
    .agenzie-scheda .galleria { height: 260px; }
    .agenzie-scheda .galleriaTop .inviteAction { top: -100px; font-size: 45px; height: 45px; width: 45px; color: #ffffff; }
    .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; }
    .agenzie-scheda .testata .azioni .bottoni { margin: 10px; }
    .agenzie-scheda #elencoUte .griglia li { width: 100%; }
    .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-griglia { width: 80% !important;margin: 90px 10% 50px 10% !important; }
    
    .agenti-scheda .galleria { height: 260px; }
    .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 .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; }
    .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; }

    
    .credits .Sx {width: 100%!important;padding: 0px 0px 50px 0px !important;text-align: center!important;}
    .social { margin-top: 30px; }
    .social a { margin: 0px 15px; }
    .credits .Cx {width: 100%!important;padding: 0px 0px 50px 0px !important;text-align: center!important;}
    .credits .Dx {text-align: center!important;}
    .cercaCodice {max-width: 55%!important;margin: auto!important;}
    
    .chiusura .content .grid-7 {width: 100%!important;text-align: center!important;}
    .chiusura .content .grid-5 {width: 100%!important;text-align: center!important;}
    .menu_footer {float: none!important; text-align: center!important;margin: 15px 0px 0px 0px;}
    .menu_footer ul {text-align: center!important;}
    
    #turnUp {right: 10px!important;left: auto!important;}
}

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

    img { max-width:100% !important; }
    
    .swhomepage .swiper-slide .details { top: 30%; width: 80%; }
    
    .box1 figure { height: 200px !important; }
    
    .box2 figure {width: 355px!important;}
    
    .box6 {margin: 10px 0px 30px 0px!important;}
    
    .box7 {margin: 10px 0px 10px 0px!important;}
    
    .boxGtipologiehome .swiper-slide { width: 100%; }
    
    .proponi_richiedi .contentbox .txt {margin: 0px 5px 30px 5px!important;}
    
    .paging a { margin: 5px; font-size: 12px; }
    
    .motoreRicercaMobile button[type="submit"] { padding: 10px 40px; }
    .motoreRicercaMobile .input .input__label-content { font-size: 11px; }
    
    .modalRicerca .sectionModal .list_macro .checkRadio_normal { width: 50%; }
    .modalRicerca .sectionModal .list_tipologie { height: 65%; }
    
    .orderData { line-height: 20px !important; }
    
    .input .input__label-content { font-size: 13px; padding: 0px 10px; }
    
    select { font-size: 13px; }
    
    .bottone_file { font-size: 12px; }
    

    .realestate-evidenza figure { height: 200px; }
    
    
    
    #elencoImmo .realestate-griglia { width: 100%; }
    .realestate-griglia figure { height: 230px; }
    .realestate-griglia:hover { margin-top: 0px; margin-left: 0px; border: 2px solid #fa9706; -webkit-box-shadow: unset; -moz-box-shadow: unset; box-shadow: unset; }
    .realestate-griglia .icone .ico { font-size: 10px; }
    .realestate-griglia .icone .ico img { margin-right: 0px; margin-bottom: 10px; margin: auto; }
    .realestate-griglia .icone .ico span { clear: both; display: inline-block; width: 100%; font-size: 12px; }
   
    
    .realestate-scheda .galleriaTop { height: 210px; }
    .realestate-scheda .interno-scheda .testata h1 {font-size: 22px!important;}
    .realestate-scheda .interno-scheda .testata h2 {font-size: 18px!important;}
    .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; }
    .realestate-scheda .corposx .prezzo {font-size: 26px!important;}
    .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-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-scheda #elencoImmo .realestate-griglia { width: 100%; }
    .realestate-scheda .padding .boxsfondo { padding: 30px 15px; }
    .realestate-scheda .titolo .sottotitolo { font-size: 16px; }
    
    .agenzie-scheda figure .statoAge.nextopen { bottom: 20px; padding: 10px 10px 10px 50px; font-size: 18px; }
    .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; }
    .agenzie-scheda .corpo .testo { width: 90%; margin: auto; }
    
    .agenti-scheda #elencoImmo .realestate-griglia { width: 100%; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente .foto figure { height: 200px; width: 200px; }
    .agenti-scheda .corpo .scheda_form .contatto_agenziaagente .dettagli strong { font-size: 24px; }
    
    .paginahome .contentbox .slideAgenzia { height: 220px; }
    
    .staffhome .arrowSimiliBack { top: 470px; }
    .staffhome .arrowSimiliNext { top: 470px; }
    .staffhome .agenti-griglia { width: 100%; }
    
    
    #turnUp { bottom: 25px; }
    
    footer .chiusura { padding: 0 50px 60px 50px; }
    
    .menu_footer li { font-size: 17px; }
    
}

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

    .agenzie-griglia { width: 95%; }
    .agenzie-scheda .corpo .box_video .video iframe { width: 90%; height: 200px; }
    .agenzie-scheda .corpo .box_tour .tour iframe { width: 90%; height: 200px; }
    .realestate-scheda .scheda_form .contatto_agenziaagente .foto figure.agenzia { width: 220px; }
    .modalRicerca .sectionModal { font-size: 13px; }
    .modalRicerca .sectionModal .list_tipologie { height: 70%; padding-top: 20px; }
    .modalRicerca .sectionModal .list_tipologie .checkRadio .checkRadio_normal { width: 100%; }
    .realestate-home figure { height: 300px; }    
    .staffhome { padding: 0px 0px 50px 0px; }
    .staffhome .agenti-griglia { margin: 90px 5% 50px 5% !important; width: 90% !important; }
    #elencoUte .griglia .agenti-griglia { margin: 90px 5% 50px 5% !important; width: 90% !important; }
    .agenti-griglia { margin: 90px 0% 50px 0% !important; width: 100% !important; }
    .cont_form { width: 95%; }
    
}


