.navbar.top-nav {
  z-index: 10;
  .nav-admin {
    background-color: #444d58;
    .navbar-brand {
      color: #FFF!important;
      padding-bottom: 15px;
      padding-top: 15px;
      font-weight: 500 !important;
    }
    li.pull-left.active {
        background-color: #fc7667;
        color: white;
        font-weight: 500;
    }
    li.pull-left {
        color: #c7c7c7;
        font-weight: 500;
    }
  }
  .navbar-nav {
    width: 100%;
    text-align: center;
    > li {
      // float: none;
      // display: inline-block;
      &.active {
        > a {
          background: none;
          position: relative;
          &:after {
            position: absolute;
            content: '';
            height: 1px;
            width: 40px;
            background: #FFF;
            left: 50%;
            bottom: 13px;
            margin-left: -20px;
          }
        }
      }
    }
    .navbar-brand {
      color: #669DA0;
      font-weight: bolder;
    }
  }
}
header.header-list .section-description h2 {
  margin-top: 0px !important;
  margin-bottom: 13px !important;
}