#newsSlideContainer{
	width:inherrit;
	height:400px;
	overflow:hidden;
}

#newsSlider{
	height:400px;
	white-space: nowrap;
}
.date{
	
}
.message{
	text-align: justify;					
	border-top:2px #666666 solid;
	padding-left: 5px;
	padding-right: 5px;
	
	background: white; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#DFDFDF, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#DFDFDF, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#DFDFDF, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#DFDFDF, white); /* Standard syntax */
}
.newsItem{
	display:inline-block;
	background-color:white; 
	width:300px; 
	height:400px; 
	margin-right:20px;
	cursor:pointer;
}

.placeHolder{
	display:inline-block;
	width:1200px; 
	height:400px; 
	margin-right:20px;
}

.newsImg{
	width:300px; 
	height:300px; 
	float:left;
}

img.newsImage{
	border: 10px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsTxt{
	width:300px; 
	height:100px; 
	float:left;
	padding:10px;
	box-sizing: border-box;
	font-size:14px;
}

.radio{
	width:30px;
	height:30px;
	background-color:#666666;
	float:left;
	 -moz-border-radius: 15px; 
	 -webkit-border-radius: 15px; 
	 border-radius: 15px;
	 cursor:pointer;
	 margin-right:15px;
	}

.radio:hover{
	background-color:#333333;
}

.radio2{
	width:20px;
	height:20px;
	margin-left:5px;
	margin-top:5px;
	 -moz-border-radius: 10px; 
	 -webkit-border-radius: 10px; 
	 border-radius: 10px;
	 background: #999999;
}

h3.hNews{
	font-family: 'Dosis', sans-serif;
	display: block;
	text-transform:uppercase;
	font-size:16px;
	width:280px;
}

p.tNews{
	width:280px;
	display:inline;
	white-space: pre-line;
}

.article{
	margin-bottom:40px;
	border:solid 5px orange;
	width:350px;
}

.right{
	float:left;
	clear:right;
}

.left{
	float:right;
	clear:left;
}

.clNews{
	background-image: url('../images/orange.png'); 
	background-size: 5px 100%;
	background-repeat: no-repeat; 
	background-position: center; 
	width:100%;
	padding-left:20%;
	padding-right:20%;
	padding-top:60px;
	float:left;
	box-sizing: border-box;
}

.orangeLine{
	height:5px;
	width:22px !important;
	position:absolute;
	background-color:orange;	
	margin-top:100px;
}

.dates{
	margin-top:-40px;
	width:350px; 
	color:#666666;
	position:absolute;
}

.fb-post{
	background-color:white;
}


.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(205, 205, 205, 0.7);
  width: 800px;      /* larghezza fissa */
  height: 500px;     /* altezza fissa */
  margin: auto;      /* centra nel body */
  border-radius: 10px; /* opzionale: angoli arrotondati */
  margin-bottom: 30px;
}

video {
  border: 4px solid #ffffff; /* bordo bianco */
  border-radius: 10px;        /* angoli arrotondati */
}
				
				
				
				
				
				