/*
 * http://github.com/peteboere/css-crush (v3.0.0-1-gaa5bf40)
 */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Baloo+Paaji);
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
    display: inline-block;
    }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
    }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    }

/**
 * Remove default margin.
 */
body {
    margin: 0;
    }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
    }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
    }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
    }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: .67em 0;
    }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
    }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
    }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
    }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
    }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace,serif;
    font-size: 1em;
    }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
    }

/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
    }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
    }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }
sup {
    top: -.5em;
    }
sub {
    bottom: -.25em;
    }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
    }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
    }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
    }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
    }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    padding: 0;
    }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
    }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
    }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
    }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    vertical-align: top;
    }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
    }

/* @import "../bower_components/prism/prism-okaidia.css"; */
.hide,
.example[class] + hr,
figcaption {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    }
.sidebar [aria-controls] {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 120%;
    }
body {
    font-family: "lato_wf",sans-serif;
    font-weight: normal;
    }

/*@font-face {
    font-family: 'museo';
        src: url('../../fonts/museo_slab_500-webfont.ttf') format('truetype');
        src: url('../../fonts/museo_slab_500-webfont.eot');
        src: url('../../fonts/museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
             url('../../fonts/museo_slab_500-webfont.woff') format('woff'),
             url('../../fonts/museo_slab_500-webfont.ttf') format('truetype'),
             url('../../fonts/museo_slab_500-webfont.svg#RokkittRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    }
*/
@font-face {
    font-family: 'lato_wf';
    src: url(../fonts/lato/Lato-Regular.eot);
    src: url(../fonts/lato/Lato-Regular.eot?#iefix) format('embedded-opentype'),url(../fonts/lato/Lato-Regular.woff) format('woff'),url(../fonts/lato/Lato-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'lato_wf';
    src: url(../fonts/lato/Lato-Black.eot);
    src: url(../fonts/lato/Lato-Black.eot?#iefix) format('embedded-opentype'),url(../fonts/lato/Lato-Black.woff) format('woff'),url(../fonts/lato/Lato-Black.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    }
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
body {
    word-spacing: .05em;
    line-height: 1.2;
    color: white;
    background: #444;
    font-size: 15px;
    }
a {
    text-decoration: none;
    color: #0366d6;
    }
pre,
code {
    font-family: Consolas,Monaco,'Andale Mono',monospace;
    }
h1,
h2 {
    font-weight: normal;
    }
.logo {
    margin: auto;
    width: 15em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.logo > svg {
    margin: auto;
    }
main {
    padding-bottom: 3em;
    }
.main-wrapper {
    position: relative;
    padding: 0 0 0 200px;
    max-width: 1060px;
    background: #eee;
    color: #222;
    -webkit-box-shadow: 5px 0 rgba(0,0,0,.2);
    box-shadow: 5px 0 rgba(0,0,0,.2);
    }
p {
    max-width: 45em;
    line-height: 1.3;
    }
.full-width {
    max-width: none;
    }

/*  SVGs
    ___________________________________________________________________ */

/*  header
    ___________________________________________________________________ */
header {
    color: white;
    position: relative;
    text-align: center;
    padding: 3rem 20px;
    background-color: #777;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41IiBoZWlnaHQ9IjE1IiB2aWV3Ym94PSIwIDAgMTUuNSAxNSI+PGNpcmNsZSByPSI3LjUiIGN4PSI3LjUiIGN5PSI3LjUiIGZpbGw9IndoaXRlIi8+PC9zdmc+"),url(../images/texture.png);
    background-repeat: repeat-x,no-repeat;
    background-position: left bottom -7.5px,center;
    background-size: auto,cover;
    }

/*  .quickstart
    ___________________________________________________________________ */
.quickstart {
    text-align: center;
    margin-top: 1.25rem;
    font-size: .8em;
    }
.quickstart > div + div {
    margin-top: 2px;
    }
.quickstart > div > div {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: .5em .8em;
    border-radius: .3em;
    font-family: Consolas,Monaco,'Andale Mono',monospace;
    background: #2f2f2f;
    color: #ddd;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    }
.quickstart > div > div:before {
    font-family: 'Baloo Paaji',sans-serif;
    margin-right: .5rem;
    font-size: 1.05em;
    }
.quickstart > div:nth-child(1) > div:before {
    content: 'node';
    color: #65b548;
    }
.quickstart > div:nth-child(2) > div:before {
    content: 'php ';
    color: #8892bf;
    }

/*  .preamble
    ___________________________________________________________________ */
.preamble {
    text-align: center;
    color: white;
    overflow: hidden;
    margin-top: 1.4rem;
    }
.preamble h1 {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    font-size: 24px;
    font-family: 'Baloo Paaji',sans-serif;
    color: inherit;
    text-shadow: 0 0 1.5em rgba(0,0,0,.5);
    }
.preamble p {
    font-size: 18px;
    margin: 0;
    }
.githubage {
    min-height: 1.7em;
    margin-top: 1.5rem;
    text-align: center;
    }
.githubage a {
    color: #777;
    }

/*  .sidebar
    ___________________________________________________________________ */
.sidebar {
    position: fixed;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    background: #2C2C2C;
    color: #eee;
    width: 200px;
    -webkit-box-shadow: -7px 0 0 rgba(0,0,0,.2) inset;
    box-shadow: -7px 0 0 rgba(0,0,0,.2) inset;
    }
.sidebar > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    }
.sidebar .collapsible {
    position: relative;
    }
.sidebar [aria-controls] {
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wLDUgaDEwIE01LDAgdjEwIiAwPSJzdHJva2U6IHdoaXRlIiAxPSJzdHJva2Utd2lkdGg6IDIiIDI9IndpZHRoOiAxMCIgMz0iaGVpZ2h0OiAxMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") center no-repeat;
    padding: 0;
    width: 34px;
    height: 2em;
    right: 10px;
    top: 0;
    }
.sidebar [aria-expanded="true"] {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wLDUgaDEwIiAwPSJzdHJva2U6IHdoaXRlIiAxPSJzdHJva2Utd2lkdGg6IDIiIDI9IndpZHRoOiAxMCIgMz0iaGVpZ2h0OiAxMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==");
    }
.sidebar [role="menubar"] {
    padding-top: 1.2rem;
    }
.sidebar [role="menubar"] > li > a {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .3em;
    color: white;
    margin-bottom: 0;
    padding-top: .7em;
    padding-bottom: .7em;
    text-transform: uppercase;
    }
.sidebar [role="menubar"] > li > ul {
    margin-bottom: 1em;
    }
.sidebar a {
    color: inherit;
    display: block;
    padding: .3em 15px;
    text-decoration: none;
    }
.sidebar a.active {
    background-color: rgba(255,255,255,.2);
    }
.sidebar ul ul a {
    padding-left: 30px;
    }
.sidebar ul ul ul a {
    padding-left: 45px;
    }
.sidebar ul,
.sidebar li {
    list-style: none;
    }

/*  Code examples.
    ___________________________________________________________________ */
.example[class] {
    margin: 2em 0;
    line-height: 1.3;
    position: relative;
    }
h2 + .example[class] {
    margin-top: 1.3em;
    }
.example[class] .section-marker {
    opacity: 0;
    color: white;
    font-size: 20px;
    right: auto;
    left: 22px;
    top: 12px;
    }
.example[class]:hover .section-marker {
    opacity: .2;
    }
.example[class] code {
    font-size: 13px;
    line-height: 1.2;
    }
.example[class] > pre {
    position: relative;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 15px 50px 15px 50px;
    }
.example[class] > pre + pre {
    border-bottom: 1px solid rgba(0,0,0,.1);
    }
.example[data-block-count="2"] pre {
    position: relative;
    }
.example[data-block-count="2"] pre:after {
    content: "input";
    position: absolute;
    top: 0;
    color: #555;
    font-size: 14.5px;
    text-shadow: none;
    right: 0;
    font-family: "lato_wf","Verdana",sans-serif;
    background: rgba(0,0,0,.04);
    text-align: left;
    padding: .6em 1em;
    }
.example[data-block-count="2"] pre + pre:after {
    content: "output";
    }
.token.property,
.token.tag {
    color: #111;
    }
.token.selector,
.token.attr-name,
.token.string {
    color: #111;
    }
.token.punctuation {
    opacity: .6;
    }
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    opacity: .8;
    }
.token.string,
.token.url {
    opacity: .9;
    }
.token.property {
    opacity: .9;
    }
[class*="language-"] {
    background: white;
    color: #555;
    }
.language-css {
    background: #f5f5f5;
    }
.language-syntax[class] {
    color: rgb(189,240,254);
    }
.language-syntax[class] .token.tag,
.language-syntax[class] .token.punctuation {
    color: inherit;
    }

/*  Sections.
    ___________________________________________________________________ */
body section {
    margin: 0;
    line-height: 1.4;
    }
section h1 {
    margin-bottom: .7em;
    font-size: 22px;
    }
section h1 + *,
section h2 + * {
    margin-top: 0;
    }
section h2 {
    margin-top: 1.4em;
    font-size: 130%;
    }
section h3 {
    margin-top: 1.4em;
    font-size: 100%;
    }
section ul > li {
    margin-left: 20px;
    margin-bottom: .5em;
    }
section p,
section ul,
section ol {
    margin-top: .8em;
    margin-bottom: .8em;
    }
section p code,
section li code {
    background: rgba(0,0,0,.08);
    color: #005B4D;
    font-size: 90%;
    padding: 1px 5px;
    margin: 0 .15em;
    }

/* main section
    ___________________________________________________________________ */
main section {
    position: relative;
    margin: 0;
    padding: 0 0 3em;
    }
main section .section-edit {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 40px;
    color: #ddd;
    fill: #ddd;
    }
main section .section-edit:hover,
main section .section-edit:focus {
    text-decoration: none;
    color: #0366d6;
    fill: #0366d6;
    }
main section .section-edit > span {
    opacity: 0;
    font-size: 90%;
    }
main section .section-edit:hover > span,
main section .section-edit:focus > span {
    opacity: 1;
    }
main section .edit-icon {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    vertical-align: baseline;
    }
main section > * {
    margin-right: 50px;
    margin-left: 50px;
    }
main section > section {
    margin-right: 0;
    margin-left: 0;
    }
main section a:hover,
main section a:focus {
    text-decoration: underline;
    }
main section > h1,
main section > h2 {
    position: relative;
    }
main section > h1:hover .section-marker,
main section > h2:hover .section-marker {
    opacity: .5;
    }
main section .section-marker {
    font-size: 90%;
    position: absolute;
    text-decoration: none;
    right: 100%;
    padding-right: 13px;
    line-height: inherit;
    color: inherit;
    opacity: 0;
    }
main section .section-marker[class][class][class]:hover,
main section .section-marker[class][class][class]:focus {
    opacity: 1;
    text-decoration: none;
    }
main section > h1 {
    padding-top: 1.4em;
    font-size: 1.5em;
    font-family: 'Baloo Paaji',sans-serif;
    }
main section + section > h1 {
    margin-bottom: .65em;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi41IiBoZWlnaHQ9IjIuNSIgdmlld2JveD0iMCAwIDEyLjUgMi41Ij48Y2lyY2xlIHI9IjEuMjUiIGN4PSIxLjI1IiBjeT0iMS4yNSIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==") repeat-x;
    }
main section td,
main section th {
    vertical-align: top;
    padding: .6em 10px;
    }
main section th {
    text-align: left;
    border-bottom: 2px solid #ccc;
    }
main section td {
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
    box-shadow: inset 0 -1px rgba(0,0,0,.2);
    }
main section tr:nth-child(2n + 2) {
    background: white;
    }
main section .option,
main section .values {
    padding-right: 20px;
    }

/*  Second level and below.
    ___________________________________________________________________ */
main section section > h2 {
    font-family: 'Baloo Paaji',sans-serif;
    font-size: 16px;
    }

/*  Third level and below.
    ___________________________________________________________________ */
main section section section > h1 {
    font-size: 20px;
    margin-bottom: .75em;
    }
main section section section > h2 {
    font-size: 15px;
    }
main section section section > .section-edit {
    top: 30px;
    }

/*  Section header.
    ___________________________________________________________________ */
section[data-depth="1"][id][id] {
    padding-top: 0;
    padding-bottom: 0;
    }
section[data-depth="1"][id][id]:first-child > h1 {
    margin-top: 0;
    margin-bottom: -10px;
    }
section[data-depth="1"][id][id] > .section-edit {
    top: 23px;
    }
section[data-depth="1"][id][id] > h1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    color: #111;
    text-transform: uppercase;
    padding: 2.5em 50px 0 50px;
    font-size: 13px;
    letter-spacing: .2em;
    margin: 3em 0 0;
    text-align: left;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41IiBoZWlnaHQ9IjE1IiB2aWV3Ym94PSIwIDAgMTUuNSAxNSI+PGNpcmNsZSByPSI3LjUiIGN4PSI3LjUiIGN5PSI3LjUiIGZpbGw9IndoaXRlIi8+PC9zdmc+") repeat-x;
    background-position: left top;
    font-family: inherit;
    }
section[data-depth="1"][id][id] > h1 .section-marker {
    font-size: 1.3em;
    }
section[data-depth="1"][id][id]#core > h1 {
    padding-top: 1.7em;
    background-position: left top -7.5px;
    }
section > section:last-child {
    padding-bottom: 0;
    }
main section[id] > :last-child,
main section[id] > :last-child > section > :last-child {
    margin-bottom: 0;
    }
main section[id] > :first-child,
main section[id] > :first-child > section > :first-child {
    margin-top: 0;
    }
@media (max-width: 700px) {
.main-wrapper {
    padding-left: 0;
    }
.sidebar {
    display: none;
    }
main section > * {
    margin-left: 20px;
    margin-right: 20px;
    }
section[data-depth="1"][id][id] > h1,
.example[class] > pre {
    padding-left: 20px;
    padding-right: 20px;
    }
}

/*  API section.
    ___________________________________________________________________ */
main section[id^="api--"] {
    overflow: visible;
    }
main section[id^="api--"] hr {
    border: 0;
    border-top: 1px solid #C6C6C6;
    margin-top: 2em;
    margin-bottom: 1.5em;
    }
#api--options {
    overflow-x: auto;
    }

/* .not-supported
    ___________________________________________________________________ */
.not-supported {
    background: #3D7EF4;
    color: #fff;
    padding: 30px;
    padding-right: 100px;
    font-size: 120%;
    }
.not-supported a {
    color: inherit;
    text-decoration: underline;
    }
.not-supported p + p {
    margin-top: .5em;
    }

/*# sourceMappingURL=styles.css.map */