/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.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;
}

@media screen and (min-width: 1200px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


@media screen and (max-width: 1200px) {
  .nav-toggle {
    color: #000;
    display: inline-block;
    font-size: 16px;
    float: right;
    padding: 25px 15px;
    text-decoration: none;
    transition: all .5s ease;
  }
  .nav-toggle:before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin: 0 5px 0 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .nav-toggle:hover {
    color: #af8016;
  }
  #header .nav-collapse {
    float: none;
    text-align: left;
    width: 100%;
  }
  #header .menu li {
    width: 100%;
    display: block;
  }
  #header .menu a.button {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto', serif;
    font-weight: 500;
  }
  #header .menu a {
    padding: 20px;
  }
  #header .menu a.button:hover {
    color: #af8016;
  }
}
@media screen and (max-width: 400px) {
  .nav-toggle {
    padding: 18px 0;
  }
  .nav-toggle span {
    display: none;
  }
}