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

.custom-header a.navbar-brand.navbar-link{
  color:#fff;
  font:normal 28px Cookie, Arial, Helvetica, sans-serif;
  line-height:0.5;
  margin-right:40px;
}

.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.9;
  text-decoration:none;
  color:#fff;
  border:0;
}

.custom-header ul.nav.navbar-nav li a:hover{
  color:#f7a301;
}

.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{
  margin-top:6px;
}

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

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

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

.custom-header .dropdown ul{
  background-color:#0c4981;
  border:0;
  min-width:140px;
  border-radius:6px;
  -webkit-box-shadow:6px 7px 11px -4px rgba(0,0,0,0.41);
  -moz-box-shadow:6px 7px 11px -4px rgba(0,0,0,0.41);
  box-shadow:6px 7px 11px -4px rgba(0,0,0,0.41);
}

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

#menudrop ul li{
  background-color:#0c812c;
  padding:7px;
  text-align:center;
}

.custom-header .dropdown #menudrop ul li{
  background-color:#0c812c;
  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:#0c812c;
}

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

