/* Footer Classes */
footer {
    margin-top: 50px;
    padding: 5px 0 28px;
    color: #000;
    background-color: #FFF;
}

footer a,
footer a:link,
footer a:visited {
    color: white;
}

footer a:active,
footer a:hover {
    color: white;
}

.container-footer {
    max-width: 902px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e47a36;
}

@media (max-width: 575px) {
    .container-footer {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
}

.container-footer * {
    color: #FFF;
}

footer.under-reference {
    margin-top: 0px !important;
    padding: 25px 0;
}