div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	margin-top: 15px;
	color:#888888;
	font-size: 12px;
}
.blog-img img{
	width: 100%;
}
.bl-row {
	padding-bottom: 40px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 40px;
	margin-right: 20px !important;
}
.blog-title {
	font-size: 18px;
}
.blog-pt {
	margin-top: 20px;
	font-size: 14px;
}
.header-list-style {
	position: relative;
	padding-bottom: 17px;
}
.header-list-style:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #d8c593;
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
}
.rubr-link {
	font-size: 13px;
	line-height: 1.2;
	margin: 0 18px 0 0;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
	background: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	margin-bottom: 5px;
	position: relative;
	text-decoration: none;
	color: #d8c593;
	font-weight: 800 !important;
}
.rubr-link:after {
	content: "";
	display: inline-block;
	border: 1px solid #d8c593;
	font-size: 12px;
	margin-left: 11px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.rubr-link:last-child:after {
	content: "";
	border: none;
}

.widget_search {
	width: 100%;
	margin-right: 0;
	float: none;
	margin-bottom: 60px;
	clear: both;
}
.widget-title {
	color: #313131;
	margin-bottom: 30px;
	font-weight: bold !important;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.3;
	background: #fff;
	text-align: right;
	border-bottom: 3px solid #eeeeee;
}
.inner-arrow {
	background: #fff;
	position: relative;
	display: block;
	text-transform: uppercase;
	padding: 8px 0px 7px 12px;
	z-index: 3;
	font-size: 14px;
}
.inner-arrow:before{
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: -3px;
	background-color: #d8c593;
	right: 0;
	margin: 0;
}

.search-input {
	border: 1px solid #e9e9e9;
	background: #fff url(images/searchsubmit.png) no-repeat 95% 11px;
	padding: 12px 40px 12px 20px;
	color: #313131;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}
.search-input:focus {
	outline: none;
}