/* CSS Document */

@import url('home-page-mobile.css') screen and (max-width: 767px); 
@import url('home-page-tablet.css') screen and (min-width: 768px) and (max-width: 1199px); 
@import url('home-page-desktop.css') screen and (min-width: 1200px); 

@media print {
/* Print */
/*
*/
	size: landscape;
	

	
	
}
