/* General styles for all menus */
.cbp-spmenu {
    position: fixed;
    width: 100%;
}



/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-bottom.menu-open {
    bottom: 0px;
}

/* Push classes applied to the body */
.push-body {
    overflow-x: hidden;
/*    position: relative; */
/*    left: 0; */
}

/* Transitions */
.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}