.dropdown-menu {
  display: block;
}

.navbar-nav .dropdown .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  height: auto;
  margin-top: 0;
  overflow: visible;
  clip: auto;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.collapse {
  display: block;
  overflow-y: visible;
}

.site-header .container:last-child:after {
  text-align: center;
  content: 'For the best experience, please enable javascript in your browser.';
}

.navbar-toggle {
  display: none;
}
