@media only screen and (max-width: 900px){
    footer#footer .footer-menu ul li {
        width: 100%;
        float: left;
    }
    footer#footer .footer-bottom ul li.footer-width {
        width: 100%;
        float: left;
        margin-bottom: 20px !important;
    }
    i.icon-menu {
        color: #fff !important;
    }
}