/*!
* www.KNACSS.com V4.1.6 (2015-04-17) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.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 {
    line-height: normal
}

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-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

ul,
ol {
    padding-left: 2em
}

ul.unstyled {
    list-style: none
}

img {
    vertical-align: middle
}

img:not([src$=".svg"]) {
    height: auto
}

blockquote,
figure {
    margin-left: 0;
    margin-right: 0
}

html {
    font-size: 62.5%;
    font-size: calc(1em * .625);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-size: 1.4em;
    background-color: #fff;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.5
}

a {
    color: #333
}

a:hover,
a:focus,
a:active {
    color: #000
}

p,
.p-like,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure {
    margin-top: .75em;
    margin-bottom: 0;
    line-height: 1.5
}

h1,
.h1-like {
    font-size: 3.2rem;
    font-family: Helvetica, Arial, sans-serif
}

h2,
.h2-like {
    font-size: 2.8rem;
    font-family: Helvetica, Arial, sans-serif
}

h3,
.h3-like {
    font-size: 2.4rem
}

h4,
.h4-like {
    font-size: 2rem
}

h5,
.h5-like {
    font-size: 1.8rem
}

h6,
.h6-like {
    font-size: 1.6rem
}

.smaller {
    font-size: .6em
}

.small {
    font-size: .8em
}

.big {
    font-size: 1.2em
}

.bigger {
    font-size: 1.5em
}

.biggest {
    font-size: 2em
}

code,
pre,
samp,
kbd {
    white-space: pre-line;
    white-space: pre-wrap;
    font-family: Consolas, "DejaVu Sans Mono", Courier, monospace;
    line-height: normal
}

em,
.italic,
address,
cite,
i,
var {
    font-style: italic
}

small,
sub,
sup {
    font-size: smaller
}

.visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important
}

@media (max-width: 768px) {
    .no-small-screen {
        display: none
    }
}

@media (min-width: 1280px) {
    .no-large-screen {
        display: none
    }
}

p:first-child,
.p-like:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
.h1-like:first-child,
h2:first-child,
.h2-like:first-child,
h3:first-child,
.h3-like:first-child,
h4:first-child,
.h4-like:first-child,
h5:first-child,
.h5-like:first-child,
h6:first-child,
.h6-like:first-child {
    margin-top: 0
}

li p,
li .p-like,
li ul,
li ol {
    margin-top: 0;
    margin-bottom: 0
}

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
    max-width: 100%
}

table {
    margin-bottom: 20px
}

.mod {
    overflow: hidden
}

.clear,
.line,
.row {
    clear: both
}

.clearfix::after,
.line::after {
    content: "";
    display: table;
    clear: both;
    border-collapse: collapse
}
