.fixed-footer{
        width: 100%;
        position: fixed;        
        background: grey;  //#333;
        padding: 10px 0;
        color: #fff;
    }
 .fixed-footer{
        bottom: 0;
    }    