body {
  background: url("/images/img/bg.jpg") no-repeat top center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  font-family: tahoma;
  margin: 0;
  padding: 0;
}
body .fc {
  overflow: hidden;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body #logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
body #logo img {
  width: 100px;
}
body .midSep {
  width: 100%;
  background: #30384f;
  -webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.3), 0px 5px 5px rgba(0,0,0,0.4);
  box-shadow: inset 0px 5px 5px rgba(0,0,0,0.3), 0px 5px 5px rgba(0,0,0,0.4);
  height: 70px;
}
body .midSep .content {
  padding-top: 17px;
  text-align: center;
}
body .midSep .content button {
  margin-right: 11px;
}
body .bottom {
  width: 100%;
  background: #333;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 5px 14px rgba(0,0,0,0.4);
  box-shadow: inset 0px 5px 14px rgba(0,0,0,0.4);
}
body .bottom.basic {
  background: url("/images/img/text1.png");
}
body .bottom.features {
  background: url("/images/img/text2.png");
}
body .bottom.download {
  background: url("/images/img/text3.png");
}
body .content,
body .fullscreen {
  width: 800px;
  margin: 50px auto;
  outline: 1px solid none;
}
body .content .api-section,
body .fullscreen .api-section {
  margin-bottom: 60px;
}
body .content h1,
body .fullscreen h1 {
  color: #fff;
  font-size: 80px;
  text-shadow: 0 0 5px #fff;
  margin-top: 30px;
}
body .content h1 sub,
body .fullscreen h1 sub {
  font-size: 16px;
}
body .content h2.tagline,
body .fullscreen h2.tagline {
  font-weight: normal;
  text-align: center;
  margin-top: 100px;
  color: #495062;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
body .content h2.advanced,
body .fullscreen h2.advanced {
  color: #fff;
}
body .content h3,
body .fullscreen h3 {
  color: #fff;
}
body .content h4,
body .fullscreen h4 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 7px;
}
body .content h5,
body .fullscreen h5 {
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 3px #fff;
  font-weight: normal;
}
body .content .gridExample,
body .fullscreen .gridExample {
  margin-top: 50px;
}
body .content .gridWrapper,
body .fullscreen .gridWrapper {
  -webkit-box-shadow: 0px 5px 45px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 45px rgba(0,0,0,0.4);
}
body .content .twoSides > div,
body .fullscreen .twoSides > div {
  width: 370px;
}
body .content .threeSides > div,
body .fullscreen .threeSides > div {
  width: 300px;
}
body .content .threeSides > div:nth-child(2),
body .fullscreen .threeSides > div:nth-child(2) {
  width: 360px;
}
body .content .threeSides > div:nth-child(3),
body .fullscreen .threeSides > div:nth-child(3) {
  width: 80px;
}
body .content .white,
body .fullscreen .white {
  padding: 12px;
  background: #fff;
}
body .content .fc.threeSides,
body .fullscreen .fc.threeSides {
  margin-bottom: 1px;
}
body .content .whatsnew b,
body .fullscreen .whatsnew b {
  margin-left: 5px;
}
body .content .features li b,
body .fullscreen .features li b {
  margin-left: 5px;
}
body .content #advanced,
body .fullscreen #advanced {
  font-size: 10px;
  color: #fff;
  font-weight: normal;
}
body .content.api .advanced,
body .fullscreen.api .advanced {
  display: none;
}
body .content.examples,
body .fullscreen.examples {
  padding-bottom: 25px;
}
body .content.examples .gridWrapper,
body .fullscreen.examples .gridWrapper {
  height: 180px;
}
body .content.examples section,
body .fullscreen.examples section {
  padding: 10px;
  background: rgba(0,0,0,0.3);
  margin-bottom: 10px;
}
body .content.examples section:nth-child(2n+1),
body .fullscreen.examples section:nth-child(2n+1) {
  background: rgba(255,255,255,0.3);
}
body .content.examples section:nth-child(2n+1) h3.title,
body .fullscreen.examples section:nth-child(2n+1) h3.title {
  background: #555;
}
body .content.examples h3.title,
body .fullscreen.examples h3.title {
  background: #222;
  padding: 10px;
  margin-bottom: 10px;
}
body .content .apiHeader,
body .fullscreen .apiHeader {
  color: #fff;
  font-size: 13px;
  padding-left: 5px;
  margin-bottom: 6px;
}
@media (min-width: 1600px) {
  body .content.examples {
    width: 100%;
    overflow: auto;
  }
  body .content.examples section {
    width: 750px;
    display: inline-block;
    float: left;
    margin: 20px;
  }
  body .content.examples h4 {
    margin: 20px;
  }
}
@media (min-width: 1440px) {
  body #advanced {
    display: none;
  }
  body .content.api {
    width: 1440px;
    overflow: hidden;
  }
  body .content.api .threeSides > div:nth-child(2) {
    width: 280px;
  }
  body .content.api h4 {
    margin-left: 20px;
  }
  body .content.api .api-section {
    width: 700px;
    margin: auto 10px;
    float: left;
  }
  body .content.api .advanced {
    display: block;
  }
  body .content.api span.advanced {
    display: inline-block;
  }
}
@media (min-width: 2500px) {
  body #advanced {
    display: none;
  }
  body .content.api {
    width: 100%;
    overflow: hidden;
  }
  body .content.api h4 {
    margin-left: 20px;
  }
  body .content.api .api-section {
    width: 790px;
    margin: auto 20px;
    float: left;
  }
  body .content.api .advanced {
    display: block;
  }
  body .content.api span.advanced {
    display: inline-block;
  }
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #d14;
}
.kwd,
.linenums .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: #008080;
}
.pln {
  color: #48484c;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}
.gist .gist-tab {
  float: left;
  padding: 0.5em 0.8em;
  margin-right: 1;
  cursor: pointer;
  border-right: 1px solid #979797;
}
.gist .gist-tab:hover {
  background: #fff;
}
.gist .gist-header {
  overflow: hidden;
  font-size: 85%;
  color: #666;
  background: #eaeaea;
}
