#newsCatalog {
	text-align: center;
}
div.newsItem {
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	padding: 15px;
	margin: 12px 10px 0 0;
	min-width: 200px;
	min-height: 100px;
	vertical-align: top;
	display: inline-block;
	width: 250px;
	text-align: left;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}
.newsItem a {
	font-size: 16px;
}
.newsItem .hrefWrapper {
	margin-bottom: 5px;
}
.newsItemImg {
	text-align: center;
	margin-bottom: 10px;
}
/* Информер */
.newsInformer {
	display: inline-block;
	cursor: pointer;
	font-size: 10px;
	border-radius: 5px;
	background-color: #eaeaea;
	padding: 5px;
	margin: 5px 5px 0 0;
}
.newsInformer:hover {
	background-color: #fff;
}
.newsInformer a {
	display: inline;
}
.newsInformer img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.newsInformer div {
	line-height: 170% !important;
	margin-left: 3px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: #ff4500;
}
.newsInformerWrapper {
	text-align: center;
}
/* rating */
.listRating img {
	width: 10px;
	height: 10px;
}
.listRating {
	display: inline-block;
	margin-left: 5px;
	white-space: nowrap;
}
#subMenu {
	margin-top: -5px;
	margin-bottom: -5px;
	text-align: center;
}
#subMenu a {
	font-size: 12px;
}
#subMenu div {
	vertical-align: top;
	background-color: #fff;
	display: inline-block;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	padding: 4px;
	margin-right: 2px;
	margin-bottom: 3px;
}
.rubnews {
    min-height: 17px;
    font-size: 13px;
    background-color: #fd851a !important;
    display: inline-block;
    padding: 1px 5px 1px 5px;
	color: white;
	margin-right: 5px !important;
}
.rubnews_grey {
    background-color: #f0f0f0 !important;
}
.rubnews a {
	color: #FFF !important;
	text-decoration: none;
}
.rubnews_grey a {
	color: #696969 !important;
	text-decoration: none;
}

#masknews::after {
    /*background: transparent;*/
    /*background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.1)));*/
    /*background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);*/
    /*background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);*/
    /*background: -ms-linear-gradient(bottom, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);*/
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 50%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#headnews {
    position: absolute;
    bottom: 0;
    padding: 0 30px 9px 30px;
    width: 80%;
    z-index: 1;
    margin-bottom: 5px;
    color: #fff;
}
#headnews h1 {
	margin-top: 10px;
	display: block;
    font-size: 40px;
    line-height: 40px !important;
    background-color: transparent !important;
    color: #fff !important;
    font-weight: normal !important;
}
#infonews {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1;
    min-height: 17px;
    content: '\e805';
}
