/*MenuPuncher v1.0.0 for jQuery
=============
Author: Ali Beceren
Created: 2/14/2011
Date: 10/08/2014
Website: http://www.jenaldesign.com
Description: Jenal Design
*/

.pusher, .pusher1 {
    width: 55px;
    height: 45px;
    padding: 11px;
    display: block;
    position: relative;
    float: right;
    margin-top: 10px;
}

.hidden-button-menu:hover a {
    background-color: transparent !important;
}

.hidden-button-menu {
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    z-index: 999999;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 20px;
    width: 50px;
    padding-left: 20px;

}

.pusher span, .pusher1 span {
    width: 35px;
    height: 2px;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 0 8px 0;
}

.pusher span:last-child {
    margin: 0;
}

.pusher1.click1 span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px 0 0 0;
    background-color: white;
}

.pusher1.click1 span:nth-of-type(2) {
    opacity: 0;
}

.pusher1.click1 span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -12px 0 0 0;
    background-color: white;
}

.floating {
    position: fixed;
    top: 0;
}

nav {
    backface-visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

nav .bg-cover {
    z-index: 1500;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
}

nav .menupuncher {
    visibility: hidden;
    top: -10%;
    width: 100%;
    padding: 0;
    opacity: 0;
    display: table-cell !important;
    vertical-align: middle;
}

nav .menupuncher li {
    list-style: none;
    text-align: center
}

nav .menupuncher li a {
    width: 100%;
    display: block;
    letter-spacing: -0.06em;
    color: #fff;
    text-decoration: none;
    font-size: 26.5714px;
    padding: 3px 0;

}

nav .menupuncher li a:hover {
    background: #fff;
    color: #000;
}

nav .menupuncher li a:focus {
    outline: 0
}

nav.open {
    height: 100%
}

nav.open ul {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 250px) and (max-width: 470px) {
    nav {
        position: relative;
    }
    nav .bg-cover {
        position: relative;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #container {
        width: 100% !important
    }

    body > nav .menupuncher li a {
        font-size: 28.5714px !important;
    }
}

@media only screen and (max-width: 767px) {
    #container {
        width: 100% !important
    }

    body > nav .menupuncher li a {
        font-size: 28.5714px !important;
    }
}