/*! responsive-nav.js 1.0.24 by @viljamis */
@media (max-width: 645px) {
  .nav-collapse {
    float: left;
    width: 85%;
  }
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  /*width: 100%;*/
  display: block;
  list-style: none;
  float: right;
}

.nav-collapse li {
  /*width: 100%;*/
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  /*overflow: hidden;*/
  zoom: 1;
}

.nav-collapse.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;
  float: right;

  background: url('../img/lines.gif') no-repeat -37px -40px;
  width: 25px;
  margin-right: 12px;
  margin-left: 6px;
  height: 24px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
