@font-face {
    font-family: 'Frutiger';
    src: url('Frutiger.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('Frutiger.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  
@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-Bold-Font.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('Helvetica-Bold-Font.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  
a {
  text-decoration: none;
}
a {
    color: #EF5656;
}
body,
html {
  min-height: 100vh;
}

body {
  font-family: 'Frutiger';
}
h1, h2, h3, h4, h6{
    font-family: "Helvetica";
    font-size: 31px;
    line-height: 40.63px;
    font-weight: 700;
    color: #0F0E0E !important;
}
h5{
    font-family: "Helvetica";
    font-size: 28px;
    line-height: 40.63px;
    font-weight: 700;
    color: #0F0E0E !important;
}

nav ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

img{
    max-width: 100%;
}

.listings-col img{
    /*max-width: 100%;*/
	width: 100%;
    height: auto;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #EF5656;
}


.image-grid {
      padding: 12px;
    margin-top: -50px;    
}

@media only screen and (max-width: 1200px){
  .image-grid {
    margin-top: 0px;    
  }
}

.image-row {
  display: flex;  
}

.image-row .image {
  margin: 2px;
  height: 400px;  
}

.image { 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;   
background-size: 100%;
   transition: all 0.3s ease-in-out;    
}

.image:hover { 
  
background-size: 120%;    
}
.schedaimmo{
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    right: 0;
    left: 0;
    height: 50px;
    visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.image:hover .schedaimmo{
    visibility: visible;
  opacity: 1;
}
.images:hover .schedaimmo{
    visibility: visible;
  opacity: 1;
}
.dett-ante{
    color: white;
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: right;
    font-size: 20px;
    right: 30px;
}
.dett-ante b{
font-size: 25px;
    font-weight: 800;
    margin-right: 20px;
}
.vedidttgl{
    background-color: black; 
    color: white; 
    align-content: center;
    text-align: center;
}
.dttgl{
    align-content: center;
    background: #f3f3f3;
	font-weight: 600;
}
.stow{
    margin: 0; 
    height: 50px;
}

.image-01 {
  flex: 1;  
}

.image-02 { 
  flex: 1;  
}

.image-03 { 
  flex: 2;  
}

.image-04 {
  flex: 1;
}

.image-05 {
  flex: 2;
}

.image-06 {  
  flex: 2;
}

.image-07 {
  flex: 1;
}

.image-08 { 
  flex: 3;
}

.image-09 {
  flex: 1;
}

.image-10 {
  flex: 1;
}

.image-11 {
  flex: 1;
}

.image-12 { 
  flex: 1;
}

@media screen and (max-width: 400px) {
  .image-row {
    flex-direction: column;
  }
  
  .image-row .image {
    flex-basis: auto;
  }
}

.main-content, .main-content-b{
    margin-bottom: 30px;
}
.main-content, .main-content-b{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.main-content a {
    direction: block;

    z-index: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-content-b a {
    direction: block;
    z-index: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-content a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffb3;
  opacity: 0.71;
}
.main-content-b a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  opacity: 0.71;
}
.main-content img, .main-content-b img {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-box{
    color: white;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    align-content: center;
    
}
.text-box p{
    top: 42%;
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin: auto;
    width: 100%;
}
.text-box:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 214px;
    height: 84px;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.main-content .text-box:after {
    border: 1px solid #000000;
}
.main-content .text-box p {
    color: #000000;
}
.text-box:hover:after {
    width: calc(100% - 65px);
    height: calc(100% - 66px);
}


.main-footer{
	position:relative;
	background-repeat: repeat;
	background-position: center;
	padding: 100px 0 0px;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	opacity: .50;
	content: "";
}

.main-footer.fixed-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/*=== Widgets Section ===*/

.main-footer .widgets-section{
	position:relative;
	padding-bottom: 40px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widget-title{
	position: relative;
	font-size:22px;
	font-weight:400;
	color:#ffffff;
	line-height: 24px;
	margin-bottom:30px;
	padding-bottom: 15px;
}

.main-footer .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #ab5142;
	content: "";

}

/*=== links widget ===*/

.main-footer .links-widget{
	position: relative;
	margin-bottom: 0;
}

.main-footer .list-style-two{
	margin-bottom: 40px;
}

.main-footer .list-style-two li a{
	color: #ffffff; 
}

.main-footer .list-style-two li a:hover{
	color: #ab5142;
	text-decoration: underline;
}

/*=== About Widget ===*/

.main-footer .about-widget{
	position: relative;
}

.main-footer .about-widget .footer-logo{
	position: relative;
}

.main-footer .about-widget .footer-logo .image{
	position: relative;
	margin-bottom: 20px;
	top: -10px;
}

.main-footer .about-widget .footer-logo img{
	display: block;
	height: auto;
	max-width: 100%;
}

.main-footer .about-widget .text{
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
}

.main-footer .contact-list{
	position: relative;
}

.main-footer .contact-list li{
	position: relative;
	font-size: 16px;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 11px;
}

.main-footer .contact-list li span{ 
	position: absolute;
	left: 0;
	top: 0;
	font-size:18px;
	line-height: 1.4em;
	color: #ab5142;
}

.main-footer .contact-list li a{
	color:#ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .contact-list li a:hover{
	color: #EF5656;
}

/*=== Popular Posts ===*/

.popular-posts{
	position: relative;
}

.popular-posts .post{
	position: relative;
	min-height: 90px;
	padding-left: 120px;
	margin-bottom: 40px;
}

.popular-posts .post:last-child{
	margin-bottom: 0;
}

.popular-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.popular-posts .post .thumb a{
	display: block;
}

.popular-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.popular-posts .post h4{
	position: relative;
	font-size: 17px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 5px;
}

.popular-posts .post h4 a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.popular-posts .post h4 a:hover{
	color: #EF5656;
}

.popular-posts .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #dddddd;
}
.btn-outline-dark {
    display: block;
    margin: 10px auto;
        /*width: 214px;*/ 
    height: 53px;
        /* height: 53px; */
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    line-height: 53px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    border: 1px solid #b3b3b3;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
        /* width: 248px; */
    margin-left: 24px;
    color: #1b1b1b;
        border-radius: 0;
    line-height: 1;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 1px #999898;
    padding: 0 30px;
    min-width: 130px;
    max-width: 400px;
}

#welcome .btn-outline-dark {
    margin-left: auto;
    margin-right: auto;
}
.btn-outline-dark:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.btn-outline-dark:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    width: 46px;
    height: 1px !important;
    transform: scaleY(1.1);
    background: #b3b3b3;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-section-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: -2.25px;
    display: block;
    line-height: 60px;
}

#concierge .col-12{
   /* padding: 0;*/
}

#concierge .btn-outline-dark{
        margin-left: auto;
}

#concierge .site-section-title, #immobili .site-section-title {
    font-size: 60px;
    line-height: 47px;
}

.site-section-title span {
    display: inline-block;
    text-align: right;
    position: relative;
    margin-left: -3px;
}
.site-section-title span b {
    display: block;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -1.8px;
    color: #000000;
    position: relative;
}
#welcome .site-section-title span b {
    font-size: 37px;
    line-height: 1;
}
.site-section-title span i.title-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #a9a9a9;
}
#welcome .site-section-title span i.title-line{
    width: 40vw;
    top: 31%;
    left: 107%;
}
#concierge .site-section-title span i.title-line, #immobili .site-section-title span i.title-line{
    right: 50%;
    bottom: 14%;
    width: 100vw;
    left: initial;
}
#immobili .site-section-title span i.title-line{
    right: 75%;
}
.btn-type-2{
    display: none;
}

@media(max-width: 1400px){
#concierge .site-section-title, #immobili .site-section-title {
        font-size: 50px;
    }
}
@media(max-width: 991px){
    .btn-type-2{
    display: block;
}
    .site-section-title {
        font-size: 30px;
        line-height: 32px;
    }
    #welcome .site-section-title span b {
        font-size: 22px;
    }
    #concierge .site-section-title, #immobili .site-section-title {
        font-size: 40px;
    }
    .title-line{
        display: none;
    }
}
@media (max-width: 1200px){
.image-row {
    display:block;
}
.desktop-nav {
    display: none;
}    
}
.mm-menu_offcanvas {
    z-index: 9999;
}
.mm-listitem:after {
    border-bottom-style: none !important;
}
.gold{
    text-transform: uppercase;
}
.gold:after {
    content: '';
    border-bottom: 1px solid tan !important;
    display: block;
    position: absolute;
    left: 0;
    right: 20px !important;
    bottom: 0;
}
.mm-navbar {
    border-bottom: none !important;
}
.mm-navbar__title{
    display: none !important;
}
.mm-navbar__btn{
    display: block !important;
}
.marauto{
    margin: auto !important;
}



.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section img {
  max-width: 100%;
  width: auto !important;    
  height: auto;
}
.footer-section {
  background-color: #101010;
  position: relative;
  overflow: hidden;
  z-index: 9;
  background-image: url(/images/gallery.jpg);
    
}

.footer-top {
  padding-top: 76px;
    padding-bottom: 30px;
}
.footer-top p,
.company-footer-contact-list li {
  color: #ffffff;  
}

.courses-link-list li, .company-intro-widget p{
   font-size: 17px;  
}

.company-footer-contact-list {
  margin-top: 10px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company-footer-contact-list li + li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.footer-top .site-logo {
  margin-bottom: 5px;
  display: block;
  margin-top: 0.5rem;
}
.widget-title {
  text-transform: capitalize;
}
.footer-top .widget-title {
  color: #ffffff;
}

.courses-link-list li a {
  color: #ffffff;
  text-transform: capitalize;
  font-family: var(--para-font);
  font-weight: 400;
}
.courses-link-list li a:hover {
  color: #ffb606;
}
.courses-link-list li i {
  margin-right: 5px;
}
.footer-top .small-post-title a {
  font-family: var(--para-font);
  color: #ffffff;
  font-weight: 400;
}
.small-post-item .post-date {
  color: #ffb606;
  margin-bottom: 3px;
  font-family: var(--para-font);
  font-weight: 400;
}
.small-post-list li + li {
  margin-top: 30px;
}
.news-letter-form {
  margin-top: 15px;
}
.news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}
.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #ffb606;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}
.footer-bottom {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
}
.copy-right-text {
  color: #ffffff;
}
.copy-right-text a {
  color: #ffb606;
}
.terms-privacy li + li {
  margin-left: 30px;
}
.terms-privacy li a {
  color: #ffffff;
  position: relative;
}
.terms-privacy li a:after {
  position: absolute;
  content: "-";
  color: #ffffff;
  display: inline-block;
  top: 0;
  right: -18px;
}
.terms-privacy li + li a:after {
  display: none;
}
.listings-col .fotos:hover {
  transform: scale(1.3); 
    transition: transform .4s;
}
.listings-col{
    overflow: hidden;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-flow: row-reverse;
    }
}
.bg-light {
    position: fixed;
    width: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 94%) 0%, rgb(0 0 0 / 61%) 50%, rgb(0 0 0 / 28%) 75%, rgb(0 0 0 / 0%) 100%);
    background-color: transparent !important;
    z-index: 999;
    height: 80px;
	top: 0;
    left: 0;
}
.nav-link {
    color: #ffffff;
}
.hidden {
    display: none !important;
}
.mauto{
    margin: auto;
}
.box-calcolo {
    border: 1px solid #e9ecef;
    padding: 15px;
    max-width: 700px;
    margin: auto;
    margin-top: 18px;
    font-size: medium;
    color: white;
}
.ptop18{
    padding-top: 18px;
}
.breadcrubs {
    background: #000000;
    color: #ffffff;
}
.breadcrubs a {
    color: #EF5656;
}
.intro-section{
    margin-top: 90px;
    margin-bottom: 30px;
}

@media (max-width: 575px){
    .intro-section{
    margin-top: 20px;
}
    .btn-outline-dark {
        width: 300px !important;
        letter-spacing: 0.5px;
    }
    .site-section-title span {
        text-align: left;
    }
    h1, h2, h3, h4, h5, h6 {
    font-size: 20px;
    line-height: 20px;
}
}
.logo-header{
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    filter: drop-shadow(2px 4px 6px black);
}
.accordion-button:not(.collapsed) {
    background-color: #000000;
    color: white;
}
.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(255 193 7 / 12%);
}
.nav-link:focus, .nav-link:hover {
    color: #EF5656
 ;
}
.form-group {
    margin: 10px;
}
.form-group input, .form-group select{
    background: black;
    border: none;
   /* border-bottom: 1px solid white;*/
        width: 100%;
    max-width: 300px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}
#div-caratteristiche button, #div-prezzo button, #div-prezzo button, #div-bagni button, #div-camere button,
#div-caratteristiche_fpopup button, #div-prezzo_fpopup button, #div-prezzo_fpopup button, #div-bagni_fpopup button, #div-camere_fpopup button{
    margin: 5px;
    border: 1px solid #c5c5c5;
    background: white;
    border-radius: 5px;
}
#div-prezzo input, #div-superficie input, #div-bagni input, #div-camere input,
#div-prezzo_fpopup input, #div-superficie_fpopup input, #div-bagni_fpopup input, #div-camere_fpopup input {
color: black;
    /* flex-grow: 1; */
    /* flex-shrink: 1; */
    /* min-width: 0; */
    height: 35px;
    padding: 0 10px;
    border: 1px solid #b5b5b5;
    border-radius: .4rem;
    /* background-color: var(--background-main); */
    /* color: var(--content-high); */
    width: 50%;
    margin: 0 10px;
}
#div-caratteristiche, #div-prezzo, #div-superficie, #div-bagni, #div-camere,
#div-caratteristiche_fpopup, #div-prezzo_fpopup, #div-superficie_fpopup, #div-bagni_fpopup, #div-camere_fpopup{
    background: #1e1e1e;
    padding: 20px 10px;
    position: absolute;
    border: 1px solid #fff;
    max-width: 300px;
    z-index: 9;
}
#div-prezzo, #div-superficie, #div-bagni, #div-camere,
#div-prezzo_fpopup, #div-superficie_fpopup, #div-bagni_fpopup, #div-camere_fpopup{
    display: flex;
}
#caratteristiche, #prezzo, #superficie, #bagni, #camere,
#caratteristiche_fpopup, #prezzo_fpopup, #superficie_fpopup, #bagni_fpopup, #camere_fpopup{
    color: white;
    background: transparent;
    border-style: none;
    /* border-bottom: 1px solid; */
    line-height: 3.1;
    text-transform: uppercase;
    width: 100%;
    text-align: justify;
}
.dnone{
    display: none;
}
.btnFiltro{
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    width: 230px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%) brightness(0.7);
    backdrop-filter: grayscale(100%) brightness(0.7);
}
.overlay:hover {
    -webkit-filter: none;
    backdrop-filter: none;
    background-size: 120%;
}

.btnFiltro{
    position: relative;
    border-bottom: 1px solid #737373 !important;
    padding: 0 !important;
    margin: 0;
    height: 40px;
}
.rifFiltro{
    color: white;
    background: transparent;
    border-style: none;
    border-bottom: 1px solid #737373;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
}
#form-ricerca-in .col-md-3{
    height: 60px;
}

#form-ricerca-in{
    background-image: url(/images/gallery.jpg);
    color: white; 
    padding: 20px 70px;
    background-position: center;
    background-size: cover;
    filter: drop-shadow(2px 4px 6px black);
}
.listings-col{
    position: relative;
}
.newRibbon{
    z-index: 9;
    color: white;
    background: black;
    /* -webkit-transform: translate3d(0, 0, 1px) rotate(-45deg); */
    /* transform: translate3d(0, 0, 1px) rotate(317deg); */
    left: 20px;
    /* right: auto; */
    top: 20px;
    /* padding: 0 50px; */
    font-size: 14px;
    width: 100px;
    text-align: center;
    margin-right: 20px;
    border-radius: 5px;
}
.occRibbon{
    z-index: 9;
    left: 130px;
    top: 20px;
    background-color: #f95347;
    padding: 0 15px;
    /* box-shadow: 0px 0px 15px 1px #434343; */
    border-radius: 3px;
    /* font-weight: 600; */
    font-size: 14px;
    color: white;
    width: 120px;
    text-align: center;
}
.typeRib{
    position: absolute;
    top: 22px;
    right: 20px;
    z-index: 9;
    background-color: #ffffff;
    color: #000000;
    min-width: 130px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
	padding: 0px 10px;
	font-weight: 600;
}


.fasciaRib{
    position: absolute; 
    top: 22px; 
    left: 20px;
    z-index: 99;
    display: flex;
}
@media (min-width: 992px) and (max-width: 1199px){
    .typeRib{
        min-width: 0px;
        width: 130px;
    }
}
@media (max-width: 991px){
    #form-ricerca-in {
        padding: 20px 30px;
    }
}
@media (max-width: 767px){
    #form-ricerca-in .col-md-3 {
        height: 40px;
    }
    /*.hidden-md{
        display: none;
    }*/
}
@media (min-width: 768px){
    /*.hidden-xl{
        display: none;
    }*/
}
.btn-gold{
    background-color: #e5be70;
}
#ajax-loader-elements{
    width: 20px;
}
.orderSel{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}
.sortGroup{
    position: relative;
    display: inline-flex;
}
.sortGroupno:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 160px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
}
.btnmap{
    border: 1px solid;
    padding: 5px 20px;
    background-image: url(/images/map.jpg);
}
#map {
      width: 100vw; /* Larghezza 100% della finestra */
      height: 100vh; /* Altezza 100% della finestra */
    }
    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #fff;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 1000; /* Assicura che il pulsante sia sopra la mappa */
    }
ul{
    list-style: none;
}

#welcome-sec{
    background-image: url(/images/milan.jpg);
    padding-top: 70px; padding-bottom: 70px; background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#welcome-sec h3{
    color: white !important;
    font-size: 16px;
}
#welcome-sec h2{
    color: #ffffff !important;
}
#concierge p{
    color: white;
}
.slick-next {
    right: 38px;
}
.slick-prev {
    left: 20px;
}
#Layer_1, #Layer_2{
    background-color: #0000009e;
    border-radius: 100%;
    fill: white;
    width: 38px;
    height: 38px;
}

.white-bg #Layer_1, .white-bg #Layer_2{
	fill: #000;
}
.counter{
    position: absolute;
    z-index: 9;
    background: #0000009e;
    bottom: 70px;
    right: 22px;
    width: 80px;
    text-align: center;
    color: white;
    padding: 5px;
}
.numeroFoto{
    position: absolute;
    z-index: 9;
    /*background: #e5be70ad;*/
    bottom: 66px;
    right: 22px;
    width: 80px;
    text-align: center;
    color: white;
    padding: 0px;
}
.numeroFoto svg {
    vertical-align:bottom;
}


.dettResu{
    position: absolute;
    z-index: 9;
    bottom: 15px;
    right: 35px;
    left: 35px;
    /* width: 100%; */
    /* padding: 0 150px 0 20px; */
    border-top: 1px solid #ffffff;
    color: white;
    padding-top: 5px;
    font-size: 16px;
        white-space: nowrap;
}
.dettResu .destr{
    text-align: right;
    padding-right: 0;
    text-wrap-mode: nowrap;
    overflow: hidden;
}
.dettResu .sinis{
    text-align: left;
    padding-left: 0;
}
.fotos{
    filter: brightness(0.5);
}
.subIcon{
    display: flex;
    position: absolute;
    bottom: 70px;
    left: 30px;
}
.subIcon svg{
    margin-right: 15px;
}
.footer-top .widget-title {
    color: #ffffff !important;
}
.postsWidgetList > li {
  margin-bottom: 39px;
  overflow: hidden;
}
@media (max-width: 460px){
    .counter {
        bottom: 50px;
        padding: 2px;
        font-size: 10px;
    }
    .subIcon {
        bottom: 50px;
    }
    .occRibbon{
        display: none;
    }
}
.postsWidgetList .alignleft {
  margin: 0 22px 0 0;
  width: 88px;
  height: 72px;
}

.postsWidgetList .alignleft img {
  display: block;
  max-width: none;
  width: 100%;
}

.postsWidgetList .descrWrap {
  overflow: hidden;
}

@media (min-width: 992px) {
  .postsWidgetList .descrWrap {
    padding-top: 10px;
  }
    
}

.postsWidgetList h3, .postsWidgetList .h3 {
  color: inherit;
  margin: 0 0 10px;
  font-size: 13px;
}

.postsWidgetList h4, .postsWidgetList .h4 {
  margin: 0;
  color: #56ccf2;
  font-size: 16px;
}
.list-unstyled > li {
    text-align: left;
    z-index: 9999;
}
.nav-link {
    text-transform: uppercase;
}
.dropdown-item{
    color: white;
    border-bottom: 1px solid #ffffff;
    height: 30px;
    line-height: 20px;
}
.dropdown-menu{
    background-color: #0000007a;
    filter: drop-shadow(2px 4px 6px black);
    border-right: 5px solid #0000007a;
    border-left: 5px solid #0000007a;
    text-transform: uppercase;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background-color: transparent;
}
.rifFiltro::placeholder {
    color: white;
}
form .disabled {
    color: #797979;
}
#anteprima {
    position: absolute;
    z-index: 9999999;
}
.sale{
    width: 100% !important;
}

#anteprima .dettResu .destr {
    font-size: 13px;
}
#anteprima .dettResu .sinis {
    font-size: 13px;
}
#anteprima .subIcon {
    bottom: 50px;
}
#anteprima .counter {
    bottom: 50px;
    right: 22px;
    width: 50px;
    text-align: center;
    color: white;
    padding: 2px;
    font-size: 13px;
}
#anteprima .occRibbon {
    font-size: 10px;
    width: 90px;
}
#anteprima .typeRib {
    min-width: 90px;
    font-size: 10px;
}
#anteprima .newRibbon {
    font-size: 10px;
    width: 90px;
    margin-right: 5px;
}
.escapeAnteprima {
    position: absolute;
    background: #646464;
    top: -13px;
    right: -13px;
    z-index: 9999;
    width: 23px;
    height: 23px;
    color: #ffffff;
    text-align: center;
    line-height: 23px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}
.btnPrezzo{
    background-color: white;
    color: black;
    font-size: 22px;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    padding: 3px 0;
}
.sections{
    background-color: gray;
    text-align: center;
    color: white;
    padding: 10px 0;
    height: 70px;
}
.btnCondividi{
    background-color: white;
    padding: 7px 5px;
    border-radius: 3px;
    margin-top: 50px;
    font-weight: 600;
    text-align: center;
    max-width: 300px;
    margin-right: auto;
    width: 100%;
    border: none;
    color: #000;
}
.btnCondividi svg{
    margin-right: 5px;
}
.divDettagli{
    background-color: #373737;
    color: white;
    padding: 30px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px;
}
.mr-15{
    margin-right: 15px;
}
#descrizioneimmobile{
    max-height: 200px;
    overflow: hidden;
	position: relative;
}
.overlay-desc{
	height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}
.energyclass{
    width: 14%;
    opacity: 1;
    color: white;
    text-align: center;
}
.titleImm{
    color: white !important;
    margin-top: 50px;
}
.descImm{
    width: 50%;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    margin: 30px 0;
    padding: 7px 0;
    font-size: 13px;
	font-weight: 600;
}

.slider-3 .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    cursor: pointer;
    fill: white;
    background: #e11012;
    border-radius: 100px;
    padding: 10px;
    padding-right: 0px;
    animation: animate 2s linear infinite;
}
.slider-3 .slide-container {
    position: relative;
}

@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 #ff000073;
	}
	40% {
		box-shadow: 0 0 0 50px rgba(255, 26, 67, 0);
	}
	80% {
		box-shadow: 0 0 0 50px rgba(255, 206, 67, 0);
	}
	100% {
		box-shadow: 0 0 0 rgba(255, 206, 67, 0);
	}
}
#staticContact{
    top: 50px;
    position: sticky;
}
.h3immobili{
    font-size: 20px;
    color: white !important;
    margin-bottom: -10px;
}
.colorfff{
    color: #ffffff !important;
}

.bkfff{
    background-color: #ffffff;
}

.menu-item,
.menu-open-button {
  background: #EEEEEE;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: -20px !important;  
  position: absolute;
  color: #000000;
  text-align: center;
  /*line-height: 80px;*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
  z-index: 8; 
      font-size: 20px;  
    right: 50%;
    left: 50%;    
}

.menu-open {
  display: none;
}

.smenu {
  margin: auto;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  font-size: 26px;
    position: relative;
    width: 100%;
    margin: 50px 0 0 0;
}

.smenu svg{
    margin-top: 5px;
}

.share-icon {
  color: #596778;
  /*background color*/
}

.menu-item:hover {
  background: #EEEEEE;
  color: #3290B1;
}

.menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(7) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(8) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-item:nth-child(9) {
  -webkit-transition-duration: 180ms;
  transition-duration: 180ms;
}

.menu-open-button {
    z-index: 9;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
  transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 180ms;
  -webkit-transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
  transform: translate3d(0.08361px, -104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 280ms;
  -webkit-transition-duration: 280ms;
  -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
  transform: translate3d(90.9466px, -52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 380ms;
  -webkit-transition-duration: 380ms;
  -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
  transform: translate3d(90.9466px, 52.47586px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 480ms;
  -webkit-transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
  transform: translate3d(0.08361px, 104.99997px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(7) {
  transition-duration: 580ms;
  -webkit-transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
  transform: translate3d(-90.86291px, 52.62064px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(8) {
  transition-duration: 680ms;
  -webkit-transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
  transform: translate3d(-91.03006px, -52.33095px, 0);
}

.menu-open:checked ~ .menu-item:nth-child(9) {
  transition-duration: 780ms;
  -webkit-transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
  transform: translate3d(-0.25084px, -104.9997px, 0);
}

.facebook_share_btn {
  background-color: #3b5998;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.facebook_share_btn:hover {
  color: #3b5998;
  text-shadow: none;
}

.twitter_share_btn {
  background-color: #00aced;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.twitter_share_btn:hover {
  color: #00aced;
  text-shadow: none;
}

.google_plus_share_btn {
  background-color: #dd4b39;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.google_plus_share_btn:hover {
  color: #dd4b39;
  text-shadow: none;
}

.youtube_share_btn {
  background-color: #0db740;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.youtube_share_btn:hover {
  color: #0db740;
  text-shadow: none;
}

.pinterest_share_btn {
  background-color: #cb2027;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.pinterest_share_btn:hover {
  color: #cb2027;
  text-shadow: none;
}

.tumblr_share_btn {
  background-color: #32506d;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.tumblr_share_btn:hover {
  color: #32506d;
  text-shadow: none;
}

.sliderf, .thumbnail img{
    filter: brightness(0.5);
}


.slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0 0 0) 100%);
    pointer-events: none;
}
.listaluoghi svg{
    fill: #000000 !important;

}
.panorama-container{
    height: 300px !important;
    position: static !important;    
}
@media (max-width: 576px){
    .btnCondividi{
        margin-left: auto;
        margin-top: 30px;
    }
    .smenu{
        margin-top: 30px;
    }

}
@media (max-width: 768px){
    /*#form-ricerca{
        margin-top: 30px;
    }*/
}

.logohome{
    position: absolute;
    top: 26%;
    margin: auto;
    left: 0;
    right: 0;
}

.info-box { 
    padding: 0px 10px;
    border: 1px solid white;
    margin-right: 30px; 
    margin-bottom: 10px;
} 
.titleScheda{
    font-size: 50px; 
    /*text-transform: capitalize;*/
}
.icon-container svg { 
    width: 20px; 
    height: 20px; 
    fill: white; 
        }
.icon-container { 
    margin-right: 30px;
        }
.dflex-desk{
    display: flex;
}
@media (max-width: 767px){
    .titleScheda{
        font-size: 30px; 
    }
    .icon-container { 
        margin-right: 15px;
    }
    .info-box { 
        margin-right: 15px;
    }
    .dflex-desk{
        display: block;
    }
    .thumbnail, .labelno{
        display: none;
    }
    .sections{
        height: 50px;
    }
}
.company-intro-widget, .course-links-widget, .latest-news-widget, .newsletter-widget{
    margin-bottom: 30px;
}
.bk{
    position: relative; 
    background-image: url(/images/bk.jpg); 
    height: 300px;
}
.milanobk{
    background-image: url(/images/milan.jpg);
    padding-top: 70px; 
    padding-bottom: 70px; 
    background-repeat: round;
}
.gallertbk{
    padding: 70px 0; 
    background-image: url(/images/gallery.jpg); 
    background-repeat: round;
}
.milanoop{
    background: #ffffff;
    color: black;
    opacity: 0.8;
    padding: 40px;
}
.contact-milan{
    position: relative;
    z-index: 0;
    background: #1b1b1b;
    margin: 22% 0 0 -20px;
    padding: 53px 15px 49px;
}
@media (max-width: 1199px){
    .contact-milan{
        margin: 10% 0 0 0;
    }
}
.burgericon{
    position: absolute; 
    top: 8px; 
    right: 0; 
    z-index: 9999;
}

.btit{
    background: #1d1f20;
    color: white;
    opacity: 0.85;
}

.mtpc{
    margin-top: 2%;
}
.allcenter{
    text-align: center; 
    align-content: center; 
    -webkit-filter: none;
}









/***********STARTFORMINVIO STILE1********************/

.form-group-stile1 {
  margin: 0 0 22px;
}

.form-group-stile1 label {
  margin-bottom: 2px;
}

.form-group-stile1 input[type=text], .form-group-stile1 input[type=email], .form-group-stile1 input[type=tel], .form-group-stile1 select {
  border: none;
  border-radius: 3px;
  /*border-bottom: 1px solid white;*/
  width: 100%;
  /* max-width: 350px; */
  color: white;
  background-color: gray;
  /*text-transform: uppercase;*/
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}

.form-group-stile1 textarea {
  border: none;
  border-radius: 3px;
  width: 100%;
  /* max-width: 350px; */
  background-color: gray;
  color: white;
  min-height: 160px;
  font-size: 14px;
  padding: 10px 10px;
}

.form-group-stile1 input[type=checkbox] {
  margin-right:5px;
}
.form-group-stile1 .fakeLabel-stile1 {
  font-size: 0.9em;
}

.btn-stile1 {
  background-color: #fff;
  padding: 7px 5px;
  border-radius: 3px;
  margin-top: 0px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  /* max-width: 350px; */
  color: #000;
  border: none;
}
.btn-stile1:hover {
  color: #606060;
}

.box-error-stile1 {
  color: #FF0000;
}
.box-error-stile1 .error {
  color: #FF0000 !important;
}

/***********ENDFORMINVIO**********************/
/***********STARTFORMINVIO STILE2********************/

.form-group-stile2 {
  margin: 0 0 22px;
}

.form-group-stile2 label {
  margin-bottom: 0px;
}

.form-group-stile2 input[type=text].form-control-stile2:focus-visible, .form-group-stile2 input[type=email]:focus-visible, .form-group-stile2 input[type=tel]:focus-visible, .form-group-stile2 select:focus-visible {
  outline: none;  
}

.form-group-stile2 input[type=text], .form-group-stile2 input[type=email], .form-group-stile2 input[type=tel], .form-group-stile2 select {
  border: none;
  border-bottom: 2px solid gray;
  width: 100%;
  /* max-width: 550px; */
  color: #000;
  background-color: transparent;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  min-height: 40px;    
}

.form-group-stile2 textarea:focus-visible {
  outline: none;  
}

.form-group-stile2 textarea {
  border: none;
  border-bottom: 2px solid gray;
  width: 100%;
  /* max-width: 550px; */
  background-color: transparent;
  color: #000;
  min-height: 160px;
  font-size: 14px;
  padding: 10px 10px;
}

.form-group-stile2 input[type=checkbox] {
  margin-right:5px;
}
.form-group-stile2 .fakeLabel-stile2 {
  font-size: 0.9em;
}

.btn-stile2 {
  background-color: #000000;
    padding: 7px 5px;
    border-radius: 3px;
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
    /* max-width: 200px; */
    width: 100%;
    color: #ffffff;
    border: none;
}
.btn-stile2:hover {
  color: #606060;
}

.box-error-stile2 {
  color: #FF0000;
}
.box-error-stile2 .error {
  color: #FF0000 !important;
}
/***********ENDFORMINVIO**********************/
/***********STARTMODAL********************/

.form-group-modal {
  margin: 0 0 22px;
}

.form-group-modal label {
  margin-bottom: 0px;
}

.form-group-modal input[type=text].form-control-modal:focus-visible, .form-group-modal input[type=email]:focus-visible, .form-group-modal input[type=tel]:focus-visible, .form-group-modal select:focus-visible {
  outline: none;  
}

.form-group-modal input[type=text], .form-group-modal input[type=email], .form-group-modal input[type=tel], .form-group-modal select {
  border: none;
  border-bottom: 2px solid gray;
  width: 100%;
  /* max-width: 550px; */
  color: #000;
  background-color: transparent;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
}

.form-group-modal textarea:focus-visible {
  outline: none;  
}

.form-group-modal textarea {
  border: none;
  border-bottom: 2px solid gray;
  width: 100%;
  /* max-width: 550px; */
  background-color: transparent;
  color: #000;
  min-height: 160px;
  font-size: 14px;
  padding: 10px 10px;
}

.form-group-modal input[type=checkbox] {
  margin-right:5px;
}
.form-group-modal .fakeLabel-modal {
  font-size: 0.9em;
}

.btn-modal {
  background-color: #e4bf71;
  padding: 7px 5px;
  border-radius: 3px;
  margin-top: 0px;
  font-weight: 600;
  text-align: center;
  /* max-width: 200px; */
  width: 100%;
  color: #000;
  border: none;
}
.btn-modal:hover {
  color: #606060;
}

.box-error-modal {
  color: #FF0000;
}
.box-error-modal .error {
  color: #FF0000 !important;
}

.pagination {
  justify-content: center;  /*orario richiesta appuntamento*/
}
/***********ENDFORMINVIO**********************/



/*------ PULSANTI MOBILE CHIAMA, WHATSAPP STILE 1 -----*/

.information-section-below{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	background-color: #FFF;
	width: 100%;
	height: 60px;
	text-align: center;
	border-top: 1px solid #CCC;
  padding: 10px 10px;
}

.box-information, .box-information-33, .box-information-50{
	width: 100%;
	float: left;
	text-align: center;
  outline-offset: -1px;
}

.box-information-33{
	width: 33.33%;
  padding: 0px 10px;
}

.box-information-50{
	width: 50%;
  padding: 0px 10px;
}

@media only screen and (min-width: 768px){
	.information-section-below{
		visibility: hidden;
	}
}

/*-------- FINE PULSANTI MOBILE CHIAMA, WHATSAPP -----*/
.num {
    position: absolute;
    top: 50px;
    color: black;
    right: 35px;
}
#pianoammo label {
    display: inline-block;
    color: white;
    margin-top: 20px;
}
#pianoammo .fs22 {
    color: white;
}
.fs22 {
    font-size: 22px;
}
.p-rel{
    position: relative;
}
#pianoimu p{
    color: white;
}
.group-flex {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
}
.form-control{
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}
select.form-control {
    padding: .5rem .75rem !important;
}
.error{
    color: red;
}
.company-intro-widget li{
    color: white;
    margin-bottom: 5px;
}
.navbar-nav .nav-item:not(:last-child) {
    border-right: 1.5px solid #ffffff;
    padding-right: 4px;
}
.navbar-nav .nav-item {
    
    padding-left: 4px;
    height: 20px;
    line-height: 5px;
}

@media (min-width: 992px) and (max-width: 1199px){
  .navbar-nav .nav-item {
    font-size: 13px;
    }  
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    } 
    
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/*=== Categories ===*/

.sidebar .blog-categories{
	position: relative;
}

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li:before{
    position: absolute;
    top: 20px;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    content: "";
    z-index: 8;
    opacity: .5;
}

.cat-list li a{
	position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 0px;
    padding-left: 20px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cat-list li a span{
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
    position: absolute;
    right: 0;
}

.cat-list li:hover a,
.cat-list li.active a{
	color: #ab5142;
}

.cat-list li:hover:before,
.cat-list li.active:before{
    border: 2px solid #ab5142;
}

/*=== Latest News ===*/

.latest-news .post{
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px;
	min-height: 85px;
	padding-top: 5px;
}

.latest-news .post:last-child{
	margin-bottom: 0;
}

.latest-news .post-thumb{
	position: absolute;
	left: 0;
	top: 0;	
	height: 85px;
	width: 85px;
	margin-bottom: 20px;
}

.latest-news .post-thumb a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .80;
	content: "";
	background-color: #ab5142;
	z-index: 1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.latest-news .post-thumb a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    z-index: 9;
    color: #ffffff;
    font-weight: 900;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.latest-news .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
}

.latest-news .post h3{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff !important;
	font-weight: 500;
	margin-bottom: 7px;
}

.latest-news .post h3 a{
	color: #ffffff !important;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover h3 a{
	color: #EF5656;
}

.latest-news .post .post-info{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #EF5656;
	font-weight: 400;
}
/*=== Tags ===*/

.sidebar .tags{
	padding: 30px 30px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
} 

.tag-list li a{
	position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    padding: 5px 18px;
    font-weight: 400;
    text-align: center;
    border:1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	color: #ab5142;
	background-color: #ffffff;
	border-color: #ab5142;
}

/*Services Sidebar*/

.sidebar-side .services-sidebar{
	position: relative;
	padding: 0;
	border: 0;
}


.blog-detail{
	position: relative;
}

.blog-detail .news-block-two{
	margin-bottom: 60px;
}

.blog-detail .news-block-two h4{
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-detail .news-block-two .lower-content{
	padding: 20px 30px;
}

.blog-detail .news-block-two .post-info{
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}

.blog-detail .news-block-two p{
	position: relative;
	margin-bottom: 30px;
}

.blog-detail .two-column .image{
	margin-bottom: 30px;
}

.blog-detail blockquote{
	position: relative;
	border-left: 4px solid #ab5142;
	background-color: #f5f5f5;
	font-size: 18px;
	line-height: 1.8em;
	padding: 25px 40px;
	margin-bottom: 50px;
}

.blog-detail blockquote cite{
	display: block;
	text-align: right;
	font-style: normal;
	margin-top: 10px;
}

.blog-detail blockquote cite strong{
	font-weight: 500;
	color: #252525;
}

/*post share options*/

.blog-detail .post-share-options{
	position:relative;
	margin-bottom: 60px;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	padding: 20px 20px;
}

.blog-detail .post-share-options p{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height: 25px;
	font-weight:600;
	margin:0;
	display: inline-block;
	font-family: 'Segoe ui', sans-serif;
}

.blog-detail .post-share-options .tags{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .tags li{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .tags a{
	position:relative;
	font-size:14px;
	font-weight:400;
	line-height: 25px;
	padding: 5px 10px;
	color:#ffffff;
	background-color: #ab5142;	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .post-share-options .tags a:hover{
	color: #ffffff;
	background-color: #353535;
}

.blog-detail .post-share-options .social-icon{
	position: relative;
	display: inline-block;
}

.blog-detail .post-share-options .social-icon li{
	position: relative;
	display: inline-block;
	margin-left: 1px;
}

.blog-detail .post-share-options .social-icon li a{
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	color: #353535;
	padding: 5px 8px;
	color:#ffffff;
	background-color: #ab5142;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-detail .post-share-options .social-icon li a:hover{
	color: #ffffff;
	background-color: #353535;
}

/*Author Box*/

.author-box{
	position:relative;
	padding: 30px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	margin-bottom: 50px;
}

.author-box .inner-box{
	position:relative;
	padding-left: 160px;
	min-height: 150px;
	padding-top: 15px;
}

.author-box .thumb{
	position:absolute;
	left:0px;
	top:0px;
	height: 145px;
	margin-bottom: 20px;
}

.author-box .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.author-box .name{
	position: relative;
	font-size: 18px;
	line-height: 25px;
	color: #353535;
	font-weight: 600;
	margin-bottom: 10px;
}

.author-box .text{
	position: relative;
	float: right;
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #353535;
	font-weight: 400;
	margin-bottom: 10px;
}

.author-box .social-icon{
	position: relative;
	z-index: 9;
}

.author-box .social-icon li{
	position: relative;
	display: inline-block;
	margin-right: 12px;
}

.author-box .social-icon li a{
	position:relative;
	display: block;
	text-align: center;
	font-size:14px;
	font-weight:400;
	color:#353535;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.author-box .social-icon li a:hover{
	color: #ab5142;
}

    .humburger {
  width: 24px;
    height: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: 0.5s all ease-in;
    z-index: 5555;
    position: fixed;
    display: none;
    }
  
  .humburger .line {
    height: 4px;
    width: 120%;
    background: #ffffff;
    display: flex;
    transition: 0.5s all ease-in;
    position: relative;
    z-index: 2; 
    margin-bottom: 4px;
    }
    .humburger .line:after {
      content: "";
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      background: white;
      width: 0;
      transition: 0.5s all ease-in-out;
      z-index: 1; }
  .humburger:hover:after {
    transform: scale(1.4); }
  .humburger:hover .line:after {
    width: 100%; }
  .humburger.open .line {
    background: white; 
    margin-bottom: 0px;
    }
    .humburger.open .line:nth-of-type(1) {
      transform: rotate(45deg);
      margin-top: 12px; }
    .humburger.open .line:nth-of-type(2) {
      transform: rotate(-45deg);
      margin-top: -13px; }
    .humburger.open .line:nth-of-type(3) {
      visibility: hidden;
      opacity: 0; }

.menu_body {
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 100vh;
    background: rgb(0 0 0 / 87%);
    transform: translateX(100%);
    transition: 0.5s all ease;
    z-index: 999; 
    }
  .menu_body.open {
    transform: translateX(0); }
  .menu_body__item_wrapper {
        padding: 90px 20px 15px 20px;
    display: flex
;
    justify-content: flex-start;
    /* align-items: flex-end; */
    width: 100%;
    z-index: 9999999999999999;
 }
    .menu_body__item_wrapper .menu_list {
      list-style: none;
      width: 100%;
      padding: 0 0 0 0; }
      .menu_body__item_wrapper .menu_list li {
        margin-bottom: 20px;
    position: relative;
    /* padding-left: 55px; */
    border-bottom: 1px solid #fff;
    /* margin-left: 40px; */
          text-transform: uppercase;
    }
        .menu_body__item_wrapper .menu_list li:last-child {
          margin-bottom: 0; }
        .menu_body__item_wrapper .menu_list li a {
          color: white;
          font-weight: 400;
          font-size: 18px;
          text-decoration: none;
          position: relative;
          transition: 0.5s all ease; 
    width: 100%;
    display: block;
}
          .menu_body__item_wrapper .menu_list li a:after {
            content: "";
            height: 1px;
            left: 0;
            width: 0;
            bottom: 0;
            background: transparent;
            transition: 0.5s all ease; }

        .menu_body__item_wrapper .menu_list li.has_child .sub-menu {
          position: absolute;
          background: black;
          list-style: none;
          padding: 30px;
          left: unset;
          top: 0;
          right: 100%;
          min-width: 135px;
          opacity: 0;
          visibility: hidden; 
            
    }
          .menu_body__item_wrapper .menu_list li.has_child .sub-menu li {
            padding-left: 0;
            margin-bottom: 15px;
            border-bottom: 1px solid #796c52;
    }
        .menu_body__item_wrapper .menu_list li.has_child .sub-menu li a:after {
              display: none; 
}
        .menu_body__item_wrapper .menu_list li.has_child:hover .sub-menu {
          opacity: 1;
          visibility: visible; 
}

@media (max-width: 991px) {
    .humburger{
        display: flex;
    }
  body .menu_body {
    width: 100%; 
    }
    body .menu_body__item_wrapper .menu_list li.has_child {
      position: relative; 
    }
      body .menu_body__item_wrapper .menu_list li.has_child a {
        position: relative; 
    }
    body .menu_body__item_wrapper .menu_list li.has_child a:after {
      display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.6em solid;
    border-right: 0.6em solid #00000000;
    border-bottom: 0;
    color: white;
    rotate: 225deg;
    float: right;
        margin-right: 2px;    
    }
      body .menu_body__item_wrapper .menu_list li.has_child .sub-menu {
        position: relative;
        background: transparent;
        list-style: none;
        padding: 0;
        left: unset;
        top: unset;
        right: unset;
        min-width: auto;
        opacity: 1;
        visibility: visible;
        margin-top: 15px;
        padding-left: 25px;
        display: none; 
    } 
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

.modal{
	--bs-modal-zindex: 5556;
}

.mb10{
	margin-bottom: 10px;
}



.homefilter{
    position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%);
	width: 100%;
    text-align: center;
	max-width: 840px;
	z-index: 100;
}

.contract-button{
	display: inline-flex;
}

.contract-button .btn{
	background-color: #ef5656;
	border-radius: 10px;
    padding: 10px 20px;
    margin-top: 0;
	font-weight: 600;
    text-align: center;
    border: none;
    color: #FFF;
	width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.4);
	letter-spacing: 1px;
}

.contract-button .btn.active,
.contract-button .btn:hover,
.contract-button .btn:active{
	background-color: #F28585;
}

.input-box{
	margin-top: 20px;
	display: grid;
    padding: 10px;
    grid-template-columns: minmax(50%, auto) 1fr 100px;
    gap: 5px;
    border-radius: 10px;
    margin-top: 20px;
	background-color: #FFF;
}

.input-box input{
	/*width: 100%;
    border: none;
    height: 54px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 0 39px 0 rgba(57, 68, 81, .24);
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 57px;
    padding-left: 5.8rem;*/
	
	
}

.homefilter #form-ricerca .btn{
	background-color: #ef5656;
	border-radius: 10px;
    padding: 8px 20px;
    margin-top: 0;
	font-weight: 600;
    text-align: center;
    border: none;
    color: #FFF;
	width: auto;
	text-transform: uppercase;
}

#form-ricerca input.form-control{
	border: none;
	font-size: 16px;
}

#form-ricerca input.form-control:focus{
	box-shadow: none;
}

#form-ricerca .search-city,
#form-ricerca .search-type{
	display: flex;
    align-items: center;
    width: 100%;
    /*overflow: hidden;*/
	overflow: visible;
}

#form-ricerca .search-city{
	position: relative; 
}

#form-ricerca .search-type{
	padding-left: 10px;
	border-left: 1px solid #d5d7dd;
}

#form-ricerca .search-type select{
	width: 100%;
    height: 100%;
    border: none;
    padding: 2px 8px;
	font-weight: 600;
	background-color: transparent;
	color: #000;
}

#form-ricerca .search-type select:focus,
#form-ricerca .search-type select:focus-visibile{
	outline: none; 
	border-color: transparent;  
	box-shadow: none;
}

#search-autocomplete {
    width: 100%;
    box-sizing: border-box;
}

#form-ricerca .search-city .autocomplete {
    position: absolute;
    top: 125%; /* subito sotto l’input */
    left: 0;
    width: 100%; /* stessa larghezza dell’input */
    background: white;
    /*border: 1px solid #ccc;*/
    border-top: none;
    max-height: 240px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 6px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

#form-ricerca .search-city .autocomplete li {
    padding: 8px 12px;
    cursor: pointer;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: 600;
}

#form-ricerca .search-city .autocomplete li:hover {
    background: #f0f0f0;
}

#form-ricerca .search-city .autocomplete li.no-results { 
	color: #888; 
	cursor: default; 
	pointer-events: none; /* evita il click */ 
	padding: 6px 10px; 
	font-style: italic; 
}

#form-ricerca .input-box.only-valuta{
	grid-template-columns: 1fr 100px;
} 

#form-ricerca .input-box.only-valuta .search-type{
	display: none;
}


@media (max-width: 1199px){	
	.homefilter{
		width: 100%;
	}
	
	.homefilter .container{
		width: 100%;
		max-width: 100%;
	}
}


@media (max-width: 991px){
	.logohome{
		top: 20%;
		max-width: 90px;
	}
	
	.homefilter{
		top: 50%;
		max-width: 100%;
	}
	
	.homefilter .container{
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		max-width: 100%;
	}
}


@media (max-width: 767px){
	.logohome{
		top: 80px;
		max-width: 60px;
	}
	
	#search-mobile{
		text-transform: uppercase;
		text-align: center;
		font-weight: 600;
		border-bottom: 1px solid #e1e1e1;
		display: inline-block;
		width: 100%;
		padding: 10px 20px;
		color: #FFF;
		background-color: #ef5656;
		margin-top: -10px;
	}
	
	.homefilter{
		position: relative;
		top: 0;
		left: 0;
		padding-top: 30px;
		padding-bottom: 15px;
		transform: none;
		max-width: 100%;
		display: none;
		background-color: #efefef;
	}
	
	.homefilter .container{
		padding: 0;
	}
	
	.homefilter #form-ricerca{
		margin-top: 10px;
	}
	
	.contract-button .btn{
		padding: 4px 10px;
		min-width: 100px;
		width: auto;
		margin-left: 6px;
    	margin-right: 6px;
	}
	
	.input-box{
		display: inline-block;
		background: none;
		width: 100%;
		margin-top: 0;
	}
	
	#form-ricerca .search-city{
		background-color: #FFF;
		margin-bottom: 20px;
		padding: 5px 10px;
		border-radius: 10px;
		height: 36px;
	}
	
	#form-ricerca .search-type{
		background-color: #FFF;
		margin-bottom: 20px;
		padding: 5px 10px;
		border-radius: 10px;
		height: 36px;
		border-left: none;
	}
	
	#form-ricerca .search-city .autocomplete{
		top: 100%;
	}
}




/* --- NUOVA GRAFICA VENDITE/AFFITTI --- */ 

.upper-header{
	height: auto;
    min-height: 100%;
	overflow: visible;
	display: block;
}

.upper-header nav.navbar{
	/*position: sticky;*/
}

.upper-header header{
	position: -webkit-sticky;
	position: sticky;
    top: 0;
    z-index: 101;
	align-self: flex-start;
}

.special-view #form-ricerca{
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
}

.special-view #form-ricerca-in{
	padding-top: 75px;
	padding-bottom: 20px;
}

.main-map{
	display: flex;
    position: relative;
    flex-grow: 1;
	margin-top: -65px;
    padding-top: 0;
}

.main-map .properties-list{
	display: inline-block;
    flex: 1 0 100%;
    flex-direction: column;
    width: 100%;
	max-width: 50%;
	padding-top: 17px;
	/*padding-right: 5px;*/
	min-height: 800px;
	padding-bottom: 20px;
}

.main-map .map-list{
	display: flex;
    width: 100%;
    transition: transform .25s cubic-bezier(.2, 0, 0, 1);
    content-visibility: auto;
    contain: layout style;
	/*margin-top: -50px;*/
}

.main-map .map-list .map-int{
	position: sticky;
    top: 135px;
    height: calc(100vh - 135px);  
	width: 100%;
	overflow: hidden;
}

.main-map .map-list .map-int #mapdiv{
	position: relative;
    height: 100%;
    width: 100%;
    outline: none;
}

.properties-list .preview-selected {
    /*border: 1px solid rgb(219, 158, 161, 0.5) !important;*/
    box-shadow: 4px 4px 5px 0px rgb(219, 158, 161, 0.5) !important;
}

.mt-20{
	margin-top: 20px;
}

.fake-select [data-option]:hover {
    color: white;
    background-color: #000;
}

.fake-select--options div{
    border-bottom: 1px solid #fff !important;
    background-color: #181818;
    color: white;
    text-align: center;
    z-index: 99;
    padding-bottom: 5px !important;
    border-right: 1px solid #181818;
    border-left: 1px solid #181818;
    cursor: pointer;
}

.pll{
	padding-left: calc(1.5rem * .5);
}

.plr{
	padding-right: calc(1.5rem * .5);
}

#list-elements{
	padding-right: 2px;
}

.upper-header #form-ricerca-in{
	padding-left: calc(1.5rem * .5);
	padding-right: calc(1.5rem * .5);
}

.upper-header .btn-outline-dark{
	height: 30px;
}

.upper-header .tutti-filtri{
	
}

#form-ricerca-fpopup{
	color: #000;
}

#form-ricerca-fpopup input::placeholder {
    color: gray;
    opacity: 1; /* opzionale: alcuni browser applicano un'opacità di default */
}

#form-ricerca-fpopup .select-selected{
	color: gray;
}

.close-map-mobile{
	display: none;
}

.modal-lg{
    max-width: 800px;
}

.pulse-border {
    position: relative;
	border-radius: 50%;
    animation: pulseBorder 1.5s infinite;
}

#modal-filtri .rifFiltro{
	color: #000;
}

.div-btn-submit{
	padding-top: 10px;
	padding-left: 30px;
}

.div-btn-submit .btn{
	width: 100%;
}

.main-map .properties-list .breadcrubs .container{
	max-width: 100% !important;
}

.upper-header button.slick-prev,
.upper-header button.slick-next{
	width: 38px;
	height: 38px;
}

@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 86, 86, 0.8);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(239, 86, 86, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(239, 86, 86, 0.1);
    }
}


@media (max-width: 991px){	
	.upper-header .btn.btn-outline-dark{
		display: inline-block;
	}
	
	.upper-header #form-ricerca{
		text-align: center;
	}
	
	.special-view #form-ricerca{
		padding-top: 85px;
		background-color: #FFF;
		padding-bottom: 5px;
	}
	
	.main-map{
		margin-top: 0;
	}
	
	.main-map .properties-list{
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 15px;
		max-width: 100%;
	}
	
	.main-map .map-list{
		left: 100%;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 1000;
	}
	
	.main-map .map-list .map-int{
		top: 0;
    	height: 100%;
	}
		
	.listings-col:nth-child(odd), .listings-col:nth-child(odd) {
		top: 0px;
	}
	
	.map-visibile{
		left: 0 !important;
	}
	
	.map-visibile #close-map-mobile{
		display: block;
		position: absolute;
		top: 0;
		right: 2px;
		border-radius: 999px;
		/*border: 1px solid #888;*/
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background-color: rgba(255,255,255, 0.3);
		cursor: pointer;
		font-weight: 600;
		z-index: 999;
	}
	
	#view-map .btn:hover{
		background-color: #FFF;
	}
	
	#list-elements{
		padding-right: 1px;
	}
	
	#modal-filtri .modal-dialog{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.main-map .properties-list{
		min-height: 400px;
	}
}

@media (max-width: 767px){
	.listings-col {
    	width: 100% !important;
  	}
	
	.listings-col:nth-child(odd), .listings-col:nth-child(odd) {
		top: 0px;
		float: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.listings-col{
		width: 100% !important;
	}
}