/*Lista news*/
.news.lista{
	padding:53px 0px 98px 0px;
}

.news.lista .width-fixed{
	width:75.617%;
	min-width:980px;
	max-width:1439px;
	margin:0px auto;
}

.news.lista header{
	margin-bottom:69px;
	text-align:center;
}

.news.lista header h2{
	margin:0px 0px 8px 0px;
	text-transform:uppercase;
	font-family:'Fine Style';
	font-weight:normal;
	font-size:1.88rem;
	letter-spacing:3px;
	color:#3a3b40;
}

.news.lista header h1{
	margin:0px 0px 16px 0px;
	padding:0px 0px 18px 0px;
	background-image:url(../file/site/image/pagine/news/linea-titolo-lista.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-family:'Trade Gothic';
	font-weight:normal;
	font-size:5.78rem;
	letter-spacing:2px;
	color:#353d48;
}

.news.lista header p{
	margin:0px;
	font-family:"EB Garamond", Garamond;
	font-weight:normal;
	font-size:1.72rem;
	letter-spacing:1px;
	color:#353d48;
}

.news.lista .comunicato{
	position:relative;
	min-height:468px;
	margin-bottom:45px;
	background-image:url(../file/site/image/pagine/news/comunicato-bk.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
}

.news.lista .comunicato .testo{
	position:absolute;
	top:16%;
	right:0px;
	width:39.06%;
	text-align:center;
	font-size:0.80rem;
}

.news.lista .comunicato .testo .riga-1{
	margin-bottom:40px;
	font-family:"Trade Gothic";
	font-size:1.55em;
	letter-spacing:0.06em;
}

.news.lista .comunicato .testo .titolo{
	max-width:70%;
	margin-bottom:20px;
}

.news.lista .comunicato .testo .riga-3{
	margin-bottom:52px;
	line-height:1.29em;
	font-family:Garamond;
	font-size:1.81em;
	letter-spacing:0.02em;
}

.news.lista .comunicato .testo .discover{
	margin-left:auto;
	margin-right:auto;
	border-color:#353d48;
	color:#484848;
}

.news.lista .comunicato .testo .discover:hover{
	background-color:#22242b;
	color:#fff;
}

.news.lista .menu{
	height:82px;
	line-height:82px;
	margin:38px 0 56px 0;
	padding:0px;
	background-color:#f5f5f5;
	list-style-type:none;
	text-transform:uppercase;
	text-align:center;
	font-family:"Trade Gothic";
	font-size:1.64rem;
	letter-spacing:0.12em;
}

.news.lista .menu li{
	display:inline-block;
	margin:0 0 0 20px;
	color:#8c8c8c;
}

.news.lista .menu li:after{
	content:" ";
	display:inline-block;
	transform:translateY(25%);
	width:1px;
	height:35px;
	margin-left:20px;
	background-color:#dbdbdb;
}

.news.lista .menu li a{
	color:#353d48;
	transition:color 0.3s ease-in-out;
}

.news.lista .menu li a:hover{
	color:#323440;
}

.news.lista .lista .item{
	float:left;
	width:calc(32.314% - 2px);
	margin-bottom:44px;
	padding-bottom:20px;
	border:1px solid #dedede;
	text-align:center;
}

.news.lista .lista .item:nth-of-type(3n + 2){
	margin:0px 1.529%;
}

.news.lista .lista .item:nth-of-type(3n +1){
	clear:both;
}

.news.lista .lista .item .mask{
	display:block;
	min-height:158px; /*Calcolato su larghezza minima pari al 32.16% di 980px e ratio 0,6900*/
	margin:0px 0px 23px 0px;
	overflow:hidden;
}

.news.lista .lista .item .mask img{
	width:100%;
	transition: all 0.2s linear 0s;
}

.news.lista .lista .item:hover .mask img{
	width:120%;
	margin:-10% auto auto -10%;
}

.news.lista .lista .item .contenuto{
	min-height:200px;
}

.news.lista .lista .item time{
	display:block;
	margin-bottom:17px;
	text-transform:uppercase;
	font-family:Trade Gothic;
	font-weight:400;
	font-size:1.40rem;
	letter-spacing:0.052em;
	color:#626262;
}

.news.lista .lista .item h4{
	margin:0px 8.60% 8px 6.60%;
	line-height:1.33em;
	text-transform:uppercase;
	font-family:Trade Gothic;
	font-weight:400;
	font-size:1.90rem;
	letter-spacing:0.06em;
	color:#353d48;
}

.news.lista .lista .item h4 a{
	color:inherit;
}

.news.lista .lista .item p.testo{
	margin:0px 8.60% 0px 8.60%;
	line-height:1.50em;
	font-size:1.34rem;
}

.news.lista .loadMore{
	display:block;
	line-height:1.00em;
	text-align:center;
	text-transform:uppercase;
	font-family:'Trade Gothic Condensed';
	font-size:3.21rem;
	font-weight:400;
	letter-spacing:2px;
	cursor:pointer;
}

.news.lista .content .blocco{
	display:none;
}

/*Dettaglio news*/
.news.dettaglio{
	max-width:1153px;
	margin:0px auto;
	padding:42px 0px 98px 0px;
}

.news.dettaglio header .occhiello,
.news.dettaglio header h1,
.news.dettaglio .testo,
.news.dettaglio .navigazione{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

.news.dettaglio header{
	margin:0px 0px 25px 0px;
	padding:0px 0px 45px 0px;
	background-image:url("../file/site/image/pagine/news/dettaglio-separatore-top.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
}

.news.dettaglio header.no-riga{
	margin-bottom:45px;
	padding:0;
	background-image:none;
}

.news.dettaglio .occhiello{
	margin:0px 0px 16px 0px;
	padding:0px 0px 25px 0px;
	background-image:url(../file/site/image/pagine/news/linea-titolo-lista.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
	text-transform:uppercase;
	line-height:1.44em;
	font-family:'Trade Gothic';
	font-weight:normal;
	font-size:1.40rem;
	letter-spacing:0.04em;
	color:#626262;
}

.news.dettaglio h1{
	margin:0px;
	line-height:1.05em;
	text-align:center;
	text-transform:uppercase;
	font-family:'Trade Gothic';
	font-weight:normal;
	font-size:4.90rem;
	color:#353d48;
	word-spacing:-3px;
}

.news.dettaglio .occhiello a{
	color:inherit;
}

.news.dettaglio .my.gallery.v3{
	position:relative;
	margin-bottom:10px;
}

.news.dettaglio .my.gallery.v3 .box.photo{
	height:inherit !important;
}

.news.dettaglio .my.gallery.v3 .box.photo .sfondo{
	width:100% !important;
	height:100% !important;
	background-size:cover;
}

.news.dettaglio .my.gallery.v3 .box.photo .btn{
	width:50px;
	height:87px;
	margin-top:-43px;
}

.news.dettaglio .my.gallery.v3 .box.photo .btn.prev{
	background-image:url(../file/site/image/pagine/news/box-photo-left.png);
}

.news.dettaglio .my.gallery.v3 .box.photo .btn.next{
	background-image:url(../file/site/image/pagine/news/box-photo-right.png);
}

.news.dettaglio .share{
	height:21px;
	line-height:21px;
	padding-bottom:10px;
	margin-bottom:64px;
	border-bottom:1px solid #d7d7d7;
	text-align:right;
	vertical-align:middle;
}

.news.dettaglio .share .content{
	display:block;
	float:right;
}

.news.dettaglio .share em{
	display:block;
	float:left;
	height:21px;
	margin-right:13px;
	line-height:21px;
	text-transform:uppercase;
	font-family:"Trade Gothic";
	font-style:normal;
	font-size:1.33rem;
	font-weight:400;
	color:#797979;
}

.news.dettaglio .share span{
	display:block;
	float:left;
	height:21px;
}

.news.dettaglio .share .my.addthis_button_facebook,
.news.dettaglio .share .my.addthis_button_twitter,
.news.dettaglio .share .my.addthis_button_pinterest{
	float:left;
	display:block;
	height:21px;
	margin:0px;
	padding:0px;
}

.news.dettaglio .share .my.addthis_button_facebook,
.news.dettaglio .share .my.addthis_button_twitter{
	margin-right:8px;
}

.news.dettaglio .testo{
	margin-bottom:125px;
	
	font-family:"Libre Baskerville", sans-serif;
	font-weight:400;
	font-size:1.19rem;
}

.news.dettaglio .testo h2{
	margin-bottom:40px;
	font-family:"Trade Gothic";
	font-weight:400;
	font-size:2.31rem;
	letter-spacing:0.14em;
}

.news.dettaglio .testo p{
	margin:0px 0px 24px 0px;
	line-height:1.60em;
}

.news.dettaglio .navigazione{
	margin-bottom:0px;
	padding:40px 0px 0px 0px;
	background-image:url("../file/site/image/pagine/news/dettaglio-separatore-dw.jpg");
	background-position:left top;
	background-repeat:repeat-x;
}

.news.dettaglio .navigazione .bottone{
	display:inline-block;
	text-transform:uppercase;
	font-family:Trade Gothic;
	font-weight:400;
	font-size:1.45rem;
	color:#9c9c9c;
}

.news.dettaglio .navigazione .prev{
	float:left;
	padding:0px 0px 0px 28px;
	background-image:url(../file/site/image/pagine/news/freccia-sx.png);
	background-position:left 50%;
	background-repeat:no-repeat;
}

.news.dettaglio .navigazione .next{
	float:right;
	padding:0px 28px 0px 0px;
	background-image:url(../file/site/image/pagine/news/freccia-dx.png);
	background-position:right 50%;
	background-repeat:no-repeat;
	text-align:right;
}

.news.dettaglio .navigazione .bottone em{
	display:block;
	margin-bottom:10px;
	font-style:normal;
	font-size:1.77rem;
	color:#424242;
}

@media (min-width: 1550px){
	.news.lista .comunicato .testo .riga-1{
		margin-bottom:60px;
	}
	
	.news.lista .comunicato .testo{
		top:21.5%;
		font-size:1rem;
	}
} 