/* CSS Document */
.clearer{
	float: none;
	height: 0;
	line-height:0;
	clear:both;
	}

.mtop10{
	margin-top: 10px;
	}

.mtop15{
margin-top: 15px;
}

.mtop20{
	margin-top: 20px;
	}
	
.mbottom30{
	margin-bottom: 30px;
	}	
	
.mbottom20{
	margin-bottom: 20px;
	}
	
.mbottom10{
	margin-bottom: 10px;
	}
	
.align-center{
	text-align:center;
	}
	
.link-indietro{
	margin-bottom: 40px;
    text-align:left;
	}
	
.link-indietro a{
	font-style:italic;
	font-weight:bold;
	font-size: 20px;
	}					
	
.sticky-phone{
	text-align:right;
	font-size: 20px;
	margin-top: 10px;
	width: 60%;
	float: right;	
	}	

h1{
	font-size: 16px;
	display:inline;
	}
	
h3.titolo-proponi{
	color: #d4cfac;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	}
	
h4.titolo-proponi{
	color: #d4cfac;
	font-size: 24px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
	}	
	
.prezzo-scheda{
	font-size: 26px;
	font-weight:bold;
	}

.colorfff{
	color: #FFF !important;
	}
	
blockquote {
   border-left: 5px solid #d4cfac !important;
   font-style:italic;
}	

.service-text{
	height: 80px;
	}
	
.box-error2{
	
	height: 9px !important;
	line-height: 9px !important;
	width: 100%;
	padding: 2px 0 0 0 !important;	
	text-align:left;
	color:red;
	font-size:12px !important;			
	}	

.top-right-flag{
	position: relative;
	float: right;
	padding: 15px 0px 11px;
	}

@media only screen and (max-width: 768px){
	.top-right-flag{
		position: relative;
		float: none;
		display:block;
		text-align:center;
	}
    .contact-page-section {
        position: relative;
        padding: 25px 0px 130px;
    }
}
	
.error-element{
	border:1px solid red !important;
	background:#ffd7d7 !important;
	}	

.btn-grigio{
	background: #525248 !important;
	border: 2px solid #525248 !important;
}

.property-detail .inner-box .text p {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 1.7em;
    /* margin-bottom: 40px; */
}

.btn-style-three {
    background-color: #5b5d5e !important;
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(26 29 31 / 43%);
}
.main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(26 29 31 / 50%);
}
.call-to-action:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(26 29 31 / 46%);
}