/* offcanvas.css */
 .mm-listview li strong.active{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}
#offcanvasmenu{
    width:99%;
    height:45px;
    max-width:1600px;
    top:10px;
    display:block;
    margin-right:auto;
    margin-left:auto;
    text-align:right;
    box-sizing: border-box;
    z-index: 4
}
a#offcanvasmenu{
    outline: none;
    cursor: pointer
}
.mm-menu{
    background-color:#3d4856;
    font-family:Open Sans,Arial,sans-serif,Helvetica
}
