.custom-header {
   background-image:url(' ../../assets/img/BristowHeader6.png');
   background-color: #f9f9f9; /* Used if the image is unavailable */
   /*height: 500px; /* You must set a specified height */
   background-position: left; /* Center the image */
   background-repeat: no-repeat; /* Do not repeat the image */
   padding: 15px 0px 15px 10px;
   box-sizing: border-box;
   border: 0;
   border-radius: 0;
   position: fixed;
   z-index: 10;
   width: 100%;
   /*margin-bottom: 100px;*/
}

.custom-header a.navbar-brand {
  color: #fff;
  font: normal 40px Cookie, Times Roman, Helvetica, sans-serif;
  line-height: 0.5;
  margin-right: 70px;
  background: #292c2f;
}

.custom-header a.navbar-brand span {
  color: #04d9f7;
  font-size: medium;
}

.custom-header ul.nav.navbar-nav.links li a {
  /*font: 16px, Helvetica, sans-serif;*/
  opacity: 0.9;
  text-decoration: none;
  color: #eaf3f4;
  background: #292c2f;
  /*border: 1px;*/
  margin-right: 11px;
  font-weight: 600;
}

.custom-header ul.nav.navbar-nav li a:hover {
  opacity: 1;
  color: #14d8f2;
}

.custom-header .badge {
  position: absolute;
  top: 4px;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
  background-color: #2A6A92;
  padding: 2px 4px;
  font-weight: normal;
}

.custom-header li.dropdown, .custom-header li.dropdown.open {
  background: #3a3c3e;
}

.custom-header li.dropdown .dropdown-toggle {
  /*border-radius: 2px;*/
  color: #fff;
  padding: 8px 14px;
  background: #3a3c3e;
  opacity: 0.9;
  border: 0;
  margin: 0;
}

.custom-header li.dropdown .dropdown-toggle:focus, .custom-header li.dropdown .dropdown-toggle:hover, .custom-header li.dropdown .dropdown-toggle:active {
  background: #3a3c3e;
  color: #fff;
}

.custom-header ul.nav.navbar-nav.navbar-right .dropdown li a {
  font: bold 13px Arial, Helvetica, sans-serif;
}

img.dropdown-image {
  border-radius: 50%;
  width: 32px;
  margin-left: 10px;
}

.custom-header .dropdown ul {
  background-color: #3a3c3e;
  border: 0;
  min-width: 140px;
}

.custom-header .dropdown ul li {
  background-color: #3a3c3e;
  padding: 7px;
  text-align: center;
}

.custom-header .dropdown ul li a {
  background: #3a3c3e;
  border-radius: 2px;
  color: #fff;
  padding: 0;
}

.custom-header .dropdown ul li a:active, .custom-header .dropdown ul li a:focus, .custom-header .dropdown ul li a:hover {
  background: #3a3c3e;
}

.custom-header .dropdown ul li.active a {
  color: #e9ac09 !important;
}

