
.toggle-button {
    position: relative;
    top: 0px;
    /* left: 15px; */
    /* padding: 9px 10px; */
    margin: 5px 0px 0px 0;
    height: 20px;
    width: 31px;
    cursor: pointer;
    z-index: 3;
    right: 0px;
    float: right;
}

.toggle-button span{display:none;}

.toggle-active {
    position: fixed;
    right: 15px;
    top: 18px;
}


.toggle-active span{display:block !important;}
.toggle-active .close2{display:none;}

.toggle-button .st0 {
        fill: #000000;
    }

.toggle-button .st1 {
        fill: #000000;
        stroke: #000000;
        stroke-miterlimit: 10;
    }



.toggle-active .st0 {
        fill: #ffffff;
    }

.toggle-active .st1 {
        fill: #ffffff;
        stroke: #ffffff;
        stroke-miterlimit: 10;
    }


.bar {
    background-color: #ff5252;
    display: block;
    width: 100%;
    height: 5px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.bar + .bar {
    margin-top: 4px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    /*opacity: .7;*/
}
.toggle-active .bar {
    background-color: #fff;
}
.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    position:relative;
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
/*    -webkit-transition: opacity .35s, visibility .35s, height .35s;*/
}
.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 1;
    /* max-height: 340px; */
    padding: 18px 15px;
}

.nav-active svg{fill:#fff;width: 78px;}




.overlay ul {
    display: block;
    position: absolute;
    /* top: 60px; */
    left: 0;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    list-style: none;
    padding: 0;
    bottom: 85px;
}
.overlay ul li {
    display: block;
    text-align: left;
    padding: 0px 13px;
}
.overlay ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    /* padding-bottom: 25px; */
    display: block;
    line-height: 62px;
}