/*
Layers CSS 1.0.2 
Released by Jerry Jäppinen under the MIT license
http://eiskis.net/layers
2013-10-25 14:56 Europe/Helsinki
*/


html,
body,
blockquote,
pre,
table,
form {
    margin: 0;
    padding: 0
}

figure,
button,
input,
select,
textarea {
    margin: 0
}

img,
iframe,
button,
input,
select,
textarea {
    max-width: 100%
}

iframe {
    width: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

img {
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

ul {
    list-style: disc;
    padding-left: 2em
}

ol {
    list-style: decimal;
    padding-left: 2em
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    padding-left: 0
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    vertical-align: top
}

html {
    font-size: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt,
mark,
th {
    font-weight: bold
}

a {
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

input,
select,
textarea,
button {
    font-family: inherit
}

input[type=""],
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
select,
textarea,
pre,
code,
kbd,
samp {
    font-size: inherit;
    line-height: inherit
}

button,
input,
select,
textarea,
pre,
code,
kbd,
samp {
    font-weight: inherit
}

button,
select {
    text-transform: none
}

em,
dfn,
q,
blockquote {
    font-style: italic
}

del {
    text-decoration: line-through
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type=""],
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    text-align: center
}

button,
input,
select {
    vertical-align: baseline;
    *vertical-align: middle
}

textarea {
    overflow: auto;
    vertical-align: top
}

body {
    cursor: default
}

abbr[title],
dfn[title] {
    text-decoration: underline;
    cursor: help
}

a,
label,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer
}

.disabled button,
.disabled label,
.disabled a,
button.disabled,
label.disabled,
a.disabled,
.disabled input[type="submit"],
.disabled input[type="button"],
.disabled input[type="reset"],
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled {
    cursor: default
}

a[disabled],
button[disabled],
input[disabled] {
    cursor: default
}

a:focus {
    outline-style: dotted
}

a:active,
a:hover {
    outline: 0
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type=""],
input:not([type]) {
    width: 60%;
    max-width: 20em
}

input[type="text"].squeeze,
input[type="password"].squeeze,
input[type="email"].squeeze,
input[type="url"].squeeze,
input[type="search"].squeeze,
input[type="tel"].squeeze,
input[type=""].squeeze,
input:not([type]).squeeze {
    width: 40%;
    max-width: 14em
}

textarea {
    width: 60%;
    max-width: 32em;
    height: 10.72em
}

textarea.squeeze {
    width: 40%;
    height: 4.02em;
    max-width: 20em
}

button.plain,
input.plain,
textarea.plain {
    border-width: 0;
    border-style: solid;
    background-color: transparent;
    padding: 0
}

button.plain,
input[type="submit"].plain,
input[type="button"].plain,
input[type="reset"].plain {
    line-height: inherit;
    font-size: inherit;
    font-family: inherit
}

input.buffer,
input.buffer-top,
textarea.buffer,
textarea.buffer-top {
    padding-top: 0.35em
}

input.buffer,
input.buffer-right,
textarea.buffer,
textarea.buffer-right {
    padding-right: 0.6em
}

input.buffer,
input.buffer-bottom,
textarea.buffer,
textarea.buffer-bottom {
    padding-bottom: 0.4em
}

input.buffer,
input.buffer-left,
textarea.buffer,
textarea.buffer-left {
    padding-left: 0.6em
}

.row,
.column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    width: 100%;
    clear: both;
    float: none
}

.row-content {
    margin: 0 auto;
    max-width: 70em;
}

.row-content.buffer,
.row-content.buffer-top {
    padding-top: 2%
}

.row-content.buffer.even,
.row-content.buffer-top.even {
    padding-top: 6%
}

/* .row-content.buffer, */
.row-content.buffer-right {
    padding-right: 8%
}

.row-content.buffer,
.row-content.buffer-bottom {
    padding-bottom: 6%
}

/* .row-content.buffer, */
.row-content.buffer-left {
    padding-left: 8%
}

.column {
    clear: none;
    float: left;
    min-height: 1px
}

.column.first,
.column.full,
.column.twelve,
.column.center {
    clear: both
}

.column.right {
    float: right
}

.column.center,
.column.right.center {
    float: none
}

.column {
    margin-left: 0;
    margin-right: 3%;
}

.column.last,
.column.reset {
    margin-right: 0 !important
}

.column.right {
    margin-right: 0;
    margin-left: 3.8%
}

.column.right.last,
.column.right.reset {
    margin-left: 0 !important
}

.column.center,
.column.right.center {
    margin-right: auto !important;
    margin-left: auto !important
}

.column.full,
.column.twelve {
    width: 100%
}

.column.one {
    width: 4.85%
}

.column.two,
.column.sixth {
    width: 13.45%
}

.column.three,
.column.fourth {
    width: 22.05%
}

.column.four,
.column.twosixths,
.column.third {
    width: 30.75%
}

.column.five {
    width: 39.45%
}

.column.six,
.column.half,
.column.threesixths,
.column.twofourths {
    width: 48%
}

.column.seven {
    width: 56.75%
}

.column.eight,
.column.foursixths,
.column.twothirds {
    width: 65.4%
}

.column.nine,
.column.threefourths {
    width: 74.05%
}

.column.ten,
.column.fivesixths {
    width: 82.7%
}

.column.eleven {
    width: 91.35%
}

.column.push-one {
    margin-left: 8.65%
}

.column.right.push-one {
    margin-right: 8.65%
}

.column.push-two,
.column.push-sixth {
    margin-left: 17.25%
}

.column.right.push-two,
.column.right.push-sixth {
    margin-right: 17.25%
}

.column.push-three,
.column.push-fourth {
    margin-left: 25.85%
}

.column.right.push-three,
.column.right.push-fourth {
    margin-right: 25.85%
}

.column.push-four,
.column.push-twosixths,
.column.push-third {
    margin-left: 34.55%
}

.column.right.push-four,
.column.right.push-twosixths,
.column.right.push-third {
    margin-right: 34.55%
}

.column.push-five {
    margin-left: 43.25%
}

.column.right.push-five {
    margin-right: 43.25%
}

.column.push-six,
.column.push-half,
.column.push-threesixths,
.column.push-twofourths {
    margin-left: 51.8%
}

.column.right.push-six,
.column.right.push-half,
.column.right.push-threesixths,
.column.right.push-twofourths {
    margin-right: 51.8%
}

.column.push-seven {
    margin-left: 60.55%
}

.column.right.push-seven {
    margin-right: 60.55%
}

.column.push-eight,
.column.push-foursixths,
.column.push-twothirds {
    margin-left: 69.2%
}

.column.right.push-eight,
.column.right.push-foursixths,
.column.right.push-twothirds {
    margin-right: 69.2%
}

.column.push-nine,
.column.push-threefourths {
    margin-left: 77.85%
}

.column.right.push-nine,
.column.right.push-threefourths {
    margin-right: 77.85%
}

.column.push-ten,
.column.push-fivesixths {
    margin-left: 86.5%
}

.column.right.push-ten,
.column.right.push-fivesixths {
    margin-right: 86.5%
}

.column.push-eleven {
    margin-left: 95.15%
}

.column.right.push-eleven {
    margin-right: 95.15%
}

.column.one.reset {
    width: 8.3%
}

.column.two.reset,
.column.sixth.reset {
    width: 16.65%
}

.column.three.reset,
.column.fourth.reset {
    width: 25%
}

.column.four.reset,
.column.twosixths.reset,
.column.third.reset {
    width: 33.3%
}

.column.five.reset {
    width: 41.65%
}

.column.six.reset,
.column.half.reset,
.column.threesixths.reset,
.column.twofourths.reset {
    width: 50%
}

.column.seven.reset {
    width: 58.3%
}

.column.eight.reset,
.column.foursixths.reset,
.column.twothirds.reset {
    width: 66.6%
}

.column.nine.reset,
.column.threefourths.reset {
    width: 75%
}

.column.ten.reset,
.column.fivesixths.reset {
    width: 83.35%
}

.column.eleven.reset {
    width: 91.7%
}

.column.reset.push-one {
    margin-left: 8.3%
}

.column.reset.right.push-one {
    margin-right: 8.3%
}

.column.reset.push-two,
.column.reset.push-sixth {
    margin-left: 16.65%
}

.column.reset.right.push-two,
.column.reset.right.push-sixth {
    margin-right: 16.65%
}

.column.reset.push-three,
.column.reset.push-fourth {
    margin-left: 25%
}

.column.reset.right.push-three,
.column.reset.right.push-fourth {
    margin-right: 25%
}

.column.reset.push-four,
.column.reset.push-twosixths,
.column.reset.push-third {
    margin-left: 33.3%
}

.column.reset.right.push-four,
.column.reset.right.push-twosixths,
.column.reset.right.push-third {
    margin-right: 33.3%
}

.column.reset.push-five {
    margin-left: 41.65%
}

.column.reset.right.push-five {
    margin-right: 41.65%
}

.column.reset.push-six,
.column.reset.push-half,
.column.reset.push-threesixths,
.column.reset.push-twofourths {
    margin-left: 50%
}

.column.reset.right.push-six,
.column.right.reset.push-half,
.column.right.reset.push-threesixths,
.column.right.reset.push-twofourths {
    margin-right: 50%
}

.column.reset.push-seven {
    margin-left: 58.3%
}

.column.reset.right.push-seven {
    margin-right: 58.3%
}

.column.reset.push-eight,
.column.reset.push-foursixths,
.column.reset.push-twothirds {
    margin-left: 66.6%
}

.column.reset.right.push-eight,
.column.reset.right.push-foursixths,
.column.reset.right.push-twothirds {
    margin-right: 66.6%
}

.column.reset.push-nine,
.column.reset.push-threefourths {
    margin-left: 75%
}

.column.reset.right.push-nine,
.column.reset.right.push-threefourths {
    margin-right: 75%
}

.column.reset.push-ten,
.column.reset.push-fivesixths {
    margin-left: 83.35%
}

.column.reset.right.push-ten,
.column.reset.right.push-fivesixths {
    margin-right: 83.35%
}

.column.reset.push-eleven {
    margin-left: 91.7%
}

.column.reset.right.push-eleven {
    margin-right: 91.7%
}

.column
/**/