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


.nav-collapse ul {
  margin: 0;
  padding: 0;
  padding-right: 1.6em;
  padding-top: 0.1em;
  padding-bottom: 2em;
  width: 100%;
  list-style: none;
  text-align: right;
  position: relative;
  }

.nav-collapse li {
  width: 100%;
  display: list-item;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.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-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 55px;
  height: 55px;
  float: right;
  position: relative;
  right:12px;
  top: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: #999999 url("hamburger.gif") no-repeat 50% 33%;
}

@media screen and (min-width: 40em) {
.nav-collapse ul {
  margin: 0;
  padding: 0;
  padding-right: 1.6em;
  padding-top: 0;
  padding-bottom: 2em;
  width: 100%;
  line-height: 2em;
  list-style: none;
  text-align: right;
  position: relative;
  }

.nav-collapse li {
  width: 100%;
  display: list-item;
}

.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-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 55px;
  height: 55px;
  float: right;
  position: relative;
  right:12px;
  top: 70px;
  text-indent: -9999px;
  overflow: hidden;
  background: #888888 url("hamburger.gif") no-repeat 50% 33%;
}

}
