@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,500,700);

/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul,
ol {
    list-style: none
}

fieldset,
img {
    border: none
}

caption {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input,
button,
textarea {
    padding: 3pt;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}

input[type="hidden"],
[hidden],
.hidden {
    display: none
}

textarea {
    overflow: auto;
    resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

a>img {
    vertical-align: bottom
}

strong,
.strong,
b {
    font-weight: bold
}

em,
.italic,
i {
    font-style: italic
}

del,
.del {
    text-decoration: line-through
}

:focus {
    outline: none
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* tools --------------------------  */

.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.align-left {
    float: left !important
}

.align-right {
    float: right !important
}

.overflow-hidden {
    overflow: hidden;
    display: block;
}

/* common --------------------------  */

html {
    height: 100%;
}

body {
    height: 100%;
    font: 16px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

section {
    margin: 0 auto;
    padding: 50px 0;
    max-width: 1140px;
}

.main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}

a {
    color: black;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
}

a:hover {
    color: #40c9f4
}

a:active {
    color: #0b97c3
}

.error {
    color: red !important;
    border-color: red !important;
}

.success {
    color: #00cc00 !important;
    border-color: #00cc00 !important;
}

.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}

.input-text,
.textarea {
    width: 100%;
    float: left;
    border: 2px solid #d8d8d8;
    background: white;
    height: 58px;
    padding: 10px 21px;
    font: 500 17px/34px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-text:focus,
.textarea:focus {
    border-color: #aeaeae
}

.textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.button {
    background: #689F38;
    -moz-border-radius: 5pt;
    -webkit-border-radius: 5pt;
    border-radius: 5pt;
    font: 500 22px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 21px;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover {
    background: #558B2F;
}

.button:active {
    background: #558B2F;
}

.button.secondary {
    background: #FAFAFA;
}

.button.secondary:hover {
    background: #F0F0F0;
}

.button.secondary:active {
    background: #F0F0F0;
}

a.button {
    color: white;
    display: inline-block;
    line-height: 36pt;
}

a.button.secondary {
    color: black;
}

::-webkit-input-placeholder {
    color: #cccccc
}

:-moz-placeholder {
    color: #cccccc
}

::-moz-placeholder {
    color: #cccccc
}

:-ms-input-placeholder {
    color: #cccccc
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

/* header --------------------------  */

header {
    font: 24px/36px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .bg {
    margin: auto;
    display: block;
}

header h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 38px;
}

header h1 span {
    font-weight: 200
}

header .autor {
    padding: 12px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: white;
}

header .autor a {
    color: white
}

header .autor a:hover {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

header .autor a:active {
    color: white;
    opacity: 1;
    filter: alpha(opacity=100);
}

header .platforms {
    margin: 30pt 0;
}

header .platforms .platform {
    margin: 15pt 0;
}

header .platform .os-logo {
    vertical-align: top;
    margin: 0 5pt 10pt 5pt;
}

header .button-wrapper {
    margin: 0 5pt 10pt 5pt;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}

.header-img {
    float: right
}

.header-wrapper {
    max-width: 740px;
}


#navHeader {
    padding: 30px;
    padding-bottom: 100px;
}

#logo {
    display: inline-block;
}

#logo a {
    color: #558B2F;
    font-weight: 500;
}

.fb-like.fb_iframe_widget span {
    vertical-align: unset !important;
}

.info {
    text-align: center;
    color: #62616D;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

/* footer --------------------------  */

footer {
    background: #333333;
    color: white;
    font-size: 16px;
    line-height: 28px;
    padding: 90px 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* home --------------------------  */

/* content --------------------------  */

.spanning {
    clear: both
}

.promo-column {
    padding: 0 15px 60px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
}

.promo-column img {
    display: block;
    margin-bottom: 23px;
}

.promo-column h5 {
    font: bold 18px/24px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
}

section h1 {
    font: bold 48px/48px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.video {
    padding: 100px 0 116px
}

.video-block {
    margin: 32px auto 32px;
    max-width: 1120px;
}

.video-share-wrapper {
    clear: both;
    text-align: center;
}

.social-list {
    display: inline-block
}

.social-list li {
    font-size: 19px;
    line-height: 38px;
    float: left;
    margin: 0 9px;
}

.social-list li a {
    font-size: 15px;
    line-height: 38px;
    display: block;
    width: 160px;
    height: 38px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3bcbff;
    color: white;
    text-align: center;
    -moz-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -ms-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    -webkit-transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}

.social-list li a:hover {
    background-color: #6ed9ff
}

.social-list li a:active {
    background-color: #08bdff
}

.social-list li a.social-facebook {
    background-color: #1e3aa6
}

.social-list li a.social-facebook:hover {
    background-color: #2649d1
}

.social-list li a.social-facebook:active {
    background-color: #162b7b
}

.social-list li a.social-google {
    background-color: #d72d26
}

.social-list li a.social-google:hover {
    background-color: #e05650
}

.social-list li a.social-google:active {
    background-color: #ac241e
}

.license-options {
    width: 100%;
    table-layout: fixed;
    border-collapse: unset;
    padding: 30px 0;
    text-align: center;
}

.license-options th {
    font-size: 24px;
    padding-bottom: 30px;
}

.license-options td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.license-options tr:nth-child(even) {
    background-color: whitesmoke;
}

.license-options .button {
    margin: 10px;
}

.button img {
    filter: invert(1);
    width: 24px;
    vertical-align: text-top;
    margin-right: 12px;
}

.button.secondary img {
    filter: unset;
}

/* sidebar --------------------------  */

/* media --------------------------  */

/* ===[ Responsive all mobile sizes ]=== */

@media (max-width: 979px) {
    .newsletter-form {
        min-width: 0
    }

    .newsletter-title {
        font-size: 36px;
        line-height: 48px;
    }

    .header-img {
        display: none
    }

    .header-wrapper {
        padding-top: 0;
        max-width: none;
    }


    header {
        text-align: center;
        font-size: 19px;
        line-height: 28px;
    }

    header h1 {
        font-size: 46px;
        line-height: 52px;
    }

    .promo-column {
        width: auto;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        text-align: center;
    }

    .promo-column img {
        margin-left: auto;
        margin-right: auto;
    }

    .simple-content {
        float: none;
        width: auto;
        padding-top: 0;
    }

    .simple-content h3 {
        font-size: 36px;
        line-height: 46px;
        text-align: center;
    }

    .simple-content ul {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }

    .simple-img {
        float: none;
        width: auto;
        max-width: none;
        margin-left: -80px;
        margin-right: -80px;
    }

    .social-list li {
        float: none;
        text-align: center;
        padding-top: 20px;
    }

    .social-list li:first-child {
        padding-top: 0
    }

    .social-list li a {
        margin-left: auto;
        margin-right: auto;
    }

    section h1 {
        font-size: 36px;
    }

}

/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 423px) {
    header .whitespace {
        display: none
    }
}

.slider-container {
    width: 100%;
    position: relative;
    text-align: center;
}

.slider-container input {
    display: none;
}

.menu {
    width: 100%;
    text-align: center;
}

.menu label {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: gray;
    border-radius: 50px;
    margin: 0 0.2em 1em;
    transition: all 0.3s ease;
}

.menu label:hover {
    background: darkgreen;
}

.slide {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
}

[id^=slide]:checked+.slide {
    position: absolute;
    left: 0;
    transition: left 0.5s ease-out;
}