body{
	background-color: #f6f5f1;
	color: #606060;
	font-family: 'Antonio', sans-serif;
}
a{
	color: #606060;
	text-decoration: none;
}
#logo{
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px 15px 15px 15px;
	width: 293px;
	left: 50%;
	margin-left: -147px;
	top: 0;
	z-index: 10000;
}
.fascia-logo{
	height: 15vh;
}
.fascia-logo img{
  	margin-top: calc(7.5vh - 17px); 
}
#carouselhomecontainer{
	position: relative;
	width: 100%;
	height: 60vh;
	overflow: hidden;
}
#carouselhome{
	position: absolute;
  	top: 50%; 
  	left: 50%;
  	transform: translate(-50%,-50%);
  	width: 100%;
	height: 100%;
}
#carouselhome .slick-slide{
	height: 60vh!important;
	background-size: auto 100%;
}
@media (max-width: 767.98px) {  
	#carouselhome .slick-slide{
		background-size: auto 100%!important;
	}
}
.but-bianco{
	position: absolute;
	z-index: 10000;
	color: #fff;
	background-color: #242b57;
	border-radius: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 50vw;
	transform: translateX(-50%);
	top: 60%;
	text-transform: uppercase;
	font-size: 110%;
	width: 80%;
	text-align: center;
}
.but-bianco:hover{
	background-color: #f6f5f1;
	color: #242b57;
}
@media (min-width: 768px) { 
	.but-bianco{
		font-size: 140%;
		padding-left: 120px;
		padding-right: 120px;
		width: auto;
	}
}
.fascia-righe{
	background: url(../../images/servizio/sf-righe.png) repeat left top;
	height: 15vh;
	margin-top: 2px;
}

.fascia-footer{
	height: 10vh;
	font-size: 80%;
}
@media (min-width: 768px) { 
	.fascia-footer{
		font-size: 100%;
	}
}