#band{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-image: url('../images/elisse.png');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 110;
	min-height: 70px;
	margin-top: -68px;
	}

#band .text{
	margin: 0 auto;
	position: relative;
	padding-top: 22px;
	font-family: 'allura';
	color:#530000;
	font-size: 2.7em;
	}

#band img{
	width: 100%;
	max-width: 150px;
	}

#band-red{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-color: #eedec2;
	z-index: 112;
	margin-top: -5px;
	}

#band-red p{
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 950px;
	padding: 15px 5px 15px 5px;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 30px;
	}

#triangol{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-image: url('../images/triangolo.png');
	background-position: center;
	background-repeat: repeat-x;
	padding: 0;
	height: 8px;
	z-index: 110;
	}


#bianco{
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	position: relative;
	margin-top: -15px;
	margin-bottom:0;
	z-index: 100;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	}

#centro{
	display: block;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 0;
	}

#cat{
	margin: 0 auto;
	display: inline;
	float: left;
	width: 49%;
	padding: 0;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#centro .desc{
	padding:50px 20px 20px 20px;
	margin: 5px;
	font-size: 1.1em;
	line-height: 35px;
}

#centro .desc span{
	font-size: 2.7em;
	line-height: 40px;
	color:#530000;
	font-family: 'allura'
}

#centro img{
	width: 100%;
	max-width: 1100px;
	margin: 0;
	}

#grigio{
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #f5f5f5;
	position: relative;
	z-index: 90;
	color: #222;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	}

#cat1{
	margin: 0 auto;
	display: inline;
	float: right;
	width: 49%;
	padding: 0;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	}

#centro .desc a{
	font-size: 0.9em;
	font-family: 'tangerine';
	padding-top: 20px;
	color:#bf0000;
}

#centro .desc a:hover{
	color:#ff0029;
}

#bianco-sotto{
	display: block;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 80;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	}

#intro-servizi1 {
	margin: 0 auto;
	margin-bottom:-10px;
	position: relative;
	display: block;
	width: 100%;
	background-color: #eedec2;
	padding: 20px 0 60px 0;
	z-index: 70;
	}

#icon {
	max-width: 1100px;
	position: relative;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}

.icona{
	width:25%;
	display: inline;
	float: left;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
}

.icona p{
	font-family:'belle';
	font-size: 2em;
	margin-top:2px;
	}


/* responsive rules */
@media screen and (min-width: 1220px) {


	
}

@media screen and (min-width: 1051px) and (max-width: 1219px) {
	
#centro .desc{
	padding:20px 8px 20px 8px;
}

}

@media screen and (min-width: 801px) and (max-width: 1050px) {

#cat{
	width: 100%;
	}
	
#cat1{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}	
	


}


@media screen and (min-width: 651px) and (max-width: 800px) {

#cat{
	width: 100%;
	}
	
#cat1{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}

	
}

@media screen and (min-width: 451px) and (max-width: 650px) {

#cat{
	width: 100%;
	}
	
#cat1{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}

.icona{
	width:50%;
	padding-bottom: 30px;
	}


}


@media screen and (min-width: 291px) and (max-width: 450px) {

#band{
	margin-top: 0px;
	background-image: none;
	background-color: #eedec2;
	}

	#cat{
	width: 100%;
	}
	
#cat1{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}
	
.icona{
	width:100%;
	padding-bottom: 30px;
	}
	

}

@media screen and (max-width: 290px) {
	
#band{
	margin-top: 0px;
	background-image: none;
	background-color: #eedec2;
	}

#cat{
	width: 100%;
	}
	
#cat1{
	width: 100%;
	}
	
#centro .desc{
	padding:10px 8px 20px 8px;
}
	
.icona{
	width:100%;
	padding-bottom: 30px;
	}
	
}