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


.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
    background: rgba(35, 31, 32, 1);
    text-align: center;
}

.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;
    z-index: 100;
    position: relative;
    display: block;
    width: 100%;
    top:0px;
    height: 55px;
    margin: 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
    background: #231f20  url("../img/hamburger.gif") no-repeat 50% 
}

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