@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);
}


#frameinsta{
	border:none;
	overflow:hidden;
	width:100%;
	height: 100%;
	margin:18px;
	min-height:900px;
}

@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:77%;
    margin-top: 50px;
    min-height: 480px;
	margin-left:11%;
	float:left;
}
#frameinsta{
	margin:4px;
	min-height:2752px;
}
#frameinsta{
	margin:5px;
}
}

@media screen and (min-width: 354px){
	#frameinsta{
	margin:20px;
}
}
@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;
	width:57%;
   margin-left:23%;
}
#frameinsta{
	margin:20px;
	min-height:1836px;
}
}

@media screen and (min-width: 768px){
	#contenitore{
	min-height:1024px;
	background:none;
	}
	
	#centrale{
	margin-left:19%;
	float:left;
	min-height:1024px;
	display:block;
	width:35%;
	margin-top:0px;
}
#frameinsta{
	margin:19px;
	min-height:2756px;
}
}

@media screen and (min-width: 1024px){
	#contenitore{
	min-height:768px;
	}
	
	#centrale{
	width:49%;
	margin-left:8%;
}
#frameinsta{
	margin:19px;
	min-height:1374px;
}
}

@media screen and (min-width: 1200px){
	#contenitore{
	min-height:900px;
	}
	
	#centrale{
	width:61%;
	margin-top:0px;
	min-height:900px;
	margin-left:4%;
}
#frameinsta{
	margin:19px;
	min-height:912px;
}
}

@media screen and (width: 1280px){
		#centrale{
	width:57%;
	margin-left:8%;
}
}

@media screen and (min-width: 1300px){
	#contenitore{
	min-height:900px;
	}
	
	#centrale{
		width:54%;
		margin-left:11%;
		min-height:900px;
}
#frameinsta{
	margin:5px;
	min-height:912px;
}

}

@media screen and (width: 1366px){
	#centrale{
		width:52%;
	}
}

@media screen and (min-width: 1500px){
#centrale {
    margin-left: 15%;
    width: 48%;
}

#frameinsta {
    margin: 14px;
}
}

@media screen and (min-width: 1900px){
	
#frameinsta{
	margin:12px;
	min-height:800px;
}

#centrale {
    margin-left: 17%;
    width: 44%;
}

}





