#mp_footer{
    margin-top: 150px;
    background: #000;
    color: #fff;
    min-height: 150px;
    padding-bottom: 60px;
}
    #mp_footerLogo{
        background-image: url("../../views/img/serwislogo.png");
        background-size: 180px;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 150px;
    }
    #mp_footerLinks{
        width: 100%;
    }
        .mp_footerLink{
            padding: 10px;
            display: inline-block;
            cursor: pointer;
            color: inherit;
            text-decoration: none;
        }
            .mp_footerLink:first-child{
                padding-left: 0px;
            }
        #mp_footerLinksInner{
            text-align: left;
        }