/*
	jQuery.mmenu widescreen extension CSS
*/
@media all and (min-width: 960px) {
html, body {
  /*min-height: 100%;
  overflow: auto;*/ }

body {
  position: relative; }

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

.mm-page {
  background: inherit;
  box-sizing: border-box;
  width: 70% !important;
  min-height: 100%;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  left: 30% !important;
  top: 0 !important;
  z-index: 1; }
.mm-menu {
  width: 30% !important;
  z-index: 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; }	
}
@media all and (max-width: 960px) {
	.mm-menu {max-width: 440px;}
	
}
