.mobile-menu-active .mobile-button { display: none; }

.mobile-button a.button{ color: #fff; width: 100%; }

.mobile-button { display: none; }

.header { 
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0; left: 0;
  background-color: #000000; 
  z-index: 9;
}

.header .container {  width: 100%; position:relative; display: flex; }
.header .container > .logo { position: absolute; top: 20px; left: 0; }
.header .container > .logo a,
.header .container > .logo img { width: 78px !important; display: block; }
.header .container > .main-menu { width:100%; text-align: center; overflow: hidden; }
{# jw
.header .container > .main-menu ul li:last-child {
	/*position: absolute;*/
  top: 15px; right: 0;
  width:calc(2*55px + 24px);
  height:32px;
  line-height: 32px;
  font-family: 'HelveticaNeueLTStd-Bd';
  font-size: 10px;
  /*border: 2px solid #E3022C;*/
  border-radius: 0;
  text-align: center;
  display:block;
  /*vertical-align:middle;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
  outline: none;
  margin: 0;
} 
#}

/*.header .container > .main-menu ul li:last-child { transition: none; }
.header .container > .main-menu ul li:last-child:hover a { color: #fff !important; }
.header .container > .main-menu ul li:last-child:hover { background-color: #E3022C; }*/

.header .container > .main-menu ul li:last-child a::before,
.header .container > .main-menu ul li:last-child a::after { display: none !important; }

.header .container > .hamburger-menu {
  display: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px; right: 0;
  background-color: #E3022C;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px;
  box-sizing: content-box;
}

.header .container > .hamburger-menu > span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 7px;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

.header .container > .hamburger-menu > span:first-child { transform-origin: 50% 50%; }
.header .container > .hamburger-menu > span:nth-last-child(2) { transform-origin: 50% 50%; }

.header .container > .hamburger-menu.active > span { opacity: 1; background: #fff; }
.header .container > .hamburger-menu.active > span:first-child { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); }    
.header .container > .hamburger-menu.active > span:nth-child(2) { transform: rotate(45deg) translate(0px,1px); }
.header .container > .hamburger-menu.active > span:last-child { transform: rotate(-45deg) translate(4px,-2px); }

.push { width: 100%; height: 60px; display: block; }


.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-top: 7px;
  margin-left: 20px;
  color: #ffffff;
  transition: 0.3s all;
}
.lang_list_class li a {
  transition: 0.3s all;
}

.header__language-switcher--label-current:hover,
.header--element .lang_list_class li a:hover {
  color: #e3022c;
}  

.header__language-switcher--label-current:hover:after {
  border-top: 6px solid #e3022c;
}

.header .container .globe_class {
  background-image: none;
  width: 0;
}
.header__language-switcher.header--element {
  display: inline-block;
  min-width: 200px;
  margin-top: 15px;
}
.header__language-switcher {
  cursor: pointer;
  padding-right:0;
}
.header__language-switcher--label {
  display: flex;
  position: relative;
}
.header__language-switcher .lang_switcher_class {
  position: static;
  display: inline-block;
}
.lang_list_class {
  box-shadow: none;
  border-radius: 0;
  left: 53px;
  top: 30px;
}
.lang_list_class li {
  min-width: 100px;
  text-align: left;
  border: none !important;
}
.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ffffff;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 2px;
  width: 0px;
}
.header.ul-widget .header-inner {
  max-width: 1600px !important;
}

/* */

.header__language-switcher .lang_list_class {
  display: block;

  top: 130%;
  left: 57%;
  width: 100%;
  min-width: 100px;

  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);

  padding-top: 0;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  visibility: visible;
}



/* ==========================================================================
Header - Responsive
========================================================================== */

@media only screen and (max-width: 1398px) {}

@media only screen and (max-width: 1186px) {

  .header { height: auto; min-height: 115px; }
  .header.mobile-menu-active { height: 100%; }

  /* LAST CHILD OF MENU */
  {# jw
  .header .container > .main-menu ul li:last-child {
    position: relative;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
  } 
#}


  .header .container > .main-menu ul li:last-child { transition: none; }
  .header .container > .main-menu ul li:last-child:hover a { color: #E3022C !important; }
  .header .container > .main-menu ul li:last-child:hover { background-color: transparent; }

  .header .container > .main-menu ul li:last-child a::before,
  .header .container > .main-menu ul li:last-child a::after { display: block !important; }

  .header .container > .main-menu { width: 100%; }

  .header .container > .main-menu ul { height: 0; }

  .header .container > .main-menu ul.visible { 
    height: auto;
    margin: 0;
    position: fixed;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 50%;
  }

  .header .container > .main-menu ul.visible::before {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: -1; /* jw */
  }

  .header .container > .hamburger-menu { display: inline-block; }
}


@media only screen and (max-width: 1605px) {
  .header .container {
    display: block;
  }
  .header {
    height: 100px;
  }
  .header__language-switcher--label-current {
    margin: 30px 0 0 0;
  }
  .header__language-switcher .lang_list_class {
    top: 130%;
    left: 50%;
  }
  .header .container > .main-menu {
    text-align: right;
  }
  .header.ul-widget .header-inner {
    max-width: 1240px !important;
  }
  .header__language-switcher.header--element {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1186px) {
  .header__language-switcher--label-current {
    margin: 75px 0 0 0;
  }
}

@media only screen and (max-width: 765px) {}

@media only screen and (max-width: 320px) {}  

@media only screen and (max-width: 450px) {
  .mobile-button { 
    display: block;
    margin-top: 30px; 
  }
  .header {
    height: 180px;
  }
}