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: 80px 40px 20px;*/
  padding: 80px 0 0;
}

/* Menu Button */
.menu-btn {
  width: 40px;
  padding: 0 10px;
  margin-top: 25px;
  background: #fff;
  color: #fff;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 24px;
}
.menu-btn div {
  width: 100%;
  height: 3px;
  background-color: #000;
  margin: 6px 0;
}
.back-btn {
  width: 33px;
  height: 33px;
  padding: 0;
  top: 25px;
  font-size: 24px;
  font-weight: 700;
  background: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 10px;
  line-height: 28px;
  margin: 0;
}
.back-btn a {
  display: block;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
}

/* Header */
.site-header {
  position: fixed;
  background: #fff;
  color: #fff;
  width: 100%;
  padding: 0;
  text-align: center;
  z-index: 9998;
  height: 80px;
}
.site-header .title {
  line-height: 80px;
}

/* Footer */
.site-footer {
  position: relative;
  border-top: 1px solid #eee;
  color: #999;
  padding: 10px;
  font-size: 0.8em;
  text-align: center;
}

.pushy-header {
  background-color: #222 !important;
}
