@media only screen and (max-width: 880px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  #header .mask {
    background: rgba(22, 34, 42, 0.4);
    top: 0px;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
  }
}
a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  width: 100%;
  position: fixed;
  background: none;
/*  min-height: 60px; */
  z-index: 999998;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background: none;
  top: 0;
  left: 0;
}

.meanmenu-reveal-btn {
  position: absolute;
  display: block;
  z-index: 99999;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
}

.meanmenu-reveal {
  width: 26px;
  height: 20px;
  margin: 13px 17px 27px 17px;
  display: block !important;
/*  position: relative; */
  position: absolute;
  z-index: 110;
}
.meanmenu-reveal:after {
  content: "MENU";
  position: absolute;
  bottom: -20px;
  color: #222222;
  font-size: 10px;
  width: 60px;
  left: -17px;
  text-align: center;
  display: block;
  font-family: serif;
}
.meanmenu-reveal.meanclose:after {
  content: "CLOSE";
}
.meanmenu-reveal span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
}
.meanmenu-reveal span:nth-of-type(1) {
  top: 0;
  background: #222222;
}
.meanmenu-reveal span:nth-of-type(2) {
  top: 8px;
  background: #222222;
}
.meanmenu-reveal span:nth-of-type(3) {
  top: 16px;
  background: #222222;
}
.meanmenu-reveal span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}
.meanmenu-reveal span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.meanmenu-reveal span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.meanclose span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
  top: -2px;
}
.meanclose span:nth-of-type(2) {
  opacity: 0;
}
.meanclose span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.mean-container .mean-nav {
  width: 100%;
/*  margin-top: 60px;*/
  max-height: 100vh;
  overflow-y: auto;
}
.mean-container > .mean-nav ul {
  padding: 0;
  margin: 0 0 0 0;
  width: 100%;
  list-style-type: none;
  /*	overflow-y: scroll; */
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100vh;
  background: #fff;
}
.mean-container .mean-nav ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
}

.mean-container .mean-nav ul ul li img {
  max-width:60px;
  vertical-align: middle;
}

.mean-container .mean-nav ul li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background:#ffffff;
}

.mean-container .mean-nav ul li i {
  margin-right:6px;
}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span.pre {
  display: block;
  width: 100%;
  padding: 0 1em;
  margin: 0;
  text-align: left;
  text-decoration: none;
/*  text-transform: uppercase; */
  color: #333333;
  box-sizing: border-box;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  border-bottom: 1px dotted;
}

.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 0 10%;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li li a img {
  margin-right:10px;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  /*margin-top:1px;*/
  width: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0;
  font-size: 24px;
  color: #222222;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #333333;
  color: #fff;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*.mean-remove {
  display: none !important;
}*/

/*# sourceMappingURL=meanmenu.css.map */
