/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
nav.pushy {
  z-index: 99999999999999999999;
}


.pushy-content {
  z-index: 99999999999999999999;
}

/* Menu Movement */
.pushy-left {
  z-index: 99999999999999999999;
}

.pushy-submenu button {
    width: 100%;
    color: #b3b3b1;
    padding: 2vw 6vw;
    text-align: left;
    background: 0 0;
    border: 0;
}

.pushy-submenu{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.pushy button{
	margin:0 0 0 0!important;
}

.onlinenavi a{
	    padding: 1.6vw 6vw !important;
}
.pushy-right {
    -webkit-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    transform: translate3d(57vw,0,0);
}
