﻿.linkbtn_whitebar{

border-bottom: 0.45em solid #FFF; 

}



.navbar-default {
  background-color: #555150 !important;

}


.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
  color: #FFF !important;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}



.navbar-default .navbar-nav > .active > a {
  background-color: transparent !important;
  color: #FFF !important;
  padding-bottom: 0.62em;

 /* border-bottom: 0.45em solid #FFF; */

}



.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent !important;
  color: #F3F3F3 !important;
  padding-bottom: 0.62em;
  border-bottom: 0.45em solid #F3F3F3;
}

#search {
 margin: 0.5em;
}



