img.news_img {
	max-width: 230px;
    width: 100%;
	height: auto;
}
 
figure {
	max-width: 230px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	/* cursor: pointer; */
	overflow: hidden;
	border: 0px solid #fff;
}
 
figure:hover figcaption {
	background: rgba(0,0,0,.80);
	top: 0;
}
 
figcaption {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 70%;
	background: rgba(0,0,0,.50);
	color: #fff;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}
 
figcaption h3 a,
figcaption h3 {
	font-family: 'Open sans';
	font-weight: 600;
	color: #f3b204;
	padding: 2px 2px;
	text-align: left;
	margin-bottom: 0;
	position: relative;	
	text-decoration: none;	
	margin-top: 1px;
	font-size: 1.1em;
	line-height: 18px;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
}
 
figcaption p {
	font-family: 'Open sans';
	padding: 2px 2px;
	margin-bottom: 2px;
	margin-top: 0px;
	position: relative;
	left: 100%;
	font-size: .90em;
	color: #FFF;
	line-height: 18px;
	text-align: left;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	background: rgba(0,0,0,.01);
}
 
figure:hover h3,figure:hover p {
	left: 0;
}
 
figcaption a.newslinkssection {
	margin-top: 4px;
	color: #fff;
	font-weight:bold;
	border: 1px solid #fff;
	padding: 4px 8px;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;	
}
 
figcaption a.newslinkssection:hover {	
	color: #4f5856;
	background: #fff;
}
