/*! responsive-nav.js-tag 1.0.34 by @viljamis */

.js-tag .tag-navi-mobile {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: visible;
  zoom: 1;
}


.tag-navi-mobile.opened {
  max-height: 9999px;
}

.nav-tag-toggle {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  overflow: hidden;
  width: 30px;
  height: 27px;
  /* border:1px solid #aaa; */
  margin-top:2.5%;
  float:right;
}

.nav-tag-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-tag-toggle:before {
  color: white; /* Edit this to change the icon color */
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  text-transform: none;
  position: absolute;
  content: "\f002";
  text-indent: 0;
  text-align: center;
  line-height: 23px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
  padding:1% 0 15% 0;
}

.nav-tag-toggle.active::before {
  font-size: 15px;
  content:"✕";
  line-height: 25px;
}


@media screen and (min-width: 1300px) {
  .js-tag .tag-navi-mobile {
    position: relative;
  }
  .js-tag .tag-navi-mobile.closed {
    max-height: none;
  }
  .nav-tag-toggle {
    display: none;
  }
  .js-tag .tag-navi-mobile {
  	display: none;
  }
}
