.listloading {
	border: 0
}
.paddingtop {
	height: 50px;
}
.footer h1 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer h2 {
	font-size: 14px;
}
.footer p {
	font-size: 14px;
	font-weight: 500;
}
.footer #logo {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	padding: 2px;
}
.footer #bio {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.footer a {
	color: #1B77D2;
}
.boxblog{
	background:#fafafa;
	padding:10px;
	border:1px solid #ddd;
	margin-bottom:10px;}
	.fontb{
		color:#777;
		font-weight:bold}
.boxblog:hover{
	box-shadow: 5px 5px 5px 5px #e96b56;}
.blogdate{
	color:#777;
	font-size:12px;}
.blogdesk{
	color:#777;
	}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #5CB85C;
    border-color: #5CB85C;
}