@charset "UTF-8";
/* CSS Document */
.menu-toggle {display:none;}
    @media (max-width: 700px) {
      nav ul.ul-menu{display: none;}
      nav ul.ul-menu > li {display: table; float: right; text-align: right;
  line-height:37px;
  margin-top:0px !important;
  border-left: none !important;
  padding:0px !important;
  border:1px solid white;
  text-indent:20px;
  width: 100%;
      
      }
      nav ul.ul-menu > li ul{position: static;}
      nav.toggled-on ul.ul-menu{display: block;}
      nav .menu-toggle{display: block}
      #top_menu ul, #top_menu_eng ul { margin-top: 0px; width: 100%; }
      #header-wrapper ul {position: absolute; z-index:1000;}
  #top_menu ul ul, #top_menu_eng ul ul {position:static; padding:0px; margin:0px;}
  
  .menu-toggle {
    background: url("../images/mobileUI-site-nav-opener-bg.svg") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 45px;
    left: 0;
    opacity: 0.5;
    text-indent: -9999px;
    top: 0;
    width: 40px;
  cursor:pointer;
}

.inner-menu span:hover {
    border: 1px solid #ffffff;
    color: #fff;}

#top_menu #nav li ul li {position: static; width: 100%;}
#top_menu ul ul, #top_menu_eng ul ul {width: 100%;}


} 

