.uber-footer {
	background: #3d4045;
	color: #96a1a3;
}
.uber-footer:before,
.uber-footer:after {
	content: " ";
	display: table;
}
.uber-footer:after {
	clear: both;
}
.uber-footer.affix {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.uber-footer small {
	display: block;
	font-size: 100%;
}
.uber-footer.light-color,
.uber-footer.white-color {
	background: #f4f6f7;
	color: #505656;
}
.uber-footer.light-color .footer-left > h2,
.uber-footer.white-color .footer-left > h2 {
	color: #27292e;
}
.uber-footer.light-color .footer-left a,
.uber-footer.white-color .footer-left a {
	color: #22b8f0;
	border-bottom-color: #22b8f0;
}
.uber-footer.light-color .footer-left a:hover,
.uber-footer.white-color .footer-left a:hover,
.uber-footer.light-color .footer-left a:active,
.uber-footer.white-color .footer-left a:active,
.uber-footer.light-color .footer-left a:focus,
.uber-footer.white-color .footer-left a:focus {
	color: #0d8ab9;
	border-bottom-color: #0d8ab9;
}
.uber-footer.light-color .footer-right,
.uber-footer.white-color .footer-right {
	background: rgba(0, 0, 0, 0.05);
}
.uber-footer.light-color h2.brand-name,
.uber-footer.white-color h2.brand-name {
	text-align: right;
	margin-top: 0;
}
.back-to-top {
	position: fixed;
	right: 26px;
	top: auto;
	z-index: 999;
	display: none;
	bottom: -60px;
}
@media (min-width: 768px) {
	.back-to-top {
		display: block;
	}
}
.back-to-top .btn {
	background: #ecf0f1;
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	color: #22b8f0;
	height: 52px;
	width: 52px;
	border-radius: 50%;
	line-height: 1;
	padding: 0;
	text-align: center;
	font-size: 22px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.back-to-top .btn:hover,
.back-to-top .btn:active,
.back-to-top .btn:focus {
	background: #22b8f0;
	color: #ffffff;
	outline: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.back-to-top.affix,
.back-to-top.affix-top {
	bottom: 78px;
}
.back-to-top a {
	outline: none;
}
.back-to-top i {
	font-size: 20px;
	line-height: 16px;
}
.footer-left {
	margin-bottom: 52px;
}
@media (min-width: 992px) {
	.footer-left {
		margin-bottom: 0;
	}
}
.footer-left > h2 {
	margin-top: 0;
	font-size: 32px;
	text-transform: uppercase;
}
.footer-left a {
	color: #96a1a3;
	border-bottom: 1px solid #96a1a3;
}
.footer-left a:hover,
.footer-left a:active,
.footer-left a:focus {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.footer-right {
	padding: 26px;
	background: rgba(255, 255, 255, 0.05);
}