@media (max-width: 991px) {
  #header{
    display: none;
  }
}

#header_mobile{
  display: none;
}

@media (max-width: 991px) {
  #header_mobile{
    display: block;
  }
}

.nav-div {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  height: 105px;
  z-index:250;
}

.nav-l {
  position: absolute;
  top: 0;
  left: 25px;
  padding: 20px 0;
  width: 160px;
}

#logo-mobile{
	width: 160px;
	height: 65px;
	display:block;
	background:transparent url(../images/logo.png) 0 0 no-repeat;
  background-size: contain;
	text-indent:-5000px;
}

.nav-c {
  position: absolute;
  z-index: 2100;
  top: 40px;
  right: 25px;
}

.nav-icon {
  width: 30px;
  height: 18px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #363636;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* ICON MENU */

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 9px;
}

.nav-icon span:nth-child(3) {
  top: 18px;
}

/* ICON OPEN */

body.menu-open .nav-icon span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

body.menu-open .nav-icon span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

body.menu-open .nav-icon span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* MENU MOBILE */

.tmenu-c {
  position: fixed;
  top: 105px;
  bottom: 0;
  left: auto;
  right: 0;
  width: 100%;
  z-index: 2000;
  background: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  overflow: hidden;
  text-align: right;
}

/* MENU MOBILE OPEN */
body.menu-open .tmenu-c {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

body.menu-open {
  overflow: hidden;
}

/* MENU MOBILE */
.tmenu-m {
  padding-top: 55px;
  padding-right: 25px;
  margin: 0px;
  list-style-type: none;
  list-style-image: none;

}

.tmenu-m li {
  padding-bottom: 25px;
}

ul.tmenu-m li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.0em;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    text-decoration: none;
}

ul.tmenu-m li a.selected {
    background: transparent url(../images/tmenu_bg_on.png) center bottom repeat-x;
}

ul.tmenu-m li a:hover {
    background: transparent url(../images/tmenu_bg_on.png) center bottom repeat-x;
    color: #000000;
}

ul.tmenu-m li.tmenu__mobile a{
  font-weight: normal;
}

ul.tmenu-m li.tmenu__mobile a.lang_on{
  color: #ee2d2e;
}

ul.tmenu-m li.tmenu__mobile a:hover{
  background: none;
  text-decoration: underline;
}
