
.up_arrow, .down_arrow{ text-align: right;  height : 32px; width : 100%; }

#showBottom, #showTop img{ cursor: pointer; width : 32px; height : 32px; }

.cbp-spmenu {
    
    position: fixed;
    
    z-index: 1000 !important;
    
}

.cbp-cust {
    
    background-color: #cf2222;
    
    border-bottom: 1px solid black;
    
    color: white;
}

.cbp-cust img {
    padding: 5px
}

.cbp-spmenu-horizontal {
    
    width: 100%;
    
    left: 0;
    
    overflow: hidden;
   
    z-index: 1000;
}

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

.cbp-spmenu-top { top: -36px; }

.cbp-spmenu-bottom { bottom: -50px; }

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

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

/* Transitions */

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

/* Example media queries */

@media screen and (max-width: 55.1875em){

    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }

}

@media screen and (max-height: 26.375em){

    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }

    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }

    .cbp-spmenu-right {
        right: -190px;
    }

    .cbp-spmenu-push-toright {
        left: 190px;
    }
}