@charset "utf-8";
/* CSS Document */

body{
	/*
	background-image:url(../images/negozio.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	transition: background-image 1s ease-in-out;
	*/
	}
	
#contenitore{
	width:1300px;
	height:auto;
	min-height:900px;
	background-size:cover;
	background-repeat:no-repeat;
	font-family: Lato;
	
	}
	
#centrale{
	margin-left:5%;
	margin-top:0px;
	width:60%;
	min-height:900px;
	height:auto;
	background:rgba(252,253,254,0.75);
}

#text{
	width:auto;
	height:auto;
	padding: 15px 6px;
	margin:0;
}

#text p{
	color:#000000;
	align:center;
	font-size:22px;
	font-family: Lato;
	margin:70px;
	line-height:40px;
	text-align:justify;
}

#blocksponsor{
	width:100%;
	height:100%;
	float:left;
}

#blockfotoc{
	
	width:84%;
	height:auto;
	float:left;
	margin:0;
}

#blockfotoc img{
	width:87%;
	height:100%;
	margin-left:30px;
}

@media screen and (min-width: 320px){
	#contenitore{
	width:100%;
	min-height:480px;
	margin:0px auto;
	float:left;
	/*
	background-attachment:fixed;
	background-position:center center;
	background-image:url(../images/sfondo320.jpg);
	*/
	background:none;
	}
	
		#centrale{
	width:90%;
    margin-top: 50px;
    min-height: 480px;

	float:left;
}
#blockfotoc img{
	width:90%;
	height:100%;
	margin:37px;
}

#text p{
	
	font-size:20px;
	margin:10px;
	line-height:40px;
	
}

}

@media screen and (min-width: 480px){
	#contenitore{
	height:auto;
	min-height:768px;
/*	background-image:url(../images/sfondo480.jpg);*/
	background:none;
	}
	
		#centrale{
    
    margin-top: 58px;
    min-height: 768px;
   
}
#blockfotoc img{
	width:94%;
	height:100%;
	margin:38px;
}
}

@media screen and (min-width: 768px){
	#contenitore{
	min-height:1024px;
	background:none;
	}
	
	#centrale{
	width:44%;
	margin-top:0px;
	min-height:1024px;
	margin-left:15%;
}
}

@media screen and (min-width: 1024px){
	#contenitore{
	min-height:768px;
	}
	
	#centrale{
	width:54%;
	margin-top:0px;
	min-height:768px;
	margin-left:5%;
}
#blockfotoc img{
	width:96%;
	height:100%;
	margin:55px;
}
}

@media screen and (min-width: 1200px){
	#contenitore{
	min-height:900px;
	}
	
	#centrale{
	width:62%;
	margin-top:0px;
	min-height:900px;

}
#blockfotoc img{
	
	margin:79px;
}
}

@media screen and (width: 1280px){
	#text p {
    margin: 72px;
}
}

@media screen and (min-width: 1300px){
	#contenitore{
		min-height:900px;
	}
	
	#centrale{
		width:60%;
		margin-left:11%;
		min-height:900px;
}
#blockfotoc img{
	
	margin:79px;
}

	#text p {
    margin: 10px;
}

}

@media screen and (min-width: 1500px){
	#contenitore{
		min-height:900px;
	}
	
	#centrale{
		width:60%;
		margin-left:11%;
		min-height:900px;
}

#blockfotoc img{
	width:103%;
	height:100%;
	margin:55px;
}

#blockfotoc img{
	
	margin:79px;
}

#text p {
    margin: 70px;
}

}



