@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(../../../../basscss/7.0.3/basscss.min.css);
@import url(//fonts.googleapis.com/css?family=Source+Code+Pro:400);
* {
    box-sizing: border-box
}

html {
    font-size: 1em
}

body {
    font-family: Helvetica Neue, arial, sans-serif;
    font-weight: 300;
    line-height: 1.45;
    color: #333;
}

.is-currentItem--5 {
  /*  background-color: #ffe600  */
}

p {
    margin-bottom: 1.3em
}

h1,
h2,
h3,
h4 {
    margin: 1.414em 0 .5em;
    line-height: 1.2
}

h1 {
    margin-top: 0;
    font-size: 1.602em
}

h2 {
    font-size: 1.424em
}

h3 {
    font-size: 1.266em
}

h4 {
    font-size: 1.125em
}

.font_small,
small {
    font-size: .889em
}

.logo {
    font-weight: 700
}

body {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    transition: color .3s ease-out
}

.is-currentItem--0 a,
a {
    color: #8dccb4
}

.is-currentItem--1 a {
    color: #e85239
}

.is-currentItem--2 a {
    color: #c65c8e
}

.is-currentItem--3 a {
    color: #b9a451
}

.is-currentItem--4 a {
    color: #7cbf93
}

.is-currentItem--5 a {
    color: #000
}

.brand {
    display: block;
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 1.8em;
    background-size: 24px
}

.Container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px
}

h1 a {
    border-bottom: 0
}

.copyright {
    padding: 50px 0
}

.octocat-button {
    margin-top: 1em
}

.octocat-button a {
    border-bottom: 0
}

.Wallop,
.Wallop-list {
    position: relative
}

.Wallop-list {
    overflow: hidden
}

.Wallop-item {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.Wallop-item--current {
    visibility: visible;
    position: relative
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    color: #333;
    background: #f8f8f8;
    -webkit-text-size-adjust: none
}

.diff .hljs-header,
.hljs-comment {
    color: #998;
    font-style: italic
}

.css .rule .hljs-keyword,
.hljs-keyword,
.hljs-request,
.hljs-status,
.hljs-subst,
.hljs-winutils,
.nginx .hljs-title {
    color: #333;
    font-weight: 700
}

.hljs-hexcolor,
.hljs-number,
.ruby .hljs-constant {
    color: teal
}

.hljs-doctag,
.hljs-string,
.hljs-tag .hljs-value,
.tex .hljs-formula {
    color: #d14
}

.hljs-id,
.hljs-title,
.scss .hljs-preprocessor {
    color: #900;
    font-weight: 700
}

.hljs-list .hljs-keyword,
.hljs-subst {
    font-weight: 400
}

.hljs-class .hljs-title,
.hljs-type,
.tex .hljs-command,
.vhdl .hljs-literal {
    color: #458;
    font-weight: 700
}

.django .hljs-tag .hljs-keyword,
.hljs-rule .hljs-property,
.hljs-tag,
.hljs-tag .hljs-title {
    color: navy;
    font-weight: 400
}

.hljs-attribute,
.hljs-name,
.hljs-variable,
.lisp .hljs-body {
    color: teal
}

.hljs-regexp {
    color: #009926
}

.clojure .hljs-keyword,
.hljs-prompt,
.hljs-symbol,
.lisp .hljs-keyword,
.ruby .hljs-symbol .hljs-string,
.scheme .hljs-keyword,
.tex .hljs-special {
    color: #990073
}

.hljs-built_in {
    color: #0086b3
}

.hljs-cdata,
.hljs-doctype,
.hljs-pi,
.hljs-pragma,
.hljs-preprocessor,
.hljs-shebang {
    color: #999;
    font-weight: 700
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.diff .hljs-change {
    background: #0086b3
}

.hljs-chunk {
    color: #aaa
}

.Demo {
    text-align: center;
    margin-bottom: 40px
}

.hljs {
    font-family: Source Code Pro, serif;
    font-size: .83em;
    font-weight: 400
}

blockquote {
    border-left: 5px solid #eee;
    padding-left: 15px
}

code {
    background: #f8f8f8;
    padding: 3px
}

.Wallop-item {
    padding: 40px;
    height: 180px;
    max-height: 300px
}

@media (min-width:580px) {
    .Wallop-item {
     height: 8in;
    max-height: 8in;
    }
}

.Wallop-item {
    background-color: white;
}


.Wallop-item--hideNext,
.Wallop-item--hidePrevious {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: hide .8s ease-out forwards;
    animation: hide .8s ease-out forwards
}

.Wallop-item img {
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.Wallop-thanks {
    overflow: hidden
}

.Wallop-thanks p {
    font-size: 1pc;
    color: #fff;
    max-width: 55pc;
    padding: 0 60px;
    margin: 0 auto;
    font-weight: 700;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%
}

@media (min-width:580px) {
    .Wallop-thanks p {
        font-size: 44px
    }
}

.Wallop-item--current p {
    -webkit-animation: showThanks 4s .6s linear forwards;
    animation: showThanks 4s .6s linear forwards
}

.Demo-tip {
    opacity: 0;
    box-sizing: border-box;
    width: 200px;
    padding: 20px;
    border-radius: 4px;
    background: #f5f4ff;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -75pt;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width:580px) {
    .Wallop-item--current .Demo-tip {
        -webkit-animation: showTip .2s .6s ease-out forwards;
        animation: showTip .2s .6s ease-out forwards
    }
}

.Wallop-buttonNext,
.Wallop-buttonPrevious {
    border: none;
    webkit-appearance: none;
    background: hsla(0, 0%, 100%, .6);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.Wallop-buttonNext:hover,
.Wallop-buttonPrevious:hover {
    cursor: pointer;
    background: hsla(0, 0%, 100%, .85)
}

.Wallop-buttonNext:focus,
.Wallop-buttonPrevious:focus {
    outline: 0
}

.Wallop-buttonNext:before,
.Wallop-buttonPrevious:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 25px;
    line-height: 0
}

.Wallop-buttonPrevious {
    left: -1.5pc
}

.Wallop-buttonPrevious:before {
    content: "\276E"
}

.Wallop-buttonNext {
    right: -1.5pc
}

.Wallop-buttonNext:before {
    content: "\276F"
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes showTip {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showTip {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes showThanks {
    0% {
        top: 100%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }
}

@keyframes showThanks {
    0% {
        top: 100%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    to {
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }
}



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