.leftMenu a, .footerMenu a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    color: #242728;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #555;
}

.footerMenu a{
    color: #ffffff;
    text-align: left;
}

.footerMenu{
    padding-top: 20px;
    color: #212121;
    background-color: #212121;
}

.leftMenu li, .leftMenu a, .leftMenu div {
    box-sizing: border-box;
}

.leftMenu {
    background: #fff;
    left: -1000px;
    position: fixed;
    top: 50px;
    display: block;
    height: 100%;
    width: 100%;
    min-width: 140px;
    /*max-width: 440px;*/
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
}

.footerMenu{
    overflow: auto;
    width: 100%;
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul, .footerMenu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-block-start: initial;
    margin-block-end: initial;
}

.leftMenu ul li, .footerMenu ul li {
    position: relative;
    overflow:hidden;
    box-sizing: border-box;
}

.leftMenu ul li.hasChild > a:after, .footerMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 16px;
    font-weight: 300;
}

.leftMenu ul li.hasChild.open > a:after, .footerMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 18px;
    top: 15px;
}

.f2 li a{
    padding-left: 40px;
}

.f3 li a{
    padding-left: 60px;
}

.f2, .f3 {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom:0;
    overflow: hidden;
}

.menu-dark-backdrop.in {
    height: 100%;
    z-index: 90001;
    background: rgba(0,0,0,0.5);
}
