﻿.navbar-nav > li > a {
  color: #fff !important;
  padding: 0 0 4px 0 !important;
  margin: 0 10px 0 0 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px !important;
  -webkit-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -ms-transition: border-bottom-color 0.3s linear;
  -o-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear;
  border-bottom: 2px solid #061456;
}

.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 2px solid #fff !important;
}

.navbar-static-top .navbar-nav > .active > a,
.navbar-static-top .navbar-nav > .active > a:hover,
.navbar-static-top .navbar-nav > .active > a:focus {
  color: #fff !important;
  border-bottom: 2px solid #ef4142 !important;
  background-color: transparent !important;
}
