html, body {
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */
  overflow-x: hidden;
}

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

/* Container */
#container {
  position: relative;
  /*padding: 20px 40px;*/
  /*padding-top: 80px;*/
}

/* Menu Button */
.menu-btn {
    width: 60px;
    height: 50px;
  padding: 8px 10px;
  /*margin-bottom: 30px;*/
    background: #fff url('../img/menu_btn.png') center no-repeat;
    color: #939393;
    /*float: left;*/
  text-align: center;
  cursor: pointer;
}
.menu-btn:hover {
  opacity: 0.6;
}

/* 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 */
