.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #515151;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #515151;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #515151;
}

.menui {
  background: ;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
  right:0;
}

.hamburger-title-animate {
    color: #fff !important;
}
.hamburger-title {
    color: ;
    font-size: 12px;
    margin: 3px 0;
    transition: all 0.6s ease 0s;
}
.icon {
  z-index: 999;
  position: fixed;
  /*    background: rgba(0, 0, 0, 0.21);*/
  display: block;
  padding: 9px;
  height: 50px;
  width: 75px;
  margin: 0px;
  top: 0;
  right: 10px;
  display:none;
}

.mobilenav {
  /*    top: 47px !important;*/
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity:0.96;
  transition: none 0s ease 0s !important;
    overflow:auto;
    background: rgba(0, 0, 0, 0.94) ;

}
.mobilenav ul {
margin:0;
padding:0;
}
.mobilenav li#mobile-banners  {
	padding:10px 0;

}
.mobilenav li#mobile-banners a {
	   display: unset;
    margin: 0;
    padding: 5px;
}
.mobilenav li#mobile-banners img {
	width:20%;
}

.mobilenav li {
    border-bottom: 1px solid #090B0E;
    list-style-type: none;
    text-align: center;
    vertical-align: bottom;
	font-size:10px;
}
.mobilenav li:hover {
  background:rgba(0, 0, 0, 0.67) none repeat scroll 0 0;
}
.mobilenav li a {
    padding: 4%;
    color: #fff;
    display: block;
    font-size: 110%;
    text-decoration: none;
    width: 100%;
}

.mobilenav li:first-child { margin-top: 60px; }
.mobilenav li:first-child img { margin-bottom: 30px; }

.mobilenav li a span.tag-en {
    display: block;
font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 3px;
    overflow: hidden;
}

@media only screen and (max-width: 468px) {
.mobilenav li {
    padding: 0;
}

}
@media only screen and (max-width: 768px) {
.icon {
display:block;
}

}