.panel_img img {
	width: 100%;
	margin-bottom: 15px;
}

.panel-footer {
	border-bottom: 2px dashed #ddd;
}

#loading {
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*color: #fff;*/
	/*background: #004899;*/
	/*background-size: cover;*/
}

#loading .load-inner {
	position: absolute;
	top: 42%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	/*opacity: 0;*/
}

#loading .logo {
	/* width: 300px; */
	/*height: 30px;*/
	/*background: url(../images/logo_title.png) center top no-repeat;*/
	background-size: contain;
	margin-bottom: 20px;
}
/*#loading .logo img{
	max-width: 300px;
	margin: 0 auto;
}*/
#wraper {
	display: none;
}

#wraper.active {
	display: block;
}
.news_list  .glyphicon{
	    color: #007c36;
}
@media (max-width: 768px) {
	/*#loading .load-inner {
		width: 50%;
		margin-left: -25%;
	}*/
}