@media only screen and (min-width: 768px) and (max-width: 990px) {
	#loghi {
		text-align:center;
		width:100%;
	}
	#loghi img {
		max-height:40px;
		width:auto;
	}
	#header {
		height:160px;
	}
	
	#ricerca input[type="search"] {
	font-size:30px;	
	}
	
}
