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

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
    -moz-user-select: none;
    float: right;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-indent: -999px;
    width: 60px;
	background: #fff;
  background:url('../img/menu-icon-active.png') no-repeat right center;
  background-size:30px;
	margin-bottom: 10px;
}

.nav-toggle.active {
  background:url('../img/menu-icon.png') no-repeat right center;
  background-size:30px;
}

/*.nav-toggle:before {
    color: #DC353B;
    content: "≡";
    font-family: "responsivenav",sans-serif;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
}


.nav-toggle.active:before {
    content: "X";
    font-size: 24px;
} */

.js .nav-collapse {
    *position:relative!important;
}

#navigation .nav li a {
	width/*\**/:auto\9!important;
}

@media screen and (min-width: 768px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
  
  #navigation .nav ul {
	display: block;
  }

}
