@font-face {
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  src: url("fonts/icomoon.eot?h46t80");
  src: url("fonts/icomoon.eot?#iefixh46t80") format("embedded-opentype"), url("fonts/icomoon.woff?h46t80") format("woff"), url("fonts/icomoon.ttf?h46t80") format("truetype"), url("fonts/icomoon.svg?h46t80#icomoon") format("svg");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
#page-banner,
#banner {
  background-color: #ddd;
  -webkit-background-size: 500px;
  -moz-background-size: 500px;
  background-size: 500px;
  background-color: #d9dbdb;
}
#main-nav-toggle:before,
#github-btn:before,
#twitter-btn:before,
#search-btn:before,
#page-edit-link:before,
.page-entry blockquote:before,
#page-footer-prev:before,
#page-footer-next:after,
#news-subscribe-link:before,
.api-deprecated-msg:before,
#banner-getting-started-btn:before,
.footer-link:before {
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#page-edit-link,
#news-subscribe-link {
  color: #aaa;
  text-shadow: 1px 0 #eee;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
}
#page-edit-link:hover,
#news-subscribe-link:hover {
  color: #888;
}
@media (max-width: 768px) {
  #page-edit-link,
  #news-subscribe-link {
    display: none;
  }
}
body {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.outer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 25px;
}
.outer:before,
.outer:after {
  content: "";
  display: table;
}
.outer:after {
  clear: both;
}
.inner {
  display: inline;
  float: left;
  width: 97.54901960784314%;
  margin: 0 1.225490196078431%;
}
#header .outer {
  max-width: 3000px;
}
#header {
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
#logo-wrap {
  text-align: center;
  position: relative;
}
@media (min-width: 769px) {
  #logo-wrap {
    float: left;
  }
}
#logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 127px;
  height: 30px;
  background-image: url("images/logo.png");
  display: block;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  #logo {
    background-image: url("images/logo@2x.png");
    -webkit-background-size: 127px 30px;
    -moz-background-size: 127px 30px;
    background-size: 127px 30px;
  }
}
#main-nav-toggle {
  float: right;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #999;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 24px;
}
#main-nav-toggle:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "\f0c9";
}
#main-nav-toggle:hover,
#main-nav-toggle:active {
  color: #555;
}
@media (min-width: 769px) {
  #main-nav-toggle {
    display: none;
  }
}
#main-nav.on {
  display: block;
}
@media (max-width: 768px) {
  #main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    display: none;
    z-index: 1;
  }
}
@media (min-width: 769px) {
  #main-nav {
    float: right;
    display: block;
    margin: 0;
  }
}
@media (min-width: 769px) {
  #main-nav-list {
    float: left;
  }
}
.main-nav-item {
  margin: 10px;
}
@media (min-width: 769px) {
  .main-nav-item {
    float: left;
    margin: 0 10px;
  }
}
.main-nav-link {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #676767;
  text-align: center;
  padding: 10px 15px;
  line-height: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 769px) {
  .main-nav-link {
    padding: 10px 0;
  }
}
.main-nav-link:hover,
.main-nav-link:active {
  color: #0c74b5;
}
@media (max-width: 768px) {
  .main-nav-link:hover,
  .main-nav-link:active {
    background: #0c74b5;
    color: #fff;
    border-radius: 4px;
  }
}
#github-btn,
#twitter-btn,
#search-btn {
  float: left;
  display: none;
  width: 18px;
  height: 18px;
  text-align: center;
  padding: 8px;
  line-height: 18px;
  cursor: pointer;
  color: #999;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
#github-btn:hover,
#twitter-btn:hover,
#search-btn:hover {
  color: #0c74b5;
}
#github-btn:before,
#twitter-btn:before,
#search-btn:before {
  font-size: 18px;
}
@media (min-width: 769px) {
  #github-btn,
  #twitter-btn,
  #search-btn {
    display: block;
  }
}
#github-btn:before {
  content: "\f113";
}
#twitter-btn:before {
  content: "\f099";
}
#search-btn:before {
  content: "\f002";
}
#search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0,0,0,0.05);
  border: 0;
  font-size: 18px;
  font-weight: 300;
  font-family: inherit;
  position: relative;
  padding: 5px 5px 5px 29px;
  background-image: url("/assets/search.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}
#search:focus {
  outline: 0;
  background-color: rgba(0,0,0,0.1);
}
#page-banner {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #page-banner {
    padding: 20px 0;
  }
}
#page-banner-inner {
  position: relative;
  padding-bottom: 20px;
}
#page-title {
  color: #555;
  font: 300 35px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 0 #eee;
  line-height: 1em;
}
#page-edit-link:before {
  content: "\f040";
}
.page-content {
  max-width: 800px;
  display: inline;
  float: left;
  width: 97.54901960784314%;
  margin: 0 1.225490196078431%;
}
@media (min-width: 769px) {
  .page-content {
    display: inline;
    float: left;
    width: 72.54901960784314%;
    margin: 0 1.225490196078431%;
  }
}
.page-entry {
  line-height: 1.6em;
  color: #444;
}
.page-entry p,
.page-entry ol,
.page-entry ul,
.page-entry dl,
.page-entry table,
.page-entry blockquote,
.page-entry iframe,
.page-entry .highlight {
  margin: 1.6em 0;
}
.page-entry h1 {
  font-size: 2em;
}
.page-entry h2 {
  font-size: 1.5em;
}
.page-entry h3 {
  font-size: 1.3em;
}
.page-entry h1,
.page-entry h2,
.page-entry h3,
.page-entry h4,
.page-entry h5,
.page-entry h6 {
  line-height: 1em;
  font-weight: bold;
  margin: 1em 0;
}
.page-entry a {
  color: #0c74b5;
  text-decoration: none;
}
.page-entry a:hover {
  text-decoration: underline;
}
.page-entry strong {
  font-weight: bold;
}
.page-entry em {
  font-style: italic;
}
.page-entry ul,
.page-entry ol,
.page-entry dl {
  margin-left: 20px;
}
.page-entry ul ul,
.page-entry ol ul,
.page-entry dl ul,
.page-entry ul ol,
.page-entry ol ol,
.page-entry dl ol,
.page-entry ul dl,
.page-entry ol dl,
.page-entry dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
.page-entry ul {
  list-style: disc;
}
.page-entry ol {
  list-style: decimal;
}
.page-entry dl {
  list-style: square;
}
.page-entry li p {
  margin: 0;
}
.page-entry li table,
.page-entry li blockquote,
.page-entry li iframe,
.page-entry li .highlight {
  margin: 1em 0;
}
.page-entry img,
.page-entry video {
  max-width: 100%;
}
.page-entry blockquote {
  border: 1px solid #ddd;
  border-left: 4px solid #ddd;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 769px) {
  .page-entry blockquote {
    margin-left: 40px;
  }
}
.page-entry blockquote:before {
  content: "\f10d";
  position: absolute;
  left: -40px;
  top: 20px;
  font-size: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #ddd;
}
.page-entry blockquote footer {
  margin: 1em 0;
  font-style: italic;
}
.page-entry blockquote footer cite:before {
  content: "—";
  padding: 0 0.3em;
}
.page-entry blockquote footer cite a {
  color: #676767;
}
.page-entry .note.tip {
  border-left-color: #fa0;
}
.page-entry .note.tip:before {
  content: "\f0eb";
  color: #fa0;
}
.page-entry .note.info {
  border-left-color: #0af;
}
.page-entry .note.info:before {
  content: "\f05a";
  color: #0af;
}
.page-entry .note.warn {
  border-left-color: #f00;
}
.page-entry .note.warn:before {
  content: "\f06a";
  color: #f00;
}
.page-entry .note-title {
  margin: 1em 0;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}
.page-entry table {
  max-width: 100%;
  border: 1px solid #ddd;
}
.page-entry table th {
  font-weight: bold;
}
.page-entry table th,
.page-entry table td {
  padding: 5px 15px;
}
.page-entry table tr:nth-child(2n) {
  background: #eee;
}
#page-footer {
  border-top: 1px solid #ddd;
  color: #676767;
  padding: 1em 0 30px;
  text-align: center;
}
#page-footer:before,
#page-footer:after {
  content: "";
  display: table;
}
#page-footer:after {
  clear: both;
}
#page-footer-updated {
  font-size: 0.9em;
  display: none;
}
@media (min-width: 769px) {
  #page-footer-updated {
    display: inline;
  }
}
#page-footer-prev,
#page-footer-next {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #0c74b5;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#page-footer-prev {
  float: left;
}
#page-footer-prev:before {
  content: "\f060";
  padding-right: 10px;
}
#page-footer-next {
  float: right;
}
#page-footer-next:after {
  content: "\f061";
  padding-left: 10px;
}
#page-mobile-menu {
  width: 100%;
  margin: 30px 0 0;
  display: none;
}
@media (max-width: 768px) {
  #page-mobile-menu {
    display: block;
  }
}
.toc-wrap {
  float: right;
  border-radius: 4px;
  background: #eee;
  border: 1px solid #ddd;
  margin: 1.6em 0 1em 2em;
  padding: 10px 15px;
  line-height: 1.6em;
}
.toc-title {
  font-weight: bold;
  color: #444;
}
.toc-link {
  color: #0c74b5;
  text-decoration: none;
  font-size: 0.9em;
}
.toc-link:hover {
  text-decoration: underline;
}
.toc-child {
  margin-left: 1em;
}
#sidebar {
  display: inline;
  float: left;
  width: 22.54901960784314%;
  margin: 0 1.225490196078431%;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  #sidebar {
    display: none;
  }
}
.sidebar-title {
  display: block;
  margin: 5px 0 5px;
  color: #0c74b5;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.sidebar-title:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #0c74b5;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.sidebar-link {
  color: #666;
  text-decoration: none;
  display: block;
  font-weight: 300;
  padding: 1px 10px;
  border-left: 2px solid #ddd;
  margin-left: 3px;
}
.sidebar-link:hover,
.sidebar-link.current {
  color: #0c74b5;
}
.sidebar-link.current {
  font-weight: bold;
  border-left-color: #0c74b5;
}
#news-subscribe-link:before {
  content: "\f09e";
}
#post-list {
  padding-bottom: 30px;
}
.post {
  padding: 20px 0;
  max-width: 860px;
  margin: 0 auto;
}
.post.full {
  padding: 60px 0 30px;
}
.post-header {
  text-align: center;
}
.post-title {
  font: 300 2em Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  color: #444;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
a.post-title:hover {
  color: #0c74b5;
}
.post-date-wrap {
  padding: 20px 0;
}
.post-date {
  font: 300 0.9em Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #676767;
  text-decoration: none;
  position: relative;
  background: #fff;
  padding: 0 8px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.post-date:hover {
  color: #444;
}
.post-footer {
  padding: 20px 0 40px;
}
#api-header {
  margin: 1.6em 0;
}
#api-header:before,
#api-header:after {
  content: "";
  display: table;
}
#api-header:after {
  clear: both;
}
#api-title {
  color: #444;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 4px;
}
.api-meta {
  color: #676767;
  font-size: 0.85em;
  line-height: 1.6em;
  float: left;
}
.api-meta a {
  color: #0c74b5;
  text-decoration: none;
}
.api-meta a:hover {
  text-decoration: underline;
}
.api-options {
  float: right;
  font-size: 0.85em;
  color: #444;
}
.api-section-title {
  border-top: 1px solid #ddd;
  padding-top: 1em;
}
.api-item {
  margin: 2.5em 0;
}
.api-item.private,
.api-item.protected,
.api-item.deprecated {
  display: none;
}
.api-item-title {
  font-weight: normal;
  margin-bottom: 6px;
  display: inline;
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
}
.api-item-title a {
  color: #444;
}
.api-item-params {
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
}
.api-deprecated-msg {
  margin: 1.6em 0;
  color: #444;
}
.api-deprecated-msg:before {
  content: "\f06a";
  color: #f00;
}
.api-deprecated-msg strong {
  font-weight: bold;
  color: #f00;
}
.api-item-type {
  color: #676767;
}
.api-item-type a,
.api-item-type span {
  border-bottom: 1px dotted #676767;
}
.api-item-type a:hover {
  text-decoration: none;
}
.api-item-type span {
  color: #444;
}
.api-item-flag {
  background: #676767;
  color: #fff;
  border-radius: 3px;
  font-size: 0.85em;
  margin: 0 6px;
  padding: 3px 5px;
}
.api-item-meta {
  color: #676767;
  font-size: 0.85em;
  line-height: 1.6em;
}
.api-item-meta a {
  color: #0c74b5;
  text-decoration: none;
}
.api-item-meta a:hover {
  text-decoration: underline;
}
.api-item-subtitle {
  margin: 1.6em 0;
}
.center {
  text-align: center;
}
#banner {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  #banner {
    padding-top: 20px;
  }
}
.btn {
  display: inline-block;
  padding: 15px 30px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border: 3px solid #0c74b5;
  border-radius: 3px;
  color: #0c74b5;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  line-height: 1;
}
.btn:hover {
  color: #fff;
  background: #0c74b5;
}
.btn-min {
  display: inline-block;
  padding: 15px 30px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border: 3px solid #676767;
  border-radius: 3px;
  color: #0c74b5;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  line-height: 1;
}
.btn-min:hover {
  color: #fff;
  background: #676767;
}
#banner-title {
  color: #555;
  font: 300 35px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 0 #eee;
  line-height: 1.3;
}
#banner-subtitle {
  color: #555;
  font: 300 25px Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 1px 0 #eee;
  line-height: 1.3;
  margin: 50px;
}
#banner-getting-started-prefix,
#banner-getting-started-input {
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
  font-size: 14px;
  line-height: 40px;
}
@media (min-width: 769px) {
  #banner-getting-started-prefix,
  #banner-getting-started-input {
    font-size: 16px;
  }
}
#banner-getting-started {
  padding-top: 30px;
}
#banner-getting-started:before,
#banner-getting-started:after {
  content: "";
  display: table;
}
#banner-getting-started:after {
  clear: both;
}
#banner-getting-started-prefix {
  float: left;
  background: #c8c8c8;
  padding-left: 15px;
  color: #999;
}
#banner-getting-started-input {
  float: left;
  float: left;
  background: #c8c8c8;
  color: #555;
  border: none;
  padding: 0 15px;
  margin: 0;
  height: 40px;
  border-radius: 0;
}
#banner-getting-started-btn {
  float: left;
  background: #bbb;
  color: #777;
  text-decoration: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
#banner-getting-started-btn:hover {
  background: #aaa;
  color: #555;
}
#banner-getting-started-btn:before {
  content: "\f061";
}
#banner-share {
  padding: 20px 0 0;
  display: none;
}
@media (min-width: 769px) {
  #banner-share {
    display: block;
  }
}
.intro-wrap {
  padding: 20px 0;
}
@media (min-width: 769px) {
  .intro-wrap {
    padding: 40px 0;
  }
}
.intro-feature-wrap {
  display: inline;
  float: left;
  width: 97.54901960784314%;
  margin: 0 1.225490196078431%;
}
@media (min-width: 769px) {
  .intro-feature-wrap {
    display: inline;
    float: left;
    width: 47.549019607843135%;
    margin: 0 1.225490196078431%;
  }
}
.intro-features {
  margin: 20px 0;
  position: relative;
  font-weight: 300;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0c74b5;
  font-size: 30px;
  padding-bottom: 5px;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 769px) {
  .intro-features {
    margin: 80px;
  }
}
.features {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.features .feature {
  margin: 5px 0;
  display: inline-block;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .features .feature {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 769px) {
  .features .feature {
    margin: 4px;
    width: 30%;
  }
}
.features .feature img {
  width: 80%;
  height: 200px;
  object-fit: contain;
}
@media (min-width: 769px) {
  .features .feature img {
    width: 50%;
  }
}
.page-content .features .feature img {
  width: 100%;
}
.features .feature .desc {
  width: 100%;
  padding-top: 10px;
  font-size: 16px;
}
.grid-item {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 769px) {
  .grid-item {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .grid-item.small {
    width: 33%;
  }
}
.grid-item a {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0.25rem;
}
.grid-item a:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 18px 0 rgba(0,0,0,0.15);
  box-shadow: 0 10px 18px 0 rgba(0,0,0,0.15);
}
.grid-item .preview {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-top: 57.77777778%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #272d37;
  border-bottom: 1px solid #e6e6e6;
}
.grid-item.small .description {
  min-height: 50px !important;
}
.grid-item .description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px;
  min-height: 110px;
}
.grid-item h4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
.grid-item h5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
}
.grid-item p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.add-app {
  text-decoration: none;
  font-size: 20px;
  color: #9e9e9e;
}
.demo-into {
  font-size: 20px;
  padding: 30px;
}
@media (min-width: 769px) {
  .demo-into {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.section-title {
  font-size: 30px;
  padding: 10px;
  text-align: center;
}
@media (min-width: 769px) {
  .section-title {
    padding-left: 20%;
    padding-right: 20%;
  }
}
#intro-btn-wrap {
  text-align: center;
  margin-top: 50px;
}
#intro-btn {
  display: inline-block;
  padding: 15px 30px;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border: 3px solid #0c74b5;
  border-radius: 3px;
  color: #0c74b5;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  line-height: 1;
}
#intro-btn:hover {
  color: #fff;
  background: #0c74b5;
}
#footer {
  padding: 40px 0;
  background: #eee;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #676767;
  line-height: 1.5;
  border: 1px solid #ddd;
  text-align: center;
}
@media (min-width: 769px) {
  #footer {
    text-align: left;
  }
}
@media (min-width: 769px) {
  #footer-copyright {
    float: left;
  }
}
#footer-copyright a {
  color: #777;
  text-decoration: none;
}
#footer-copyright a:hover {
  text-decoration: underline;
  color: #0c74b5;
}
.footer-resources {
  padding: 30px;
}
@media (min-width: 769px) {
  .footer-resources {
    float: left;
  }
}
.footer-resources a {
  color: #454545;
  text-decoration: none;
}
.footer-resources a:hover {
  text-decoration: underline;
  color: #0c74b5;
}
.footer-resources h3 {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #footer-links {
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  #footer-links {
    float: right;
    margin-right: -10px;
  }
}
.chat-button {
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: #0d83cd;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
}
.footer-link {
  text-decoration: none;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #676767;
  margin: 0 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #0c74b5;
}
.footer-link span {
  display: none;
}
#footer-link-twitter:before {
  content: "\f099";
}
#footer-link-github:before {
  content: "\f113";
}
pre,
code {
  font-family: "Source Code Pro", Monaco, Menlo, Consolas, monospace;
  color: #4d4d4c;
  background: #eee;
  font-size: 0.95em;
}
code {
  padding: 0 5px;
}
pre {
  padding: 10px 15px;
  line-height: 22px;
}
pre code {
  border: none;
  display: block;
  padding: 0;
}
.highlight {
  background: #eee;
  padding: 10px 15px;
  color: #4d4d4c;
  overflow: auto;
  margin: 0;
}
.highlight table {
  margin: 0 !important;
  border: 0;
}
.highlight table th,
.highlight table td {
  padding: 0;
}
.highlight figcaption {
  margin: -5px 0 5px;
  font-size: 0.9em;
  color: color-gray;
}
.highlight figcaption:before,
.highlight figcaption:after {
  content: "";
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight figcaption a {
  float: right;
}
.highlight pre {
  padding: 0;
  border: none;
  background: none;
}
.highlight .line {
  height: 22px;
}
pre .comment,
pre .title {
  color: #8e908c;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #c82829;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #f5871f;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #718c00;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #718c00;
}
pre .css .hexcolor {
  color: #3e999f;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #4271ae;
}
pre .keyword,
pre .javascript .function {
  color: #8959a8;
}
