a.meanmenu-reveal {
  display: none
}

.mean-container .mean-bar {
  float: left;
  min-height: 64px;
  padding: 0px 0 0;
  position: relative;
  width: 100%;
  z-index: 999;
}

.mean-container {
  padding: 0px;
  height: 64px;
}


.mean-container a.meanmenu-reveal {
  width: 28px;
  height: 30px;
  padding: 22px 16px 12px 14px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  float: right;
  background-color: black;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  padding: 0px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0px;
  width: 100%;
  list-style-type: none
}

.mean-container .mean-nav ul li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid#ddd;
}

.mean-container .mean-nav ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #666666;
  display: block;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-weight: bold;
}

.mean-container .mean-nav ul li a.nuxt-link-exact-active {
  background: #ff9f0f none repeat scroll 0 0;
  border-radius: 0px 0px 0px 0px;
}

.mean-container .mean-nav ul li a.nuxt-link-exact-active:hover {
  background: #ff9f0f none repeat scroll 0 0;
  border-radius: 0px 0px 0px 0px;
}

/* .mobile-menu-area {
  background: #262626;
} */
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  width: 80%;
  font-weight: normal;
  text-transform: capitalize;
  color: #444;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  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: #f8f8f8 none repeat scroll 0 0;
  color: #F47E1E;
}

.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  margin-top: 0px;
  padding: 7px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, .1);
  border: 0 !important;
  background: #ff9f0f;
  color: white;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #ff9f0f;
  color: white;
}

.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,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.mean-remove {
  display: none !important
}

.mean-container .mean-bar::after {
  position: absolute;
  top: 0px;
  background-image: url('/img/logo.png');
  background-size: auto 64px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 93%;
  height: 64px;
  content: "";
  background-color: rgb(255, 255, 255);
  z-index: -999;
}
