@media only screen and (max-width: 1200px){
	#head-carousel {
		position: relative;
		height: 480px;
	}

	.owl-carousel .owl-stage-outer {
		height: 310px; 
	}

	.owl-carousel .item-overlay {
		width: 378px;
		height: 310px;
	}

	.owl-carousel .item-overlay .text{
		margin: 40px 100px 40px 35px;
	}

	.owl-carousel .item-overlay .text h3 {
		margin: 0 0 20px 0;
	}

	.owl-carousel .item-overlay .text p{
		font-size: 14px;
		line-height: 17px;
	}
	#pre-foot .menu-item {
		margin-left: 5px;
	}
}
@media only screen and (max-width: 992px){
	#head-carousel {
		position: relative;
		height: 400px;
	}

	.owl-carousel .owl-stage-outer {
		height: 238px; 
	}

	.owl-carousel .item-overlay {
		width: 290px;
		height: 238px;
	}

	.owl-carousel .item-overlay .text p{
		display: none;
	}

}
@media only screen and (max-width: 800px){
	#head-carousel {
		height: 110px;
	}

	.owl-carousel .owl-stage-outer {
		display: none;
	}

	.owl-dots{
		display: none;
	}

}
@media only screen and (max-width: 767px){
	#pre-foot #footer-logo {
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	#pre-foot #footer-logo img{
		display: inline-block;
		margin: 10px auto 0 auto;
	}
	#pre-foot .menu-item a {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#pre-foot .menu-principale-container{
		text-align: center;
	}

	.page-contacts input{
		width: 100%;
	}

	.page-contacts textarea{
		width: 100%;
	}
}
@media only screen and (max-width: 560px){
	a#head-logo{
		max-width: 160px;
		height: auto;
	}

	a#head-logo img{
		width: 100%;
	}

	#content .incentivi .percentuale {
		width: 85px;
		font-size: 50px;
	}

	#content .incentivi .testo {
		font-size: 18px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 568px){
}
@media only screen and (max-width: 480px){
}
@media only screen and (max-width: 420px){
}
@media only screen and (max-width: 320px){
}

/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2) {
}