/* mobile */
.mobile-menu {
  display: none;
}
.hamburger .line{
    width: 30px;
    height: 2px;
    display: block;
    margin: 6px 0;
    text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.hamburger:hover{
  cursor: pointer;
}
.hamburger .line:nth-child(1),
.hamburger .line:nth-child(3) {
  width: 22px;
}
.mm-wrapper_opened #hamburger .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  width: 30px;
}
.mm-wrapper_opened #hamburger .line:nth-child(2),
.mm-wrapper_opened #hamburger .line:nth-child(4) {
  opacity: 0;
}
.mm-wrapper_opened #hamburger .line:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
  width: 30px;
}
.mm-navbar {
  padding: 0 15px;
}
.divider.mm-listitem,
.mm-navbar__title {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: left;
}
.mm-listitem .nav-toggle,
.mm-navbar.mm-navbar_has-btns {
  display: none;
}
.mm-menu .mm-navbar a, 
.mm-menu .mm-navbar > * {
  color: #333;
}
.mm-navbars_bottom .mm-navbar {
  height: 50px;
}
.mm-navbar > * {
  padding: 15px 0;
}
.mm-listitem::after {
  left: 0;
}
.mm-menu_navbar_top-2 .mm-panels,
.mm-menu_navbar_top-1 .mm-panels {
  top: 80px;
}
.logout.mm-listitem a {
  color: #f00 !important;
}
.mm-searchfield {
  height: 80px;
}
.mm-searchfield input {
  background: rgba(255,255,255,.8);
}
.mm-searchfield__input {
  padding: 0 25px;
}
.mm-searchfield input {
  line-height: 40px;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  padding: 0 15px;
}
.divider.mm-listitem {
  padding: 15px 15px 5px 15px;
  text-transform: uppercase;
}
.mm-listitem > span.label {
  display: inline;
  padding: .2em .6em .3em;
  color: #fff;
}
.mm-listitem .lang {
  height: 12px;
  width: 16px;
  display: inline-block;
  margin-bottom: -1px;
}
.mm-listitem > a i {
  width: 16px;
  text-align: center;
}
