@charset "utf-8";
/* CSS Document */

body{
	/*
	background-image:url(../images/negozio.jpg);
	background-position:top;
	background-repeat:no-repeat;
	transition: background-image 1s ease-in-out;
	background-attachment:fixed;
	*/
	
	}
	
#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);
}
#blocksponsor{
	width:108%;
	height:auto;
	float:left;
}

#blockgallery{
	width:270px;
	height:270px;
	float:left;
	margin-left: 98px;
    margin-top: 29px;
}

#blockgallery img{
	width:100%;
	height:100%;
}

#topspace{
	width:100%;
	height:24px;
}

@media screen and (min-width: 320px){
	#contenitore{
	width:100%;
	min-height:480px;
	margin:0px auto;
	float:left;
	overflow:auto;
	/*
	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;
}

#blockgallery{
	width:45%;
	height:auto;
	margin-left: 8px;
	margin-top: 0px;
	/*margin:11px;*/
}
#blockgallery img{
	width:89%;
	height:89%;
}

}

@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;
   
}

#blockgallery{
	margin:17px;
	width:41%;
}
}

@media screen and (min-width: 768px){
	#contenitore{
	min-height:1024px;
	background:none;
	}
	
	#centrale{
	width:44%;
	margin-top:0px;
	min-height:1250px;
	margin-left:15%;
}

#blockgallery{
	margin:14px;
	margin-top:-8px;
}
}

@media screen and (min-width: 1024px){
	#contenitore{
	min-height:768px;
	}
	
	#centrale{
	width:54%;
	margin-top:0px;
	min-height:768px;
	margin-left:5%;
}

#blockgallery{
	margin:23px;
	margin-top:-5px;
}
}

@media screen and (min-width: 1200px){
	#contenitore{
	min-height:900px;
	}
	
	#centrale{
	width:62%;
	margin-top:0px;
	min-height:900px;

}

#blockgallery{
	margin:30px;
	margin-top:7px;
}
}

@media screen and (width: 1280px){
	#blockgallery{
	margin:34px;
	margin-top:7px;
}
}

@media screen and (min-width: 1300px){
	#contenitore{
	min-height:900px;
	}
	
	#centrale{
		width:62%;
		margin-left:9%;
		min-height:900px;
}

#blockgallery{
	/*margin:32px;*/
	
	margin: 8px 34px 34px;
	
}

}

@media screen and (min-width: 1500px){
	#contenitore{
	min-height:900px;
	}
	
	#centrale{
		width:65%;
		margin-left:6%;
		min-height:900px;
}

#blockgallery{
	margin: 24px;
    width: 270px;
}

#blocksponsor{
	width:986px;
	padding:22px;
}

}

@media screen and (min-width: 1920px){
		#blocksponsor {
    padding: 30px;
    width: 100%;
	}
	
	#centrale{
		width:63%;
	}
	
	#blockgallery {
    margin: 24px;
    width: 244px;
}
}


