#lower-menu {
   display:none;
}

@media (max-width: 992px) {
#lower-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding:10px;
    display:inline;
}

#lower-menu {
    background: #FF5B35;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-family: oswald;
    font-weight: bold;
}

#lower-menu a{
    background: #FF5B35;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    text-decoration:none;
}

}