/* MOBILE HEADER */

#mobile-header {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    z-index: 9999;
    transition: all 350ms ease;
    background-color: #FFF;
    border-bottom: none;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08);
}

#mobile-header .header-title {
    position: absolute;
    width: calc(100% - 180px);
    left: 0px;
    margin-left: 90px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #11192e;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
}

#mobile-header .header-icon {
    position: absolute;
    height: 50px;
    width: 45px;
    text-align: center;
    line-height: 49px;
    font-size: 12px;
    color: #11192e;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0) !important;
}

#mobile-header img {
    max-width: 35px;
    height: auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

#mobile-header .header-icon-1 {
    left: 0px;
}

#mobile-header .header-icon-2 {
    left: 45px;
}

#mobile-header .header-icon-3 {
    right: 45px;
}

#mobile-header .header-icon-4 {
    right: 0px;
}

/* MOBILE FOOTER */

#footer-bar {
    position: fixed;
    display: none;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background-color: #FFF;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.06);
    min-height: 60px;
    text-align: center;
    transition: all 350ms ease;
}

#footer-bar a {
    color: #11192e;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
    text-decoration: none !important;
}

#footer-bar a.active-nav {
    color: #5598ff;
}

#footer-bar a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}

#footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: 0px;
    opacity: 0.7;
}

.footer-bar-5 .active-nav strong {
    position: absolute;
    width: 50px;
    height: 2px;
    border-radius: 60px;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    #body {
        padding-top: 50px !important;
    }
    
    #mobile-header {
        display: initial !important;
    }
    
    #footer {
        padding-bottom: 88px !important;
    }
    
    .copyright {
        padding-right: 0px;
    }
    
    #lessonMode_dropper,    
    #layout-header {
        display: none !important;
    }
    
    #footer-bar {
        display: flex !important;
    }
}