html, body {
  overflow-x: hidden;
}

/* Lists */
ul {
  margin: 0;
  padding: 0;
}


/* Menu Button */
.menu-btn { /*Остался от старого*/
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 80px;
  left: 30px;
  color: #FFF;
  /*text-align: center;*/
  cursor: pointer;
  border: 0px;
  background: url(../images/img/menu-btn.png) no-repeat;
  z-index: 99;
  
}

.menu-btn:hover {
  opacity: 0.7;
}

/* Header */
.site-header {
  position: fixed;
  background: #000;
  color: #FFF;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  z-index: 9998;
}

/* Footer */
.site-footer {
  position: relative;
  border-top: 1px solid #EEE;
  color: #999;
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
}

/*# sourceMappingURL=demo.css.map */
