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

}


/* mobile */


@media only screen and (max-width: 850px){

	.phone_show { display:block; }
	.phone_hide { display:none; }
	
	iframe { width:80%, height:auto; }
	
	form .row { margin-bottom:0px; }
	input, select, textarea, input.col { margin-bottom:10px; line-height:normal; padding: 5px 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
	input, select  { height:40px; }
	::-webkit-input-placeholder { line-height:normal; font-size:12px; }
	.form_contatto input[type='submit'] { margin: 20px 0 60px 0; }
	body { font-size: 18px; }
	.wrapper { min-width:0px; width:auto; }
	
	h2 { font-size: 40px; }
	.logo { width:150px; height:auto; position:absolute; top:20px; left:20px; z-index:2; }
	.hero, .hero .text { height: calc(100vh - 200px); }
	.hero h1 { font-size: 50px; line-height:50px; }
	.find { bottom: 20px; }
	.hero  video { object-fit: fill; position:absolute; bottom:0; right:0; width:150%; min-width: 100%; height:auto; overflow:hidden;  }

	div.top { right:20px; bottom:20px; z-index:200;}

	.hamburger { border-radius:200px; display:block; top:20px; right:20px; position:fixed; z-index:2222; background:#020e2d; color:#222;  padding:12px 10px; width:40px; height:40px;  }
	.flexnav li ul { width:100%; background:#f38346; }
	header .menu ul li a { font-size: 20px; }
	.hero  video { object-fit: fill; position:absolute; bottom:0; right:0; height:100%; width:auto; overflow:hidden;  }

	.grid-2.content-small, .faq .grid-2 { grid-template-columns: 1fr; }
	header { position:absolute; }
	header .lang { right: 80px; font-size:14px; }
	header nav { position:fixed; height:100%; padding-top:150px; }
	header nav li { display: block; margin-bottom:20px; }
	header nav li::before { content: ""; padding: 0; }
	header nav ul ul { position:relative; padding-top:40px; }
	header nav ul ul li { text-align:center; }
	
	.slide p { padding: 5px 20px; }
	
	.footer { font-size:14px;  }

	.flexnav li ul li { padding:0px; text-align:center; margin: 2px 0; }
	.flexnav li ul { background:#020e2d; margin:20px 0; }
	
}
