.footer {
    background: #373d41;
    color: #ffffff;
    padding: 10px 0;
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 50px;
    left: 0;
    font-size: 14px;
}
.footer a {
    /*color: #ffffff;*/
    margin: 0 7px;
}
.footer a:hover {
    color: #337ab7;
}