<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** all devices and responsive browser windows **/

@media screen and (max-width: 4600px) 
{
	/*body {	background-color: aqua; }*/  

	.txtinput_noicon { width:99%; }
	
}

@media screen and (max-width: 1600px)
{
	/*body {	background-color: grey; }*/  
	
	body {	padding: 0px 0px; }
	
	.txtinput_noicon { width:99%; }
	
	/*.bottone_guide { height:64px !important; min-width:160px !important; font-size:42px !important; padding:4px; }*/
}

@media screen and (max-width: 800px) 
{
	/* body {   background-color: yellow; }*/   
	
	body {	padding: 0px 0px; }
	
	#container_responsive {	width: 100%; }
	
	.aside	{ width: 95%; }

	.clear	{ width: 95%; }
	
	#responsive-form .txtinput , #responsive-form textarea	{ width: 180px;	}
	
	select.selmenu 	{ width: 95%;	margin-right: 0px; }
	
	.txtinput_noicon { width: 95%; }

	#responsive-form .txtblock_noicon { width: 85%; }
	
 	#responsive-form .txtblock_noicon_wide { width: 90%; }

	#responsive-form .logo 	{ width: 180px;	}
	
	#responsive-form .buttons_table  { width: 100%; }		
	
	img.logo_img { height: 30px; }
	
	.logo_td1 { display:none; }

	.logo_td1_mobile { display: table-cell; }
	
	.titolo_td { font-size:medium;}
	
	.clear_one { width: 95%;}

	.aside_p { width: 47%; }
	
	.aside_p1 { width: 47%; }

	.aside_c { width: 97%; }
	
	.aside_d { width: 97%; }
	
	.aside_e { width: 97%; }
	
	.flexi { width: 30%; }	
	
	.clearfix { display: inline; }
	
	.txtinput_icon { width:85%;}	
}

/* smaller screen dropoff *******/

@media only screen and (max-width: 550px)
{
 	body {	padding: 0px 0px;}
	
   /* body {   background-color: orange; } */ 
	
	select.selmenu 	{ width: 95%; }
	
 	#responsive-form .txtinput , #responsive-form textarea 	{ width: 120px;	}
	
 	#responsive-form .txtblock_noicon { width: 85%; }

	#responsive-form .txtblock_noicon_wide { width: 90%; }
	
	#responsive-form .logo 	{ width: 100px;	}	
	
	img.logo_img { height:30px; }

	.logo_td1 { display:none; }

	.titolo_td { font-size:small; }

	.clear_one { width: 95%;}

	.aside_p { width: 47%; min-height: 120px !important; }
	
	.aside_p1 { width: 47%; min-height: 120px !important; }
	
	.deschome { display: none; }
	
	.aside_c { width: 97%; }
	
	.aside_d { width: 97%; }
	
	.aside_e { width: 97%; }
	
	.flexi { width: 30%; }
	
	.clearfix { display: inline; }
		
}

/* iPhone Landscape ********/

@media only screen and (max-width: 480px) 
{
	body {	padding: 0px 0px; }
	
	/* body {   background-color: lime; } */ 
	
	select.selmenu 	{ width: 95%;	}
	
	.txtinput_noicon { width: 90%; }
	
	#responsive-form .txtblock_noicon { width: 85%; }

	#responsive-form .txtblock_noicon_wide { width: 90%; }

 	#responsive-form .txtinput, #responsive-form textarea 	{ width: 120px;	} 
	
	img.logo_img { height:30px; }

	.logo_td1 { display:none; }
	
	.titolo_td { font-size:x-small;}
	
	.buttons { display: block;  float: none; }
	
	.clear_one { width: 95%;}	

	.aside_p { width: 46%; min-height: 120px !important; }
	
	.aside_p1 { width: 46%; min-height: 120px !important; }
	
	.deschome { display: none; }
	
	.aside_c { width: 90%;  margin-left:20px;}
	
	.aside_d { width: 90%;  margin-left:20px;}
	
	.aside_e { width: 90%;  margin-left:20px;}
	
	.flexi { width: 30%; }
	
	.titolo_home { font-size:medium; }
	
	.titolo_box { font-size: 14px;  }
	
	.clearfix { display: inline; }
	
}

/* iPhone portrait *******/

@media only screen and (max-width: 320px) 
{
	body {	padding: 0px 0px; }
	
	/* body {  background-color: pink; } */

 	#responsive-form .txtinput, #responsive-form textarea {	width: 70px; }
	
	select.selmenu 	{ width: 95%;	}
	
	.txtinput_noicon { width: 90%; }
	
	#responsive-form .txtblock_noicon { width: 85%; }

 	#responsive-form .txtblock_noicon_wide { width: 90%; }
	
	img.logo_img { height:30px; }

	.logo_td1 { display:none; }
	
	.titolo_td { font-size:x-small;}
	
	.buttons { display: block;  float: none; }
	
	.clear_one { width: 95%;}		

	.aside_p { width: 95%; min-height: 120px !important; }
	
	.aside_p1 { width: 95%; min-height: 120px !important; }
	
	.deschome { display: none; }
	
	.aside_c { width: 95%; margin-left: 20px; }
	
	.aside_d { width: 91%; margin-left: 20px;}
	
	.aside_e { width: 91%;  margin-left: 20px;}
	
	.flexi { width: 30%; }
	
	.titolo_home { font-size:medium; }
	
    .titolo_box { font-size: 14px;  }
	
	.clearfix { display: inline; }
}
</pre></body></html>