/******************************************************************************/
header #logo {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 9px 0 0 0;
  width: 182px;
  height: 27px;
  color: transparent;
  background: url('../../bhplive/img/logo.png') no-repeat 0 0;
}
header.sticky {
  background: #333;
  color: #fff; }
  header.sticky #logo {
    overflow: hidden; }

@media (max-width: 768px) {
  header {
    background: #333;
    color: #fff; } }
