.widget_favorite_news {
	margin-bottom: 2px;
	min-width: 185px;
}

.widget_favorite_news .favorite_item {
	background-color: #EEE;
	width: 100%;
	min-height: 80px;
	overflow: visible;
	margin-bottom: 12px;
}

.favorite_item {
	position: relative;
}

.favorite_item .thumb {
	float: left;
	margin-right: 10px;
}

.favorite_item .text {
	margin-left: 10px;
	display: table-cell;
}

.favorite_item .section {
	font-size: 11px;
	color: #999;
	margin: 3px 0;
	padding-top: 2px;
}

.favorite_item .title {
	line-height: 19px;
	padding: 3px 4px 0 0;
}

.favorite_item .title a {
	color: #333;
	font-size: 14px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

@media (max-width: 1300px) {
	.thumb_hidden
	{
		display: none !important;
	}

	.widget_favorite_news .favorite_item {
		min-height: 80px;
		padding: 2px 10px 0;
	}

	.favorite_item .section {
		padding: 0;
	}
}

@media (max-width: 1100px) {
	.favorite_item .title a {
		font-size: 13px;
		line-height: 15px;
	}
}

.bg_advertising .thumb_hidden {
	display: none !important;
}

.bg_advertising .widget_favorite_news .favorite_item {
	min-height: 80px;
	padding: 2px 10px 0;
}

.bg_advertising .widget_favorite_news .favorite_item .title a {
	font-size: 13px;
}

.bg_advertising .section {
	padding: 0;
}

.widget_theme_news {
	min-width: 185px;
}

.widget_theme_news .block-title a {
	text-decoration: underline;
}

.widget_theme_news.section_business .block-title a, .widget_theme_news.section_dengi .block-title a {
	color: #F56200;
}

.widget_theme_news.section_auto .block-title a {
	color: #0E83B1;
}

.widget_theme_news.section_dom .block-title a {
	color: #C03C40;
}

.widget_theme_news.section_afisha .block-title a {
	color: #EF582F;
}

.widget_theme_news.section_doctor .block-title a {
	color: #CB201D;
}

.widget_theme_news.section_diplom .block-title a {
	color: #414378;
}

.widget_theme_news .theme_item {
	margin-bottom: 10px;
	width: 100%;
	display: table;
}

.widget_theme_news .block-title {
	margin-bottom: 5px;
}

.theme_item .thumb {
	float: left;
	margin-right: 10px;
}

.widget_theme_news.section_business .thumb, .widget_theme_news.section_dengi .thumb {
	border-left: 3px solid #F56200;
}

.widget_theme_news.section_auto .thumb {
	border-left: 3px solid #0E83B1;
}

.widget_theme_news.section_dom .thumb {
	border-left: 3px solid #C03C40;
}

.widget_theme_news.section_afisha .thumb {
	border-left: 3px solid #EF582F;
}

.widget_theme_news.section_doctor .thumb {
	border-left: 3px solid #CB201D;
}

.widget_theme_news.section_diplom .thumb {
	border-left: 3px solid #414378;
}

.theme_item .title {
	line-height: normal;
	display: table;
}

.theme_item .title a {
	font-size: 14px;
	text-decoration: underline;
}

.theme_item .format {
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 0 3px;
}

.widget_theme_news_picture {
	max-height: 130px;
	position: relative;
}

.widget_theme_news_picture .preview {
	background-size: cover;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position-y: center;
	background-position-x: center;
	height: 130px;
	width: 100%;
}

.widget_theme_news_picture .text {
	background: rgba(26, 25, 25, 0.4);
	position: absolute;
	max-height: 130px;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(to top, rgba(26,25,25,0.8), rgba(26,25,25,0));
}

.widget_theme_news_picture .format {
	font-size: 10px;
	color: #FFF;
	margin: 0 0 5px 0;
	text-shadow: 1px 1px 7px black;
	text-transform: uppercase;
}

.widget_theme_news_picture .title {
	position: absolute;
	left: 10px;
	bottom: 6px;
	right: 5px;
	color: #FFF;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 14px;
}

.widget_theme_news_picture .text:hover .title-all {
	text-decoration: underline;
}

.widget_theme_news_picture .text:hover .format
{
	text-decoration: none;
}