.subnav {
    background-color: #eee;
    display: block;
    list-style-type: none;
    position: relative;
    text-align: center;
    top: -50px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 5px rgba(0,0,0,.13);
}

.subnav li {
    display: inline-block;
}

.subnav li:first-child {
    border-right: 1px solid rgb(204,204,204);
}

.subnav li a {
    color: #575a5b !important;
    display: block;
    padding: 1.25rem;
    margin: 0 1rem;
    font-size: 14px;
}

.subnav li:nth-child(2) a  {
    border-bottom: 2px solid #f40000;
    color: #333!important;
}

.subnav li:hover a {
    border-bottom: 2px solid #f40000;
    color: #333!important;
}

.subnav li a:hover {
    text-decoration: none!important;
}
@media only screen and (max-width: 767px) {
  .subnav {
    display:none;
  }
}