.news_elem{
	margin-bottom: 80px;
	clear: both;
	/*height: 350px;*/
}
.news_img_block{
	/*float: left;*/
}
.news_img{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
    
    margin-right: 10px;
    margin-bottom: 10px;
}
@media(min-width:992px){
	.news_img{
		width: 140px;
		height: 140px;
	}
}
@media(max-width:992px){
	.news_img{
		width: 200px;
		height: 200px;
		margin: 0px auto;
	}
}
.news_elem h4{
	line-height: 26px;
	font-size: 19px;
	margin-top: 0px;
}
.itemprop_hide{
	display: none;
}
.news_read{
	font-style: italic;
}
.news_date{
	color: #999999;
	margin: 5px 0px;
}
.news_next{
	font-family: "OpenSans-BoldItalic";
	font-size: 16px;
	display: inline-block;
	margin-top: 23px;
}

