@charset "utf-8";
/* CSS Document */

body{
	/*
	background-image:url(../images/negozio.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	*/
	}
	
#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);
}

#mappa{
	height: 450px;
    margin-left: 16px;
    margin-top: 183px;
    width: 477px;
	float:left;
}

#blockfotop{
	
	width:93%;
	height:100%;
	float:left;
	margin:36px;
}

#blockfotop img{
	width:94%;
	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;
}

#mappa {
    margin: 11px;
    width: 93%;
}

#blockfotop{
	margin:7px;
}

#blockfotop img{
	width:90%;
	height:100%;
	margin-left:15px;
	margin-top:25px;
}
}

@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;
   
}

#mappa {
    margin: 14px;
    width: 94%;
}

#blockfotop{
	margin:7px;
}

#blockfotop img{
	width:94%;
	height:100%;
	margin-left:10px;
	margin-top:25px;
}
}

@media screen and (min-width: 768px){
	#contenitore{
	min-height:1024px;
	background:none;
	}
	
	#centrale{
	width:44%;
	margin-top:0px;
	min-height:1024px;
	margin-left:15%;
}

#mappa {
    margin: 50px 0 0 15px;
    width: 90%;
}
}

@media screen and (min-width: 1024px){
	#contenitore{
	min-height:768px;
	}
	
	#centrale{
	width:54%;
	margin-top:0px;
	min-height:768px;
	margin-left:5%;
}

#blockfotop img{
	width:96%;
	height:100%;
	margin-left:10px;
	margin-top:25px;
}
}

@media screen and (min-width: 1200px){
	#contenitore{
	min-height:900px;
	}
	#centrale{
	width:62%;
	margin-top:0px;
	min-height:1024px;

}

#mappa{
	margin-left:44px;
}

#blockfotop{
	margin:36px;
}

#blockfotop img{
	
	margin-left:12px;
	margin-top:25px;
}
}

@media screen and (min-width: 1300px){
	#contenitore{
	min-height:900px;
	}
	
	#centrale{
		width:60%;
		margin-left:11%;
		min-height:1024px;
}

#mappa{
	margin:46px;
}
}

@media screen and (min-width: 1500px){
	#contenitore{
	min-height:900px;
	}
	
	#centrale{
		width:60%;
		margin-left:11%;
		min-height:1024px;
}

#mappa{
	margin:46px;
	width:92%;
}

#blockfotop img{
	width:99%;
	margin-left:14px;
}
}


