/* Footer */
#footer {
	clear: both;	
}
#footer a {
	color: #b00000;
	line-height: 22px;
}
#footer .box {
	float: left;	
	width: 303px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}
#footer .box .headline {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1px;	
}
#footer .box .info {
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #000;
}
#footer .copyright_box {
	padding-top: 40px;
	padding-bottom: 80px;	
	text-align: center;
	font-size: 16px;
	color: #B00000;
}
#footer .copyright_bottom {
	margin-top: 20px;	
	color: #333;
}
/* Top Scroller */
#footer .top_scroller {
	display: none;
	position: fixed;
	left: 20px;
	bottom: 20px;
	cursor: pointer;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;	
	font-size: 34px;
	border-radius: 8px;
	z-index: 100;
	opacity: 0.5;
}
#footer .top_scroller:hover {
	color: #000;
}
/* Steady Button */
#footer .login-button {
    display: none !important;
}