/*************************************************************
* This files is based on elementary.io official website.     *
**************************************************************/

html,
body {
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
    fill: #333;
    font-family: "Open Sans", "Droid Sans", Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/**************
* Text Styles *
**************/

a {
    color: #08c;
    fill: #08c;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: underline;
}

h1 {
    font-family: "Raleway";
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 16px;
    margin-top: 0;
}

@media (min-width: 966px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 16px;
    padding: 0;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    opacity: 0.8;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 16px;
    margin-top: 16px;
}

p {
    text-align: left;
    line-height: 1.65;
}

@media (min-width: 414px) {
}

hr {
    background: #c9c9c9;
    border: none;
    height: 1px;
}

img {
    max-width: 100%;
}

/*********
* NAVBAR *
*********/

nav {
    line-height: 48px;
    min-height: 48px;
    min-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

@media (max-width: 768px) {
    nav {
        font-size: 14px;
    }
}

.nav-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

nav ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul:first-child {
    flex: 0 0 auto;
}

nav li {
    display: inline-block;
}

nav a,
nav a:visited {
    color: inherit;
    display: inline-block;
    fill: inherit;
    margin: 0;
    padding: 0 16px;
}

nav a:focus {
    color: #08c;
    fill: #08c;
    text-decoration: none;
}

nav a:hover,
nav a:visited:hover {
    opacity: 0.7;
}

/**************
* Body Layout *
**************/

body {
    display: flex;
    flex-direction: column;
}

footer {
    padding: 6px 0 6px 0;
    background: #fcfffd;
    line-height: 48px;
    min-height: 48px;
    min-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

footer > * {
    padding: 6px 12px;
    margin: 0;
}

@media (min-width: 650px) {
    footer {
        justify-content: space-between;
    }

    footer > * {
        padding: 0 12px;
    }
}

footer > div > * {
    display: inline-block;
}

footer > div {
    display: flex;
    flex-wrap: wrap;
}

footer > div > p,
footer > div > div > a,
footer > div > ul {
    list-style: none;
}

@media (min-width: 375px) {
}

footer > div > ul:first-child {
    flex: 0 0 auto;
}

.social-icon-list li + li:before {
    content: none;
}

footer > div > ul {
    margin: 0;
    padding: 0;
}

footer > div > ul li {
    display: inline-block;
}

footer ul li + li {
    margin-left: 12px;
}

footer > div > ul li + li:before {
    margin-right: 12px;
    content: "•";
}

footer i.fa {
    font-size: 16px;
}

.fa-facebook-color {
    color: #3b5998;
}

.fa-twitter-color {
    color: #1da1f2;
}

.fa-google-plus-color {
    color: #dd4b39;
}

.fa-medium-color {
    color: #00ab6c;
}

.fa-github-color {
    color: #171515;
}

.fa-telegram-color {
    color: #0088cc;
}

.footer-content {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
}

/*********
* Layout *
*********/

.column {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.column.third {
    margin-bottom: 16px;
    margin-top: 16px;
}

@media (min-width: 444px) {
    .row .column.half {
        margin: 32px 32px 0;
        width: calc(50% - 88px);
    }

    .column.third {
        margin: 32px 32px 0;
        width: calc(33% - 88px);
    }

    .column + .column {
        margin-left: 16px !important;
    }
}

.column.half {
    text-align: left;
    vertical-align: middle;
}

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

.row {
    margin: 0 auto;
    max-width: 1200px;
    padding: 48px 24px;
    text-align: center;
    width: auto;
}

.row .row {
    padding: 24px 0;
}

.row ul,
.row ol {
    text-align: left;
}

.row.docs,
.row.docs .slide {
    max-width: 800px;
}

.row.docs h2,
.row.docs h3,
.row.docs h4 {
    margin-bottom: 16px;
    margin-top: 32px;
    text-align: left;
}

.row.docs h4 {
    font-weight: 400;
}

/*******
* Grid *
*******/

.grid {
    margin: 0 auto;
    max-width: 1200px;
    padding: 32px 0;
    text-align: center;
    width: auto;
}

.grid > * {
    margin: 16px;
}

.grid .grid {
    padding: 0;
}

.grid .whole {
    display: block;
}

@media only screen and (min-width: 640px) {
    .grid .half {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 48px);
    }

    .grid .half h2 {
        text-align: left;
    }

    .grid .third {
        width: calc(33.33% - 32px);
        display: inline-block;
        vertical-align: top;
        margin-right: 16px;
    }

    .grid .third:last-child {
        margin-left: 16px;
        margin-right: 0;
    }

    .grid .two-thirds {
        display: inline-block;
        vertical-align: top;
        width: calc(66% - 48px);
    }

    .grid *:only-child p {
        text-align: center;
    }
}

.third h3,
.third p {
    text-align: center;
}

a.third {
    color: inherit;
}

a.third:hover {
    color: #08c;
    fill: #08c;
}

.third .fa {
    font-size: 32px;
    text-align: center;
    display: block;
}

/*********
* Button *
*********/

button,
select,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent, transparent 50%, rgba(0, 0, 0, 0.04));
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.45),
        inset 0 -1px 0 0 rgba(255, 255, 255, 0.15),
        0 1px 0 0 rgba(255, 255, 255, 0.15);
    color: #333;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    margin: 24px;
    outline: none;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
    transition: all 100ms ease-in;
}

button,
.button {
    display: inline-block;
}

button:focus,
.button:focus {
    border-color: rgba(77, 156, 209, 0.8);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.45),
        inset 0 -1px 0 0 rgba(255, 255, 255, 0.15),
        0 3px 6px rgba(12, 128, 200, 0.16),
        0 3px 6px rgba(12, 128, 200, 0.23);
    text-decoration: none;
}

button:active,
.button:active,
button.active,
.button.active,
.target-amount.checked {
    background-color: rgba(0, 0, 0, 0.05);
    background-image: none;
    border-color: rgba(0, 0, 0, 0.25);
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.05),
        0 1px 0 0 rgba(255, 255, 255, 0.3);
}

button.suggested-action,
.button.suggested-action {
    background-color: #64b9f1;
    background-image: linear-gradient(to bottom, #75c6fd, #53abe5);
    border-color: #4d9cd1;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}

.button.flat {
    background: none;
    border-width: 2px;
    box-shadow: none;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    min-width: 250px;
    padding: 7px;
    text-shadow: none;
}

.light .button.flat,
.light .button.flat .svg {
    border-color: #fff;
    box-shadow: none;
    color: #fff;
    fill: #fff;
}

.light .button.flat.active,
.light .button.flat.active .svg {
    background-color: #fff;
    box-shadow: none;
    color: #333;
    fill: #333;
}

/********
* Input *
********/

input:not([type="submit"]):not(.button) {
    background-clip: padding-box;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fafafa, #fdfdfd);
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 3px;
    box-shadow:
        inset 0 1px 0 0 rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgba(0, 0, 0, 0.02),
        0 1px 0 1px rgba(255, 255, 255, 0.3);
    color: #323232;
    outline: 0;
    text-shadow: 0 1px rgba(255, 255, 255, 0.4);
    transition: all 200ms ease-out;
}

input[type="text"]:not(.button),
select {
    font-size: 13px;
    padding: 8px;
}

option {
    padding: 42px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus:not([type="submit"]):not(.button) {
    border-color: rgba(61, 155, 218, 0.8);
    box-shadow:
        inset 0 0 0 1px rgba(61, 155, 218, 0.23),
        0 1px 0 1px rgba(255, 255, 255, 0.3);
    outline: none;
    transition: all 200ms ease-in;
}

select:focus {
    border-color: rgba(61, 155, 218, 0.8);
    transition: all 200ms ease-in;
}

input:invalid,
input:focus:invalid,
select:invalid,
select:focus:invalid {
    color: #c0392b !important;
}

.button::-webkit-input-placeholder,
.button:-moz-placeholder,
.button::-moz-placeholder,
.button:-ms-input-placeholder {
    color: #333;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}

.clear,
.clear-both {
    clear: both;
}
