

/* Start:/_/common/css/news_list.css?15458265652461*/
.news_filters {
	margin: 25px 0;
	min-height: 40px;
}
.news_filters .select_choice {
	color: #103a71;
	font-size: 16px;
	font-weight: 600;
	background: none;
}
.news_filters .select_toggle {
	border-left: none;
}
.news_filters .select_toggle:before {
	color: #103a71;
	font-size: 1em;
}
.news_filters_years {
	float: left;
	width: 50%;
	padding-right: 5px;
}
.news_filters_years_links {
	display: none;
}
.news_filters_years_links a {
	text-decoration: none;
}
.news_filters_months {
	float: left;
	width: 50%;
	padding-left: 5px;
}

@media (min-width: 600px) {
	.news_filters_years {
		float: none;
		width: auto;
		padding-right: 0;
	}
	.news_filters_years_select {
		display: none;
	}
	.news_filters_years_links {
		display: block;
		height: 40px;
		overflow: hidden;
		border-bottom: 1px solid #ddd;
	}
	.news_filters_years_links a {
		display: inline-block;
		padding: 0 15px;
		line-height: 38px;
		color: #103a71;
		font-size: 16px;
		font-weight: 600;
	}
	.news_filters_years_links a.current {
		color: #f49339;
		border: 1px solid #ddd;
	}
	.news_filters_years_links a:hover {
		color: #98c4f6;
	}
	.news_filters_months {
		float: none;
		width: 160px;
		min-height: 40px;
		margin-top: -1px;
		padding-left: 0;
	}
	.news_filters_months .rf_item {
		margin: 0;
	}
}

/*
*******************************************************************************/

.news_items hr {
	border: none;
	background: none;
	width: 100%;
	height: 0;
	margin: 0;
}

.news_item {
	display: block;
	margin: 10px 0;
}
.news_item_box {
	border: 1px solid #ddd;
}
.news_item_thumb {}
.news_item_caption {
	padding: 15px;
}
.news_item_date {
	margin-bottom: 10px;
	font-size: 14px;
}
.news_item_title {
	line-height: 20px;
	color: #103a71;
	font-weight: 600;
}

@media (min-width: 440px) {
	.news_item_thumb {
		float: left;
		width: 50%;
	}
	.news_item_thumb + .news_item_caption {
		float: left;
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.news_items_box {
		margin: 0 -10px;
	}
	.news_item {
		float: left;
		width: 50%;
		padding: 0 10px;
	}
	.news_item_caption {
		padding: 20px;
	}
}

@media (min-width: 1200px) {
	.news_item_caption {
		padding: 30px;
	}
	.news_item_title {
		font-size: 16px;
	}
	.news_item_date {
		margin-bottom: 20px;
	}
}

@media (min-width: 1420px) {
	.news_item_box {
		min-height: 212px;
	}
}
/* End */
/* /_/common/css/news_list.css?15458265652461 */
