.footer {
	background-color: #f7f7f7;
	color: #818181;
	font-family: 'Roboto Regular';
	font-size: 14px;
	height: 70px;
	line-height: 70px;
	position:absolute;
	bottom:0;
	width:100%;
	margin-top:70px;
}

.footer p {
	text-align: center;
}

.footer span {
	color: #e7501e;
}