/* ========================================================================
 * PAGE FOOTER FIXED
 * ======================================================================== */
body.page-footer-fixed.page-sidebar-minimize #page-content .footer-content, body.page-footer-fixed.page-sidebar-minimize-auto #page-content .footer-content {
  left: 75px;
}
body.page-footer-fixed #page-content .body-content {
  margin-bottom: 40px;
}
body.page-footer-fixed #page-content .footer-content {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 220px;
  z-index: 1000;
}
body.page-footer-fixed #back-top {
  bottom: 65px;
}

@media (max-width: 768px) {
  body.page-footer-fixed #page-content .footer-content {
    left: 0px;
  }
  body.page-footer-fixed.page-sidebar-left-show #page-content .footer-content {
    left: 220px;
    right: -220px;
  }
  body.page-footer-fixed.page-sidebar-right-show #page-content .footer-content {
    right: 220px;
    left: -220px;
  }
}