/* ------------------------------------------------------------- */
/* OFFERTE SPECIALI */
/* ------------------------------------------------------------- */

/* CORPO */
section#corpo { background: none; }
section#corpo_mask { float: none; margin: 0; }
#generale { margin: 0; padding: 0; }
#offerte_speciali {
margin: 0;
padding: 0;
}
#offerte_speciali .offerta {
position: relative;
display: block;
margin: 0 0 2em;
padding: 2em 10em 0 0;
border-top: 1px dotted #CCC;
}
#offerte_speciali .offerta h2 {
display: block;
font-size: 1.3em;
font-weight: bold;
margin: 0 0 0.3em;
padding: 0;
text-align: left;
line-height: 1;
color: #616161;
}
#offerte_speciali .offerta h3 {
display: block;
font-size: 1.7em;
font-weight: normal;
margin: 0;
padding: 0;
text-align: left;
line-height: 1.3;
color: #1c7657;
}
#offerte_speciali .offerta p {
display: block;
font-size: 1.7em;
font-weight: normal;
margin: 0.3em 0 0;
padding: 0;
text-align: left;
line-height: 1;
color: #666;
}
#offerte_speciali .offerta p span { font-size: 0.8em; }
#offerte_speciali .offerta a {
position: absolute;
bottom: 0;
right: 0;
display: block;
font-family: 'Dosis', Tahoma, sans-serif;
font-size: 1.2em;
font-weight: normal;
margin: 0;
padding: 0.8em 1em;
text-align: center;
line-height: 1;
text-decoration: none;
white-space: normal;
border-radius: 0.5em;
text-transform: uppercase;
color: #FFF;
letter-spacing: 1px;
}
#offerte_speciali .offerta a, #offerte_speciali .offerta a:link, #offerte_speciali .offerta a:visited { background: #3d7d67; }
#offerte_speciali .offerta a:active, #offerte_speciali .offerta a:hover, #offerte_speciali .offerta a:focus{ background: #164535; color: #CCC; }

/* ------------------------------------------------------------- */
/* PIXEL RATIO */
/* ------------------------------------------------------------- */

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

		
}

/* ------------------------------------------------------------- */
/* RESPONSIVE */
/* ------------------------------------------------------------- */

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

@media only screen and (max-width: 767px) {
	
	#offerte_speciali .offerta h2 { font-size: 1.2em; }
	#offerte_speciali .offerta h3 { font-size: 1.6em; }
	#offerte_speciali .offerta p { font-size: 1.6em; }	
	
}

@media only screen and (max-width: 599px) {
	
	#offerte_speciali .offerta { position: static; padding: 2em 0 0; }
	#offerte_speciali .offerta a { position: static; float: left; margin: 1em 0 0; }	
	
}

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

@media only screen and (max-width: 479px) {
	
	#offerte_speciali .offerta a { float: none; }	
		
}