@media only screen and (max-width:1000px){
	
	.corpo-offerta{
		width:auto !important;
		padding:10px !important;
	}
	.box-banner-offerta .banner-offerta{
		width:100% !important;
	}
	.box-banner-offerta div.head_box{
		position: static !important;
		width:100% !important;
		text-align:center !important;
		left:0px !important;
		right:0px !important;
		margin-bottom: 50px;
	}
	.box-banner-offerta div.head_box h2 span.main_span, .box-banner-offerta div.head_box h4 span.main_span{
		font-size:15px !important;
	}
	.box-banner-offerta div.head_box h4{
		margin-top:12px !important;
	}
	
	.widget_box{
		width:100%;
		float:none !important;
	}	
	.widget_box div.widget_wrapper{
		width:100%;
		float:none !important;
		border:none;
		border-top: 1px solid #E3E3E3;
		border-bottom: 1px solid #E3E3E3;
	}
	.widget_box .image img{
		width:auto;
		height:auto;
	}
	
	
	
	
}


@media only screen and (max-width: 800px) {
	
	.widget_box .image img{
		width:100%;
		height:auto;
	}
	
}

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

