/* iPad Pro */ 
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px)  { 
	
}



/* iPads (landscape) orizzontale ----------- */
@media only screen and (min-device-width : 421px) and (max-device-width : 768px) and (orientation : landscape) {
	
}



/* iPads (portrait) verticale ----------- */
@media only screen and (min-device-width : 421px) and (max-device-width : 768px) and (orientation : portrait) {
	
}


/* mobile */
@media only screen and (max-width: 720px){
	
	input, select { height: 45px; }
	input, textarea, select { border-radius:0; }
	.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px 20px; }
	
	
	.phone_hide { display:none; }
	.iphone_show { display:block; }
	
	.wrapper { min-width:0px; width:auto; }
	.content { padding:0 10px; }
	.mt20 { margin-top:10px; }
	.mt40 { margin-top:0px; }
	.mb40 { margin-bottom:20px; }
	
	.col { margin:0px; }
	.span_1_of_2 { width: 100%; }
	
	.span_1_of_3 { width: 100%; }
	.span_2_of_3 { width: 100%; }
	.span_3_of_3 { width: 100%; }
	
	.span_1_of_4 { width: 100%; }
	.span_2_of_4 { width: 100%; }
	.span_3_of_4 { width: 100%; }
	
	.span_1_of_5 { width: 100%; }
	.span_2_of_5 { width: 100%; }
	.span_3_of_5 { width: 100%; }
	.span_4_of_5 { width: 100%; }
	.span_5_of_5 { width: 100%; }

	.span_1_of_6 { width: 100%; }
	.span_2_of_6 { width: 100%; }
	.span_3_of_6 { width: 100%; }
	.span_4_of_6 { width: 100%; }
	.span_5_of_6 { width: 100%; }
	.span_6_of_6 { width: 100%; }
	
	.span_1_of_8 { width: 100%; }
	.span_2_of_8 { width: 100%; }
	.span_3_of_8 { width: 100%; }
	.span_4_of_8 { width: 100%; }
	.span_5_of_8 { width: 100%; }
	.span_6_of_8 { width: 100%; }
	.span_7_of_8 { width: 100%; }
	.span_8_of_8 { width: 100%; }
	
	.span_1_of_10 { width: 100%; }
	.span_2_of_10 { width: 100%; }
	.span_3_of_10 { width: 100%; }
	.span_4_of_10 { width: 100%; }
	.span_5_of_10 { width: 100%; }
	.span_6_of_10 { width: 100%; }
	.span_7_of_10 { width: 100%; }
	.span_8_of_10 { width: 100%; }
	.span_9_of_10 { width: 100%; }
	.span_10_of_10 { width: 100%; }
	
	
	div.top { right:20px; bottom:20px; }
	
	h1 { font-size: 24px; }
	form { margin: 20px 0; }
	form .row { margin-bottom:0px; }
	form input, form textarea { margin-bottom:10px; }
	input[type='submit'] { width:100%; }
	
	.lato { background:#143B94; position:relative; top:0; bottom:0; left:0; width:100%; text-align:center; }
	.lato .logo { padding:10px; }
	.lato .logo  img { width:80px; height:auto; }
	.lato .social{ display:none; } 
	.main { padding:0px;}
	.main .slide { margin-top:0px; }
	.main .slide img { height:400px; width:auto; }
	.main .slide .box h1 { font-size:25px; margin:0px; }
	.main .slide .box { top:20%; }
	.main .item-row { padding: 10px; margin-top: 20px; margin-bottom: 20px; }	
	
	#azienda { position:relative;}
	#azienda .tabs { position:absolute; top:50px; right:0px; left:0px; }
	#azienda .tabcontent { margin-top:90px; }
	.main .tabs .span_1_of_4 { width:25%; display:inline; }
	.main .tabs a { padding:10px 0px; border-right:1px solid #FFF; }
	.main .tabcontent img { margin: 10px 0;}
	
	.gallery .span_1_of_3 { width: 32.2%; }
	.gallery .col { display: block; float:left; margin: 0 0 0 1.6%; }
	.gallery .col:first-child { margin-left: 0; }
	
	#tecnologia .item { margin-bottom:40px; }
	#tecnologia .item:last-child { margin-bottom0px; }
	
	.list-products .item.col { display: block; float:left; margin: 0 0 0 1.6%; }
	.list-products .item.col:first-child { margin-left: 0; }
	.list-products .item { margin-bottom:1.6%; width: 49.2%; }
	.list-products .item:nth-child(2n+1) { margin-left:0px; }
	
	#contatti iframe { height:400px; }
	
		
	.nav-mobile { display:block; z-index:1000; float:right; }
	.nav-list { display:none; position:absolute; top:100px; left:0px; right:0px; z-index:200; }
	.nav-item { width:100%; float:none; position:relative; }
	.nav-item > a { padding:10px 0; color:#444; padding-left:10px; margin:0px; }
	.nav-click { display:block; }
	.nav-item:hover .nav-submenu { display:none; }
	.nav-submenu { position:static; width:100%; padding-top:0px;  }
	.nav-item { border-right:0px; padding-right:0px; margin-right:0px; border-bottom:1px solid #143B94; background:#143B94; }
	.nav-submenu { padding-top:0; }
	.nav-submenu-item { float:none; }
	.nav-submenu-item a { padding: 10px 10px 10px 30px; width:auto;  margin-left:0px; background:#143B94; border-top:1px solid #CCC;  }
	.nav-submenu-item a:hover { color:#444;  }
	.nav-submenu-item:last-child a { border-bottom:0px; }
	
	
}

@media only screen and (max-width: 400px){
	.iphone_hide { display:none; }
}