.text {
	padding-bottom: 10px;
}
.article-list__menu {
	background: #d5ae7f;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	margin: 7px 0 40px;
}
.article-list__menu ul {
	padding: 20px 0 16px;
	margin: 0;
	list-style: none;
}
.article-list__menu li {
	padding: 0 0 5px 25px;
	margin: 0;
	background: none;
	position: relative;
}
.article-list__menu-marker {
	background: url(../../../../images/sprite.png) no-repeat scroll -169px -125px transparent;
	height: 18px;
	left: -4px;
	position: absolute;
	top: 1px;
	width: 25px;
	display: none;
}
.article-list__menu .active .article-list__menu-marker {
	display: block;
}
.article-list__menu a {
	color: #391a08;
	text-decoration: none;
	font-size:15px;
}
.article-list__menu a:hover,
.article-list__menu a:active {
	text-decoration: underline;
}
.article-list__menu .active a {
	color: #ffffff;
}




.article-list__articles article {
	background: url(../../../../images/news-line.png) no-repeat scroll center bottom transparent;
	line-height: 21px;
	overflow: visible;
	padding: 35px 0;
	position: relative;
}
.article-list__articles article.last {
	background: none;
}
.article-list__articles .left-left {
	float: left;
	min-height: 1px;
	width: 180px;
}
.article-list__articles .right-right {
	float: left;
	width: 540px;
}
.article-list__articles .right-right.no-image {
	width: 100%;
}
.article-list__articles .date{
	font-weight: bold;
	 font-style: italic;
	margin-bottom: 10px;
}
.article-list__articles .name  {
	font-weight: bold;
}
.article-list__articles img {
	/*box-shadow: 5px 5px 10px 2px #888888;*/
	margin: 0 14px 6px 0;
	max-width: 100%;
}
.about-polk {
	
}

.img-polk {
    float: right;
    margin: -120px;
    opacity: 0.8;
	width: 300px;
}


.article-list__detail .name {
	font-weight: bold;
}
.article-list__detail .date{
	font-weight: bold;
	 font-style: italic;
	margin-bottom: 10px;
}
.article-list__detail img {
    display: inline-block;
    margin: 0 10px 10px;
}
.article-list__detail .left-left {
    float: right;
    height: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.article-list__detail .right-right {
	float: right;
	text-align: right;
	width: 100%;
}
.article-list__detail .right-right a{
	color:#903003;
}




.b-slider {
	clear: both;
	height: 4px;
	margin: 22px 0 0;
	overflow: hidden;
	padding: 30px 6px;
	position: relative;
	width: 914px;
}
.b-slider__labels {
	height: 4px;
	display: table;
	letter-spacing: -1px;
	line-height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -4px;
	width: 100%;
	white-space: nowrap;
}
.b-slider__labels li {
	border-right: 1px solid #a7afb4;
	display: table-cell;
	height: 4px;
	position: relative;
	width: 86px;
}
#year-slider {
	background: #d1d3ce;
	border-top: 1px solid #bbbbbb;
	height: 2px;
	margin: 0 auto;
	position: relative;
}
#year-slider .b-slider__labels {
	font-size: 1px;
	position: relative;
	cursor:pointer;
}
#year-slider .b-slider__labels li {
	display: inline-block;
	width: 65px;
}
#year-slider .b-slider__labels li:first-child {
	width: 0 !important;
}
.b-slider__labels li div {
	position: relative;
}
.b-slider__labels li:first-child {
	width: 1px;
}
.b-slider__labels li .label {
	cursor: pointer;
	font: normal 11px/14px Arial;
	position: absolute;
	right: -5px;
	top: -14px;
	text-decoration: none;
	color:#727272;
}
.white .b-slider__labels li {
	border-right-color: #ffffff;
}
.white .b-slider__labels li .label {
	color: #ffffff;
}


.layout-content .news-images {
    float: left;
}
.layout-content .bottom-back {
	height: 50px;
	width: 100%;
}
span.news-year-title {
	color: #952900;
	font-size: 24px;
	font-weight: bold;
}


.subscribe-off section.layout-content.detail {
	width: 100%;
}



/* Responsive: width <= 960px */
@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
	.article-list__articles .left-left{
		width: 160px;
	}
	.article-list__articles .right-right{
		width: 100%;
	}
	.b-slider {
		width:640px;
	}
	.article-list__articles article {
		background: url(../../../../images/news-line-m.png) no-repeat scroll center bottom transparent;
	}
	.subscribe-off section.layout-content {
		width: 100%;
	}
	.img-polk {
		display:none;
    }
}




/* Responsive: width <= 660px */
@media screen and (max-width: 660px), screen and (max-device-width: 660px) {
	.img-polk {
		display:none;
    }
	#subscribe-block{
		display: none;
	}
	.article-list__articles article{
		padding: 12px 0;
	}
	.article-list__articles .left-left{
		width: auto;
		display:none;
	}
	.article-list__articles .right-right{
		float: none;
		width: auto;
	}
	.layout-content .bottom-back {
		height: 75px;
		margin-bottom: 20px;
		width: 100%;
	}
	.article-list__detail .left-left{
		margin-top: 20px;
	}
	.article-list__detail .right-right{
		margin-left: 0;
		width: 100%;
	}
	.b-slider {
		width:282px;
	}
	#year-slider .b-slider__labels li {
		display: inline-block;
		width: 30px;
	}
	.article-list__articles article {
		background: url(../../../../images/news-line-s.png) no-repeat scroll center bottom transparent;
	}
}