.custom-header {
  /*background:#292c2f;*/
  /*padding:20px 40px;*/
  padding:20px 0px;
  box-sizing:border-box;
  border:0;
  border-radius:0;
}

.custom-header a.navbar-brand.navbar-link {
  color:rgb(34, 119, 204);
  font:normal 28px Arial, Helvetica, sans-serif;
  /*line-height:0.5;*/
  margin-right:40px;
  /*background:#292c2f;*/
  /*word-wrap:break-word;*/
  /*display:block;*/
  padding-top:0;
  padding:0;
}

.custom-header a.navbar-brand.navbar-link span {
  color:#bc40df;
}

.custom-header ul.nav.navbar-nav.links li a {
  font:14px Arial, Helvetica, sans-serif;
  opacity:0.8;
  text-decoration:none;
  color:#fff;
  /*background:#292c2f;*/
  border:0;
  /*background-color:#6b3d15;*/
  background-image: linear-gradient(#8e5a25, #84664d 6%, #33240e);
  border-radius: 4px;
  margin: 0px 4px 4px 0px;
}

.custom-header ul.nav.navbar-nav li a:hover {
  /*opacity:1;*/
  color:rgb(245,227,133);
}

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

.custom-header li.dropdown, .custom-header li.dropdown {
/*  background:#2277cc;*/
  opacity:0.8;
}

.custom-header li.dropdown.open {
/*  background:#2277cc;*/
  opacity:1.0;
}

@media (max-width: 767px) {
  .custom-header li.dropdown.open {
/*    background:#2277cc;*/
    opacity:0.8;
  }
}

.custom-header li.dropdown .dropdown-toggle {
  border-radius:2px;
  color:#777;
  padding:8px 14px;
  background:#ccc;
  /*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:#777;
}

.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:#2277cc;*/
  border:0;
  min-width:140px;
  opacity:1.9;
  /*z-index:3;*/
}

.custom-header .dropdown ul li {
  background-color:#222;
  padding:4px;
  text-align:center;
  background:transparent;
  /*opacity:2;*/
  margin:0;
}

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

.dropdown-menu>li>a {
  padding: 5px 7px;
}

.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;
}

