/*! modern-normalize v0.6.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,latin-ext");

.ExtendedDesc *, .ExtendedDesc :after, .ExtendedDesc :before
{
    box-sizing: border-box
}

:root
{
    -moz-tab-size: 4;
    tab-size: 4
}

.ExtendedDesc
{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}

.ExtendedDesc hr
{
    height: 0
}

.ExtendedDesc abbr[title]
{
    text-decoration: underline dotted
}

.ExtendedDesc b, .ExtendedDesc strong
{
    font-weight: bolder
}

.ExtendedDesc code, .ExtendedDesc kbd, .ExtendedDesc pre, .ExtendedDesc samp
{
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
    font-size: 1em
}

.ExtendedDesc small
{
    font-size: 80%
}

.ExtendedDesc sub, .ExtendedDesc sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.ExtendedDesc sub
{
    bottom: -.25em
}

.ExtendedDesc sup
{
    top: -.5em
}

.ExtendedDesc button, .ExtendedDesc input, .ExtendedDesc optgroup, .ExtendedDesc select, .ExtendedDesc textarea
{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

.ExtendedDesc button, .ExtendedDesc select
{
    text-transform: none
}

.ExtendedDesc [type=button], .ExtendedDesc [type=reset], .ExtendedDesc [type=submit], .ExtendedDesc button
{
    -webkit-appearance: button
}

.ExtendedDesc [type=button]::-moz-focus-inner, .ExtendedDesc [type=reset]::-moz-focus-inner, .ExtendedDesc [type=submit]::-moz-focus-inner, .ExtendedDesc button::-moz-focus-inner
{
    border-style: none;
    padding: 0
}

.ExtendedDesc [type=button]:-moz-focusring, .ExtendedDesc [type=reset]:-moz-focusring, .ExtendedDesc [type=submit]:-moz-focusring, .ExtendedDesc button:-moz-focusring
{
    outline: 1px dotted ButtonText
}

.ExtendedDesc fieldset
{
    padding: .35em .75em .625em
}

.ExtendedDesc legend
{
    padding: 0
}

.ExtendedDesc progress
{
    vertical-align: baseline
}

.ExtendedDesc [type=number]::-webkit-inner-spin-button, .ExtendedDesc [type=number]::-webkit-outer-spin-button
{
    height: auto
}

.ExtendedDesc [type=search]
{
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.ExtendedDesc [type=search]::-webkit-search-decoration
{
    -webkit-appearance: none
}

.ExtendedDesc ::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit
}

.ExtendedDesc summary
{
    display: list-item
}

@font-face
{
    font-family: RustyColaPen;
    src: url(RustyColaPen-Regular.woff) format("woff"),url(RustyColaPen-Regular.ttf) format("truetype")
}

@font-face
{
    font-family: GilmerBold;
    src: url(Gilmer-Bold.woff) format("woff")
}

@font-face
{
    font-family: GilmerHeavy;
    src: url(Gilmer-Heavy.woff) format("woff")
}

@font-face
{
    font-family: GilmerMedium;
    src: url(Gilmer-Medium.woff) format("woff")
}

@font-face
{
    font-family: GilmerRegular;
    src: url(Gilmer-Regular.woff) format("woff")
}

@font-face
{
    font-family: GilmerLight;
    src: url(Gilmer-Light.woff) format("woff")
}

.cta-btn
{
    color: #fff;
    text-transform: uppercase;
    font-family: Open Sans,sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    border: 2px solid transparent
}

.cta-btn--yellow
{
    border-color: #ffd400
}

.cta-btn--yellow:active, .cta-btn--yellow:focus, .cta-btn--yellow:hover
{
    color: #ffd400
}

.cta-btn--blue
{
    border-color: #1dc3ea
}

.cta-btn--blue:active, .cta-btn--blue:focus, .cta-btn--blue:hover
{
    color: #1dc3ea !important
}

.cta-btn--red
{
    border-color: #da1f3d
}

.cta-btn--red:active, .cta-btn--red:focus, .cta-btn--red:hover
{
    color: #da1f3d !important
}

.cta-btn.buy
{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 36px;
    line-height: 1.2;
    min-width: 250px
}

.cta-btn.buy, .cta-btn.custom, .cta-btn.test
{
    padding: 0 20px;
    letter-spacing: 1px;
    font-family: trumpgothicpro,sans-serif
}

.cta-btn.custom, .cta-btn.test
{
    border-color: #ffd400;
    font-size: 30px
}

.scroll-down
{
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    top: 90%
}

.scroll-down, .scroll-down:after
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.scroll-down:after
{
    content: "";
    bottom: -11px;
    width: 15px;
    height: 9px;
    transition: all .2s ease
}

.scroll-down:active:after, .scroll-down:focus:after, .scroll-down:hover:after
{
    transform: translateX(-50%) translateY(5px)
}

.scroll-down.scroll-down--green:after
{
    background: url(/img/green_arrow_down.png)
}

.scroll-down.scroll-down--green:active, .scroll-down.scroll-down--green:focus, .scroll-down.scroll-down--green:hover
{
    color: #7eb439
}

.scroll-down.scroll-down--red:after
{
    background: url(/img/red_arrow_down.png)
}

.scroll-down.scroll-down--red:active, .scroll-down.scroll-down--red:focus, .scroll-down.scroll-down--red:hover
{
    color: #cd203c
}

.scroll-down.scroll-down--blue:after
{
    background: url(/img/blue_arrow_down.png)
}

.scroll-down.scroll-down--blue:active, .scroll-down.scroll-down--blue:focus, .scroll-down.scroll-down--blue:hover
{
    color: #1dc3ea
}

.scroll-down.scroll-down--yellow:after
{
    background: url(/img/yellow_arrow_down.png)
}

.scroll-down.scroll-down--yellow:active, .scroll-down.scroll-down--yellow:focus, .scroll-down.scroll-down--yellow:hover
{
    color: #ffd400
}

.btn--hexa-burger
{
    width: 32px;
    height: 32px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    margin: 14px 0;
    border: 0;
    z-index: 1;
    background-size: cover;
    background: url(/img/icons/hexaburger.svg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    animation: push .3s linear
}

.btn--hexa-burger .line
{
    width: 50%;
    height: 2px;
    background: #ffd400;
    position: absolute;
    transition: all .2s ease
}

.indiegogo-cta
{
    border: 4px solid #ff6529;
    font-family: GilmerHeavy,sans-serif;
    font-weight: 900;
    color: #ff6529;
    line-height: 1
}

#dl-menu
{
    background: rgba(0,0,0,.7);
    position: fixed;
    overflow: scroll;
    z-index: 99999;
    min-height: 0;
    top: 0;
    transition: top .2s ease-in-out,background .2s ease
}

footer
{
    font-family: Open Sans,sans-serif;
    padding-top: 50px;
    background: #0a0908;
    color: #fff;
    text-align: left
}

footer h4
{
    font-family: trumpgothicpro,sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    color: #666;
    padding: 0;
    margin: 0 0 10px
}

footer li, footer ul
{
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

footer a, footer a:visited
{
    font-weight: 800;
    text-transform: uppercase;
    color: #999;
    font-size: 11px
}

footer a:active, footer a:focus, footer a:hover
{
    color: #ffd400
}

footer a.btn-yellow
{
    padding: 5px 15px;
    border: 1px solid #ffd400;
    display: inline-block
}

footer .social
{
    margin: 30px 0;
    text-align: center
}

footer .social li
{
    display: inline-block
}

footer .social a, footer .social a:visited
{
    font-size: 30px
}

footer .copyright
{
    text-align: center;
    display: block;
    color: #666;
    font-size: 12px;
    font-weight: 800;
    padding-bottom: 40px
}

@media only screen and (min-width:768px)
{
    footer
    {
        padding: 50px 0
    }

    footer .social > li
    {
        margin: 0
    }

    footer ul:not(.social)
    {
        margin-top: 5px
    }

    footer ul:not(.social):first-of-type
    {
        margin-top: 35px
    }

    footer li
    {
        display: inline-block;
        margin: 0 20px 0 0
    }

    footer a, footer a:visited
    {
        color: #999
    }

    footer a.btn-yellow, footer a:visited.btn-yellow
    {
        border-width: 2px;
        margin-bottom: 15px
    }

    footer .social
    {
        display: inline-block;
        vertical-align: middle
    }

    footer .social a, footer .social a:visited
    {
        font-size: 20px
    }

    footer .copyright
    {
        font-size: 10px;
        padding-top: 30px;
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:992px)
{
    footer .social
    {
        margin: 0
    }
}

@media only screen and (min-width:993px)
{
    footer .social
    {
        margin-left: 20px
    }
}

@media only screen and (min-width:993px) and (max-width:1200px)
{
    body[data-lang=it] footer .social
    {
        margin-left: 8px
    }
}

@media only screen and (min-width:1201px)
{
    footer br
    {
        display: none
    }

    body[data-lang=es] footer li, body[data-lang=fr] footer li, body[data-lang=it] footer li
    {
        margin-left: 4px;
        margin-right: 4px
    }
}
/*# sourceMappingURL=main.css.map */
