@media screen and (max-width: 1041px) {

.container {
    
    margin: 10px auto;
}
.top-menu.color_bg{padding: 0px;position: fixed;top: 0;z-index: 10001;left: 0;border-bottom: 1px solid #E4E4E4;display: inherit !important;max-width: 100% !important;}
.menu-fix{display: none;}
.header{padding-top: 69px;}
.toggleMenu {
    position: fixed;
    width: 36px;
    height: 37px;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 1.6em;
    background: #DBD6D6;
    z-index: 1000;
    margin: 7px;
    margin-left: 10px;
    border-radius: 3px;
    font-weight: normal;
    text-align: center;
    line-height: 37px;
    color: #626262;
}
.toggleMenu.active{
    background: #0F1111;
    color: #FFF;
}
.toggleMenu:hover{
    text-decoration: none;
}
.toggleMenu span{
    display: none;
}

#nav span .icon-home{
    display: none;
}
#nav span.homelink{
    display: block;
}

#nav {
    list-style: none;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    z-index: 999;
    margin-top: 0px;
    width: 260px;
    height: 100%;
    /*background: #31302B;*/
    background: url(../images/repon-menu-icon/res-menu_bg.png) repeat-y left;
    overflow: auto;
    max-width: 75%;
    padding-top: 69px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: block !important;
    left: -260px;
    opacity: 0.98;
    filter :alpha(opacity=98);
    text-align: left;
}

#nav:before,
#nav:after {
    content: " "; 
    display: table; 
}
#nav:after {
    clear: both;
}
#nav ul {
    list-style: none;
    width: 9em;
    background: none !important;
}
#nav a {
    padding: 15px 10px;
    margin-right: 0px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #FFF !important;
    font-family: 'helvetica', helvetica, Arial !important;
    background: none !important;
}
#nav a.over{}
#nav a:active{
    /*background: #0F1111;*/
    background: rgba(255, 255, 255, 0.09) !important;    
}
#nav li {
    position: relative;
    /*background-color: #F1F1F1;*/
    border-top: 1px solid #0F1111;
}
#nav > li {
    float: left;
    list-style-type:none;
}
#nav > li > .parent {
    background-image: url("http://webdesigntutsplus.s3.amazonaws.com/tuts/378_tessa/tessa-lt-dropdowns-21c7868/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
#nav > li > a {
    display: block;
}
#nav > li > a:active{

}
#nav li  ul {
    position: absolute;
    left: -9999px;
}
#nav > li.hover > ul {
    left: 0;
}
#nav li li.hover ul {
    left: 100%;
    top: 0;
}

#nav li li a {
    display: block;
    position: relative;
    z-index:100;
    padding-left: 20px;
    text-decoration:none;
}
#nav li li a:before{display: none;}
#nav li li li a {
    padding-left: 30px;
    z-index:200;
    
}
/*#nav li li li{background-color: #f1f1f1; }*/
}
@media screen and (max-width: 1041px) {
    #nav .active {
        display: block;
       
    }
    #nav > li {
        float: none;
    }
    #nav > li > .parent {
        background-position: 95% 50%;
    }
  
    #nav > li > .parent {
   background-image: none; 
  }
  
    #nav li .more {
    color: #FFF;
    background: #0F1111;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 1px;
    font-family: FontAwesome;
    margin: 9px 10px;
    z-index: 999;
    display: block;
    width: 36px;
    color: #FFF;
    height: 28px;
    font-size: 1.7em;
    text-align: center;
    border-radius: 3px;
    line-height: 28px;
    text-indent: 6px;
    }
    #nav li.level1 .more {
        font-size: 14px;
    }
    
    #nav ul {
        display: block;
        width: 100%;
    }
   #nav > li.hover > ul , #nav li li.hover ul {
        position: static;
    }
   

}