@charset "UTF-8";
/* CSS Document */
/* #9c8452 */

@media only screen and (min-height: 1px) and (max-height: 990px) {
	
	#main{
		min-height: 850px;
	}
	
	#header{
		top: 5%;
	}
	
	.social{
		bottom: 150px;
	}
}


@media only screen and (min-width: 1px) and (max-width: 990px) {
	
	#main{
		min-height: 800px;
	}
	
	.hidden-tablet{
		display: none !important;
	}
	
	.prodotto_container{
		width: 40%;
	}
	
	.gallery_img_container{
		width: 60%;
	}
	
	#header{
	width: 250px;
	}
	
	.news_col_small{
		display: none;
	}
	
	.dettaglio_news .news_col_large{
		width: 100%;
	}
	
	.dettaglio_news .news_col_large .content{
		width: 100%;
		float: right;
	}
	
	.dettaglio_news .news_col_large img{
		float: right;
		width: 100%;
	}



}
		
		