/* Slide menu styles  */

a.nav-expander {
    background: #263238;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-right: 0;
    padding: 1em 1.6em 2em;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 130px;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
    cursor: pointer;
}

a.nav-expander.fixed {
    position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 20em;
}

div.push-menu {
    background: #fff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -25em;
    font-size: 14px;
    top: 0;
    width: 22em;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    -webkit-box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.nav-expanded div.push-menu {
    right: 0;
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

a.push-close {
    color: #a9a9ab;
    margin-bottom: 0;
    display: block;
    position: absolute;
    right: 10px; top: 10px;
}

a.push-close i {
    font-size: 20px;
}

.category-content {
    padding: 33px 20px 33px;
}

div.push-menu .sidebar-user {
    clear: both;
    background: #0a375b;
}

.push-menu .navigation {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.push-menu .navigation li {
    border-bottom: 1px solid #f7f7f7;
    padding: 8px 15px;
}
.push-menu .navigation li:hover {
    background-color: #f2f3f5;
    cursor: pointer;
}
.push-menu .navigation li a:hover{ text-decoration: none; }
