/*
	jQuery.mmenu CSS
*/
/* line 15, ../../src/scss/jquery.mmenu.scss */
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -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, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border;
}
/* line 23, ../../src/scss/jquery.mmenu.scss */
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0);
}
/* line 34, ../../src/scss/jquery.mmenu.scss */
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0);
}

/* line 42, ../../src/scss/jquery.mmenu.scss */
.mm-menu .mm-hidden {
  display: none;
}

/* line 49, ../../src/scss/jquery.mmenu.scss */
.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0;
}

/* line 54, ../../src/scss/jquery.mmenu.scss */
.mm-fixed-top {
  top: 0;
}

/* line 58, ../../src/scss/jquery.mmenu.scss */
.mm-fixed-bottom {
  bottom: 0;
}

/* line 66, ../../src/scss/jquery.mmenu.scss */
html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 73, ../../src/scss/jquery.mmenu.scss */
html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* line 82, ../../src/scss/jquery.mmenu.scss */
html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute;
}

/* line 88, ../../src/scss/jquery.mmenu.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 92, ../../src/scss/jquery.mmenu.scss */
#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
}

/* line 103, ../../src/scss/jquery.mmenu.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 109, ../../src/scss/jquery.mmenu.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 113, ../../src/scss/jquery.mmenu.scss */
.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
/* line 125, ../../src/scss/jquery.mmenu.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
}
/* line 142, ../../src/scss/jquery.mmenu.scss */
.mm-menu > .mm-panel.mm-opened {
  left: 0%;
}
/* line 146, ../../src/scss/jquery.mmenu.scss */
.mm-menu > .mm-panel.mm-subopened {
  left: -40%;
}
/* line 150, ../../src/scss/jquery.mmenu.scss */
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
/* line 154, ../../src/scss/jquery.mmenu.scss */
.mm-menu > .mm-panel.mm-hidden {
  display: block;
  visibility: hidden;
}

/* line 165, ../../src/scss/jquery.mmenu.scss */
.mm-menu .mm-list {
  padding: 20px 0;
}
/* line 169, ../../src/scss/jquery.mmenu.scss */
.mm-menu > .mm-list {
  padding: 20px 0 40px 0;
}

/* line 174, ../../src/scss/jquery.mmenu.scss */
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 179, ../../src/scss/jquery.mmenu.scss */
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

/* line 186, ../../src/scss/jquery.mmenu.scss */
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 193, ../../src/scss/jquery.mmenu.scss */
.mm-list {
  font: inherit;
  font-size: 14px;
}
/* line 199, ../../src/scss/jquery.mmenu.scss */
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}
/* line 204, ../../src/scss/jquery.mmenu.scss */
.mm-list > li {
  position: relative;
}
/* line 209, ../../src/scss/jquery.mmenu.scss */
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
/* line 22, ../../src/scss/inc/_variables.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 223, ../../src/scss/jquery.mmenu.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  position: relative;
  left: auto;
}
/* line 233, ../../src/scss/jquery.mmenu.scss */
.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
/* line 22, ../../src/scss/inc/_variables.scss */
.mm-list a.mm-subopen::before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 245, ../../src/scss/jquery.mmenu.scss */
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 300px;
}
/* line 249, ../../src/scss/jquery.mmenu.scss */
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
/* line 256, ../../src/scss/jquery.mmenu.scss */
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
/* line 265, ../../src/scss/jquery.mmenu.scss */
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
/* line 272, ../../src/scss/jquery.mmenu.scss */
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
/* line 280, ../../src/scss/jquery.mmenu.scss */
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
/* line 289, ../../src/scss/jquery.mmenu.scss */
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
/* line 300, ../../src/scss/jquery.mmenu.scss */
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
/* line 304, ../../src/scss/jquery.mmenu.scss */
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
/* line 312, ../../src/scss/jquery.mmenu.scss */
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 316, ../../src/scss/jquery.mmenu.scss */
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
/* line 321, ../../src/scss/jquery.mmenu.scss */
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

/* line 332, ../../src/scss/jquery.mmenu.scss */
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
/* line 337, ../../src/scss/jquery.mmenu.scss */
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
/* line 342, ../../src/scss/jquery.mmenu.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
/* line 346, ../../src/scss/jquery.mmenu.scss */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px;
}
/* line 349, ../../src/scss/jquery.mmenu.scss */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}

/* line 9, ../../src/scss/inc/_colors.scss */
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 13, ../../src/scss/inc/_colors.scss */
.mm-ismenu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}

/* line 22, ../../src/scss/inc/_colors.scss */
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 30, ../../src/scss/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
/* line 36, ../../src/scss/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 40, ../../src/scss/inc/_colors.scss */
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
/* line 49, ../../src/scss/inc/_colors.scss */
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
/* line 54, ../../src/scss/inc/_colors.scss */
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
/* line 65, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

/* line 21, ../../src/scss/inc/_sizing.scss */
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%;
}

/* line 26, ../../src/scss/inc/_sizing.scss */
.mm-menu {
  width: 80%;
}

@media all and (max-width: 175px) {
  /* line 31, ../../src/scss/inc/_sizing.scss */
  .mm-menu {
    width: 140px;
  }

  /* line 40, ../../src/scss/inc/_sizing.scss */
  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px;
  }
}
@media all and (min-width: 112.5px) {
  /* line 47, ../../src/scss/inc/_sizing.scss */
  .mm-menu {
    width: 110px;
  }

  /* line 56, ../../src/scss/inc/_sizing.scss */
  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 110px;
  }
}
/* line 366, ../../src/scss/jquery.mmenu.scss */
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* line 373, ../../src/scss/jquery.mmenu.scss */
html.mm-nooverflowscrolling.mm-opened body {
  overflow: auto;
}
/* line 377, ../../src/scss/jquery.mmenu.scss */
html.mm-nooverflowscrolling.mm-opened .mm-page {
  min-height: 1000px;
  position: fixed;
}
/* line 382, ../../src/scss/jquery.mmenu.scss */
html.mm-nooverflowscrolling.mm-opened .mm-menu {
  height: auto;
  min-height: 1000px;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  left: auto;
  top: auto;
}
/* line 392, ../../src/scss/jquery.mmenu.scss */
html.mm-nooverflowscrolling.mm-opened > .mm-panel {
  position: relative;
  height: auto;
  display: none;
  left: 0;
}
/* line 399, ../../src/scss/jquery.mmenu.scss */
html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
  display: block;
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
/* line 14, ../../src/scss/addons/jquery.mmenu.dragopen.scss */
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu labels addon CSS
*/
/* line 11, ../../src/scss/addons/jquery.mmenu.labels.scss */
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit;
}
/* line 15, ../../src/scss/addons/jquery.mmenu.labels.scss */
.mm-menu.mm-fixedlabels .mm-list > li.mm-label {
  background: inherit !important;
  opacity: 0.97;
  height: 25px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
/* line 24, ../../src/scss/addons/jquery.mmenu.labels.scss */
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
  background: inherit;
  width: 100%;
  position: absolute;
  left: 0;
}
/* line 31, ../../src/scss/addons/jquery.mmenu.labels.scss */
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 37, ../../src/scss/addons/jquery.mmenu.labels.scss */
.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
  padding-top: 25px;
}

/* line 49, ../../src/scss/addons/jquery.mmenu.labels.scss */
.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
}
/* line 55, ../../src/scss/addons/jquery.mmenu.labels.scss */
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px;
}
/* line 61, ../../src/scss/addons/jquery.mmenu.labels.scss */
.mm-list > li.mm-collapsed {
  display: none;
}

/* line 78, ../../src/scss/inc/_colors.scss */
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}

/* pull down is a translate3d y position */
/* line 1, ../../src/scss/addons/dragrefresh.scss */
#container {
  position: relative;
  -webkit-transition: -webkit-transform 0ms;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-backface-visibility: hidden;
}

/* slide up with small animation */
/* line 1, ../../src/scss/addons/dragrefresh.scss */
#container.pullrefresh-slideup, #container.pullrefresh-loading {
  -o-transition: -o-transform .3s;
  -ms-transition: -ms-transform .3s;
  -moz-transition: -moz-transform .3s;
  -webkit-transition: -webkit-transform .3s;
}

/* place the pullrefresh box above the container */
/* line 1, ../../src/scss/addons/dragrefresh.scss */
#pullrefresh {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -490px;
  left: 0;
  width: 100%;
  height: 490px;
  background: #ccc;
  box-shadow: 0 -5px 10px #bbbbbb inset;
}

/* line 1, ../../src/scss/addons/dragrefresh.scss */
#pullrefresh .message {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  color: #777;
  text-align: center;
  text-shadow: 1px 1px 0 #dfdfdf;
  font-weight: bold;
}

/* change message with css */
/* line 1, ../../src/scss/addons/dragrefresh.scss */
#pullrefresh .message span:after {
  content: "Pull to refresh...";
}

/* line 1, ../../src/scss/addons/dragrefresh.scss */
.pullrefresh-breakpoint #pullrefresh .message span:after {
  content: "Release to refresh...";
}

/* line 1, ../../src/scss/addons/dragrefresh.scss */
.pullrefresh-loading #pullrefresh .message span:after {
  content: "Loading new image...";
}

/* icon */
/* line 1, ../../src/scss/addons/dragrefresh.scss */
#pullrefresh .icon {
  position: absolute;
  left: 20px;
}

/* arrow icon */
/* line 1, ../../src/scss/addons/dragrefresh.scss */
#pullrefresh .icon.arrow {
  background: url(assets/img/arrow.png) no-repeat;
  width: 71px;
  height: 28px;
  bottom: 10px;
  transform: rotate(90deg);
  transition: transform .3s;
  -o-transform: rotate(90deg);
  -o-transition: -o-transform .3s;
  -ms-transform: rotate(90deg);
  -ms-transition: -ms-transform .3s;
  -moz-transform: rotate(90deg);
  -moz-transition: -moz-transform .3s;
  -webkit-transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  -webkit-backface-visibility: hidden;
}

/* line 1, ../../src/scss/addons/dragrefresh.scss */
#pullrefresh .icon.arrow.arrow-up {
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/* spinner icon */
/* rotate spinner with css animation */
@keyframes rotate {
  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 1, ../../src/scss/addons/dragrefresh.scss */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* line 1, ../../src/scss/addons/dragrefresh.scss */
#pullrefresh .icon.loading {
  background: url(assets/img/spinner.png) no-repeat;
  width: 19px;
  height: 19px;
  background-size: 100%;
  bottom: 0;
  animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  -ms-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -webkit-animation: rotate 1s linear infinite;
}

/*
	jQuery.mmenu position extension CSS
*/
/* line 9, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-top {
  width: 100%;
}

/* line 16, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%;
}

/* line 26, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0;
}

/* line 33, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0;
}

/* line 43, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%;
}

/* line 54, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto;
}

/* line 61, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0;
}

/* line 70, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto;
}

/* line 81, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0;
}

/* line 70, ../../src/scss/inc/_sizing.scss */
.mm-menu.mm-top {
  height: 80%;
}

/* line 78, ../../src/scss/inc/_sizing.scss */
html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%;
}
/* line 82, ../../src/scss/inc/_sizing.scss */
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%;
}

@media all and (max-height: 175px) {
  /* line 88, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-top {
    height: 140px;
  }

  /* line 96, ../../src/scss/inc/_sizing.scss */
  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px;
  }
  /* line 100, ../../src/scss/inc/_sizing.scss */
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px;
  }
}
@media all and (min-height: 1100px) {
  /* line 107, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-top {
    height: 880px;
  }

  /* line 115, ../../src/scss/inc/_sizing.scss */
  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px;
  }
  /* line 119, ../../src/scss/inc/_sizing.scss */
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px;
  }
}
/* line 127, ../../src/scss/inc/_sizing.scss */
.mm-menu.mm-right {
  width: 80%;
}

/* line 136, ../../src/scss/inc/_sizing.scss */
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%;
}

@media all and (max-width: 175px) {
  /* line 142, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-right {
    width: 140px;
  }

  /* line 151, ../../src/scss/inc/_sizing.scss */
  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px;
  }
}
@media all and (min-width: 112.5px) {
  /* line 158, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-right {
    width: 110px;
  }

  /* line 167, ../../src/scss/inc/_sizing.scss */
  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 110px;
  }
}
/* line 175, ../../src/scss/inc/_sizing.scss */
.mm-menu.mm-bottom {
  height: 80%;
}

/* line 183, ../../src/scss/inc/_sizing.scss */
html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%;
}
/* line 187, ../../src/scss/inc/_sizing.scss */
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%;
}

@media all and (max-height: 175px) {
  /* line 193, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-bottom {
    height: 140px;
  }

  /* line 201, ../../src/scss/inc/_sizing.scss */
  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px;
  }
  /* line 205, ../../src/scss/inc/_sizing.scss */
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px;
  }
}
@media all and (min-height: 1100px) {
  /* line 212, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-bottom {
    height: 880px;
  }

  /* line 220, ../../src/scss/inc/_sizing.scss */
  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px;
  }
  /* line 224, ../../src/scss/inc/_sizing.scss */
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px;
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
/* line 97, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

/* line 107, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front,
.mm-menu.mm-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;
}

/* line 122, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0;
}

/* line 127, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* line 132, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

/* line 141, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%;
}

/* line 151, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0;
}

/* line 159, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%;
}

/* line 170, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto;
}

/* line 178, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%;
}

/* line 189, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0;
}

/* line 198, ../../src/scss/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%;
}

/* line 241, ../../src/scss/inc/_sizing.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%;
}

@media all and (max-width: 175px) {
  /* line 250, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px;
  }
}
@media all and (min-width: 550px) {
  /* line 260, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -340px;
  }
}
/* line 271, ../../src/scss/inc/_sizing.scss */
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%;
}

@media all and (max-height: 175px) {
  /* line 280, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px;
  }
}
@media all and (min-height: 1100px) {
  /* line 290, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px;
  }
}
/* line 301, ../../src/scss/inc/_sizing.scss */
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%;
}

@media all and (max-width: 175px) {
  /* line 310, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px;
  }
}
@media all and (min-width: 112.5px) {
  /* line 320, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -110px;
  }
}
/* line 331, ../../src/scss/inc/_sizing.scss */
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%;
}

@media all and (max-height: 175px) {
  /* line 340, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px;
  }
}
@media all and (min-height: 1100px) {
  /* line 350, ../../src/scss/inc/_sizing.scss */
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px;
  }
}
/* line 363, ../../src/scss/inc/_sizing.scss */
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto;
}
/* line 368, ../../src/scss/inc/_sizing.scss */
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0;
}
/* line 372, ../../src/scss/inc/_sizing.scss */
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0;
}

/*
	jQuery.mmenu themes extension CSS
*/
/* line 9, ../../src/scss/inc/_colors.scss */
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 13, ../../src/scss/inc/_colors.scss */
.mm-ismenu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}

/* line 22, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 30, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
/* line 36, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 40, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 49, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
/* line 54, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
/* line 65, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

/* line 90, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
/* line 95, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}

/* line 104, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 78, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

/* line 115, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
/* line 120, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-light .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 9, ../../src/scss/inc/_colors.scss */
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 13, ../../src/scss/inc/_colors.scss */
.mm-ismenu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}

/* line 22, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 30, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.3);
}
/* line 36, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 40, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 49, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.08);
}
/* line 54, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
/* line 65, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

/* line 90, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
/* line 95, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}

/* line 104, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 78, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

/* line 115, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
/* line 120, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-white .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 9, ../../src/scss/inc/_colors.scss */
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}

/* line 13, ../../src/scss/inc/_colors.scss */
.mm-ismenu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}

/* line 22, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 30, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
/* line 36, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
/* line 40, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
/* line 49, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
/* line 54, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
/* line 65, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}

/* line 90, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
/* line 95, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3);
}

/* line 104, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/* line 78, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}

/* line 115, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
/* line 120, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-black .mm-header a:before {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 9, ../../src/scss/inc/_colors.scss */
html.mm-opened.mm-newsdas .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 13, ../../src/scss/inc/_colors.scss */
.mm-ismenu.mm-newsdas {
  background: #e6e6e6;
  color: #333333;
}

/* line 22, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 30, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
/* line 36, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-list > li > a.mm-subopen:after, .mm-menu.mm-newsdas .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
/* line 40, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 49, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-newsdas .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
/* line 54, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-list > li.mm-label {
  background: gray;
}
/* line 65, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-newsdas.mm-vertical .mm-list li.mm-opened > ul {
  background: gray;
}

/* line 90, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: #333333;
}
/* line 95, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas li.mm-noresults {
  color: rgba(0, 0, 0, 0.3);
}

/* line 104, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 78, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-list li.mm-label > div > div {
  background: gray;
}

/* line 115, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
/* line 120, ../../src/scss/inc/_colors.scss */
.mm-menu.mm-newsdas .mm-header a:before {
  border-color: rgba(0, 0, 0, 0.3);
}
