﻿/*

*/

#mobilemenu_logo_container
{
    width: 100%; 
    height: auto; 
    padding: 20px 10px 20px 10px;
}
#mobilemenu_logo
{
    width: 70%;
    max-width:300px;
    margin-left: auto; 
    margin-right: auto;
}
#mobilemenu_list
{
    border-collapse: collapse;
    list-style-type: none;
    padding:0px;
}
#mobilemenu_list li
{
    padding:1px;
}

.mobilemenu_overlay
{
    position:fixed;
    top:55px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
}

#side_menu
{
    position: fixed; 
    display:none;
    /*
    left: -400px; 
    top: 55px; 
    height: 100%; 
    width: 90%; 
    z-index: 15; 
    min-width: 250px;
    max-width:400px;
    border-right-width: 1px; 
    border-right-style: solid; 
    overflow:auto;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.97);
    */
    left:0px;
    width:100%;
    height:auto;
    border:none;
    overflow:auto;
    background: #FFF;
    z-index:15;
}
#side_menu:before
{
    content:' ';
    position:absolute;
    width:0;
    height:0;
    left:18px;
    top:-9px;
    border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid rgba(245,245,245,0.9);    
}
#side_menu:after
{
    content:' ';
    position:absolute;
    width:0;
    height:0;
    left:20px;
    top:-7px;
    border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(245,245,245,0.9);
}
#side_menu_inner
{
    width: 100%;    
    position: relative;
}
#side_menu_inner .scroller
{
    overflow-y: auto;
    overflow-x: hidden;
}
#sidemenu_list
{
    list-style: none; 
    list-style-type: none; 
    /*
    padding: 0px 10px 10px 15px; 
    margin-top: 5px;
    */
    padding:0px 10px 0px 15px;
}
