.navbar-fixed-bottom {

	padding-top: 2px;	
	border-top: 1px solid #292929;
	position: absolute;
	bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
	padding: 15px 0;
	font-size: 12px;
	background: #111;
	color: #999;
}

.navbar-fixed-bottom .navbar-inner a {
	color: #999;
}

.navbar-fixed-bottom .navbar-inner a:hover {
	color: #FFF;
	text-decoration: none;
}

.footer-bg-dark {
	background-color: #343a40!important;
	height: 50px;
	color: white;
	text-align: center;
	vert-align: middle;
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	line-height: 50px;
}

#footer_logo {
	float: right;
	height: 30px;
	padding: 0;
	margin: 10px;
}
