/************************************************/
/*												*/
/*	IL DISORDINE DELLE COSE						*/
/*	CSS - GENERALE								*/
/*	DEVEL BY TIWI								*/
/*												*/
/************************************************/


@charset "UTF-8";

@media only screen and (min-width: 0px) and (max-width: 479px)  {
	section {
  		min-width:320px;
  		height:240%; min-height:240%;
	} section.panel { }
	
	section.panel h1 {
		width: 290px;
		position: relative;
		margin: 0px auto;
		top: 75px; height:auto; overflow:hidden;
		margin-bottom: 10px;
	} section.panel div.contenuto {
		width: 300px;
		top: 20px;
		font-size: 14px;
		line-height: 16px;
	} 
	
	section.panel img.fullbackground {
		min-height: 0px;
		min-width:  0px;
	}
	
	#scrollsections-navigation {
		display:none;
	}
}