.open {
    /*display: none;*/
    float: left;
    /*width: 40px;
    height: 30px;
    margin-right: 10px;
    background: url(examples/menu.png) center center no-repeat #333;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -border-radius: 8px;
    box-shadow: inset 0 0 3px #000;
    text-indent: -999999px;*/
    border: 0;
}
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    top: 0;
    min-height: 100%;height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: hidden;
    /* Specify the width of your pageslide here */
    width: 90%;
    padding: 0;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #000;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

/* Mobile and iPad Portrait */
@media only screen and (max-width: 959px) {
    #content { width: 748px; }
}

/* Mobile Landscape and Portrait */
@media only screen and (max-width: 767px) {

.wrapper {
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    position: fixed !important;
}
ul#nav { display: none; }
.open { display: block !important; }
#pageslide #nav li { padding: 4% 0; margin: 0;box-shadow: -16px -7px 10px -16px #000000 inset;}
#pageslide #nav li a { color: #FFF; border: none; }
.open {
       display: block !important;
       width: 67%;
       /*transition-delay: 0s;
       transition-duration: 0.5s;
       transition-property: all;
       transition-timing-function: ease-in-out;*/
       z-index: 2;
}
.open:hover {
    transform: rotate(360deg);
    transition-delay: 0s;
    transition-duration: 0.01s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
}
