/******************************************************************************/
header #logo {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 13px 0;
  width: 230px;
  height: 14px;
  color: transparent;
  background: url("../images/sprite.png") no-repeat left -49px; }
header.sticky {
  background: #333;
  color: #fff; }
  header.sticky #logo {
    overflow: hidden; }

@media (max-width: 768px) {
  header {
    background: #333;
    color: #fff; } }
