#top-cat-container {
    position: fixed;
    width:300px;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: #f8f8f8;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
}

.cat-left-indent {
left:-320px !Important;
}




nav#main-menu {
    height: 100%;
    position: relative;
    overflow-y: auto;
}



#top-cat-title {
    float:left;
    width:320px;
    position:relative;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    color: #404040;
}

.cat-title-indent {
right:-80px !Important;
border-bottom:none !important;
}

#menu-toggler {
    float:left;
    padding: 18px 20px 0;
    font-size: 20px;
    height: 60px;
    width: 300px;
    background-color: #991b9e;
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

.menu-toggler-rotate {
    width:auto !important;
}

UL.menu {
    padding: 25px 20px 30px 20px;
}

UL.menu > LI > span.glyphicon {
    float: right;
    color: #991b9e;
    padding: 7px;
    margin: -7px -15px 0 0;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

UL.menu LI span.glyphicon:hover {
color: #000;
background-color: #fff;
}

UL.mob-subcategories LI SPAN.glyphicon {
    float: right;
    color: #991b9e;
    padding: 5px;
    font-size: 13px;
    margin: -2px -30px 0 5px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.glyph-rotate {
     -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

UL.menu > LI {
    padding: 12px 0;
    border-bottom: solid 1px #f1f1f1;
}

UL.menu > LI > A {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
}

UL.menu > LI > A:hover {
    text-decoration: none;
    color: #000;
}

UL.mob-subcategories {
padding: 5px 0 10px 10px;
display:none;
}

UL.mob-subcategories LI {
padding:5px 0;
}

UL.mob-subcategories LI A {
    color: #888;
    font-size: 15px;
    padding: 10px 0;
}


UL.mob-subcategories LI A:hover {
    text-decoration: none;
    color: #aaa;
}
@media (max-width: 1500px) {
#top-cat-container {
width:260px;
}
#menu-toggler {
width:260px;
}
}

@media (max-width: 1200px) {
#top-cat-container {
left:-300px;
}
.cat-left-indent {
left: 0px !Important;
}
#menu-toggler {
width:auto;
}
.menu-toggler-rotate {
    width:260px !important;
}
}

@media (max-width: 999px) {

#top-cat-title {
width:auto;
}

#menu-name {
display:none;
}
}
