/* ------------------------------
   Footer - px-footer
--------------------------------*/
footer{
    bottom: 0;
    position: fixed;
    z-index: 9;
}

.px-footer {
    background: #fff;
    color: #444;
    padding-left: 250px!important;
    padding: 20px;
    border-top: 1px solid transparent;
}

.px-footer, .px-footer hr {
    border-color: #e6e6e6;
}

.px-footer-bottom{
  bottom: 0;
  left: 0;
  right: 0;
}
