/*  
    Recommeded CSS
    ==============
*/

.panel {
    position: fixed;
    left: -15.625em; /*or width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

/*  
    Demo Specific Styles
    ====================
*/



.wrap {
    position: relative;
    
}

.menu_panel {
    
    background: linear-gradient(0deg, rgba(242,110,70,1) 0%, rgba(250,166,40,1) 100%);
    overflow: scroll;
    overflow-x: hidden;
}
.menu_panel ul{margin: 0px; padding: 0px;}
.menu_panel ul li{list-style: none; width: 100%; float: left; height: auto;}
.menu_panel ul li a{background-color: rgba(255,255,255, 0.1); width: 100%; height: auto; float: left; color: #fff; text-shadow: 0px 0px 5px #a2a2a2; padding: 7px 7px; font-size: 14px; margin-bottom: 1px;}
.menu_panel ul li a:hover{background-color: rgba(255,255,255, 0.3); text-decoration: none;}
.menu_panel ul li a i{margin-right: 10px;}


