﻿html, body{	
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	font-size:20px;
	background-color:#ffffff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	color: #3C3C3B;
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size:60px;
    line-height:60px;
}
h2{
	font-size:45px;
	line-height: 45px;
	font-weight:400;
	position:relative;
}
h3{
	font-size:30px;
	line-height: 30px;
	font-weight:800;
}
img.fleft{
	margin-right:10px;
}
img.fright{
	margin-left:10px;
}

.hspace{
	position:relative;
	height:35px;
}
.first-space{
	padding-top:200px;
}
.space{
	position:relative;
	height:70px;
}
.msec{
	padding-top:70px;
	padding-bottom:70px;	
}
.sep_border{
	border-bottom:1px solid #E71D72;
}
.tit-s{
    font-size:28px;
    color:#C5E370;
    margin-top:0;
}
.header{
	overflow: visible;
}
.header .r1{
	height:100px;
	position: relative;
	background-color:#E71D72;
}
.header .r1 a{
	color:#ffffff;	
}
.header .r1 a:hover{
	color:#CDDB74;
}
.header .r2{
	font-size:18px;
	position: relative;
	height:127px;
}
.header .r2 a{
	color:#121213;
}
.header .r2 a:hover{
	color:#E71D72;
}
.header .r2 b{
	font-size:16px;
}
.header .r2 div{
	position: relative;
}
.c1{
	color:#E71D72;
}
.bg1{
	background-color:#E71D72;
}
.c2{
    color:#C1DB7D;
}
.c3{
	color:#1DBBAF;
}
.c4{
	color:#94E9E3;
}
.bg4{
	background-color:#94E9E3;
}
.cw{
	color:white;
}
.c_orange{
	color:#ff8000;
}
.bg1 a{
    color:white;
}
.bg1 a:hover{
    color:#F8F8F8;
}
.bg2 a{
    color:white;
}
.container-lg{
    max-width:100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.page-header h1{
	font-size:40px;
	padding-top:270px;
}
.page{
	text-align: justify;
}
.page h2{
	font-weight:600;
}
.multi .quartiere h5{
	color:#b40f20;
	text-align:center;
}
.slider-fullscreen{
	overflow:hidden;
}
#intro-home{
    background-color:#94E9E3;
	color:#E71D72;
	max-height:650px;
	position:relative;
}
#intro-home #i1{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:975px;
	background-image:url(/images/ls/s1.jpg);
	background-position: 100%;
	background-size: contain;
}
#intro-home #m1{
	position:absolute;
	top:0;
	height:100%;
	width:3400px;
	background-image:url(/images/ls/m1.png);
	background-position: 100%;
	background-size: contain;
	background-repeat:repeat-x;
	right: -300px;
	animation: slide-in 3s ease forwards;
}
@keyframes slide-in {
	from {
	  right: -300px;
	}
	to {
	  right: 0px;
	}
}
#intro-home .container{
	position:relative;
}
@keyframes fadeInOpacity {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
@keyframes skew {
	0% {
	  transform: skewX(40deg);
	}
	100% {
	  transform: skewX(0);
	}
  }
#intro-home .txt-1{
	padding-top:10%;
	padding-left:8%;
	font-size:3.5vw;
	line-height:3.5vw;
	animation-fill-mode:forwards;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
	animation-delay: 0.9s;
	opacity: 0;
}
#intro-home .txt-1 div{
	animation-fill-mode:forwards;
	animation: skew 0.5s;
	animation-delay: 0.9s;
}
#intro-home .txt-2{
	font-size:2vw;
	line-height:2vw;
	padding-left:8%;
	margin-top:2%;
	margin-bottom:2%;
	font-weight:400;
	color:#1A1A1A;
	animation-fill-mode:forwards;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
	animation-delay: 1.3s;
	opacity: 0;
	max-width:50%;
}
#intro-home .txt-2 div{
	animation-fill-mode:forwards;
	animation: skew 0.5s;
	animation-delay: 1.3s;
}
#intro-home .cont_btn{		
	padding-left:8%;
	animation-fill-mode:forwards;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
	animation-delay: 1.7s;
	opacity: 0;
	padding-bottom:5%;
}
#intro-home .btn{
	font-size:1.5vw;
	line-height:1.5vw;
	padding:0.5em;
	animation-fill-mode:forwards;
	animation: skew 0.5s;
	animation-delay: 1.7s;
}
.pln{
	border-radius:100px;
	background-color:#63D1CA;
	display:inline-block;
	width:1vw;
	height:1vw;
	margin:0.2vw;
}
#pln1{
	position:absolute;
	top:7%;
	left: 4%;
	opacity: 0;
	animation: slide-in-pln1 2s forwards, fade-in 2s forwards;
  }
  
  @keyframes slide-in-pln1 {
	from {
	  left: 4%;
	}
	to {
	  left: 7.7%;
	}
  }
  
  @keyframes fade-in {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
#pln2{
	position:absolute;
	top:11%;
	left:3.3%;
	opacity:0;
	animation: slide-in-pln2 2s 0.5s forwards, fade-in 2s 0.5s forwards;
}
@keyframes slide-in-pln2 {
	from {
	  left: 3.3%;
	}
	to {
	  left: 6%;
	}
  }
#pln3{
	position:absolute;
	top:12%;
	right:-2%;
	opacity:0;
	animation: slide-in-pln3 2s 1s forwards, fade-in 2s 1s forwards;
}
@keyframes slide-in-pln3 {
	from {
		right: -2%;
	}
	to {
		right: 2%;
	}
}
#pln4{
	position:absolute;
	top:50%;
	left:33%;
	opacity:0;
	animation: slide-in-pln4 2s forwards, fade-in 2s forwards;
}
@keyframes slide-in-pln4 {
	from {
	  left: 33%;
	}
	to {
	  left: 45%;
	}
}
#pln5{
	position:absolute;
	bottom:17%;
	left:32.8%;
	opacity:0;
	animation: slide-in-pln5 2s forwards, fade-in 2s forwards;
}
@keyframes slide-in-pln5 {
	from {
	  left: 32.8%;
	}
	to {
	  left: 28.8%;
	}
}
#pln6{
	position:absolute;
	bottom:10%;
	left:28%;
	opacity:0;
	animation: slide-in-pln6 2s 0.8s forwards, fade-in 2s 0.8s forwards;
}
@keyframes slide-in-pln6 {
	from {
	  left: 28%;
	}
	to {
	  left: 24%;
	}
}
#pln5 .pln,#pln6 .pln{
	width:2vw;
	height:2vw;
	margin:0.3vw;
}
.c_cont, .c_row{
    height:100%;
}
.header .logo{	
	width:100%;
	max-width:275px;
}
a.logo_link{
    text-align:left;
    color:#3f4448;
    font-weight:bold;
    line-height:24px;
    font-size:25px;
}
.h2_logo{
	height:36px;
	margin-bottom:9px;
}
a.logo_link:hover{
    text-decoration:none!important;
}
.logout a{
    cursor:pointer;
}
.top_nav{
	position: relative;
	font-size: 14px;
}
.top_nav i{
	font-size:20px;
	line-height: 20px;
}
.top_nav div{
	display: inline-block;
	line-height: 18px;
}
.fab{
	vertical-align: bottom;
}
.top_nav .flags{
	padding-left: 20px;
	padding-right:20px;
}
.top_nav a{
	color:#ffffff;
}
.top_nav a:hover{
	color:#C5E370;
	text-decoration: none;
}
.rel{
	position: relative;
}
.navbar{
    align-items:normal;
}
.navbar-collapse{
	background-color:#ffffff;
	text-align:center;
}
.main-navigation a:hover{
	text-decoration:underline;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
li.dropdown {
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color:rgba(255,255,255,0.8);
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1000;
	padding:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.dropdown-content li{
	list-style-type:none!important;
	margin:0;
	padding:0!important;
}
.dropdown-content a:hover {
	color: #000000!important;
	border-top:0;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.cont_flags{
	position:absolute;
	right:0px;
	top:20px;
	height:22px;
}
.cont_flags img{
	width:20px;
	margin-right:3px;
}
.text_home img.ico{
	width:100%;
	max-width:45px;
}
.home_left .col_f{
	margin-bottom:15px;
	margin-top:15px;
}
.index #vendere-con-noi{
	margin-top:-120px;
	position: relative;
}
#ricerca{
	position: relative;
}
.box h1{
	text-align:center;
	border-top:5px solid #E6E6E6;
	border-bottom:5px solid #E6E6E6;
	padding:10px 0;
	line-height:40px;
	font-weight:normal;
	margin-bottom:30px;
}
#paginatore a{
	display:inline-block;
	padding:6px 12px;
	line-height:16px;
	text-align:center;	
	cursor:pointer;
}
#paginatore a:hover{
	color:#666666!important;
	background-color:#E6E6E6;
}
#contatto{
	background-image:url(/images/bg_contatto.jpg);
	background-position: 20%;
	background-size: cover;
	background-repeat: no-repeat;
	color:#282828;
}
#contatto b{
	font-size:30px;
	color:#b40f20;
}
#contatto .bg{
	background-color: #F1EFEF;
}
#contatto #f-contatto .form-control,#form_contatti_rif .form-control{
	background-color: #ffffff;
	color:#282828;
	border-width: 0;
	font-weight: bold;
}

#contatto #f-contatto .form-floating>label,#form_contatti_rif .form-floating>label{
	color:#b40f20;
	z-index:4;
	font-weight: bold;
}
#contatto #f-contatto .form-floating>label.notreq,#form_contatti_rif .form-floating>label.notreq{
	color:#8E97AC;
}
.txt-shadow{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color=#000000)";/*IE 8*/
	text-shadow: 0 0 4px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); /*IE 5.5-7*/
}
#footer{
	text-align: justify;
}
#footer .logo{
	height:41px;
}
#footer .r2{
	font-weight:500;
	color:#ffffff;
}
#footer .head{
	height:60px;
}
#footer .head.cw{
	padding-top:10px;
}
#footer .cw strong{
	font-size:18px;
}
#footer a:hover{
	color:#C1DB7D;
}
#footer .social{
	font-size:1.5em;
	line-height:0;
}
.gallery img {
    width: 100%;
}
.pswp__bg{
	opacity:0.75!important;
}
/*--- IUBENDA ---- */
#iubenda-cs-banner{   
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;    
}
.iubenda-cs-content{
    display:block;
    margin:0 auto;
    padding: 20px;
    width:auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;
}

.iubenda-cs-rationale{
    max-width: 900px; position:relative; margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
/*------ FINE IUBENDA -----*/
.btn{
    border-width:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border-radius:30px;
}
.btn-secondary,.btn-secondary:focus{
    color:#ffffff;
    border-color:transparent;
	background-color:#E71D72;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	transition: none!important;
}
.btn-secondary:hover,.btn-secondary:active{
    color:#E71D72;
	background: #ffffff;	
}
.btn-inverse:hover{
    color:#C5E370!important;
    background-color:#ffffff;
    border-color:#ffffff;
    border-radius:0;
}
.btn-inverse{
    color:#ffffff!important;
    background-color:#C5E370;
    border-color:#ffffff;
    border-radius:0;
}

.btn-primary,.btn-primary:focus{
    color:#ffffff;
    background-color:#E71D72;
    border-color:#E71D72;
	font-weight:500;
}
.modal .btn-secondary{
	background:none;
    color:#ffffff!important;
    background-color:#E71D72!important;
    border-color:#E71D72!important;
}
.btn-primary:hover,.btn-primary:active,.modal .btn-secondary:hover,.modal .btn-secondary:active{
    color:#E71D72!important;
	background-color:#C1DB7D!important;
    border-color:#C1DB7D!important;
	text-decoration: none;
}
.btn-white,.btn-white:focus{
	background-color:white;
	color:#b40f20!important;
}
.btn-white:hover,.btn-white:active{
	background-color:#000000;
	color:white!important;
}
.btn-dark{
	color:#5ba547;
	background-color:transparent;
	border-color:#5ba547;
}
.btn-dark:hover{
	color:#ffffff;
	background-color: #5ba547;
	border-color: #5ba547;
	text-decoration: none;
}
.fdh{
	color:#D3062B;
	font-size:40px;
}
#paginatore a{
    background-color:transparent;
    color:#5ba547;
    border-color:#5ba547;
    border:1px solid #5ba547;
}
#paginatore a:hover{
    text-decoration:none;
    background-color:#5ba547;
    color:#ffffff!important;
    border-color:#5ba547;
}
#paginatore{
    margin-top:60px;
    text-align:center;
}
#paginatore a.selected{
    text-decoration:underline;
}
.btn-danger{
    color:#dc3545;
    background-color:transparent;
    border-color:#dc3545;
    border-radius:0;
}
.btn-danger:hover{
    background-color:#dc3545;
    color:#ffffff;
    border-color:#dc3545;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #C5E370;
}
#form_contatti{
    margin:auto;
}
#form_login{
    max-width:600px;
    margin:auto;
}
#box_msg_send{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	top:0;
	left:0;
	display:none;
	z-index:10;
}
#msg_send{
	position:relative;
	width:280px;	
	font-size:14px;	
	top:179px;
	margin:auto;
	border:2px solid #000;	
	background-color:#f9f9f9;
	padding:10px;
	text-align:center;
}
#msg_send .tit{
	font-size:20px;
}
#bg_box_send{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:white;
	opacity: 0.55;
	filter: alpha(opacity=55); /* For IE8 and earlier */	
}
label.error{	
	color:#b40f20;
    padding: 0;
    font-size: 12px;
    transform-origin: 0;
    border: 0;
    transform: none!important;
    text-align: right;
    display: inline-block;
    height: auto;
    right: 0;
    top: 0;
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 1!important;
    line-height: 16px;
}
.box_privacy{
    width:100%;
    padding:20px;
    height:300px;
    overflow-y:scroll;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #eee;
    margin-top:10px;
    margin-bottom:10px;
}
.custom-checkbox .error{
    display:block;
}
#map{
    height: 100%;
    width: 100%;
    min-height:340px;
}
.collegamenti a{
    font-size:8px;
}
.collegamenti a:hover{
    text-decoration:none;
}
.collegamenti a:first-child{
    margin-left:-6px;
}
.btn_edit{
    font-size:16px;
    color:#C5E370;
    position:absolute;
    right:15px;
    top:0;
    cursor:pointer;
}
.btn_edit span{
    font-size:12px;
}
.btn_edit:hover{
    color:#3f4448;
}
.cont_btn_editor{
    position:absolute;
    right:15px;
    top:0;
}
.cont_btn_editor .btn_edit{
    position:relative;
    float:left;
    right:0;
}
.modal-backdrop{
    z-index:998;
}
.modal{
    z-index:999;
	color:#282828;
}
.modal-xl .modal-dialog{
    max-width:1020px!important;
}
.modal-l .modal-dialog{
    max-width:960px!important;
}
.modal-m .modal-dialog{
    max-width:700px!important;
}
.modal-s .modal-dialog{
    max-width:560px!important;
}
.abtn{
    cursor:pointer;
}
.list .item .btn{
    margin-top:10px;
}
.list h1{
    font-size:26px;
}
.list .indirizzo{
    position:relative;
}
.list .descrizione{
    margin-top:6px;
}
.list img {
    width: 100%;
}
.list .item{
    position:relative;
}
.list .sep{
	background-color: #C5E370;
	height:1px;
	width:100%;
}

.list .item .img, .list .item .desc,.list .item .img .cont_img{
	position: relative;
}
.box_admin{
    background-color:#eee;
    padding-top:20px;
    padding-bottom:40px;
}
.box_admin .text{
    line-height:20px;
}
.box_admin .tit-s{
    position:relative;
}
.ph{
    color:#bebebe;
}
.img_ph{
    background-color:#dadada;
    color:#ffffff;
    font-size:50px;
    padding-top:30%;
    padding-bottom:30%;
}
.tit-s .fas {
    font-size: 15px;
}
.label .fas{
    font-size:10px;
}
.owl-dots{
    margin-top:10px;
	text-align:center;
}
.owl-carousel button{
	text-align:center;
}
.owl-carousel button.owl-dot{
    width:15px;
    height:15px;
    border-radius:15px;
    border:2px solid #1DBBAF!important;
    margin-left:8px;
    margin-right:8px;
}
.owl-carousel button.owl-dot{
	border:2px solid #1DBBAF!important;
}
.owl-carousel button.owl-dot.active{
    background-color:#1DBBAF;
}
.owl-nav{
    font-size:70px;
    width:100%;
    line-height:1;
	color:#E71D72;
	text-align:center;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
}
.owl-carousel .owl-prev {
	position: absolute;
	left: -50px;
}
.owl-carousel .owl-next {
	position: absolute;
	right: -50px;
}
.owl-nav button.disabled{
    visibility:hidden;
}
.owl-carousel .owl-nav i{
	font-size:50px;
}
.owl-carousel .owl-nav .owl-prev i{
	margin-right:10px;
}
.owl-carousel .owl-nav .owl-next i{
	margin-left:10px;
}
.owl-vetrina .c_imgs img{
	-webkit-border-radius: 20px 20px 0 0;/*Safari, Chrome*/
	-moz-border-radius: 20px 20px 0 0;/*Firefox*/
	border-radius: 20px 20px 0 0;
}
.owl-vetrina a:hover{
	color:#282828;
}
.owl-vetrina .sep{
	position:relative;
	margin-top:-1px;
	height:10px;
	width:100%;
	background-color:#00AB9E;
	border-top:2px solid #00AB9E;
	background: -moz-repeating-linear-gradient(315deg, #C1DB7D, #C1DB7D 0, #C1DB7D 8px, #00AB9E 8px, #00AB9E 13px);/* FF3.6+ */
	background: -webkit-repeating-gradient(linear, 315deg, color-stop(0, C1DB7D), color-stop(8px, C1DB7D), color-stop(8px, 00AB9E), color-stop(13px, 00AB9E));/* Chrome,Safari4+ */
	background: -webkit-repeating-linear-gradient(315deg, #C1DB7D, #C1DB7D 0, #C1DB7D 8px, #00AB9E 8px, #00AB9E 13px);/* Chrome10+,Safari5.1+ */
	background: -o-repeating-linear-gradient(315deg, #C1DB7D, #C1DB7D 0, #C1DB7D 8px, #00AB9E 8px, #00AB9E 13px);/* Opera 11.10+ */
	background: -ms-linear-gradient(315deg, #C1DB7D, #C1DB7D 0, #C1DB7D 8px, #00AB9E 8px, #00AB9E 13px);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: repeating-linear-gradient(315deg, #C1DB7D, #C1DB7D 0, #C1DB7D 8px, #00AB9E 8px, #00AB9E 13px);/* W3C */
}
.box .sep{
	position:relative;
	height:10px;
	width:100%;
	background: -moz-repeating-linear-gradient(315deg, #46BF7D, #46BF7D 0, #46BF7D 8px, #00AB9E 8px, #00AB9E 13px);/* FF3.6+ */
	background: -webkit-repeating-gradient(linear, 315deg, color-stop(0, 46BF7D), color-stop(8px, 46BF7D), color-stop(8px, 00AB9E), color-stop(13px, 00AB9E));/* Chrome,Safari4+ */
	background: -webkit-repeating-linear-gradient(315deg, #46BF7D, #46BF7D 0, #46BF7D 8px, #00AB9E 8px, #00AB9E 13px);/* Chrome10+,Safari5.1+ */
	background: -o-repeating-linear-gradient(315deg, #46BF7D, #46BF7D 0, #46BF7D 8px, #00AB9E 8px, #00AB9E 13px);/* Opera 11.10+ */
	background: -ms-linear-gradient(315deg, #46BF7D, #46BF7D 0, #46BF7D 8px, #00AB9E 8px, #00AB9E 13px);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: repeating-linear-gradient(315deg, #46BF7D, #46BF7D 0, #46BF7D 8px, #00AB9E 8px, #00AB9E 13px);/* W3C */
}
.owl-carousel .pos{
    display:inline-block;
    margin-bottom:10px;
    background-color:white;
    color:#C5E370;
    font-weight:bold;
    text-align:center;
    width:35px;
    height:35px;
    line-height:35px;
    border-radius:35px;
    font-size:16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);/*FF 3.5+*/
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.owl-carousel .tit{
    font-weight:bold;
    font-size:24px;
}
.grecaptcha-badge{
    visibility:hidden;
}
.ug-lightbox-overlay{
    opacity:0.7!important;
}
.cont_loghi{
    margin-top:30px;
    margin-bottom:30px;
}
.cont_loghi .tavisaul{
    width:120px;
}
.cont_loghi .afip{
    width:160px;
}

.owl-carousel-f .tit{
    font-size:16px;
}
.owl-carousel-f .owl-nav{
   font-size:35px;
   line-height:35px;
}
#s_email a{
    color: #3f4448;
}
.owl-partner .item{
	margin: auto;
	padding:15px;
}
.owl-partner img{
	width:auto!important;
	height:30px;
	display: inline-block!important;
}
.cont_crt{
	margin-top: 4px;
}
.cont_crt_align i{
	display: block;
	float:left;
}
.form-red .form-control,#newsletter .form-control,.form-red .form-select{
	background-color: transparent!important;
	border-color: white!important;
	color:white!important;
	border-width: 2px;
	font-weight: bold;
}
.form-red input:-webkit-autofill,
.form-red input:-webkit-autofill:hover, 
.form-red input:-webkit-autofill:focus,
.form-red textarea:-webkit-autofill,
.form-red textarea:-webkit-autofill:hover,
.form-red textarea:-webkit-autofill:focus,
.form-red select:-webkit-autofill,
.form-red select:-webkit-autofill:hover,
.form-red select:-webkit-autofill:focus {
  border: 1px solid #ffff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #D3062B inset;
  transition: background-color 5000s ease-in-out 0s;
}
#newsletter .form-control{
	background-color:#D3062B ;
}
.form-floating>label{
	z-index:4;
}
#newsletter .form-floating>label{
	font-weight: normal;
}
.carousel-item{
	position: relative;
}
.carousel-item .container{
	position: absolute;
	bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: right;
}

form input{
	border-radius:100px!important;
	border-color:#E71D72!important;
}
form .blink{
	background-color: #C5E370!important;
}
form .btn-cerca{
	border-radius:100%;
	width:72px;
	height:72px;
	background-color:#00AB9E;
	border:0;
	color:#ffffff;
	font-size:35px;
}
form .btn-cerca:hover{
	background-color:#E71D72;
}
#richiedi-info{
	display: none;
}
#richiedi-info .form-floating{
	color:#004D6E;
}
.form-control:disabled, .form-control[readonly]{
	background-color:#ddd!important;
	border-color: #ddd!important;
}
#richiedi-info label.error{
	background-color:#ffffff;
	padding-bottom: 2px;
}
.bg3 .bg_lv{
	background-image:url(/images/bg_lv.png);
	background-size:cover;
	height:100%;
	width:100%;
}
.btns_filtri a{
	margin-right:30px;
	color:#ffffff;
}
.btns_filtri a:hover{
	color:#000000;
	text-decoration: none;
}
#contatti .fab:hover{
	color:#81816b;
}
.mappa_full{
	width:100%;
	height: 600px;
	margin: auto;
}
.ttip{
	text-align:left;
	color:black;
}
.ttip .tit, .ttip a{
	font-weight: 700;
}
.ttip div{
	margin-bottom:7px;
}

.carousel-next-icon, .carousel-prev-icon{
	font-size:60px;
	color:#E71D72;
}

.carousel-indicators [data-bs-target]{
	height:10px;
	width:10px;
	border-radius:100%;
	border:2px solid #E71D72;
	opacity:1;
	background-color:transparent;
}
.carousel-indicators .active{
	background-color:#E71D72;
}
.item_v{
	-webkit-border-radius: 30px;/*Safari, Chrome*/
	-moz-border-radius: 30px;/*Firefox*/
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	color:#3C3C3B;
	background-color: #4DCBC2;
	border:2px solid #00AB9E;
	cursor:pointer;
}
.item_v .id{
	color:#fff;
	text-align:left;
	font-size:18px;
	font-weight:600;
}
.item_v .tit{
	font-size:20px;
	line-height:1;
	font-weight:400;
	margin-bottom:7px;
}
.item_v .spec{
	font-size:16px;
	margin-bottom:7px;
}
.item_v .base-asta{
	font-size:16px;
	color:#fff;
	font-weight: 600;
}
.item_v .prezzo{
	margin-bottom:6px;
}
.item_v .disponibilita{
	margin-top:6px;
}
.item_v .tipo{
	font-size:11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.item_v .c_imgs{
	position: relative;
}
.item_v .c_imgs .default{
	background-color:#ddd;
}
.img_v{
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	width:100%;
}
.img_2{
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
}
.item_v:hover > .c_imgs .img_2{
	opacity: 1;
}
.item_b4 .lbl{
	position: absolute;
	-webkit-border-radius: 3px;/*Safari, Chrome*/
	-moz-border-radius: 3px;/*Firefox*/
	border-radius: 3px;
	font-weight: bold;
	color:white;
	padding:2px 12px;
	font-size:11px;
}
.item_b4 .prezzo{
	bottom:10px;
	left:10px;
	font-size:13px;
	background-color: #3F3F3F;
}
.item_b4 .andato{
	bottom:16px;
	right:10px;
	font-size:13px;
	background-color: #ffffff;
	color:#D3062B;
	border:3px solid #D3062B;
	line-height:14px;
}
.item_b4 .in_trattativa{
	bottom:16px;
	right:10px;
	font-size:13px;
	background-color: #ffffff;
	color:#ff8000;
	border:3px solid #ff8000;
	line-height:14px;
}
.item_b4 .disponiblita{
	bottom:10px;
	right:10px;
	line-height: 12px;
	background-color: #f58b4c;
	color:#ffffff;
	text-align:right;
}
.item_b4 .contratto{	
	top:10px;
	right:10px;
	text-transform:uppercase;
}
.item_b4 .disp{
	font-size:12px;
	font-weight:bold;
	margin-top:7px;
}
.green{
	color:green;
}
.orange{
	color:orange;
}
.red{
	color:red;
}
.item_b4 .Affitto,.item_b4 .affitto{
	background-color:#99C355;
}
.item_b4 .Vendita,.item_b4 .vendita{
	background-color: #D3062B;
}
.item_b4 .Affitto,.item_b4 .camera{
	background-color:#4185de;
}
.item_b4 .icons{
	padding-top:6px;
	padding-bottom:6px;
	font-size:12px;
	line-height:1.5;
	font-weight:600;
}
.item_b4 .icons .material-icons,.item_b4 .icons .material-icons-outlined{
	background-color: #F4F5F8;
	font-size:18px;
	color:#8E97AC;
}
.item_b4 .icons .resp{
	font-size:16px;
}
.ug-gallery-wrapper .ug-slider-wrapper{
	background-color: transparent!important;
}
.contatti_old .fas,.contatti_old .far{
	font-size:36px;
	margin-bottom: 20px;
}
.page.contatti_old{
	font-size:20px;
}
.page.contatti_old a{
	color:#6F6F6F;
}
.contatti .fas,.contatti .far{
	font-size:26px;
	margin-bottom: 20px;
	color:#b40f20;
	display: inline;
}
.page.contatti{
	font-size:16px;
}
.page.contatti a{
	color:#6F6F6F;
}
.page.contatti a:hover{
	text-decoration: underline;
}
.page-red .list a{
	color:#ffffff;
}
.page-red .list a:hover{
	text-decoration: underline;
}

.page-header .overlay{
	background-color:rgba(37,37,37,0.4);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#intro-page{
	position: relative;
}
.cont_cheader,.cont_trp{
	height:70px;
}
.contatti_header{
	position: absolute!important;;
	right:-30px;
	width:880px;
}
.trp div{
	position: absolute;
	right:40px;
}
#contatto a{
	color:#282828;
}
#contatto a:hover{
	color:#b40f20;
}
.form-red a{
	color:white;
}
.form-red a:hover,.form_red a:hover{
	color:#C5E370;
}
.form-red label.error{
	color:yellow;
	font-weight: bold;
}
#form_contatti_rif label.error{
	background-color:white;
	padding:5px;
	border-radius: 0.2rem;
	font-weight: bold;
}
.comingsoon{
	font-size:22px;
}
.white-popup{
	max-width: 1000px;
	color:#b40f20;
	z-index:999999;
}
.white-popup img{
	width:100%;
}
#menufication-top, #menufication-non-css3-top{
	z-index: 1000!important;
}
.tbl_caratteristiche td{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding:5px 15px;

}
.mm_r{
	text-align:center;	
	color:white;
	/*-webkit-border-radius: 5px;    
    border-radius: 5px;*/	
	display: inline-block;
	font-weight: bold;
	font-size:13px;
	width:24px;
	height:16px;
	line-height: 16px;
	margin-right:2px;
	-webkit-transition: background 50ms ease;
	-moz-transition: background 50ms ease;
	-ms-transition: background 50ms ease;
	-o-transition: background 50ms ease;
	transition: background 50ms ease;
}
.mm1{
	background: #ee2e22;	
}
	
.mm2{
	background: #5c9731;
}
.mm3{
	background: #fcb814;
}
.mm5{
	background: #9396ca;
}
.stazione{
	display: inline-block;
}
.contatti_rif .cont_logo{
	background-color:white;
	border:2px solid #B30F20;
	border-radius:100%;
	width:120px;
	height:120px;
	position:relative;
	text-align: center;
	margin:auto;
	margin-top:-100px;
}
.contatti_rif .cont_logo img{
	height:76px;
	margin-top:14px;
}
.form-floating>.form-control:not(:placeholder-shown)~label{
	opacity: 1;
}
.si_cont_buttons .btn{
	display: inline-block;
	width: 110px;
	margin-left:5px;
	margin-right:5px;
	height:60px;
	line-height: 14px;
	font-size:12px;
}
.si_cont_buttons .btn .ico{
	font-size:24px;
	height:30px;
}
.p-immobile .icons{	
	font-weight: bold;
}
.p-immobile .icons i,.p-immobile .icons .material-icons-outlined,.p-immobile .icons .material-icons{
	color:#B30F20;
	vertical-align:middle;
	margin-bottom:2px;
}
.p-immobile .id{
	color:#E71D72;
	font-size:28px;
}
.p-immobile .box{
	border-radius:30px;
	border:2px solid #2BB4AD;
	overflow:hidden;
}
#form-ricerca .slider-wrapper{
	position:relative;
	padding-top:50px;
	width:85%;
	margin:auto;
}
#form-ricerca .ui-slider{
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.5);;
	height: 8px;
	position: relative;
	border-radius: 100px;
}
#form-ricerca .ui-slider-range{
	background: #fff;
	height: 8px;
	position: absolute;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateY(-1px);
}
#form-ricerca .ui-slider-handle{
	background: #B30F20;
	border: 2px solid #fff;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	display: block;
	transform: translate(-50%, -50%);
	border-radius: 100px;
	z-index: 10;
	background: linear-gradient(#ee2e22, #890919);
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	box-shadow: inset -2px -2px 6px 2px rgba(0,0,0, 0.1);
	transition: width 0.1s;
	margin-left:0;                                        
}
#form-ricerca .ui-state-active{
	width: 12px;
}
#form-ricerca .marker{
	position: absolute;
	top: 100%;
	padding-top: 6px;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	letter-spacing: 0.05em;
	transform: translateX(-50%);
}
#form-ricerca .marker-0{
}
#form-ricerca .marker-25{
	left: 25%;
}
#form-ricerca .marker-50{
	left: 50%;
}
#form-ricerca .marker-75{
	left: 75%;
}
#form-ricerca .marker-100{
	right: 0;
	transform: translateX(50%);
}
#form-ricerca .form-floating>.form-select~label{
	opacity:0.75;
	transform:translateY(-0.5rem) translateX(.15rem);
	font-size:12px;
}
#form-ricerca .form-select{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-opacity='0.75' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	border-color:rgba(255,255,255,1)!important;
}
#form-ricerca .select-min{	
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#form-ricerca .select-max{
	border-left:0;
	border-top-left-radius:0;
	border-bottom-left-radius: 0;
}
#form-ricerca .disabled .form-select,#form-ricerca .disabled label{
	opacity:0.35!important;
}
.sidebar .box{
	background-color:white;
	padding: 1.5rem!important;
	border-radius:7px;
}
.sidebar .box .tit{
	font-weight:bold;
}
.sidebar .box .sep{
	width:30px;
	height:2px;
	background-color:#6f6f6f;
	margin-top:10px;
	margin-bottom:20px;
}
.sidebar button{
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	width:100%;
}
.list_btn a{
	font-size:18px;
	color:#aaa;
	margin-left:7px;
	margin-bottom:7px;
	display:inline-block;
}
.list_btn a:hover{
	color:#b40f20;
}
.list_btng{
	font-size:14px;
	margin-bottom:10px;
}
.list_btng .btn-group{
	margin-left:5px;
}
.list_btng .btn-group .btn{
	padding-top:3px;
	padding-bottom:3px;
}
.list_btng .btn-group a{
	cursor:pointer;
}
.list_btng .btn-group a .cont_check{
	display:inline-block;
	width:20px;
}
.recenti img{
	border-radius:7px;
}
#popup_carousel .control{
	font-size:30px;
	color:#b40f20;
}
#popup_carousel .carousel-indicators{
	margin-bottom: 0.25em;
}

.popup{
	font-size:12px;
}
.popup strong{
	font-size:16px;
}
#form-ricerca .icheckbox_line-red{
	margin-right:7px;
}
option{
	color:red;
}
#form-ricerca .multiselect,#form-ricerca .multiselect-search{
	background:none;
	text-transform:capitalize;
	color:white;
	font-weight:bold;
}
#form-ricerca .multiselect-search{
	margin-top:13px;
}
#form-ricerca .multiselect-clear-icon,#form-ricerca .multiselect-caret{
	background-color:white;
}
.form-red .mselect .form-select{
	padding:0;
	padding-top:14px;
}

#form-ricerca .form-floating.mselect>.form-select~label{
	transform:translateY(-0.75rem) translateX(.15rem);
}
.form-red  .mselect .multiselect-tags{
	smargin-top:22px;
}
.form-red .mselect .multiselect-option{
	color:#282828!important;
}
.form-red .mselect .multiselect-option.is-pointed{

}
.form-red .mselect .multiselect-option.is-selected{
	background-color:#C5E370;
}
.form-red .mselect .multiselect-option.is-selected.is-pointed{
	background-color:rgb(197, 227, 112,0.75);
}
.form-red .mselect .multiselect-multiple-label, .form-red .mselect .multiselect-placeholder, .form-red .mselect .multiselect-single-label{
	margin-top:7px;
}
.form-red .mselect .multiselect-option.is-disabled{
	color:#ccc!important;
}
.form-red .mselect .multiselect-tag{
	background: #ffffff;
    color: #b40f20;
}
#lista-immobili .loading{
	font-size:40px;
}
.p-immobile .disp{
	font-weight:bold;
}
.page_txt strong, .page_txt a{
	color:#b40f20;
}
.page_txt a{
	text-decoration:underline;
}
.page_txt a:hover{
	color:#000000;
}
/* we will explain what these classes do next! */
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}
.landingpage{
	font-size:18px;
}
.landingpage h2{
	font-weight:600;
	color:black;
	line-height:1.2;
}
.landingpage .ev{
	color:#b40f20;
}
.landingpage h2 strong{
	font-weight:700;
}
.steps .nav-link{
	cursor:pointer;	
	font-weight:600;
	line-height:1.2;
	color:#b40f20;
	border:1px solid transparent;
	border-radius:0;
	height:160px;
	padding-top: 20px;
}
.steps .nav-link img{
	width:60%;
	max-width:60px;
	margin-bottom:20px;
}

.steps .nav-link img.white{
	display:none;
}
.steps .nav-link.active img.black{
	display:none;
}
.steps .nav-link:hover{	
	background-color:rgba(180,15,32,0.2);
}
.steps .nav-link.active{
	color:white;
	position: relative;
	border: 1px solid #b40f20;
	background-color:#b40f20;
	z-index:2;
}
.steps .nav-link.active img.white{
	display:inline-block;
}
.steps .nav-link.active:after,
.steps .nav-link.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.steps .nav-link.active:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #;
	border-width: 15px;
	margin-left: -15px;
}
.steps .nav-link.active:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #b40f20;
	border-width: 17px;
	margin-left: -17px;
}
.owl-steps{
	background-color:#dddddd;
	font-weight:600;
}
.lp{
	font-size:18px;
}
.accordion-body{
	background-color:black;
	color:white;
}
.accordion-body a{
	color:white;
	text-decoration:underline;
}
.accordion-button:not(.collapsed){
	background-color:black;
	color:white;
	border-color:black;
}
.accordion-button::after{
	content: "\f063";
  	font-family: "Font Awesome 5 Free";
  	font-style: normal;
  	font-variant-caps: normal;
  	font-variant-ligatures: normal;
  	font-weight: 900;
  	height: 16px;
  	line-height: 16px;
  	text-rendering: auto;
  	width: 16px;
  	-webkit-font-smoothing: antialiased;
	position:relative;
	background-image:none;
}
.accordion-button:not(.collapsed)::after{
	background-image:none;
}
.form_red a{
	color:white;
}
.landingpage h2{
	text-align:left;
}
.parallax-c{
	background-attachment:unset;
	background-position: bottom;
	background-size:cover;
}	
.sc-prezzo-big .prezzo-promo,.sc-prezzo-big .prezzo-promo_2{
	color:#005595;
}
.promo_testo,.promo_scadenza{
	color:#B30F20;
	
}
.promo_durata{
	color:#B30F20;
	font-size:20px;
}
.prezzo-barrato,.prezzo-barrato_2{
	text-decoration:line-through;
}

.cont_prezzo{
	font-size:1.4em;
}
.help_price{
	font-weight:normal;
	border-left:2px solid #B30F20;
	padding-left:15px;
	margin-top:15px;
	margin-left:30px;
}
.expand{
	cursor:pointer;
}
.expand:hover i{
	color:#E4405F;
}
.promo_canone{
	color:#B30F20;
}
.col_prezzo{
	padding:15px;
	background-color:#fff;
	border-radius:15px;
}
.cont_promo{
	padding-left:30px;
}
.p-immobile .icons .cont_prezzo .material-icons-outlined{
	margin-bottom:4px;
}
.cont_prezzo .prezzo-barrato{
	font-weight:normal;
}
#come-funziona p{
	text-align:justify;
}
#come-funziona .icon{
	margin-bottom:30px;
}
#come-funziona .icon .fa-stack{
	color:#CDDB74;
	font-size:60px;
}
#come-funziona .icon .fa-file-signature:before{
	margin-left:12px;
}
.punto{
	font-weight:600;
}
#sei-un-azienda-edile h2 .punto{
	margin-left:-19px;
}
#sei-un-azienda-edile .btn{
	font-size:1.5em;
	padding:0.5em 1em;
}
#footer .copy{
	font-size:14px;
}
.copy img{
	height:14px;
	margin-bottom:4px;
}
#cerchi-altro{
	background-image:url(/images/bg-cerchi-altro.jpg);
	background-position:center;
	position:relative;
}
#cerchi-altro .overlay{
	position:absolute;
	background-color:rgba(255,255,255,0.76);
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.termine{
	text-align:center;
	padding-top:5%;
}
.termine .diff{
	font-size:1.7em;
	font-weight:500;
}
.data-scadenza{
	text-align:center;
}
.box .base{
	font-weight:600;
	color:#2BB4AD;
	font-size:28px;
	margin-bottom:30px;
	margin-top:5%;
}
.box .offerte{
	font-weight:600;
	margin-bottom:5%;
}
.box .check{
	position:relative;
	border:2px solid #2BB4AD;
	width:40px;
	height:40px;
	line-height:35px;
	display:inline-block;
	text-align:center;
}
.box .tbl{
	line-height:35px;
}
.box .check span{
	position:relative;
}
.box .check i{
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:0;
	font-size:1.7em;
	color:#2BB4AD;
}
.box .border{
	border:1px solid #2BB4AD!important;
}
.p-immobile .spec{
	font-size:26px;
	font-weight:500;
	margin-bottom:20px;
	margin-top:15px;
}
.side .label{
	font-weight:600;
	margin-top:20px;
	margin-bottom:10px;
}
.tag{
	text-align:center;
	border:2px solid #E71D72;
	max-width:240px;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:30px;
	margin:auto;
	margin-bottom:30px;
	cursor:pointer;
	display:inline-block;
}
.tag:hover{
	background-color:#E71D72;
	color:#fff;
}
.documenti h3{
	color:#E71D72;
	margin-bottom:30px;
	font-weight:500;

}
.documenti .tag{
	margin-right:10px;
}