/*! responsive-nav.js 1.0.39 by @viljamis */



.nav-collapse.opened {
  max-height: 9999px;
}
.js .nav-collapse-0.opened{
  max-height: 9999px;
}
.nav-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;
  font-size: 20px;
  color: #fff;
  padding: 20px 0;
  display: inline-block;
  font-size: 0;
  position: relative;
  width: 40px;



}
#tabs .nav-toggle{
  margin-bottom: 20px;
  font-size: 20px;
  color: #33302f;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(51,48,47,0.1);
}
.nav-toggle:after{
  content: "";
  background: url(../images/menu.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;

}
#tabs .nav-toggle::after{
  background: url(../images/menu_black.png) no-repeat center center;
  left: inherit;
  display: inline-block;
  width: 20px;
  margin-top: 10px;
  position: relative;
  height: 20px;
  font-size: 25px;
  margin-left: 30px;
  content: "";
  font-family: Arial;
}
#tabs .nav-toggle.active::after{
  background: url(../images/menu_black_close.png) no-repeat center center;
  content: ""
}
@media screen and (min-width: 480px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
