/******************************MAIN NAVIGATION*********************************/

header.main-header {
  width: 100%;
  z-index: 99999;
}

.headercontainer {
  min-height: 130px;
  background-color: transparent;
}

.header-container span {
  margin-bottom: 1em;
}

.navbar-custom {
  min-height: 40px;
  border-radius-right-top: 0px;
  margin-bottom: 0px;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #fff;
  clear: both;
/*  height: 118px;*/
  width: 100%;
  z-index: 9999;
}

.nav-links {
  margin: 20px 0;
}

.navbar-brand {
  /*margin-top: 14px;*/
  padding: 0 15px 0;
}

.navbar-brand img {
  width: 190px;
}

.navbar-nav li a {
  padding-top: 21px;
  font-family: 'MuseoSans300' !important;
  -webkit-font-smoothing: antialiased;
}

.navbar-inverse .navbar-nav li a:hover {
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.navbar-inverse .navbar-nav li a:hover {
  color: #326cb2;
}

.nav-right-custom {
  font-size: .9em;
}

.navbar-collapse {
  background-color: #fff;
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}


