html, body {
  height: 100%; }

body {
  position: relative; }

#mm-blocker {
  display: none !important; }

.mm-page {
  box-shadow: none !important;
  background: inherit;
  /*width: 100% !important;*/
  min-height: 100%;
  margin: 0 !important;
  left: 0px;
  top: 0 !important;
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1420px;
  padding-left: 220px;
  }

.mm-menu {
  position: fixed;
  z-index: 1;
  width: 220px !important;
  padding: 0; }
  .mm-menu.mm-top, .mm-menu.mm-right, .mm-menu.mm-bottom {
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    left: 0 !important; }
  .mm-menu:first-child, .mm-menu.mm-current {
    display: block; }
   a#open-icon-header {
   		display: none;
   }
