/* 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; margin-bottom:10px; }
	input, textarea, select { border-radius:0; line-height:normal; padding:5px 10px; }
	form .row { margin-bottom:0px; }
	form .buttons { margin: 20px 0; }
	form .buttons .col { width: 49.2%; }
	form .buttons .col:first-child { margin-left: 0; }
	form .buttons .col { display: block; float:left; margin: 0 0 0 1.6%; }
	form .privacy { margin:10px 0; }
	
	.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px 20px; }
	.col.break { margin-top:20px;}
	td { line-height: normal; }
	
	h1 { margin-bottom:20px; font-size:24px; line-height: 30px; }
	h3 { margin: 20px 0; }
	.pr40 { padding-right:0px; }
	.sottomenu .col { margin-bottom:40px; }
	.iphone_hide { display:none; }
	.iphone_show, .header .menu li.iphone_show { display:block; }
	
	.wrapper { min-width:0px; width:100%; }
	.content { padding:0 15px; max-width:100%; }
	.main-slide .content { padding:0px; }
	.headline { font-size:16px; }

	.mt20 { margin-top:10px; }
	.mt40 { margin-top:20px; }
	.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 .logo img { max-width:260px; height:auto; margin:20px 0 0 0px; }
	.header { height:120px; }
	.header .menu nav, .header .menu ul { margin:0px; }
	.header .menu li { margin: 0; text-transform:uppercase; }
	.header .content {  padding: 0 20px; }
	.header .menu nav, .header .menu ul { text-align:center; }
	.footer { padding: 60px 0; margin-top:30px; }
	.footer .col { margin-bottom:20px; }
	
	.header-section { grid-template-columns: 1fr; }
	.header-section h1 { font-size: 55px; line-height: 55px; }
	
	.header-section h2 { font-size: 45px; line-height:40px; }
	.list-soci { grid-template-columns: 1fr 1fr; gap:10px; row-gap:40px; margin-bottom: 40px; }	
	.list-soci h4 { margin:10px 0 0 0; }
	.list-service { display: grid; grid-template-columns: 1fr; gap: 20px; }
	.list-service .item { padding:20px; }
	.list-service .item .info { left:20px; }
	
	.videoconsulto { text-align:center; }
	.videoconsulto img { float:none; margin:0 auto; display:block; margin-bottom:20px;  }
	
	.headline h1 { font-size:24px; margin:20px 0 0 0; }
	.headline h4 { font-size:12px; margin:20px 0 0 0; }

	.box-service .item { margin-bottom:40px; }
	.box-service h4 { height:auto; padding: 0px 10px; }
	.soci .item { margin-bottom:20px; }
	
	h2 { font-size: 20px; }
	h2.section { margin:0 0 20px 0; font-size: 18px; }
	h3 { font-size: 22px; margin: 20px 0 20px 0; }
	.scheda h1 { font-size: 20px; }
	
	.column_2 { column-count: 1; column-gap: 0px; }
	.profile { margin-bottom:20px; }
	.profile .buttons .col { width: 49.2%; }
	.profile .buttons .col:first-child { margin-left: 0; }
	.profile .buttons .col { display: block; float:left; margin: 0 0 0 1.6%; }
	.profile .container { margin:0 auto; width: 100%; }
	.grid-container { display: grid; grid-gap: 5px; grid-template-columns: auto; }
	
	
	.slider li { height:300px; overflow:hidden; margin:0 auto; text-align:center; }
	
	.break { margin-bottom:40px; }
	
	.blog .item h2 { font-size:16px; font-weight:normal; text-align:left; }
	
	.gallery .col { display: block; float:left; margin: 0 0 1.6% 1.6%; }
	.gallery .col:first-child { margin-left: 0; }
	.gallery .span_1_of_3:nth-child(n) { margin-left:1.6%; }
	.gallery .span_1_of_4:nth-child(2n+1) { margin-left:0px; }
	.gallery .span_1_of_3:nth-child(2n+1) { margin-left:0px; }
	.gallery .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
	.gallery .span_1_of_3 { width: 49.2%; }
	.gallery .span_1_of_2 { width: 49.2%; }
	.gallery .span_1_of_4 { width: 49.2%; }
	
	
	.list-blog .item { margin-bottom:40px; text-align:center; }
	.list-blog .item figure { margin-bottom:10px; }
	.list-blog .item h2 { font-size:22px; margin:5px 0 10px 0; }
	.scheda .item { text-align:center; }
	
	.product .list-products .span_1_of_4 { height:300px; }
	.product .list-products .span_1_of_6 { height:300px; }
	
	.product .list-products .col { display: block; float:left; margin: 0 0 1.6% 1.6%; }
	.product .list-products .col:first-child { margin-left: 0; }
	.product .list-products .item:nth-child(2n+1) { margin-left:0px; }
	.product .list-products .item { width: 49.2%; margin-bottom:1.6%;  }
	.product .scheda h1 { margin-bottom:10px; font-size:30px; line-height:normal; }
	.product .scheda h2 { margin-bottom:10px; font-size:16px; text-transform:uppercase; }
	.product .scheda .image { padding-left:0px; }
	
	.contact-form { padding:0px; }
	.maps iframe { height:300px; }
	
	.carousel { padding: 0 80px; }
	.carousel li { padding: 0 10px; width:100%; }
	.carousel li .item { height:300px; }
	.product .list-products .carousel .item { width: 100%; }
	.pl80 { padding-left:0px; }
	
	.blog { margin-top:0px; }
	.blog .item { grid-template-columns: 1fr; }
	.blog .item .section { position: relative; left:0px; top:inherit; bottom:inherit; }
  
	#lato { background:#E7E7E7; padding:20px; margin:40px 0; }
	#lato .input_search .span_3_of_4 { width:80%; }
	#lato .input_search .span_1_of_4 { width:20%; }
	
	.subnav .col:first-child a { border-bottom:0px; }
	.subnav .col:last-child a { border-bottom:1px solid #000; }
	.subnav i { font-size:30px; top:15px; }
	.subnav .left a { padding-left:30px; text-align:left; }
	.subnav .right a { padding-right:30px; text-align:right; }
	
	.maps { grid-template-columns: 1fr; }
	.about { grid-template-columns: 1fr; margin-top: 20px; }
	.about img { display:block; }
	.about .header-profile { padding: 30px; }
	.about .container { padding:20px; }
	
	
	.nav-mobile { display:block; z-index:1000; float:right; }
	.nav-list { display:none; position:absolute; top:120px; bottom:0px; left:0px; right:0px; z-index:200; background:#E7E7E7; padding:20px 0; }
	.nav-item { width:100%; float:none; position:relative; }
	.nav-item > a { padding:20px 10px; margin:0px; font-size:16px; text-align:center; color:#B01F2C; }
	.nav-click { display:block; }
	.nav-item:hover .nav-submenu { display:none; }
	.nav-submenu { position:static; width:100%; padding-top:0px; margin:0px; }
	.nav-item { border-right:0px; padding-right:0px; margin-right:0px; background:#E7E7E7 }
	.nav-submenu { padding-top:0; }
	.nav-submenu-item { float:none; }
	.nav-submenu-item a { padding: 10px 20px; width:auto; margin:0px; background:#E7E7E7; }
	.nav-submenu-item a:hover { color:#FFF;  }
	.nav-submenu-item:last-child a { border-bottom:0px; }
	
	
}

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