.headlines-container{
	position: relative;
	
}.headlines-container::after{
	  background-image: url("/images/news-bgr.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
	  content: "";
	  opacity: 0.3;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  display: block;
	  position: absolute;
	  z-index: 1;   
}
#headlines{ width: 100%;text-align:center; position: relative;  z-index: 2;   }
.headline-item{
	width: 70%;
	text-align:left;
	margin: 50px 0px 20px 0;
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}.headline-item h3 a{
	color: #fff;
	font-size: 30px;
}.headline-item .desc, .headline-item .desc a{
	color: #fff;
	
}
.stories{
	width: 100%;
}
.stories .nl-item{
	text-align:left;
    background-color: rgba(0,0,0,.8);
	width: 32%;
	display: inline-block;
	margin-top: 50px;
	padding: 15px; 
	height: 170px;
}.stories .nl-item:nth-child(1){
	float: left;
}.stories .nl-item:nth-child(2){	
	margin: 50px auto;

}.stories .nl-item:nth-child(3){	
	float: right;
}


.nl-item{
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}
.news .nl-item a{
    color: #f0f0f0;
}.news .nl-image-side{
	width: 40%;
	position: relative;
	padding-bottom: 50%;
	display: inline-block;
	overflow: hidden;
	color:#f0f0f;
}.news .nl-image-side img{
	width: 100%;
	top: 0px;
	position: absolute;
}.news .nl-story{
	float: right;
	width: 55%;
	font-weight: 500;
}.news .nl-story h3{  
	margin: 0px;
	padding: 0px;
}.news .nl-story h3 a{
  	color: #fff;	
	font-size: 18px;
}.news .source, .news .date{
  	font-size: 14px;
}.news .date{
  	color: #999;
}.news .source{
	color: #337ab7;
}



	
/***************************************************************
LOADED ARTICLES SHARE ICONS 
***************************************************************/	


ul.article-share {
	  padding: 0;	  
	  height: 30px;
	  margin: 0;
	  width: 100%;
	}	
	ul.article-share li {
	  float: right;
	  padding: 0;
	  margin: 0;
	  height: 26px;
	  line-height: 26px;
	  margin-left: 8px;
	  list-style: none;
		text-align: center;
	}ul.article-share li div {
		font-size: 14px;
		width: 26px;
		text-align: center;
		height: 26px;
		-moz-border-radius: 15px;
	  	border-radius: 15px;
		display: inline-block;
		cursor: pointer;
		color: #fff;
	}ul.article-share li div{
		color: #fff;
		opacity: 0.8;
	  -webkit-transition: opacity 0.2s ease-out;
	  -moz-transition: opacity 0.2s ease-out;
	  -o-transition: opacity 0.2s ease-out;
	}	
	ul.article-share li div.facebook {
	  background-color: #3b5998;
	}ul.article-share li div.twitter {
	  background-color: #00aced;
	}	ul.article-share li div.google {
	  background-color: #dd4b39;
	}
	ul.article-share li div.facebook:hover, 
	ul.article-share li div.twitter:hover, 
	ul.article-share li div.google:hover {	  
		opacity: 1;
	}
	

	
	
/* VIDEO RESULTS
---------------------------------------------------*/

.rvl-item {

	width: 100%;
}.rvl-item:after {
    content:'';
    display:block;
    clear: both;
}.rvl-item .video-thumb {
	width: 120px;
	height: 80px;
	margin-right: 15px;
	overflow: hidden;
	float: left;
	position: relative;
}.rvl-item .video-thumb .fa{
	position: absolute;
	color: #fff;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	font-size: 20px;
	top: 50%;
	z-index: 2;
}.rvl-item .video-thumb .vc-meta{
	position: absolute;
	color: #fff;
	bottom: 0px;
	padding: 2px;
	right: 0px;
	background:  rgba(0, 0, 0, 0.8);
	color: #fff;
	z-index: 3;
}.rvl-item .video-thumb .vc-meta p{
	paffin: 0px;
	margin: 0px;
	font-size: 11px;
}.rvl-item  .video-thumb img{
	width: 100%;
	top: -5px;
	height: auto;
	position: absolute;
	z-index: 1;
}.rvl-item .play_loaded_video{
	color: #333;
	font-size: 14px;
}





/***************************************************************
	FLOATING PLAYER
***************************************************************/
.player-container{
    position: fixed;
	z-index: 999999999999;
	background: #000;
	display: none;
	transition:width .8s ease;
}.player-container.small{
	-moz-border-radius: 15px;
	bottom: 20px;
	right: 20px;
	border-radius: 15px;
	padding: 0px 10px 10px 10px;
}.player-container.fs{
	bottom: 0px !important;
	right: 0px !important;
	top: 0px !important;
	left: 0px !important;
}

	.player-container .player {
		overflow: hidden;	 
		z-index: 9999991;
		position: relative;
		width: 100%;
		padding-bottom: 56.25%;
	}.player-container .player iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.player-container.fs .details-header {
	      color: #f0f0f0;
	      font-size: 20px;
			padding: 5px 25px;
	}
	.player-container.fs .details-header .small_player{ cursor: pointer; }
	.player-container.fs .details-header span {
	      border-radius: 3px;
	      color: #f0f0f0;
	      font-size: 16px;
		  margin-left: 10px;
	     
	  }
	
	.player-container .details-header{
		width: 100%;
		height: 45px;
		
	}
	.player-container .remove_player, .player-container .enlarge_player{
	  		float: right;
			font-size: 18px;
			line-height: 45px;
			margin: 5px 10px;
			cursor: pointer;
			color: #fff;
	  }
	  
	  
	  

#videos{ margin: 50px 0px }
.video-item {
	width: 23%;
	float: left;
	margin: 0px 10px 15px;
	}
	.video-item .video-thumb {
		width: 100%;
		padding-bottom: 55%;
		margin-bottom: 5px;
		overflow: hidden;
		position: relative;
	}.video-item .video-thumb img{
		width: 100%;
		top: -15px;
		height: auto;
		position: absolute;
		z-index: 1;
	}.video-item .video-thumb .duration{
		z-index: 2;
		font-size: 12px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		padding: 2px;
		background:  rgba(0, 0, 0, 0.8);
		color: #fff;
		
	}.video-item .title-frame a{
		font-size: 16px;
		line-height: 1.2em;
		height: 3.6em;
		display: block;
		overflow: hidden;	
		color: #000;	
	}.video-item .title-frame .date{
		font-size: 11px;
		color: #666;	
	}
