@charset "utf-8";
/* CSS Document */

/* DETTAGLIO NEWS
========================================================================================== */


/* Box dettagli news
------------------------------------------------------------------------------------------ */
.page_content{
	width: 914px;
	height: auto;
	padding: 15px 33px 100px 33px;
	left: 50%;
	margin-left: -490px;
	position: relative;
	overflow: hidden;
	background: #333;
	font-size: 11px;
}
@media screen and (max-width: 980px) { .page_content{ left: inherit; margin-left: 0; } }
	.news_back{
		width: 100px;
		height: 25px;
		margin-bottom: 10px;
		display: inline-block;
		line-height: 25px;
		text-align: center;
		background: #58585A;
	}
	.news_back:hover{ color: #FFF; background: #000; }
	.page_content figure{
		margin: 0;
		padding: 0;
	}
	
	
	/* Titoli
	------------------------------------------------------------------------------------------ */
	.news_title{
		width: 294px;
		padding-right: 15px;
		float: left;
		position: relative;
	}
	.page_content h1{
		margin: 20px 0 45px 0;
		float: left;
		position: relative;
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-weight: 300;
		line-height: 36px;
		color: #D3BFA1;
	}
	.page_content h3{
		padding-top: 15px;
		margin: 0;
		float: left;
		position: relative;
		clear: left;
		font-family: 'Lato', Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 300;
		line-height: 17px;
		background: url(../image_layout/bg_news_title_2.png) no-repeat left top;
		color: #D3BFA1;
	}

	/* Testo news
	------------------------------------------------------------------------------------------ */
	.news_text{
		width: 605px;
		height: auto;
		margin-top: 10px;
		float: right;
		position: relative
	}
	
	ul.news_list_link{ list-style-type: none; margin: 0; padding: 0; height: auto; overflow: hidden; }
	ul.news_list_link li{
		margin-left: 4px;
		float: left;
		position: relative;
	}
	ul.news_list_link li a{
		width: 145px;
		height: 40px;
		line-height: 40px;
		background: #58585A;
		display: inline-block;
		text-align: center;
	}
	ul.news_list_link li a:hover{ color: #FFF; background: #000; }























