footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    /* z-index: 500; */
    padding: 12px;
    /* color: #fff; */
    border-top: 1px solid rgba(0,0,0,0.07);   
}

@media(min-width:768px) {
	footer {
		padding-left: 250px;
	}
}

footer p {
	text-align: center;
	margin: 0;
    font-weight: 700;
}