.cbp-spmenu {
    background: #47a3da;
    position: fixed;
}
.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
    padding-right: 0px;
    cursor: pointer;
}
.cbp-spmenu a {
    display: block;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 400;
}
.cbp-spmenu a:hover {
    color :#F7AA35;
    background: #04314c
    
}
.cbp-spmenu a:active {
    background: #04314c;
    color: #F7AA35;
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 70px;
    z-index: 1000;
}
.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 10px;
}

.cbp-spmenu-left {
    left: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-left {
    left: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-left {
    left: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
    top: 69px;
}

.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}