header {
  position: relative;
  z-index: 99;
}

.home {
  position: absolute;
  top: 3px;
  left: 52px;
  z-index: 999;
  display: block;
}

.fb {
  position: absolute;
  top: 12px;
  right: 30px;
}

.navbar {
  margin: 0;
  z-index: 999;
}

.navbar-brand {
  display: none;
}

ul.dropdown-menu {
  max-height: 600px;
  min-width: 320px;
  overflow-y: auto;
}

.dropdown-header {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}

.dropdown-menu {
  border: 1px solid #101010;
  border-radius: 0px;
  background-color: #101010;
  background-color: rgba(0, 0, 0, .85);
}

.dropdown-menu>li {
  border-bottom: 1px solid #333;
}

.dropdown-menu>li>a {
  color: #9d9d9d;
  font-size: 15px;
  line-height: 1.8;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #101010;
}