﻿
@charset "UTF-8"; /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    -ms - text - size - adjust: 100 %;
    - webkit - text - size - adjust: 100 %;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline - block;
    vertical - align: baseline;
}

    audio: not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a: active, a: hover {
        outline: 0;
    }

abbr[title] {
    border - bottom: 1 px dotted;
}

b, strong {
    font - weight: 700;
}

dfn {
    font - style: italic;
}

h1 {
    font - size: 2e m;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type= button], input[type = reset], input[type = submit] {
    -webkit - appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz - focus - inner, input::-moz - focus - inner {
        border: 0;
        padding: 0;
    }

input[type = checkbox], input[type = radio] {
    box - sizing: border - box;
    padding: 0;
}

input[type = number]::-webkit - inner - spin - button, input[type = number]::-webkit - outer - spin - button {
    height: auto;
}

input[type = search]::-webkit - search - cancel - button, input[type = search]::-webkit - search - decoration {
    -webkit - appearance: none;
}

fieldset {
    border: 1 px solid silver;
    margin: 0 2 px;
    padding: .35e m .625e m .75e m;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font - weight: 700;
}

table {
    border - collapse: collapse;
    border - spacing: 0;
}

* {
    box - sizing: inherit;
}

body, html {
    font - family: Arial, Helvetica, sans - serif;
    box - sizing: border - box;
    height: 100 %;
}

body {
    color: #111;
    font-size: 1.1em;
    line-height: 1.5;
    background: # fff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: .6e m 0;
}

li {
    margin: 0 0 .3e m;
}

a {
    color: #0074d9;
    text-decoration: none;
    box-shadow: none;
    transition: all .3s;
}

code {
    padding: .3em .6em;
    font-size: .8em;
    background: # f5f5f5;
}

pre {
    text - align: left;
    padding: .3e m .6e m;
    background: #f5f5f5;
    border - radius: .2e m;
}

    pre code {
        padding: 0;
    }

blockquote {
    padding: 0 0 0 1e m;
    margin: 0 0 0 .1e m;
    box - shadow: inset 5 px 0 rgba(17, 17, 17, .3);
}

label {
    cursor: pointer;
}

[class *= " icon-"]: before, [class ^= icon - ]: before {
    margin: 0 .6e m 0 0;
}

i[class *= " icon-"]: before, i[class ^= icon - ]: before {
    margin: 0;
}

.button, .dropimage, .label, [data - tooltip]: after, [type = submit], button {
    display: inline - block;
    text - align: center;
    margin: 0;
    padding: .3e m .9e m;
    vertical - align: middle;
    background: #0074d9;
    color: # fff;
    border: 0;
    border - radius: .2e m;
    width: auto;
    - webkit - touch - callout: none;
    - webkit - user - select: none;
    - khtml - user - select: none;
    - moz - user - select: none;
    - ms - user - select: none;
    user - select: none;
}

    .success.button, .success.dropimage, .success.label, .success[data - tooltip]: after, .success[type = submit], button.success {
        background: #2ecc40;
    }

    .warning.button, .warning.dropimage, .warning.label, .warning[data-tooltip]:after, .warning[type= submit], button.warning {
        background: #ff851b;
    }

    .error.button, .error.dropimage, .error.label, .error[data - tooltip]: after, .error[type = submit], button.error {
        background: #ff4136;
    }

    .pseudo.button, .pseudo.dropimage, .pseudo.label, .pseudo[data - tooltip]: after, .pseudo[type = submit], button.pseudo {
        background: 0 0;
        color: #111;
    }

.label, [data-tooltip]:after {
    font-size: .6em;
    padding: .4em .6em;
    margin-left: 1em;
    line-height: 1;
}

.button, .dropimage, [type= submit], button {
    margin: .3e m 0;
    cursor: pointer;
    transition: all .3 s;
    height: auto;
    box - shadow: 0 0 transparent inset;
}

    .button: focus, .button: hover, .dropimage: focus, .dropimage: hover, [type = submit]: focus, [type = submit]: hover, button: focus, button: hover {
        box - shadow: inset 0 0 0 99e m rgba(255, 255, 255, .2);
        border: 0;
    }

    .pseudo.button: focus, .pseudo.button: hover, .pseudo.dropimage: focus, .pseudo.dropimage: hover, .pseudo[type = submit]: focus, .pseudo[type = submit]: hover, button.pseudo: focus, button.pseudo: hover {
        box - shadow: inset 0 0 0 99e m rgba(17, 17, 17, .1);
    }

    .active.button, .active.dropimage, .active[type = submit], .button: active, .dropimage: active, .pseudo.button: active, .pseudo.dropimage: active, .pseudo[type = submit]: active, [type = submit]: active, button.active, button.pseudo: active, button: active {
        box - shadow: inset 0 0 0 99e m rgba(17, 17, 17, .2);
    }

    [disabled].button, [disabled].dropimage, [disabled][type = submit], button[disabled] {
        cursor: default;
        box - shadow: none;
        background: #bbb;
    }

: checked + .toggle, : checked + .toggle: hover {
    box - shadow: inset 0 0 0 99e m rgba(17, 17, 17, .2);
}

[type] + .toggle {
    padding: .3e m .9e m;
    margin - right: 0;
}

    [type] + .toggle: after, [type] + .toggle: before {
        display: none;
    }

.select select, input, textarea {
    line - height: 1.5;
    margin: 0;
    height: 2.1e m;
    padding: .3e m .6e m;
    border: 1 px solid# ccc;
    border - radius: .2e m;
    transition: all .3 s;
    width: 100 %;
}

    .select select: focus, input: focus, textarea: focus {
        border: 1 px solid #0074d9;
        outline: 0;
    }

textarea {
    height: auto;
}

[type= color], [type = file] {
    cursor: pointer;
}

[type = file] {
    height: auto;
}

select {
    background: url(data: image / svg + xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjMiPjxwYXRoIGQ9Im0gMCwxIDEsMiAxLC0yIHoiLz48L3N2Zz4 = ) calc(100 % -15 px) center / 10 px 15 px no - repeat# fff;
    border: 1 px solid# ccc;
    border - radius: .2e m;
    cursor: pointer;
    width: 100 %;
    height: 2.1e m;
    box - sizing: border - box;
    padding: .3e m .45e m;
    transition: all .3 s;
    - moz - appearance: none;
    - webkit - appearance: none;
    appearance: none;
}

    select::-ms - expand {
        display: none;
    }

    select: active, select: focus {
        border: 1 px solid #0074d9;
        transition: outline 0s;
    }

    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 # 111;
    }

    select option {
        font - size: inherit;
        padding: .3e m .45e m;
    }

[type = checkbox], [type = radio] {
    opacity: 0;
    width: 0;
    position: absolute;
    display: inline - block;
}

    [type = checkbox] + .checkable: hover: before, [type = checkbox]: focus + .checkable: before, [type = radio] + .checkable: hover: before, [type = radio]: focus + .checkable: before {
        border: 1 px solid #0074d9;
    }

    [type= checkbox] + .checkable, [type = radio] + .checkable {
        position: relative;
        cursor: pointer;
        padding - left: 1.5e m;
        margin - right: .6e m;
    }

        [type = checkbox] + .checkable: after, [type = checkbox] + .checkable: before, [type = radio] + .checkable: after, [type = radio] + .checkable: before {
            content: '';
            position: absolute;
            display: inline - block;
            left: 0;
            top: 50 %;
            - webkit - transform: translateY(-50 % );
            transform: translateY(-50 % );
            font - size: 1e m;
            line - height: 1e m;
            color: transparent;
            font - family: sans;
            text - align: center;
            box - sizing: border - box;
            width: 1e m;
            height: 1e m;
            border - radius: 50 %;
            transition: all .3 s;
        }

        [type = checkbox] + .checkable: before, [type = radio] + .checkable: before {
            border: 1 px solid# aaa;
        }

    [type = checkbox]: checked + .checkable: after, [type = radio]: checked + .checkable: after {
        background: #555;
        -webkit-transform: scale(.5) translateY(-100%);
        transform: scale(.5) translateY(-100%);
    }

    [type= checkbox] + .checkable: before {
        border - radius: .2e m;
    }

    [type = checkbox] + .checkable: after {
        content: "✔";
        background: 0 0;
        - webkit - transform: scale(2) translateY(-25 % );
        transform: scale(2) translateY(-25 % );
    }

    [type = checkbox]: checked + .checkable: after {
        color: #111;
        background: 0 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all .3s;
    }

table {
    text-align: left;
}

td, th {
    padding: .3em 2.4em .3em .6em;
}

th {
    text-align: left;
    font-weight: 900;
    color: # fff;
    background - color: #0074d9;
}

.success th {
    background-color: # 2e cc40;
}

.warning th {
    background - color: #ff851b;
}

.error th {
    background - color: #ff4136;
}

.dull th {
    background - color: #aaa;
}

tr: nth - child(even) {
    background: rgba(0, 0, 0, .05);
}

.row > * {
    margin: .6e m 0;
}

@media(min - width: 60e m) {
    .row {
        width: calc(100 % +2 * .6e m);
        display: table;
        table - layout: fixed;
        border - spacing: .6e m 0;
        margin: .6e m 0 .6e m - .6e m;
    }

        .row > * {
            display: table - cell;
            vertical - align: top;
            margin: 0;
        }

    .none {
        display: none;
    }

    .half {
        width: 50 %;
    }

    .third {
        width: 33.3333 %;
    }

    .two - third {
        width: 66.6666 %;
    }

    .fourth {
        width: 25 %;
    }

    .three - fourth {
        width: 75 %;
    }

    .fifth {
        width: 20 %;
    }

    .two - fifth {
        width: 40 %;
    }

    .three - fifth {
        width: 60 %;
    }

    .four - fifth {
        width: 80 %;
    }
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3e m;
    padding: 0;
    background: #fff;
    box - shadow: 0 0 .2e m rgba(17, 17, 17, .2);
    z - index: 10;
    transition: all .3 s;
    - webkit - transform - style: preserve - 3 d;
    transform - style: preserve - 3 d;
}

    nav.brand, nav.burger, nav.menu {
        float: right;
        position: relative;
        top: 50 %;
        - webkit - transform: translateY(-50 % );
        transform: translateY(-50 % );
    }

    nav.brand {
        font - weight: 700;
        float: left;
        padding: 0 .6e m;
        max - width: 50 %;
        white - space: nowrap;
        color: #111;
    }

        nav .brand * {
            vertical-align: middle;
        }

    nav .logo {
        height: 2em;
        margin-right: .3em;
    }

    nav .select::after {
        height: calc(100% - 1px);
        padding: 0;
        line-height: 2.4em;
    }

    nav .menu > * {
        margin-right: .6em;
    }

.burger {
    display: none;
}

@media all and (max-width:60em) {
    nav .burger {
        display: inline-block;
        cursor: pointer;
        bottom: -1000em;
        margin: 0;
    }

    nav .menu, nav .show:checked ~ .burger {
        position: fixed;
        min-height: 100%;
        width: 0;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: -1000em;
        margin: 0;
        background: # fff;
        transition: all .3 s ease;
        - webkit - transform: none;
        transform: none;
    }

    nav.show: checked ~ .burger {
        color: transparent;
        width: 100 %;
        border - radius: 0;
        background: rgba(0, 0, 0, .2);
        transition: all .3 s ease;
    }

    nav.show: checked ~ .menu {
        width: 70 %;
        overflow: auto;
        transition: all .3 s ease;
    }

    nav.menu > * {
        display: block;
        margin: .3e m;
        text - align: left;
    }

    nav.menu > a {
        padding: .3e m .9e m;
    }
}

.stack, .stack.toggle {
    margin - top: 0;
    margin - bottom: 0;
    display: block;
    width: 100 %;
    text - align: left;
    border - radius: 0;
}

    .stack: first - child, .stack: first - child.toggle {
        border - top - left - radius: .2e m;
        border - top - right - radius: .2e m;
    }

    .stack: last - child, .stack: last - child.toggle {
        border - bottom - left - radius: .2e m;
        border - bottom - right - radius: .2e m;
    }

input.stack, select.stack, textarea.stack {
    transition: border - bottom 0 ease 0;
    border - bottom - width: 0;
}

    input.stack: last - child, select.stack: last - child, textarea.stack: last - child {
        border - bottom - width: 1 px;
    }

    input.stack: focus + input, input.stack: focus + select, input.stack: focus + textarea, select.stack: focus + input, select.stack: focus + select, select.stack: focus + textarea, textarea.stack: focus + input, textarea.stack: focus + select, textarea.stack: focus + textarea {
        border - top - color: #0074d9;
    }

.card, .modal .overlay ~ * {
    position: relative;
    box-shadow: 0;
    border-radius: .2em;
    border: 1px solid # ccc;
    overflow: hidden;
    text - align: left;
    background: #fff;
    margin - bottom: .6e m;
    padding: 0;
}

    .card > *, .modal.overlay ~ * > * {
        width: 100 %;
        display: block;
    }

    .card > : last - child, .modal.overlay ~ * > : last - child {
        margin - bottom: 0;
    }

    .card header, .card section, .card > p, .modal.overlay ~ * header, .modal.overlay ~ * section, .modal.overlay ~ * > p {
        padding: .6e m .8e m;
    }

    .card section, .modal.overlay ~ * section {
        padding: .6e m .8e m 0;
    }

    .card header, .modal.overlay ~ * header {
        font - weight: 700;
        position: relative;
        border - bottom: 1 px solid# eee;
    }

        .card header h1, .card header h2, .card header h3, .card header h4, .card header h5, .card header h6, .modal.overlay ~ * header h1, .modal.overlay ~ * header h2, .modal.overlay ~ * header h3, .modal.overlay ~ * header h4, .modal.overlay ~ * header h5, .modal.overlay ~ * header h6 {
            padding: 0;
            margin: 0 2e m 0 0;
            line - height: 1;
            display: inline - block;
        }

        .card header: last - child, .modal.overlay ~ * header: last - child {
            border - bottom: 0;
        }

    .card footer, .modal.overlay ~ * footer {
        padding: .8e m;
    }

    .card p, .modal.overlay ~ * p {
        margin: .3e m 0;
    }

        .card p: first - child, .modal.overlay ~ * p: first - child {
            margin - top: 0;
        }

        .card p: last - child, .modal.overlay ~ * p: last - child {
            margin - bottom: 0;
        }

    .card > p, .modal.overlay ~ * > p {
        margin: 0;
        padding - right: 2.5e m;
    }

    .card.close, .modal.overlay ~ * .close {
        position: absolute;
        top: .4e m;
        right: .3e m;
        font - size: 1.2e m;
        padding: 0 .5e m;
        cursor: pointer;
        width: auto;
    }

        .card.close: hover, .modal.overlay ~ * .close: hover {
            color: #ff4136;
        }

    .card h1 + .close, .modal.overlay ~ * h1 + .close {
        margin: .2e m;
    }

    .card h2 + .close, .modal.overlay ~ * h2 + .close {
        margin: .1e m;
    }

    .card.dangerous, .modal.overlay ~ * .dangerous {
        background: #ff4136;
        float: right;
    }

.modal {
    text - align: center;
}

    .modal > input {
        display: none;
    }

        .modal > input ~ * {
            opacity: 0;
            max - height: 0;
            overflow: hidden;
        }

    .modal.overlay {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: fixed;
        margin: 0;
        border - radius: 0;
        background: rgba(17, 17, 17, .6);
        transition: all .3 s;
        z - index: 99;
    }

        .modal.overlay: after, .modal.overlay: before {
            display: none;
        }

        .modal.overlay ~ * {
            border: 0;
            position: fixed;
            top: 50 %;
            left: 50 %;
            - webkit - transform: translateX(-50 % ) translateY(-50 % ) scale(.2, .2);
            transform: translateX(-50 % ) translateY(-50 % ) scale(.2, .2);
            z - index: 100;
            transition: all .3 s;
        }

    .modal > input: checked ~ * {
        display: block;
        opacity: 1;
        max - height: 10000 px;
        transition: all .3 s;
    }

    .modal > input: checked ~ .overlay ~ * {
        max - height: 90 %;
        overflow: auto;
        - webkit - transform: translateX(-50 % ) translateY(-50 % ) scale(1, 1);
        transform: translateX(-50 % ) translateY(-50 % ) scale(1, 1);
    }

@media(max - width: 60e m) {
    .modal.overlay ~ * {
        min - width: 90 %;
    }
}

.dropimage {
    position: relative;
    display: block;
    padding: 0 0 56.25 %;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    background - color: #ddd;
    background - size: cover;
    background - position: center center;
    background - image: url(data: image / svg + xml;
    base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNjQwIiB2ZXJzaW9uPSIxLjEiPjxnIHN0eWxlPSJmaWxsOiMzMzMiPjxwYXRoIGQ9Ik0gMTg3IDIzMCBDIDE3NSAyMzAgMTY1IDI0MCAxNjUgMjUyIEwgMTY1IDMwMCBMIDE2NSA0MDggQyAxNjUgNDIwIDE3NSA0MzAgMTg3IDQzMCBMIDQ2MyA0MzAgQyA0NzUgNDMwIDQ4NSA0MjAgNDg1IDQwOCBMIDQ4NSAzMDAgTCA0ODUgMjUyIEMgNDg1IDI0MCA0NzUgMjMwIDQ2MyAyMzAgTCAxODcgMjMwIHogTSAzNjAgMjU2IEEgNzAgNzIgMCAwIDEgNDMwIDMyOCBBIDcwIDcyIDAgMCAxIDM2MCA0MDAgQSA3MCA3MiAwIDAgMSAyOTAgMzI4IEEgNzAgNzIgMCAwIDEgMzYwIDI1NiB6Ii8 + PGNpcmNsZSBjeD0iMzYwIiBjeT0iMzMwIiByPSI0MSIvPjxwYXRoIGQ9Im0yMDUgMjI1IDUtMTAgMjAgMCA1IDEwLTMwIDAiLz48cGF0aCBkPSJNMjg1IDIwMEwyNzAgMjI1IDM3NiAyMjUgMzYxIDIwMCAyODUgMjAwek0zMTAgMjA1TDMzNyAyMDUgMzM3IDIxOCAzMTAgMjE4IDMxMCAyMDV6Ii8 + PHBhdGggZD0ibTQwNSAyMjUgNS0xMCAyMCAwIDUgMTAtMzAgMCIvPjwvZz48L3N2Zz4 = );
}

    .dropimage input {
        left: 0;
        width: 100 %;
        height: 100 %;
        border: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
        position: absolute;
    }

.tabs {
    position: relative;
    overflow: hidden;
}

    .tabs > .row {
        width: calc(100 % +2 * .6e m);
        display: table;
        table - layout: fixed;
        position: relative;
        padding - left: 0;
        transition: all .3 s;
        border - spacing: 0;
        margin: .6e m 0;
    }

        .tabs > .row: after, .tabs > .row: before {
            display: none;
        }

        .tabs > .row img, .tabs > .row > * {
            display: table - cell;
            vertical - align: top;
            margin: 0;
            width: 100 %;
        }

    .tabs > input {
        display: none;
    }

        .tabs > input + * {
            width: 100 %;
        }

        .tabs > input + label {
            width: auto;
        }

.two.tabs > .row {
    width: 200 %;
    left: -100 %;
}

.two.tabs input: nth - of - type(1): checked ~ .row {
    margin - left: 100 %;
}

.three.tabs > .row {
    width: 300 %;
    left: -200 %;
}

.three.tabs input: nth - of - type(1): checked ~ .row {
    margin - left: 200 %;
}

.three.tabs input: nth - of - type(2): checked ~ .row {
    margin - left: 100 %;
}

.four.tabs > .row {
    width: 400 %;
    left: -300 %;
}

.four.tabs input: nth - of - type(1): checked ~ .row {
    margin - left: 300 %;
}

.four.tabs input: nth - of - type(2): checked ~ .row {
    margin - left: 200 %;
}

.four.tabs input: nth - of - type(3): checked ~ .row {
    margin - left: 100 %;
}

[data - tooltip] {
    position: relative;
}

    [data - tooltip]: after, [data - tooltip]: before {
        position: absolute;
        z - index: 10;
        opacity: 0;
        border - width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        transition: opacity .6 s ease, height 0 s ease .6 s;
        top: calc(100 % -6 px);
        left: 0;
        margin - top: 12 px;
    }

    [data - tooltip]: after {
        margin - left: 0;
        font - size: .8e m;
        background: #111;
        content: attr(data-tooltip);
        white-space: nowrap;
    }

[data-tooltip]:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent transparent # 111;
    margin - top: 0;
    left: 10 px;
}

[data - tooltip]: focus: after, [data - tooltip]: focus: before, [data - tooltip]: hover: after, [data - tooltip]: hover: before {
    opacity: 1;
    border - width: 6 px;
    height: auto;
}

[data - tooltip]: focus: after, [data - tooltip]: hover: after {
    padding: .45e m .9e m;
}

.tooltip - top: after, .tooltip - top: before {
    top: auto;
    bottom: calc(100 % -6 px);
    left: 0;
    margin - bottom: 12 px;
}

.tooltip - top: before {
    border - color: #111 transparent transparent;
    margin-bottom: 0;
    left: 10px;
}

.tooltip-right:after, .tooltip-right:before {
    left: 100%;
    margin-left: 6px;
    margin-top: 0;
    top: 0;
}

.tooltip-right:before {
    border-color: transparent # 111 transparent transparent;
    margin - left: -6 px;
    left: 100 %;
    top: 7 px;
}

.tooltip - left: after, .tooltip - left: before {
    right: 100 %;
    margin - right: 6 px;
    left: auto;
    margin - top: 0;
    top: 0;
}

.tooltip - left: before {
    border - color: transparent transparent transparent #111;
    margin-right: -6px;
    right: 100%;
    top: 7px;
}
