
.footer_left{
	color:#6f7273 !important;
	margin-bottom: 10px;
}

.footer_left.address i{
	margin-right: 17px;
}

.footer_left.phone i{
	margin-right: 14px;
}

.footer_left.email i{
	margin-right: 10px;
}

.footer_left.address{
	color:#6f7273;
}

.footer_left.phone a{
	color:#6f7273;
}

.footer_left.email a{
	color:#6f7273;
}

.footer_left.phone a:hover{
	color:#d6b161;
}
.footer_left.email a:hover{
	color:#d6b161;
}

.footer-logo {
    display: inline-block;
}

.custom-pagination > li > a {
    margin-bottom: 10px;
}

.news_desc_holder{
    height: 98px;
    margin-bottom: 20px;
    overflow-y: hidden;
    width: 100%;
}

li.unavailable a{
	background-color: #eee;
	border-color: #ddd;
	cursor: default;
}

.pagination>li.unavailable>a:focus, .pagination>li.unavailable>a:hover, .pagination>li.unavailable>span:focus, .pagination>li.unavailable>span:hover {
    color: #424242;
}

.blog-classic {
	margin-bottom: 0px; 
    padding-bottom: 0px; 
    border-bottom: none;
}

.news_title_holder{
	overflow: hidden;
	height: 53px;
}

.file_desc p{
	margin: 0 0 20px;
	height: 86px;
    overflow: hidden;
}

.file_title{
	height: 60px;
    overflow: hidden;
}

.reload_captcha {
	width: 50px;
	height: 35px;
	color: transparent;
	background: url(/assets/images/reload.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 5px;
	left: 150px;
}

#captcha_holder{
	width: 180px;
	float: left;
}

.contact-comments .form-control.captcha_input {
	width: 200px;
	float: left;
	height: 45px;
	margin-left: 20px;
}

.links{
	text-align: center;
}

.links a {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #d6b161;
	color: #d6b161;
	width: 200px;
	height: 50px;
	overflow: hidden;
}

.links a:hover {
	background: #d6b161;
	color: #fff;
}