/* 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){
	
	.phone_hide { display:none; }
	.iphone_show { display:block; }
	
	.wrapper { min-width:0px; width:auto; }
	.content { padding:10px; }
	.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; }
	
	.header { padding:20px 0 0 0; }
	.header-top { padding: 0px; }
	.header-top span { clear:left; display:block;}
	.header .logo img { width:180px; }
	.header .menu li { margin-left:0px; text-align:left; display:block; }
	.header .menu { padding-top:10px; }
	
	.footer { padding: 0px; }
	.footer .col { border-top:2px solid #B1E0DE; padding-top:5px; margin: 10px 0; }
	.footer .sedi li { width:50%; margin-bottom: 10px; }
	.footer .address { margin-top:20px; }
	
	
	.slide li { height: 250px; }
	.item_text { padding:20px 10px; font-size:14px; line-height:20px; }
	.item_text h1 { font-size:20px; margin-bottom:10px; }
	.item_text h2 { font-size:16px; }
	.home .box_big h3 { font-size:15px; margin-top:25%;}
	.home .box_big .overlay { display:block; }
	
	.item_text .images .span_1_of_2 { width: 49.2%; }
	.item_text .images .span_1_of_4 { width: 49.2%; }
	.item_text .images .col { display: block; float:left; margin: 0 0 0 1.6%; }
	.item_text .images .col:first-child { margin-left: 0; }
	.item_text .images .col:nth-child(2n+1) { margin-left:0px; }
	
	.item_text .box_servizi .span_1_of_2 { width: 49.2%; min-height:170px; padding:0 10px; }
	.item_text .box_servizi .images .col:nth-child(2n+1) {margin-left:0px; }
	.item_text .video { margin-top:40px; }
	.item_text .video iframe { height:200px; }
	
	.prestazioni { margin-top:20px; }
	.prestazioni .span_1_of_4 { width: 49.2% }
	.prestazioni .col:nth-child(2n+1) { margin-left:0px; }
	.prestazioni .col { display: block; float:left; margin: 0 0 1.6% 1.6%; }
	.prestazioni .col:first-child { margin-left: 0; }
	.prestazioni .title { position:absolute; bottom:0px; left:0px; right:0; padding:10px; z-index:2; color:#FFF; background-color: rgba(0, 162, 156, 0.8); min-height:70px;}
	.altri_prodotti .title { position:absolute; top:0px; bottom:0px; left:0px; right:0; padding:10px; z-index:2; color:#FFF; background-color: rgba(0, 162, 156, 0.5); text-align:left; }
	
	.contatti iframe { height: 250px; }
	.contatti .ambulatori .col { margin-bottom:20px; }
	.contatti .form h3 { margin:40px 0 20px 0; }
	
	
	.nav-mobile { display:block; z-index:1000; float:right; }
	.nav-list { display:none; }
	.nav-item { width:100%; float:none; position:relative; }
	.nav-item > a { padding:10px 0; color:#FFF; 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 #CBECEB; background:#00A19B; }
	.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:#999; 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; }
}