/*@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100);
html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}
body {
    overflow: hidden;
    font-family: "Roboto Slab", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #6bd57e;
    background: #6bd57e;
    -webkit-transition: background-color .15s ease-out, color .1s ease-out;
    -moz-transition: background-color .15s ease-out, color .1s ease-out;
    -o-transition: background-color .15s ease-out, color .1s ease-out;
    transition: background-color .15s ease-out, color .1s ease-out;
}*/

.preLoader{
    position: fixed;
    z-index: 999999999999;
    width: 100%;
    height: 100%;
}
.preLoader .item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

body .wrapper {
    min-height: 100%;
    color: #6bd57e;
    background: #6bd57e;
}
body[data-items-color="dark"] .wrapper,
body[data-items-color="custom"] .wrapper {
    color: #fff;
    background: #fff;
}
body .wrapper > * {
    color: #fff;
}
body[data-items-color="dark"] .wrapper > *,
body[data-items-color="custom"] .wrapper > * {
    color: #38a24b;
}
.fw-100 {
    font-weight: 100;
}
.hide {
    display: none;
}
/*a {
    color: rgba(255, 255, 255, .7);
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
}*/
.bg-light a,
body[data-items-color="dark"] a,
body[data-items-color="custom"] a {
    color: rgba(56, 162, 75, .8);
}
.bg-light a:hover,
body[data-items-color="dark"] a:hover,
body[data-items-color="custom"] a:hover {
    color: rgba(56, 162, 75, 1);
}
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
h1 {
    margin: 0 0 .6rem;
    font-size: 2.8em;
    font-weight: 400;
    letter-spacing: -1px;
}
.title {
    font-weight: 400;
}
.title > span {
    font-weight: 100;
}
h2 {
    margin: .8rem 0 0;
    font-size: 1.667em;
    font-weight: 300;
    line-height: 1.3em;
}
h3 {
    margin: .2rem 0 0;
    font-size: 1.112em;
    font-weight: 300;
}
header {
    position: relative;
    padding-top: 20px;
}
header h2 {
    font-size: 1.15em;
}
.la-docs-header-container > .left,
.la-docs-header-container > .right {
    height: 100%;
}
.la-docs-header-container,
main {
    z-index: 9;
    width: 80%;
    max-width: 1100px;
    padding: 3em 0 0;
    margin: 0 auto;
    opacity: .01;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
main.no-padding-bottom {
    padding-bottom: 0;
}
.bg-light {
    color: #555!important;
    background: #fff;
}
main.configuration {
    width: 60%;
    max-width: 700px;
}
main.configuration h2 {
    font-size: 32px;
    font-weight: 100;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
main.configuration h3 {
    margin: 20px 0 0;
    font-size: 21px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1px;
}
.la-docs-header-container {
    padding: 4em 0;
}
.la-docs-header-container:after {
    display: block;
    clear: both;
    content: "";
}
.la-docs-header-container.is-loaded,
main.is-loaded {
    opacity: 1;
}
.filter-parent {
    position: relative;
    padding-top: 30px;
    margin: 0 auto 10px;
    font-size: 18px;
}
.filter-parent label {
    position: absolute;
    top: 45px;
    left: 20px;
    z-index: 100;
    color: #777;
}
.filter-parent > div {
    position: relative;
}
.filter-parent .page-header {
    padding-bottom: 0;
    margin: 40px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.filter-parent .filter-input {
    position: relative;
}
.filter-parent #filter-by {
    display: block;
    width: 100%;
    height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 50px;
    font-size: 18px;
    line-height: 1.33;
    color: #555;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.filter-parent #filter-clear {
    position: absolute;
    top: 19px;
    right: 20px;
    color: #ff6f6f;
    text-decoration: none;
}
.filter-parent .css-change-size {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.filter-parent .css-change-size .button {
    padding: 0 1.1rem;
    line-height: 42px;
}
#filter h2 small {
    color: inherit;
}
main .items {
    display: block;
    width: 100%;
    position: relative;
}
main .items:after {
    display: table;
    float: none;
    clear: both;
    content: "";
}
main .items .item {
    position: relative;
    width: 25%;
    height: 180px;
    text-align: center;
    float: left;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}
main .items .item .item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
main .auto-height .item {
    height: auto;
}
main .auto-height:not(.title) .item {
    padding: 45px 0 50px;
}
main .showroom .item {
    width: 29.333333%;
}
main .showroom .item:first-child {
    width: 12%;
    text-align: left;
    position: initial;
}
main .showroom .item:first-child h3 {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    line-height: .8em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
main .items .fix-position > div {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.items-list-helper {
    position: relative;
    margin: 1.0em 0 1.4em;
    font-size: 26px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 1px;
    opacity: .5;
}
.items-list-helper:before {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    content: "";
    border-top: 1px solid #fff;
}
.items-list-helper span {
    position: relative;
    z-index: 2;
    display: inline-block;
    max-width: 80%;
    padding: 0 20px;
    line-height: 1.2em;
    background: #6bd57e;
}
main .items-list .item:hover {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1), 0 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1), 0 0 0 3px rgba(0, 0, 0, .1);
}
main .items-list .item .item-loader-container div,
main .items-list .item .item-loader-container div:before,
main .items-list .item .item-loader-container div:after {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
main .items-list .item:hover .item-loader-container div,
main .items-list .item:hover .item-loader-container div:before,
main .items-list .item:hover .item-loader-container div:after {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
main .items .item .item-ribbon-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 55px;
    height: 55px;
    overflow: hidden;
}
main .items .item .item-ribbon-wrapper .item-ribbon {
    position: relative;
    top: 10px;
    left: -40px;
    width: 120px;
    padding: 2px 0 4px;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-align: center;
    background-color: #ff6f6f;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
main .items .item .item-title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
}
main .items .item .item-title a,
main .items .item .item-title button {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
main .items .item .item-title a:hover,
main .items .item .item-title button:hover {
    color: #fff;
}
main .items .item.bg-light .item-title a,
main .items .item.bg-light .item-title button {
    color: #777;
}
main .items .item.bg-light .item-title a:hover,
main .items .item.bg-light .item-title button:hover {
    color: #333;
}
.bg-light main .items .item .item-title a,
.bg-light main .items .item .item-title button,
body[data-items-color="dark"] main .items .item .item-title a,
body[data-items-color="custom"] main .items .item .item-title a {
    color: rgba(56, 162, 75, .8);
}
.bg-light main .items .item .item-title a:hover,
.bg-light main .items .item .item-title button:hover,
body[data-items-color="dark"] main .items .item .item-title a:hover,
body[data-items-color="custom"] main .items .item .item-title a:hover {
    color: rgba(56, 162, 75, 1);
}
main .items .item .item-title a span {
    position: absolute;
    top: 10px;
    opacity: 0;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
main .items .item .item-title a:hover span {
    opacity: 1;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.la-docs-prev-next {
    position: fixed;
    top: 50%;
    left: 5%;
    z-index: 99;
    width: 42px;
    height: 56px;
    padding: 6px 0;
    margin-top: -28px;
    margin-left: -21px;
    color: rgba(0, 0, 0, .25);
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
.la-docs-prev-next[href=""] {
    display: none;
}
.la-docs-prev-next:hover {
    color: #3f3f3f;
    background-color: rgba(0, 0, 0, .1);
}
.la-docs-prev-next .fa {
    top: 0;
    margin-top: 0;
    font-size: 72px;
    line-height: 40px;
    vertical-align: baseline;
}
.la-docs-prev-next.la-docs-goto-next {
    right: 5%;
    left: auto;
    width: 42px;
    margin-right: -21px;
    margin-left: 0;
}
.la-docs-prev-next span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    font-size: 36px;
    font-weight: 100;
    line-height: 56px;
    color: #3f3f3f;
    letter-spacing: -1px;
    white-space: nowrap;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    opacity: 0;
    -webkit-transition: all .15s ease, visibility .15s ease .2s;
    -moz-transition: all .15s ease, visibility .15s ease .2s;
    -o-transition: all .15s ease, visibility .15s ease .2s;
    transition: all .15s ease, visibility .15s ease .2s;
}
.la-docs-prev-next:hover span {
    left: 130%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}
.la-docs-prev-next.la-docs-goto-next span {
    right: 0;
    left: auto;
}
.la-docs-prev-next.la-docs-goto-next:hover span {
    right: 130%;
}
.la-docs-info-container {
    padding: 40px 20px 0;
    margin: 0 0 40px;
}
.la-docs-info-container .la-docs-icon {
    display: inline-block;
    padding: 20px;
    margin: 0 auto 30px;
    font-size: 108px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    cursor: default;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid currentColor;
    -webkit-border-radius: .25em;
    border-radius: .25em;
}
.la-docs-info-container .la-docs-icon:before {
    margin-right: -2px;
    content: "L";
}
.la-docs-info-container .la-docs-icon:after {
    margin-left: -2px;
    content: "A";
}
.la-docs-info-container h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.la-docs-info-container h2 + p {
    margin: 10px 0;
}
.la-docs-info-container .button.large {
    margin: 0;
}
.la-docs-info-container .version {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
    opacity: .6;
}
.la-docs-features {
    margin-top: 60px;
}
.la-docs-features > main {
    padding: 70px 0 30px;
}
.la-docs-features .col-sm-6 {
    margin-bottom: 40px;
    font-size: 14px;
}
.la-docs-features h4 {
    margin-top: 0;
    font-size: 18px;
}
.la-docs-footer {
    padding-top: 0;
    padding-bottom: 10px;
    margin: 4em auto 0;
    font-size: .85em;
    text-align: center;
}
.la-docs-footer p,
.la-docs-footer ul {
    margin: 10px 0;
}
.la-docs-footer-links li {
    display: inline;
    padding: 0 2px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.cf {
    display: table;
    clear: both;
    content: "";
}
.button {
    display: inline-block;
    padding: .75rem 1.25rem;
    margin: 2rem 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border: 2px solid #fff;
    -webkit-border-radius: .334em;
    border-radius: .334em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out;
    -moz-transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out;
    -o-transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out;
    transition: border .1s ease-out, background-color .15s ease-out, color .1s ease-out;
}
.button.large {
    padding: .7rem 1.25rem;
    margin: 2rem 0;
    font-size: 18px;
}
.button:hover,
.button:active,
.button.active {
    color: #333;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body[data-items-color="dark"] .button,
body[data-items-color="custom"] .button {
    color: #38a24b;
    border-color: #38a24b;
}
body[data-items-color="dark"] .button:hover,
body[data-items-color="custom"] .button:hover,
body[data-items-color="dark"] .button:active,
body[data-items-color="custom"] .button:active,
body[data-items-color="dark"] .button.active,
body[data-items-color="custom"] .button.active {
    color: #fff;
    background: #38a24b;
    border-color: #38a24b;
}
.buttongroup {
    display: inline-block;
    margin: 11px 0 0;
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
}
.buttongroup + .buttongroup {
    margin-left: 10px;
}
.buttongroup .button {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    border-left-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
}
.buttongroup .button:first-child {
    border-left-width: 2px;
    border-top-left-radius: .6em;
    border-bottom-left-radius: .6em;
    -webkit-border-top-left-radius: .6em;
    -webkit-border-bottom-left-radius: .6em;
}
.buttongroup .button:last-child {
    border-top-right-radius: .6em;
    border-bottom-right-radius: .6em;
    -webkit-border-top-right-radius: .6em;
    -webkit-border-bottom-right-radius: .6em;
}
.css-change-size .button .small {
    display: none;
}
@media screen and (max-width: 820px) {
    main .items-list .item {
        width: 33.33334%;
    }
    .la-docs-header-container {
        padding: 1em 0 2em;
    }
    .la-docs-header-container > .left,
    .la-docs-header-container > .right {
        float: none;
        width: 100%;
        text-align: center;
    }
    header h2 {
        font-size: 85%;
    }
    .buttongroup {
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 821px) and (max-width: 1259px) {
    .la-docs-header-container {
        padding: 2em 0;
    }
    header h2 {
        font-size: 100%;
    }
}
@media screen and (min-width: 1260px) {
    main .items-list .item {
        width: 20%;
    }
}
@media screen and (max-width: 960px) {
    .css-change-size .button .small {
        display: block;
    }
    .css-change-size .button .full {
        display: none;
    }
}
pre[class*="language-"] {
    font-family: Consolas, Monaco, "Andale Mono", monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: #333;
    text-align: left;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre;
    direction: ltr;
}
pre[class*="language-"] {
    padding: 1em;
    margin: 20px 0 40px;
    overflow: auto;
    font-size: 12px;
    background: rgba(250, 250, 250, .7);
    border: none;
    border-radius: 0;
}
pre[class*="language-"]::-webkit-scrollbar-thumb {
    border-width: 0;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}
.token.punctuation {
    color: #999;
}
.namespace {
    opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
    color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.builtin {
    color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    color: #a67f59;
}
.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a;
}
.token.regex,
.token.important {
    color: #e90;
}
.token.important {
    font-weight: bold;
}
.token.entity {
    cursor: help;
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano > .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.nano > .nano-pane {
    position: absolute;
    top: 4px;
    right: 2px;
    bottom: 4px;
    width: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.nano > .nano-pane > .nano-slider {
    position: relative;
    margin: 0 1px;
    background: #444;
    background: rgba(0, 0, 0, .45);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    opacity: 1;
}
.la-docs-social-sharing-container {
    position: relative;
    z-index: 10;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}
.la-docs-social-sharing-container:before {
    position: absolute;
    top: -12px;
    right: -18px;
    bottom: -12px;
    left: -18px;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.la-docs-social-sharing-container > * {
    position: relative;
    z-index: 2;
}
.social-sharing-title {
    padding-right: 8px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: text-top;
}
.social-sharing {
    display: block;
    width: 100%;
}
.social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.social-sharing > a,
.social-sharing > span {
    display: inline-block;
    height: 20px;
    margin: 3px 10px 3px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.social-sharing > span {
    position: absolute;
    right: 0;
    bottom: 3px;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.social-sharing a:hover {
    color: #fff;
}
.social-sharing span {
    display: inline-block;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    vertical-align: top;
}
.social-sharing .fa {
    padding: 0 5px 0 10px;
    color: #fff;
}
.social-sharing .fa:before {
    line-height: 20px;
}
.social-sharing.is-large a {
    height: 44px;
    line-height: 44px;
}
.social-sharing.is-large a span {
    height: 44px;
    font-size: 18px;
    line-height: 44px;
}
.social-sharing.is-large a .fa {
    padding: 0 10px 0 18px;
}
.social-sharing.is-large a .fa:before {
    line-height: 44px;
}
.share-title {
    padding-right: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
.is-large .share-title {
    padding-right: 16px;
}
.share-facebook {
    background-color: #3b5998;
}
.share-facebook:hover {
    background-color: #2d4373;
}
.share-twitter {
    background-color: #00aced;
}
.share-twitter:hover {
    background-color: #0087ba;
}
.share-pinterest {
    background-color: #cb2027;
}
.share-pinterest:hover {
    background-color: #9f191f;
}
.share-fancy {
    background-color: #4999dc;
}
.share-fancy:hover {
    background-color: #2780cb;
}
.share-google {
    background-color: #dd4b39;
}
.share-google:hover {
    background-color: #c23321;
}
.share-github {
    background-color: #7c7c7c;
}
.share-github:hover {
    background-color: #626262;
}
.share-count {
    position: relative;
    padding: 0 8px;
    margin-right: -2px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ececec;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}
.share-count.is-loaded {
    opacity: 1;
}
.share-count:before,
.share-count:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: "";
    border-top: 6px solid transparent;
    border-right: 6px solid;
    border-bottom: 6px solid transparent;
}
.share-count:before {
    left: -6px;
    border-right-color: #ececec;
}
.share-count:after {
    left: -5px;
    border-right-color: #fff;
}
a:hover .share-count {
    background-color: whitesmoke;
}
a:hover .share-count:after {
    border-right-color: whitesmoke;
}
.is-large .share-count {
    padding: 0 14px;
    font-size: 18px;
}
.social-sharing.is-clean a {
    height: 30px;
    line-height: 30px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ececec;
}
.social-sharing.is-clean a span {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
}
.social-sharing.is-clean a:hover {
    background-color: #ececec;
}
.social-sharing.is-clean a:hover .share-count {
    background-color: #fff;
}
.social-sharing.is-clean a:hover .share-count:after {
    border-right-color: #fff;
}
.social-sharing.is-clean a .share-title {
    font-weight: normal;
}
.social-sharing.is-clean .share-count {
    top: -1px;
}
.social-sharing.is-clean .fa-facebook {
    color: #3b5998;
}
.social-sharing.is-clean .fa-twitter {
    color: #00aced;
}
.social-sharing.is-clean .fa-pinterest {
    color: #cb2027;
}
.social-sharing.is-clean .fa-fancy {
    color: #4999dc;
}
.social-sharing.is-clean .fa-google {
    color: #dd4b39;
}
.la-docs-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    width: 60%;
    min-width: 320px;
    max-width: 630px;
    height: auto;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.la-docs-modal-dropdown {
    display: none;
    position: fixed;
    background: transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.la-docs-modal.la-docs-modal-is-visible {
    z-index: 9999;
    pointer-events: auto;
    visibility: visible;
}
.la-docs-modal.la-docs-modal-is-visible + .la-docs-modal-dropdown {
    z-index: 9990;
    display: block;
}
.la-docs-modal .la-docs-modal-body {
    text-align: center;
    background: #977dda;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%);
    transform: translateY(35%);
}
.la-docs-modal.la-docs-modal-is-visible .la-docs-modal-body {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.la-docs-modal p {
    margin: 2em 0;
    line-height: 1.6;
    color: #fff;
}
.la-docs-modal.la-docs-modal-is-visible .la-docs-modal-body {
    -webkit-overflow-scrolling: touch;
}
.la-docs-modal .la-docs-modal-body > h3 {
    padding: 20px;
    margin: 0;
    font-size: 2.4em;
    font-weight: 300;
    text-align: center;
    background: #6BD57E;
    color: #fff;
    line-height: 40px;
}
.la-docs-modal .la-docs-modal-content {
    padding: 2em 5%;
    text-align: left;
    overflow: auto;
}
.la-docs-modal .la-docs-modal-content pre {
    color: #555;
}
@media only screen and (max-width: 500px) {
    .button {
        padding: .25rem .5rem;
    }
}
@media only screen and (min-width: 768px) {
    .la-docs-modal .la-docs-modal-content {
        padding: 3em 10%;
    }
}
@media only screen and (min-width: 1170px) {
    .la-docs-modal .la-docs-modal-content {
        padding: 6em 20%;
    }
    .la-docs-modal p {
        font-size: 2rem;
        line-height: 2;
    }
}
[data-type="la-docs-modal-trigger"] {
    position: relative;
    outline: none!important;
}
[data-type="la-docs-modal-trigger"] .button,
[data-type="la-docs-modal-trigger"] .la-docs-modal-bg {
    display: inline-block;
    height: 4em;
    background-color: rgba(74, 48, 141, 0.65);
}
[data-type="la-docs-modal-trigger"] .button {
    width: 12.5em;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 4em;
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 5em;
    border-radius: 5em;
    -webkit-transition: color .2s .3s, width .3s 0s;
    -moz-transition: color .2s .3s, width .3s 0s;
    -o-transition: color .2s .3s, width .3s 0s;
    transition: color .2s .3s, width .3s 0s;
    -moz-osx-font-smoothing: grayscale;
}
[data-type="la-docs-modal-trigger"] .button.to-circle {
    width: 4em;
    color: transparent;
    -webkit-transition: color .2s 0s, width .3s .2s;
    -moz-transition: color .2s 0s, width .3s .2s;
    -o-transition: color .2s 0s, width .3s .2s;
    transition: color .2s 0s, width .3s .2s;
}
[data-type="la-docs-modal-trigger"] .la-docs-modal-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 1em;
    height: 1em;
    cursor: auto;
    visibility: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: visibility 0s .5s;
    -moz-transition: visibility 0s .5s;
    -o-transition: visibility 0s .5s;
    transition: visibility 0s .5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    ;
}
[data-type="la-docs-modal-trigger"] .la-docs-modal-bg.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transition: visibility 0s .25s;
    -moz-transition: visibility 0s .25s;
    -o-transition: visibility 0s .25s;
    transition: visibility 0s .25s;
}
.la-docs-modal-close {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 0 14px;
    font-family: "Roboto Slab", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    line-height: 16px;
}
.la-docs-modal-close:hover {
    background: rgba(0, 0, 0, 0.2);
}
button.to-circle {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}