/*! responsive-nav.js 1.0.24 by @viljamis */

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    width: 100%;
    display: block;
    background: #000000;
    line-height: 3.2em;
    margin-bottom: .2em;
}
.nav-collapse li a
{
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin-left: 1em;
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none;
    overflow: hidden;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px !important;
}

.nav-toggle 
{
    -webkit-user-select: none;
    background:url(../images/hamburger.png) no-repeat 50% 33%;
    display: block;
    float: right;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    width: 42px;
    margin: 1.5em 0 0 0;
}
#toggle1 
{
    -webkit-user-select: none;
    background:url(../images/hamburger.png) no-repeat 50% 33%;   
    float: right;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    width: 42px;
    display: none;
}

.toggle2
{
    -webkit-user-select: none;
    background:url(../images/hamburger.png) no-repeat 50% 33%;
    display:none;
    float: left;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    width: 42px;
}

@media screen and (min-width: 600px) {
    .js .nav-collapse {
        position: relative;
    }
    .js .nav-collapse.closed {
        max-height: none;
    }
    .nav-toggle
    {
        display: none;
    }
}
