#subnavbar {
    position: fixed;
    top: 0px;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
    min-height: initial;
    width: 100%
}

li.active > a {
    color: #00b9ff !important;
    border-bottom: 2px solid #00b9ff;
}
