@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*:focus {
  outline: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Averta', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background: #fff;
}

a {
  text-decoration: none;
  color: #00bfff;
}

a:hover {
  color: #009dd9;
  text-decoration: underline;
}

.guide {
  top: 0;
  left: 0;
  position: fixed;
  width: 210px;
  height: 100%;
  z-index: 25;
  overflow: hidden;
  overflow-y: auto;
  background: rgb(250, 250, 250);
  border-right: 1px solid #e0e0e0;
}

.guide .logo {
  margin-top: 0;
  font-size: 29px;
}

.guide .logo a {
  display: block;
  padding: 24px 0 24px 24px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  text-decoration: none;
  border-bottom: 1px solid #d6dce0;
}

.guide .logo a:hover {
  text-decoration: none;
}

.guide .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 66%;
}

.guide .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.guide .nav > li {
  display: block;
  position: relative;
}

.guide .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.guide .menu > li a {
  padding: 10px 15px 10px 24px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(119, 119, 119);
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.guide .menu > li > .nav {
  margin-bottom: 7px;
  display: none;
}

.guide .menu > li > .nav li a {
  padding: 6px 15px 5px 35px;
  font-weight: 400;
  color: rgb(119, 119, 119);
}

.guide .menu > li.active > .nav {
  display: block;
}

.guide .menu > li.active > a,
.guide .menu > li a:hover {
  color: #00bfff;
  background: #f0f0f0;
}


.docs {
  background: #fafafa;
  margin-left: 210px;
  min-width: 750px;
}

.docs h2 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 20px;
}

.docs h3 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 18px;
}

.docs h4 {
  padding-bottom: 15px;
  font-size: 14px;
  border-bottom: 1px solid #E4E4E4;
}


.docs p {
  font-size: 13px;
  color: #666;
  line-height: 21px;
  margin-bottom: 20px;
}

.docs ul {
  font-size: 13px;
  color: #666;
  line-height: 21px;
  margin-bottom: 20px;
}

.docs code {
  display: block;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 13px;
  line-height: 1.4;
  font-family: Menlo, Monaco, Consolas, monospace;
  color: #444;
  background: #f5f5f5;
}

.docs code.inline {
  display: inline-block;
  margin: 0;
  padding: 3px 6px;
  font-size: 85%;
  line-height: 100%;
}

.methods {
  position: relative;
  margin-left: 50%;
  background: rgb(38, 50, 56);
}

.method:first-child .method-description {
  padding-top: 0;
  border-top: 0;
}

.method:first-child .method-example {
  padding-top: 35px;
  border-top: 0;
  box-shadow: none;
}

.method:last-child .method-section {
  padding-bottom: 70px;
}

.method-section {
  margin-left: -100%;
  position: relative;
  padding-top: 50px;
}

.method-section {
  *zoom: 1;
}

.method-section:before,
.method-section:after {
  display: table;
  content: "";
  line-height: 0;
}

.method-section:after {
  clear: both;
}


.method-description {
  width: 50%;
  float: left;
  border-top: 1px solid #E5E7EB;
  padding: 40px 30px 0;
}

.method-description .info {
  margin-top: 45px;
  margin-bottom: 40px;
}


.method-description .info .field {
  margin-top: 17px;
  font-size: 13px;
}

.method-description .info .field {
  *zoom: 1;
}

.method-description .info .field:before,
.method-description .info .field:after {
  display: table;
  content: "";
  line-height: 0;
}

.method-description .info .field:after {
  clear: both;
}


.method-description .info .field .key {
  width: 40%;
  float: left;
  text-align: right;
  padding-right: 10px;
  font-weight: 700;
  color: #333;
}

.method-description .info .field .desc {
  width: 60%;
  float: right;
  padding-left: 10px;
  color: #555;
  line-height: 21px;
}

.method-description .info .field .desc strong {
  display: block;
  color: #333;
  margin-bottom: 5px;
  margin-top: -1px;
}

.method-description .info .field .desc strong em {
  font-weight: normal;
  display: inline-block;
  margin-left: 6px;
  color: #888;
}

.method-description .info .field .desc strong em.deprecated {
  color: #bb5555;
}

.method-example {
  margin-left: 50%;
  width: 50%;
  border-top: 1px solid #000;
  box-shadow: inset 0 1px rgba(255,255,255,0.17);
  color: #fff;
  padding: 75px 30px 0;
}

.method-example ul {
  padding-left: 0;
  list-style-position: inside;
  color: #969896;
}

.method-example ul strong {
  display: inline-block;
  margin-right: 6px;
  color: #c5c8c6;
}

.method-example ul em {
  display: inline-block;
  margin-right: 6px;
  font-style: normal;
}

.method-example ul em:after {
  display: inline-block;
  margin-left: 6px;
  content: "\2014";
}

.method-example pre {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.method-example pre code {
  display: block;
  margin-top: -20px;
  padding: 0;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 20px;
  color: #c5c8c6;
  background: none;
}

.method-example pre code > * {
  color: #c5c8c6;
  font-size: 12px;
  line-height: 20px;
}

.method-example pre .comment,
.method-example pre .title {
  color: #969896;
}

.method-example pre .variable,
.method-example pre .attribute,
.method-example pre .tag,
.method-example pre .regexp,
.method-example pre .ruby .constant,
.method-example pre .xml .tag .title,
.method-example pre .xml .pi,
.method-example pre .xml .doctype,
.method-example pre .html .doctype,
.method-example pre .css .id,
.method-example pre .css .class,
.method-example pre .css .pseudo {
  color: #cc6666;
}

.method-example pre .number,
.method-example pre .preprocessor,
.method-example pre .built_in,
.method-example pre .literal,
.method-example pre .params,
.method-example pre .constant {
  color: #de935f;
}

.method-example pre .class,
.method-example pre .ruby .class .title,
.method-example pre .css .rules .attribute {
  color: #f0c674;
}

.method-example pre .string,
.method-example pre .value,
.method-example pre .inheritance,
.method-example pre .header,
.method-example pre .ruby .symbol,
.method-example pre .xml .cdata {
  color: #b5bd68;
}

.method-example pre .css .hexcolor {
  color: #8abeb7;
}

.method-example pre .function,
.method-example pre .python .decorator,
.method-example pre .python .title,
.method-example pre .ruby .function .title,
.method-example pre .ruby .title .keyword,
.method-example pre .perl .sub,
.method-example pre .javascript .title,
.method-example pre .coffeescript .title {
  color: #81a2be;
}

.method-example pre .keyword,
.method-example pre .javascript .function {
  color: #b294bb;
}

