/*
	jQuery.mmenu fullscreen extension CSS
*/
/* line 8, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-opening.mm-fullscreen .mm-page,
html.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%;
}

/* line 16, ../../../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-fullscreen {
  width: 100%;
}

@media all and (max-width: 140px) {
  /* line 21, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-fullscreen {
    width: 140px;
  }

  /* line 27, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 10000px) {
  /* line 37, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-fullscreen {
    width: 10000px;
  }

  /* line 43, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-opening.mm-fullscreen .mm-page,
  html.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px;
  }
}
/* line 60, ../../../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-top.mm-fullscreen {
  height: 100%;
}

/* line 66, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-top.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%;
}
/* line 72, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%;
}

@media all and (max-height: 140px) {
  /* line 78, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px;
  }

  /* line 84, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px;
  }
  /* line 90, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px;
  }
}
@media all and (min-height: 10000px) {
  /* line 97, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px;
  }

  /* line 103, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-top.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px;
  }
  /* line 109, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px;
  }
}
/* line 117, ../../../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-right.mm-fullscreen {
  width: 100%;
}

/* line 123, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-right.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%;
}

@media all and (max-width: 140px) {
  /* line 132, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px;
  }

  /* line 138, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px;
  }
}
@media all and (min-width: 10000px) {
  /* line 148, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px;
  }

  /* line 154, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px;
  }
}
/* line 165, ../../../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%;
}

/* line 171, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%;
}
/* line 177, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%;
}

@media all and (max-height: 140px) {
  /* line 183, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px;
  }

  /* line 189, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px;
  }
  /* line 195, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px;
  }
}
@media all and (min-height: 10000px) {
  /* line 202, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px;
  }

  /* line 208, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-bottom.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px;
  }
  /* line 214, ../../../sass/mmenu/inc/_sizing.scss */
  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px;
  }
}
/* line 230, ../../../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%;
}

@media all and (max-width: 140px) {
  /* line 239, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px;
  }
}
@media all and (min-width: 10000px) {
  /* line 249, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px;
  }
}
/* line 260, ../../../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%;
}

@media all and (max-height: 140px) {
  /* line 269, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px;
  }
}
@media all and (min-height: 10000px) {
  /* line 279, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px;
  }
}
/* line 290, ../../../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%;
}

@media all and (max-width: 140px) {
  /* line 299, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px;
  }
}
@media all and (min-width: 10000px) {
  /* line 309, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px;
  }
}
/* line 320, ../../../sass/mmenu/inc/_sizing.scss */
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%;
}

@media all and (max-height: 140px) {
  /* line 329, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px;
  }
}
@media all and (min-height: 10000px) {
  /* line 339, ../../../sass/mmenu/inc/_sizing.scss */
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px;
  }
}
/* line 352, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto;
}
/* line 358, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
  top: 0;
}
/* line 362, ../../../sass/mmenu/inc/_sizing.scss */
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0;
}

/* line 27, ../../../sass/mmenu/extensions/jquery.mmenu.fullscreen.scss */
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
