.video-item{
	margin-bottom: 15px;
	margin-top: 15px;
	
	
}
.video-item .thumb{
	position: relative;
}
.video-item .thumb small.time{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #ffffff;
	background-color: #60223B;
	display: block;
	padding: 5px;
	width: 60px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
	line-height: 10px;
	
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	}
.video-item .video-info{
	background-color: #FFF;
	padding: 25px;
	
}
.video-item a.title{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: #333333;
	line-height: 19px;
	text-decoration: none;
	display: block;
	
	}
.video-item a.channel-name{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #a7a7a7;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 19px;
}
.video-item a.channel-name .fa{
	color: #fab318;
}
.video-item span{
	color: #a7a7a7;
	font-size: 10px;
	font-weight: 500;
	padding-right: 10px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.video-item span.date{}
.video-item  span .fa{
	padding-right: 5px;
}