/***********  HOME  ************/
.highBigImg {
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	min-height:400px;}

.boxCenterBtn {
	position: relative;
	min-height: 50vh;
	border-radius: 10px;
	text-align: center;
	background-position: right center !important;
	background-size: cover !important;
}

.boxCenterBtn .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}

.boxCenterBtn .overlay {
	border-radius: 10px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0.2497373949579832) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0.2497373949579832) 20%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5018382352941176) 0%, rgba(0,0,0,0.2497373949579832) 20%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


.moveHovers {
	transition: all 2.5s ease !important;
	background-position: right center !important;
	background-size: cover !important;
}
.moveHovesr:HOVER {background-position: center center !important;}


.boxCenterBtn .titleBtnDwn {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	font-family: 'Normal', Calibri, Arial, sans-serif;
}

.boxCenterBtn a {
	position: absolute;
	bottom: 10px;
	left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 200px;
}

@media only screen and (max-width: 900px) {
	.boxCenterBtn a {
		width: 120px;
	}
}


ul.listService li {
	list-style-image:none;
	/*background-image: url(../img/list_check.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px;
	padding: 10px 0 10px 50px;
	*/
	padding: 10px 0 0px 0px;
	list-style-position: inside;
	margin-bottom: 15px
}

.imgBordered {
	border-radius: 5px;
	border-bottom-left-radius: 80px
}



/* CHI SIAMO */
.numbers {
	margin-top: 50px;
	text-align: center;
	border: 1px solid #507a3a;
	border-radius: 5px;
	padding: 30px 0;
	background-color: #f8f8f8;
}
.numbers h2 {
	font-size: 35px;
	color: #507a3a;
}
.numbers img {
	width: 40px;
	margin: 0 0 25px 0
}

.bgBackImage {
	height: 60vh;
	background-image:url(../images/home_servizi.jpg);
	background-position: center center;
	background-size: cover;
	border-radius: 5px
}


/* SERVIZI */
.serviceList {
	margin-top: 30px;
	text-align: center;
	border: 1px solid #507a3a;
	border-radius: 5px;
	padding: 0 0 5px 0;
}
.serviceList h3 {
	font-size: 20px;
	color: #507a3a;
}
.serviceList img {
	width: 100%;
	margin: 0 0 12px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/* CONTATTI */
ul.listContact li {
	list-style-image:none;
	background-image: url(../img/list_check.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px;
	padding: 6px 0 6px 45px;
	list-style-position: inside;
	margin-bottom: 15px
}

ul.listContact li.contTel  {background-image: url(../images/icon_tel.svg);}
ul.listContact li.contFax  {background-image: url(../images/icon_fax.svg);}
ul.listContact li.contMail {background-image: url(../images/icon_mail.svg);}
ul.listContact li.contIva  {background-image: url(../images/icon_iva.svg);}


.contattoDirect {
	border: 1px dashed #507a3a;
	border-radius: 5px
}
