.footer {
	position: absolute;
  bottom: 0;
  width: 100%;
	font-size: 18px;
	color: #FFF;
	height: 76px;
}

.footer .row-footer-logo {
	margin-top: 0px;
}
.footer .footer-detail {
	position: relative;
	background-color: #222222;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}