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;

}



.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;

}

.navbar-inverse .navbar-toggle{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  background-color: #222;

}

.nav>li{
  padding-left: 15px;
}

@media screen and (max-width: 480px){
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px){
  .fb {
      position: absolute;
      top: 12px;
      right: 70px;
  }
}