.news #contenuto { margin-bottom: 0; }
.news #contact_stripe { padding-top: 33px; margin-top: -27px; }

#news_list { padding: 40px 0 60px 0; }
#news_list li { padding: 30px 0 25px 0; border-bottom: 1px solid #BFBFBF; }

	.news_img { float: left;}
	.news_text { width: 660px; float: right; }
		.news_text .news_date { line-height: 1.2; margin: 0; font-size: 16px; color: #000000; }
		.news_text .news_title { margin: 16px 0 22px 0; line-height: 1.2; font-size: 22px; font-weight: normal; color: #E5352C; }
		.news_text p { margin-top: 0; color: #808080; }

		.news_text .video_container { height: 0; position: relative; }
			.news_text .video_container iframe { width: 100% !important; height: 100% !important; display: block; position: absolute; top: 0; left: 0; }

.news.dettaglio .header_top_stripe .back {
	line-height: 56px;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
}

.news .news_text .intro { margin: 1em 0; color: #808080; }
	
	.news .news_text .intro > *:first-child { margin-top: 0; }
	.news .news_text .intro > *:last-child { margin-bottom: 0; }

	.news.dettaglio .news_text .intro {
		font-style: italic;
		color: #000000;
	}

	.news.dettaglio .page_text { margin-top: 1em; margin-bottom: 1.5em; }
		.news.dettaglio .page_text.video { height: 0; position: relative; }
		.news.dettaglio .page_text iframe { width: 100% !important; height: 100% !important; margin: 0 auto; display: block; position: absolute; top: 0; left: 0; }

	#gallery_news { padding-top: 60px; margin-bottom: 60px; position: relative; min-height: 200px; clear: both; background-position: 50% 50px; }
		#gallery_news a { display: block; position: absolute; top: 0; left: 0; visibility: hidden; }
			#gallery_news img { height: 100%; display: block; }


@media only screen and (max-width: 600px){
	#news_list { padding: 0;}
	#news_list li { padding: 0 0 40px 0; border-bottom: none; }
	.news_img { width: 100%; margin-bottom: 15px; float: none; display: block; }
	.news_text { width: auto; padding: 0 10px; float: none; text-align: center; }
	.news_text .news_title { margin: 10px 0; }

	.news #contact_stripe { padding-top: 60px;}

	#gallery_realizzazione { height: auto !important;}
	#gallery_realizzazione a { width: 100% !important; height: auto !important; position: static !important; margin-bottom: 10px !important;  }
		#gallery_realizzazione a img { width: 100%; height: auto;}
}