.nav-expander{ z-index:9999999; top:0; }
a.nav-expander:hover {
    cursor: pointer;
}

a.nav-expander.fixed {
    position: fixed;
    left:0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

}

.nav-expanded a.nav-expander.fixed {
    left: 300px;
}
nav.mobile_menu {
    background: #0C4DA2;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -300px;
    font-size: 15px;
    top: 0;
    width: 300px;
    z-index: 99999;

    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;

}
.nav-expanded nav.mobile_menu {
    left: 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;
}

#nav-close {
    font-family: "museo-slab",serif;
    font-weight: 300;
    font-size: 18px;
    padding-right: 10px;
}


.main-menu li {
    margin-left: 0;
    font-size: 18px;
}
.mobile_menu .sub-menu{ background: rgba(255,255,255,0.2); }
.mobile_menu .dropdown{  display:none; }
.mobile_menu a{ margin-right:0; }

.mobile_menu .main-menu > li a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    padding-left: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    display: block;
    padding: 15px;
    font-size: 16px;

}

.mobile_menu .main-menu .sub-menu li a {    padding-left: 30px;
}

.mobile_menu .main-menu .top_section li a:hover{
    color:#0C4DA2;
}
.mobile_menu .top_section li a i{
    font-size: 28px;
}
.mobile_menu .top_section li a{
    padding-bottom:20px;
    font-size:16px;
}
.mobile_menu .top_section li.payment img{
    width: 200px;
    margin: 2px 0;
}
.mobile_menu .top_section{
    background: #FFF;
    margin-left:0;
    padding:15px;
}
.mobile_menu .top_section .fa-home{
 color:#F47D2D;
}
.mobile_menu .top_section li{
    list-style: none;
    display: inline-block;
}
.mobile_menu .top_section li a{
    color: #0C4DA2;
    padding: 7px 0px;
    margin-right: 16px;
    display:block;
}
.mobile_menu .main-menu li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: rgba(255,255,255,0.1)
}

.main-menu li .sub-nav {
    border-bottom: 0px;
    padding: 4px;
}

.main-menu a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 8px;
}

.main-menu a:hover .caret {
    border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
    border-bottom-color: #4f5963;
}

.icon:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\f105';
}

.main-menu li > a > span.icon {
    float: right;
    margin: 0.1em 1.7em -0.1em 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
    float: right;
    margin: 0.1em 0.8em -0.1em 0;
    opacity: 1;
}
.nav-expanded .overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.2);
    z-index:9999;
}
