/*
 * Sitebase responsive css 
 * 
 * */




/*regole di importazione per larghezza specifica su schermi tablet ecc*/
@import 'sitebase_screen_320.css' screen and (max-width: 320px);	
@import 'sitebase_screen_768.css' screen and (min-width: 321px) and (max-width: 767px);	
@import 'sitebase_screen_992.css' screen and (min-width: 768px) and (max-width: 991px);
@import 'sitebase_screen_1200.css' screen and (min-width: 992px) and (max-width: 1199px);
@import 'sitebase_screen_over.css' screen and (min-width:1200px);


/*regole di importazione per larghezza specifica su screen reader*/
@import 'sitebase_speech_320.css' speech and (max-width: 320px);
@import 'sitebase_speech_768.css' speech and (min-width: 321px) and (max-width: 767px);	
@import 'sitebase_speech_992.css' speech and (min-width: 768px) and (max-width: 991px);
@import 'sitebase_speech_1200.css' speech and (min-width: 992px) and (max-width: 1199px);
@import 'sitebase_speech_over.css' speech and (min-width: 1200px);


a {
	text-decoration: none !important;
}
