html, body {
  overflow-x: hidden;
  /*font: normal 14px/20px "Helvetica Neue","Helvetica","Arial","Microsoft YaHei New","Microsoft Yahei","SimSun","STXihei",sans-serif !important; !important */
}

/* Lists */
ul {
  margin: 0;
  padding: 0;
}

/* Container */
#mycontainer {
  position: relative;
  padding: 20px 40px;
  padding-top: 25px;
}

/* Menu Button */
.menu-btn {
  width: 100px;
  padding: 10px;
  margin-bottom: 30px;
  /*margin-top: 65px;*/
  /*background: #000;*/
  /*background: #3090F0;*/
  background: #005251;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border: 0px;
}
.menu-btn:hover {
  opacity: 0.6;
}

/* Menu Button aux*/
.menu-btn-aux {
  width: 100px;
  padding: 3px;
  margin-bottom: 0px;
  /*margin-top: 65px;*/
  /*background: #000;*/
  /*background: #3090F0;*/
  background: #005251;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border: 0px;
}
.menu-btn-aux: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;
}

