@charset "utf-8";

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5;
}

/** Footer **/
footer.footer {
	margin-top: 30px;
}
footer.footer .footbar {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	background-color: #f8f8f8;
}
footer.footer .footbar .btn-group {
	border-radius: 0;
}
footer.footer .content {
	color: #ccc;
	line-height: 1.7;
	background-color: #333;
	min-height: 20px;
	padding: 30px 0;
}
footer.footer .content a,
footer.footer .content a:hover {
	color: #fff;
}
footer.footer .content .divider {
    color: #666;
/*    font-size: 80%;*/
    font-size: 60%;
    position: relative;
    top: -1px;
    margin: 0 7px;
}
footer.footer .content hr {
    border-top: 1px solid #444;
}
footer.footer .copyright {
	color: #ccc;
	text-align: center;
	background-color: #222;
	padding: 10px 0;
}
footer.footer .copyright a,
footer.footer .copyright a:hover {
	color: #fff;
}
@media (max-width: 991px) {
	footer.footer .content {
		text-align: center;
	}
}


footer .btn-nav {
    color: #777;
    font-weight: normal;
    background-color: #f8f8f8;
    height: 30px;
    line-height: 30px;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0;
    padding: 0 10px;
}
