#navigation-menu {
  display: none;
}

.mm-panel > .mm-list {
  margin-left: 0px !important;
}

.menu_box {
  padding: 0 !important;
  margin: 0;
  background: #4158B8 !important;
}

.header_menu a {
  display: block;
  background: #dd0917;
  height: 41px;
  width: 41px;
  border-radius: 5px;
  color: #E6E6E6;
  font-size: 2em;
  cursor: pointer;
}

.header_menu a i {
  margin: 5px;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: initial !important;
}

.mm-subopen, .mm-subclose {
  color: #fff !important;
}

.mm-subclose {
  padding: 40px 15px 20px 25px !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.mm-subopen {
  width: 50px !important;
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: #fff !important;
  right: 22px !important;
}

.header_menu {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 42px;
  height: 40px;
}

.member {
  background-color: #c73536;
  padding: 7px;
  padding-left: 5px;
  padding-top: -20px;
}

.member > p {
  color: white;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-item {
  padding-top: 0px !important;
  background: #4158B8 !important;
}

@media all and (max-width: 1000px) {
  .lang-flag {
    display: inline-block;
    margin-right: 15px;
  }
  .lang-flag img {
    width: 50px;
    height: 50px;
  }
}
/*# sourceMappingURL=megamenu_mobile.css.map */