/*
	jQuery.mmenu position extension CSS
*/
.mbg-menu.mbg-top {
  width: 100%; }

html.mbg-top.mbg-opened .mbg-page,
html.mbg-top.mbg-opened #mbg-blocker {
  top: 0%; }

html.mbg-top.mbg-opened.mbg-opening .mbg-page,
html.mbg-top.mbg-opened.mbg-opening #mbg-blocker,
html.mbg-top.mbg-opened.mbg-opening .mbg-fixed-top,
html.mbg-top.mbg-opened.mbg-opening .mbg-fixed-bottom {
  left: 0; }

.mbg-menu.mbg-right {
  left: auto;
  right: 0; }

html.mbg-right.mbg-opened .mbg-page,
html.mbg-right.mbg-opened #mbg-blocker,
html.mbg-right.mbg-opened .mbg-fixed-top,
html.mbg-right.mbg-opened .mbg-fixed-bottom {
  left: auto;
  right: 0%; }

html.mbg-right.mbg-opened.mbg-opening .mbg-page,
html.mbg-right.mbg-opened.mbg-opening #mbg-blocker,
html.mbg-right.mbg-opened.mbg-opening .mbg-fixed-top,
html.mbg-right.mbg-opened.mbg-opening .mbg-fixed-bottom {
  left: auto; }

.mbg-menu.mbg-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mbg-bottom.mbg-opened .mbg-page,
html.mbg-bottom.mbg-opened #mbg-blocker {
  bottom: 0%;
  top: auto; }

html.mbg-bottom.mbg-opened.mbg-opening .mbg-page,
html.mbg-bottom.mbg-opened.mbg-opening #mbg-blocker,
html.mbg-bottom.mbg-opened.mbg-opening .mbg-fixed-top,
html.mbg-bottom.mbg-opened.mbg-opening .mbg-fixed-bottom {
  top: auto;
  left: 0; }

.mbg-menu.mbg-top {
  height: 80%; }

html.mbg-top.mbg-opening .mbg-page,
html.mbg-top.mbg-opening #mbg-blocker,
html.mbg-top.mbg-opening .mbg-fixed-top {
  top: 80%; }
html.mbg-top.mbg-opening .mbg-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mbg-menu.mbg-top {
    height: 140px; }

  html.mbg-top.mbg-opening .mbg-page,
  html.mbg-top.mbg-opening #mbg-blocker,
  html.mbg-top.mbg-opening .mbg-fixed-top {
    top: 140px; }
  html.mbg-top.mbg-opening .mbg-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mbg-menu.mbg-top {
    height: 880px; }

  html.mbg-top.mbg-opening .mbg-page,
  html.mbg-top.mbg-opening #mbg-blocker,
  html.mbg-top.mbg-opening .mbg-fixed-top {
    top: 880px; }
  html.mbg-top.mbg-opening .mbg-fixed-bottom {
    bottom: -880px; } }
.mbg-menu.mbg-right {
  width: 320px; }

html.mbg-right.mbg-opening .mbg-page,
html.mbg-right.mbg-opening #mbg-blocker,
html.mbg-right.mbg-opening .mbg-fixed-top,
html.mbg-right.mbg-opening .mbg-fixed-bottom {
  right: 320px; }

@media all and (max-width: 175px) {
  .mbg-menu.mbg-right {
    width: 140px; }

  html.mbg-right.mbg-opening .mbg-page,
  html.mbg-right.mbg-opening #mbg-blocker,
  html.mbg-right.mbg-opening .mbg-fixed-top,
  html.mbg-right.mbg-opening .mbg-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mbg-menu.mbg-right {
    width: 320px; }

  html.mbg-right.mbg-opening .mbg-page,
  html.mbg-right.mbg-opening #mbg-blocker,
  html.mbg-right.mbg-opening .mbg-fixed-top,
  html.mbg-right.mbg-opening .mbg-fixed-bottom {
    right: 320px; } }
.mbg-menu.mbg-bottom {
  height: 80%; }

html.mbg-bottom.mbg-opening .mbg-page,
html.mbg-bottom.mbg-opening #mbg-blocker,
html.mbg-bottom.mbg-opening .mbg-fixed-bottom {
  bottom: 80%; }
html.mbg-bottom.mbg-opening .mbg-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mbg-menu.mbg-bottom {
    height: 140px; }

  html.mbg-bottom.mbg-opening .mbg-page,
  html.mbg-bottom.mbg-opening #mbg-blocker,
  html.mbg-bottom.mbg-opening .mbg-fixed-bottom {
    bottom: 140px; }
  html.mbg-bottom.mbg-opening .mbg-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mbg-menu.mbg-bottom {
    height: 880px; }

  html.mbg-bottom.mbg-opening .mbg-page,
  html.mbg-bottom.mbg-opening #mbg-blocker,
  html.mbg-bottom.mbg-opening .mbg-fixed-bottom {
    bottom: 880px; }
  html.mbg-bottom.mbg-opening .mbg-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mbg-front.mbg-opened .mbg-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mbg-menu.mbg-front,
.mbg-menu.mbg-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mbg-front .mbg-page,
html.mbg-front #mbg-blocker {
  z-index: 0; }

.mbg-menu.mbg-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mbg-opened.mbg-next .mbg-page {
  box-shadow: none; }

html.mbg-opening .mbg-menu.mbg-front, html.mbg-opening .mbg-menu.mbg-next {
  left: 0%; }

.mbg-menu.mbg-top.mbg-front, .mbg-menu.mbg-top.mbg-next {
  left: 0; }

html.mbg-opening .mbg-menu.mbg-top.mbg-front, html.mbg-opening .mbg-menu.mbg-top.mbg-next {
  left: 0;
  top: 0%; }

.mbg-menu.mbg-right.mbg-front, .mbg-menu.mbg-right.mbg-next {
  left: auto; }

html.mbg-opening .mbg-menu.mbg-right.mbg-front, html.mbg-opening .mbg-menu.mbg-right.mbg-next {
  left: auto;
  right: 0%; }

.mbg-menu.mbg-bottom.mbg-front, .mbg-menu.mbg-bottom.mbg-next {
  top: auto;
  left: 0; }

html.mbg-opening .mbg-menu.mbg-bottom.mbg-front, html.mbg-opening .mbg-menu.mbg-bottom.mbg-next {
  left: 0;
  bottom: 0%; }

.mbg-menu.mbg-front, .mbg-menu.mbg-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mbg-menu.mbg-front, .mbg-menu.mbg-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mbg-menu.mbg-front, .mbg-menu.mbg-next {
    left: -320px; } }
.mbg-menu.mbg-top.mbg-front, .mbg-menu.mbg-top.mbg-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mbg-menu.mbg-top.mbg-front, .mbg-menu.mbg-top.mbg-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mbg-menu.mbg-top.mbg-front, .mbg-menu.mbg-top.mbg-next {
    top: -880px; } }
.mbg-menu.mbg-right.mbg-front, .mbg-menu.mbg-right.mbg-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mbg-menu.mbg-right.mbg-front, .mbg-menu.mbg-right.mbg-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mbg-menu.mbg-right.mbg-front, .mbg-menu.mbg-right.mbg-next {
    right: -320px; } }
.mbg-menu.mbg-bottom.mbg-front, .mbg-menu.mbg-bottom.mbg-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mbg-menu.mbg-bottom.mbg-front, .mbg-menu.mbg-bottom.mbg-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mbg-menu.mbg-bottom.mbg-front, .mbg-menu.mbg-bottom.mbg-next {
    bottom: -880px; } }
html.mbg-front .mbg-fixed-top,
html.mbg-front .mbg-fixed-bottom,
html.mbg-opening.mbg-front .mbg-fixed-top,
html.mbg-opening.mbg-front .mbg-fixed-bottom {
  left: 0;
  right: auto; }
html.mbg-front .mbg-fixed-top,
html.mbg-opening.mbg-front .mbg-fixed-top {
  top: 0; }
html.mbg-front .mbg-fixed-bottom,
html.mbg-opening.mbg-front .mbg-fixed-bottom {
  bottom: 0; }