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

@media only screen and (min-width : 768px) and (max-width : 960px) {
	
	h1 {
		
	}
	
	.bottone {
		
	}
	
	/* SHOWERS HIDERS */
	.show-text-only-desktop {
		display:inline;
	} .show-text-only-mobile {
		display:none;
	} div.show-text-only-desktop {
		display:block;
	} div.show-text-only-mobile {
		display:none;
	}
	
}