/* iPads (landscape) orizzontale ----------- */
@media only screen and (min-device-width : 421px) and (max-device-width : 768px) and (orientation : landscape) {
	.content { padding:10px 20px; }
	#header .lang { right:20px; }
}

/* iPads (portrait) verticale ----------- */
@media only screen and (min-device-width : 421px) and (max-device-width : 768px) and (orientation : portrait) {
	
	.nav-mobile { top:50px; right:50px; font-size:35px; height:60px; width:60px;  }
	.nav-list { top:150px; }
	
	.content { padding:10px 20px; }
	img.scale_mobile { width:100%; height:auto; }
	.menu-product li { width:50%; float:none; }
	#header .header.smaller .menu { display:none; }
	
	.slider li { height: 500px; }	
	.item-row h1 { font-size:35px; font-weight:400; }
	.item-row { padding: 40px 0; min-height:500px; }
	img.rec { width:200px; margin: 20px 0; }
}


/* mobile */
@media only screen and (max-width: 720px){
	
	.phone_hide { display:none; }
	.iphone_show { display:block; }
	
	.wrapper { min-width:0px; width:auto; }
	.content { padding:10px 20px; }
	.mt20 { margin-top:10px; }
	.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; }
	.column_2 {  -moz-column-count: 1; -webkit-column-count: 1; column-count: 1; -moz-column-gap: 0; -webkit-column-gap: 0; column-gap:0; }
	form .row { margin:0px; }
	form input { margin-bottom:20px; }
	input[type='submit'] { margin-top:20px; }
	
	
	img.scale_mobile { width:100%; height:auto; }
	.slider li { height: 300px; }	
	
	
	#header .header .logo { margin-top:10px; }
	#header .logo img { height:80px; width:auto; }
	#header .header.smaller .menu { display:none; }
	
	.item-row h1 { font-size:28px; font-weight:400; }
	.item-row { padding: 20px 0; }
	.menu-product li { width:100%; float:none; }
	.list-product .item { width:20%; }
	.cert .span_1_of_6 { width:50%; }
	img.rec { width:200px; margin: 20px 0; }
	
	
	#footer { padding:20px 0; }
	#footer .col { margin-bottom:40px; }
	#footer .col:last-child { margin-bottom:0px; }
	#footer .content { padding: 20px; }
	
	.nav-list { top:100px; }
	
}

@media only screen and (max-width: 768px){
	.iphone_hide { display:none; }
	
	#header .lang { left:20px; top:30px; right:inherit; }
	#header .header .menu { padding: 0px; }
	
	.nav-mobile { display:block; z-index:1000; float:right; }
	.nav-list { display:none; position:absolute; left:0px; right:0px; z-index:200; }
	.nav-item { width:100%; float:none; position:relative; }
	.nav-item > a { padding:10px 0; color:#1F00EB; 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 #CCC; background:#FFF; }
	.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:#FFF; border-top:1px solid #CCC;  }
	.nav-submenu-item a:hover { color:#444;  }
	.nav-submenu-item:last-child a { border-bottom:0px; }
}