#sticky-footer {			 
    width: 100%;
    background: #242424;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.footer_bottom_part {			    
    border-top: 1px solid #cbd0d4;
    padding-bottom: 5em;
    padding-top: 1em;
}

section#sticky-footer {
    padding: 1em;
}