/**
 * =============================================================================
 * Global Masthead
 * =============================================================================
 *
 * This file deals with:
 *  * navigation styles (primary, secondary and tertiary levels)
 */

.masthead-row {
  height: 48px;
}

#global-masthead a {
  border: 0;
}

#global-masthead .container {
  height: 100%;
  position: relative;
  z-index: 2;
}

#masthead-top {
  background: #64686c;
}

#masthead-bottom {
  background: #dfe0e1;
}

#masthead-top h1 {
  height: 100%;
  margin: 0 0 0 10px;
}

#masthead-top h1 a {
  display: block;
  height: 100%;
  width: 152px;
  text-indent: -9999px;
  background: url(../images/owl-logo.png) no-repeat left center;
}

.masthead-row > .container > ul {
  margin: 0 10px;
}

.masthead-row .dropdown-menu {
  height: 100%;
}
