
#news.wrapper {
    
}

#news.indice article {
	height: 50vh;
	position: relative;
	_border: 3px solid #CC2229;
	padding: 10px;
	max-width: 370px;
	float: left;
	margin: 7px;
	background-color:#cc2229;
	
}


#news article {
	width: 100%;
    height: auto;
	
}

#news.indice article .img {
	width: 100%;
	height: 100%;
	
	
}

#news article .img {
	width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center center;
    margin: auto;
	position:relative;
	
}
  
 #news .img .bg {
	
	width:100%; height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	z-index:999;
	position:relative;
 }
 
 #news.article .img .bg {
	
	width:100%; height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
 }


#news.indice article .img h2 {
	font-size: 35px;
	line-height: 50px;
	color: #fff;
	text-align: left;
	font-family: 'Abril Fatface', display;
	margin-top:5px;
	
}


#news article .img  h2 {
	left: 5%;
    position: absolute;
    top: auto;
    bottom: 20px;
    font-size: 60px;
    z-index: 999;
    line-height: 70px;
    font-family: 'Abril Fatface', display;
    width: 70%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.83);
    color: #fff;

}

#news article .img .clicca { position:absolute; right:0; bottom:0; z-index:999; background-color:#cc2229; padding-left:5px; }


#news article .img a { color:#fff; text-decoration:none; }
#news article .descr {     height: auto;
    width: 70%;
    background-color: #fff;
    margin: auto;
    margin-top: 30px;
    text-align: justify;	 }
#news article p {
    margin-bottom: 20px;
       font-size: 16px;
    line-height: 20px;
    word-spacing: 0.1em;
    width: 90%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 30px;
}


#news article .bg {
	
	
	
}

#news article p { padding-top: 30px;
	font-size: 20px;
	line-height: 28px;}
	
#news article .corpo a {
	text-decoration: none;
	color: #069;	
}

#news article .corpo a:hover, #news article .corpo a:visited {
	color: #C30;
	text-decoration:underline;
}

#news article .descr img { width:80%; max-width:1000px; height:auto; margin:auto; text-align:center; display: block; }	


#pagine { clear:both; margin:20px; }



#pagine a {
	/*display: inline-block;
	margin: 2px;
	padding: 3px;
	border: 1px solid #069;
	text-decoration:none;
	color:#069;*/
	 display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
   	border: 1px solid #002D71;
	text-align:center;
	line-height:25px;
}

#pagine a:hover, #pagine a.select {
	border-color: #C30;
	color:#C30;
}



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

#news.indice article {
	height: 50vh;
	padding: 0px;
	width:100%;
	float: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
}

