/*
|--------------------------------------------------------
| Style sheet
|--------------------------------------------------------
|
| This style sheets is based on the ITCSS
| mindset / framework created by csswizardry.
|
| @author Sony? aka Sawny
| @site wallstrom.it
|
*/
/*
|--------------------------------------------------------
| Helpers
|--------------------------------------------------------
|
| Mixins and functions.
|
*/
/**
 * Clearfix
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Media queries
 */
/**
 * Prefixer
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
|--------------------------------------------------------
| Generic
|--------------------------------------------------------
|
| Reset code, should really rename this to reset and
| base to generic.
|
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative; }

html, body {
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

address {
  font-style: normal; }

@font-face {
  font-family: 'museo_slab';
  src: url("../fonts/MuseoSlab-500-webfont.eot");
  src: url("../fonts/MuseoSlab-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-500-webfont.woff2") format("woff2"), url("../fonts/MuseoSlab-500-webfont.woff") format("woff"), url("../fonts/MuseoSlab-500-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*
|--------------------------------------------------------
| Base
|--------------------------------------------------------
|
| Just generic type selectors here. (Why is this called
| base? Should really be generic? Hmm. )
|
*/
body {
  font-family: "Source Sans Pro";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  overflow-x: hidden; }

/**
 * Hackyway for JS to check breakpoint :D
 *
 * Thanks to https://coderwall.com/p/_ldtkg
 */
body:after {
  display: none; }
  @media (max-width: 99999px) {
    body:after {
      content: "desk"; } }
  @media (max-width: 1366px) {
    body:after {
      content: "lap"; } }
  @media (max-width: 1024px) {
    body:after {
      content: "hands"; } }
  @media (max-width: 500px) {
    body:after {
      content: "palm"; } }

p + p {
  margin-top: 0.4em; }

/* --------------- *\
    Typography
\* --------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: Lato;
  font-weight: normal;
  line-height: 1em; }

h1 {
  font-size: 22px;
  color: #009688; }

h2 {
  font-size: 16px;
  font-weight: 700; }

h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

/* --------------- *\
    Links
\* --------------- */
a {
  color: #009688;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 150, 136, 0.7); }
  a:hover {
    cursor: pointer;
    border-bottom: 2px solid #009688; }

/* --------------- *\
    List
\* --------------- */
ul {
  list-style: none; }

/* --------------- *\
    Hacks
\* --------------- */
article h1 {
  margin-bottom: 0.3em; }
article h2 {
  margin-bottom: 0.2em; }

/*
|--------------------------------------------------------
| Objects
|--------------------------------------------------------
|
| Objects set widths and positions, no styles.
|
| All objects should strive to be as pure as the media
| and flag object. Reusable code, OOCSS.
|
*/
/* --------------- *\
    ^Objects
\* --------------- */
.o-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  padding: 0 1.5rem; }
  @media (max-width: 500px) {
    .o-wrapper {
      padding: 0 20px; } }

.o-main {
  height: 100%;
  left: 0%;
  transition: left 0.4s ease-in-out; }

.o-main--shift {
  left: 70%; }

.o-header-banner {
  margin-bottom: 0.5em; }

.o-img--right img {
  float: right; }

.o-text--right {
  text-align: right; }

/* --------------- *\
    ^Flag object
\* --------------- */
.o-flag {
  display: table; }

.o-flag__body {
  display: table-cell;
  vertical-align: middle; }

/* --------------- *\
    ^Box
\* --------------- */
.o-box {
  width: 50%;
  max-width: 635px;
  padding: 20px;
  top: 150px;
  margin-bottom: 300px; }
  @media (max-width: 1024px) {
    .o-box {
      width: 100%;
      left: 0% !important; } }

.o-box--about {
  top: 230px;
  left: 10%; }
  @media (max-width: 1024px) {
    .o-box--about {
      width: 66%; } }
  @media (max-width: 500px) {
    .o-box--about {
      top: 270px;
      width: 100%; } }

.o-box--right {
  bottom: 40%;
  float: right; }

.o-box--left {
  top: 100px;
  left: 10%; }

/* --------------- *\
    ^Table
\* --------------- */
.o-table {
  display: table; }

.o-table__row {
  display: table-row; }

.o-table__row__data {
  display: table-cell;
  padding-left: 20px; }
  .o-table__row__data:first-child {
    padding-left: 0; }

/**
 * ^Contact
 */
.o-table--contact .o-table__row:not(:last-child) > .o-table__row__data {
  padding-bottom: 5px; }

/**
 * ^Knowledge-box
 */
.o-table--knowledge-box {
  margin-top: 10px; }
  .o-table--knowledge-box .o-table__row:not(:last-child) > .o-table__row__data {
    padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .o-table--knowledge-box .o-table__row {
      display: block; } }
  .o-table--knowledge-box .o-table__row__data:first-child {
    padding-right: 20px; }
    @media (max-width: 1024px) {
      .o-table--knowledge-box .o-table__row__data:first-child {
        padding-bottom: 0.4em !important; } }
  @media (max-width: 1024px) {
    .o-table--knowledge-box .o-table__row__data {
      display: block;
      padding-bottom: 1em !important; } }

/*
|--------------------------------------------------------
| Grid
|--------------------------------------------------------
|
| My grid system.
| Follows ITCSS.
|
*/
/* --------------- *\
    Settings
\* --------------- */
/* --------------- *\
    Tools
\* --------------- */
/* --------------- *\
    Generic
\* --------------- */
* {
  box-sizing: border-box; }

/* --------------- *\
    Objects
\* --------------- */
.o-grid {
  margin-left: -50px;
  /**
   * [1] Anti white-spaces problem when using d:ib;
   */ }
  .o-grid > * {
    margin-left: -0.125em;
    padding-left: 0.125em;
    display: inline-block; }

[class*="o-grid__item"] {
  padding-left: 50px;
  vertical-align: top; }

.o-grid__item-1-1 {
  width: 100%; }

.o-grid__item-1-2 {
  width: 50%; }

.o-grid__item-1-3 {
  width: 33.33333%; }

.o-grid__item-1-4 {
  width: 25%; }

.o-grid__item-1-5 {
  width: 20%; }

.o-grid__item-1-6 {
  width: 16.66667%; }

.o-grid__item-1-7 {
  width: 14.28571%; }

.o-grid__item-1-8 {
  width: 12.5%; }

.o-grid__item-1-9 {
  width: 11.11111%; }

.o-grid__item-1-10 {
  width: 10%; }

.o-grid__item-1-11 {
  width: 9.09091%; }

.o-grid__item-1-12 {
  width: 8.33333%; }

.o-grid__item-2-2 {
  width: 100%; }

.o-grid__item-2-3 {
  width: 66.66667%; }

.o-grid__item-2-4 {
  width: 50%; }

.o-grid__item-2-5 {
  width: 40%; }

.o-grid__item-2-6 {
  width: 33.33333%; }

.o-grid__item-2-7 {
  width: 28.57143%; }

.o-grid__item-2-8 {
  width: 25%; }

.o-grid__item-2-9 {
  width: 22.22222%; }

.o-grid__item-2-10 {
  width: 20%; }

.o-grid__item-2-11 {
  width: 18.18182%; }

.o-grid__item-2-12 {
  width: 16.66667%; }

.o-grid__item-3-3 {
  width: 100%; }

.o-grid__item-3-4 {
  width: 75%; }

.o-grid__item-3-5 {
  width: 60%; }

.o-grid__item-3-6 {
  width: 50%; }

.o-grid__item-3-7 {
  width: 42.85714%; }

.o-grid__item-3-8 {
  width: 37.5%; }

.o-grid__item-3-9 {
  width: 33.33333%; }

.o-grid__item-3-10 {
  width: 30%; }

.o-grid__item-3-11 {
  width: 27.27273%; }

.o-grid__item-3-12 {
  width: 25%; }

.o-grid__item-4-4 {
  width: 100%; }

.o-grid__item-4-5 {
  width: 80%; }

.o-grid__item-4-6 {
  width: 66.66667%; }

.o-grid__item-4-7 {
  width: 57.14286%; }

.o-grid__item-4-8 {
  width: 50%; }

.o-grid__item-4-9 {
  width: 44.44444%; }

.o-grid__item-4-10 {
  width: 40%; }

.o-grid__item-4-11 {
  width: 36.36364%; }

.o-grid__item-4-12 {
  width: 33.33333%; }

.o-grid__item-5-5 {
  width: 100%; }

.o-grid__item-5-6 {
  width: 83.33333%; }

.o-grid__item-5-7 {
  width: 71.42857%; }

.o-grid__item-5-8 {
  width: 62.5%; }

.o-grid__item-5-9 {
  width: 55.55556%; }

.o-grid__item-5-10 {
  width: 50%; }

.o-grid__item-5-11 {
  width: 45.45455%; }

.o-grid__item-5-12 {
  width: 41.66667%; }

.o-grid__item-6-6 {
  width: 100%; }

.o-grid__item-6-7 {
  width: 85.71429%; }

.o-grid__item-6-8 {
  width: 75%; }

.o-grid__item-6-9 {
  width: 66.66667%; }

.o-grid__item-6-10 {
  width: 60%; }

.o-grid__item-6-11 {
  width: 54.54545%; }

.o-grid__item-6-12 {
  width: 50%; }

.o-grid__item-7-7 {
  width: 100%; }

.o-grid__item-7-8 {
  width: 87.5%; }

.o-grid__item-7-9 {
  width: 77.77778%; }

.o-grid__item-7-10 {
  width: 70%; }

.o-grid__item-7-11 {
  width: 63.63636%; }

.o-grid__item-7-12 {
  width: 58.33333%; }

.o-grid__item-8-8 {
  width: 100%; }

.o-grid__item-8-9 {
  width: 88.88889%; }

.o-grid__item-8-10 {
  width: 80%; }

.o-grid__item-8-11 {
  width: 72.72727%; }

.o-grid__item-8-12 {
  width: 66.66667%; }

.o-grid__item-9-9 {
  width: 100%; }

.o-grid__item-9-10 {
  width: 90%; }

.o-grid__item-9-11 {
  width: 81.81818%; }

.o-grid__item-9-12 {
  width: 75%; }

.o-grid__item-10-10 {
  width: 100%; }

.o-grid__item-10-11 {
  width: 90.90909%; }

.o-grid__item-10-12 {
  width: 83.33333%; }

.o-grid__item-11-11 {
  width: 100%; }

.o-grid__item-11-12 {
  width: 91.66667%; }

.o-grid__item-12-12 {
  width: 100%; }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-1--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-2--desk {
    width: 50%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-3--desk {
    width: 33.33333%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-4--desk {
    width: 25%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-5--desk {
    width: 20%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-6--desk {
    width: 16.66667%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-7--desk {
    width: 14.28571%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-8--desk {
    width: 12.5%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-9--desk {
    width: 11.11111%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-10--desk {
    width: 10%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-11--desk {
    width: 9.09091%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-1-12--desk {
    width: 8.33333%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-2--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-3--desk {
    width: 66.66667%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-4--desk {
    width: 50%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-5--desk {
    width: 40%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-6--desk {
    width: 33.33333%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-7--desk {
    width: 28.57143%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-8--desk {
    width: 25%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-9--desk {
    width: 22.22222%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-10--desk {
    width: 20%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-11--desk {
    width: 18.18182%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-2-12--desk {
    width: 16.66667%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-3--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-4--desk {
    width: 75%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-5--desk {
    width: 60%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-6--desk {
    width: 50%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-7--desk {
    width: 42.85714%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-8--desk {
    width: 37.5%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-9--desk {
    width: 33.33333%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-10--desk {
    width: 30%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-11--desk {
    width: 27.27273%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-3-12--desk {
    width: 25%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-4--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-5--desk {
    width: 80%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-6--desk {
    width: 66.66667%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-7--desk {
    width: 57.14286%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-8--desk {
    width: 50%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-9--desk {
    width: 44.44444%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-10--desk {
    width: 40%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-11--desk {
    width: 36.36364%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-4-12--desk {
    width: 33.33333%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-5-5--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-5-6--desk {
    width: 83.33333%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-5-7--desk {
    width: 71.42857%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-5-8--desk {
    width: 62.5%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-5-9--desk {
    width: 55.55556%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-5-10--desk {
    width: 50%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-5-11--desk {
    width: 45.45455%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-5-12--desk {
    width: 41.66667%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-6-6--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-6-7--desk {
    width: 85.71429%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-6-8--desk {
    width: 75%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-6-9--desk {
    width: 66.66667%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-6-10--desk {
    width: 60%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-6-11--desk {
    width: 54.54545%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-6-12--desk {
    width: 50%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-7-7--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-7-8--desk {
    width: 87.5%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-7-9--desk {
    width: 77.77778%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-7-10--desk {
    width: 70%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-7-11--desk {
    width: 63.63636%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-7-12--desk {
    width: 58.33333%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-8-8--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-8-9--desk {
    width: 88.88889%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-8-10--desk {
    width: 80%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-8-11--desk {
    width: 72.72727%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-8-12--desk {
    width: 66.66667%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-9-9--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-9-10--desk {
    width: 90%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-9-11--desk {
    width: 81.81818%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-9-12--desk {
    width: 75%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-10-10--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-10-11--desk {
    width: 90.90909%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-10-12--desk {
    width: 83.33333%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-11-11--desk {
    width: 100%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-11-12--desk {
    width: 91.66667%; } }

@media screen and (max-width: 99999px) {
  .o-grid__item-12-12--desk {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-1--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-2--lap {
    width: 50%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-3--lap {
    width: 33.33333%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-4--lap {
    width: 25%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-5--lap {
    width: 20%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-6--lap {
    width: 16.66667%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-7--lap {
    width: 14.28571%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-8--lap {
    width: 12.5%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-9--lap {
    width: 11.11111%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-10--lap {
    width: 10%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-11--lap {
    width: 9.09091%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-1-12--lap {
    width: 8.33333%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-2--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-3--lap {
    width: 66.66667%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-4--lap {
    width: 50%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-5--lap {
    width: 40%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-6--lap {
    width: 33.33333%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-7--lap {
    width: 28.57143%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-8--lap {
    width: 25%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-9--lap {
    width: 22.22222%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-10--lap {
    width: 20%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-11--lap {
    width: 18.18182%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-2-12--lap {
    width: 16.66667%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-3--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-4--lap {
    width: 75%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-5--lap {
    width: 60%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-6--lap {
    width: 50%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-7--lap {
    width: 42.85714%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-8--lap {
    width: 37.5%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-9--lap {
    width: 33.33333%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-10--lap {
    width: 30%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-11--lap {
    width: 27.27273%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-3-12--lap {
    width: 25%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-4--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-5--lap {
    width: 80%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-6--lap {
    width: 66.66667%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-7--lap {
    width: 57.14286%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-8--lap {
    width: 50%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-9--lap {
    width: 44.44444%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-10--lap {
    width: 40%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-11--lap {
    width: 36.36364%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-4-12--lap {
    width: 33.33333%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-5-5--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-5-6--lap {
    width: 83.33333%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-5-7--lap {
    width: 71.42857%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-5-8--lap {
    width: 62.5%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-5-9--lap {
    width: 55.55556%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-5-10--lap {
    width: 50%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-5-11--lap {
    width: 45.45455%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-5-12--lap {
    width: 41.66667%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-6-6--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-6-7--lap {
    width: 85.71429%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-6-8--lap {
    width: 75%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-6-9--lap {
    width: 66.66667%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-6-10--lap {
    width: 60%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-6-11--lap {
    width: 54.54545%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-6-12--lap {
    width: 50%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-7-7--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-7-8--lap {
    width: 87.5%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-7-9--lap {
    width: 77.77778%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-7-10--lap {
    width: 70%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-7-11--lap {
    width: 63.63636%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-7-12--lap {
    width: 58.33333%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-8-8--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-8-9--lap {
    width: 88.88889%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-8-10--lap {
    width: 80%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-8-11--lap {
    width: 72.72727%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-8-12--lap {
    width: 66.66667%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-9-9--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-9-10--lap {
    width: 90%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-9-11--lap {
    width: 81.81818%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-9-12--lap {
    width: 75%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-10-10--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-10-11--lap {
    width: 90.90909%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-10-12--lap {
    width: 83.33333%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-11-11--lap {
    width: 100%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-11-12--lap {
    width: 91.66667%; } }

@media screen and (max-width: 1366px) {
  .o-grid__item-12-12--lap {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-1--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-2--hands {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-3--hands {
    width: 33.33333%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-4--hands {
    width: 25%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-5--hands {
    width: 20%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-6--hands {
    width: 16.66667%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-7--hands {
    width: 14.28571%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-8--hands {
    width: 12.5%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-9--hands {
    width: 11.11111%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-10--hands {
    width: 10%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-11--hands {
    width: 9.09091%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-1-12--hands {
    width: 8.33333%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-2--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-3--hands {
    width: 66.66667%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-4--hands {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-5--hands {
    width: 40%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-6--hands {
    width: 33.33333%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-7--hands {
    width: 28.57143%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-8--hands {
    width: 25%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-9--hands {
    width: 22.22222%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-10--hands {
    width: 20%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-11--hands {
    width: 18.18182%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-2-12--hands {
    width: 16.66667%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-3--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-4--hands {
    width: 75%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-5--hands {
    width: 60%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-6--hands {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-7--hands {
    width: 42.85714%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-8--hands {
    width: 37.5%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-9--hands {
    width: 33.33333%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-10--hands {
    width: 30%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-11--hands {
    width: 27.27273%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-3-12--hands {
    width: 25%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-4--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-5--hands {
    width: 80%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-6--hands {
    width: 66.66667%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-7--hands {
    width: 57.14286%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-8--hands {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-9--hands {
    width: 44.44444%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-10--hands {
    width: 40%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-11--hands {
    width: 36.36364%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-4-12--hands {
    width: 33.33333%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-5-5--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-5-6--hands {
    width: 83.33333%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-5-7--hands {
    width: 71.42857%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-5-8--hands {
    width: 62.5%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-5-9--hands {
    width: 55.55556%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-5-10--hands {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-5-11--hands {
    width: 45.45455%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-5-12--hands {
    width: 41.66667%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-6-6--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-6-7--hands {
    width: 85.71429%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-6-8--hands {
    width: 75%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-6-9--hands {
    width: 66.66667%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-6-10--hands {
    width: 60%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-6-11--hands {
    width: 54.54545%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-6-12--hands {
    width: 50%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-7-7--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-7-8--hands {
    width: 87.5%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-7-9--hands {
    width: 77.77778%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-7-10--hands {
    width: 70%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-7-11--hands {
    width: 63.63636%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-7-12--hands {
    width: 58.33333%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-8-8--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-8-9--hands {
    width: 88.88889%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-8-10--hands {
    width: 80%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-8-11--hands {
    width: 72.72727%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-8-12--hands {
    width: 66.66667%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-9-9--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-9-10--hands {
    width: 90%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-9-11--hands {
    width: 81.81818%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-9-12--hands {
    width: 75%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-10-10--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-10-11--hands {
    width: 90.90909%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-10-12--hands {
    width: 83.33333%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-11-11--hands {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-11-12--hands {
    width: 91.66667%; } }

@media screen and (max-width: 1024px) {
  .o-grid__item-12-12--hands {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-1--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-2--palm {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-3--palm {
    width: 33.33333%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-4--palm {
    width: 25%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-5--palm {
    width: 20%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-6--palm {
    width: 16.66667%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-7--palm {
    width: 14.28571%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-8--palm {
    width: 12.5%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-9--palm {
    width: 11.11111%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-10--palm {
    width: 10%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-11--palm {
    width: 9.09091%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-1-12--palm {
    width: 8.33333%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-2--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-3--palm {
    width: 66.66667%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-4--palm {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-5--palm {
    width: 40%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-6--palm {
    width: 33.33333%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-7--palm {
    width: 28.57143%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-8--palm {
    width: 25%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-9--palm {
    width: 22.22222%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-10--palm {
    width: 20%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-11--palm {
    width: 18.18182%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-2-12--palm {
    width: 16.66667%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-3--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-4--palm {
    width: 75%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-5--palm {
    width: 60%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-6--palm {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-7--palm {
    width: 42.85714%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-8--palm {
    width: 37.5%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-9--palm {
    width: 33.33333%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-10--palm {
    width: 30%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-11--palm {
    width: 27.27273%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-3-12--palm {
    width: 25%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-4--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-5--palm {
    width: 80%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-6--palm {
    width: 66.66667%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-7--palm {
    width: 57.14286%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-8--palm {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-9--palm {
    width: 44.44444%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-10--palm {
    width: 40%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-11--palm {
    width: 36.36364%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-4-12--palm {
    width: 33.33333%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-5-5--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-5-6--palm {
    width: 83.33333%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-5-7--palm {
    width: 71.42857%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-5-8--palm {
    width: 62.5%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-5-9--palm {
    width: 55.55556%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-5-10--palm {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-5-11--palm {
    width: 45.45455%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-5-12--palm {
    width: 41.66667%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-6-6--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-6-7--palm {
    width: 85.71429%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-6-8--palm {
    width: 75%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-6-9--palm {
    width: 66.66667%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-6-10--palm {
    width: 60%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-6-11--palm {
    width: 54.54545%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-6-12--palm {
    width: 50%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-7-7--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-7-8--palm {
    width: 87.5%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-7-9--palm {
    width: 77.77778%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-7-10--palm {
    width: 70%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-7-11--palm {
    width: 63.63636%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-7-12--palm {
    width: 58.33333%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-8-8--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-8-9--palm {
    width: 88.88889%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-8-10--palm {
    width: 80%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-8-11--palm {
    width: 72.72727%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-8-12--palm {
    width: 66.66667%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-9-9--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-9-10--palm {
    width: 90%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-9-11--palm {
    width: 81.81818%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-9-12--palm {
    width: 75%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-10-10--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-10-11--palm {
    width: 90.90909%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-10-12--palm {
    width: 83.33333%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-11-11--palm {
    width: 100%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-11-12--palm {
    width: 91.66667%; } }

@media screen and (max-width: 500px) {
  .o-grid__item-12-12--palm {
    width: 100%; } }

/*
|--------------------------------------------------------
| Components
|--------------------------------------------------------
|
| Everything that *style* things, colors, font-sizes,
| decoration etc.
|
| Most code will be written here.
|
*/
.c-summary {
  padding-top: 45px; }
  .c-summary h1 {
    font-size: 2em;
    background-color: white;
    padding: 0.3em 0.7em;
    display: inline-block; }
  .c-summary h2 {
    margin-top: 1.4em;
    margin-bottom: 0.3em; }

.c-highlight {
  color: darkorchid;
  font-weight: normal; }

/* --------------- *\
    Header
\* --------------- */
.c-main-header {
  width: 100%;
  padding-top: 15px;
  z-index: 500;
  position: fixed;
  background-color: #009688;
  color: #f7f7f7; }

.c-main-header--full .c-title {
  font-size: 72px; }
.c-main-header--full .c-logo {
  max-width: 106px; }

.c-main-header--small .c-title {
  font-size: 24px; }
.c-main-header--small .c-logo {
  max-width: 30px; }
.c-main-header--small .c-nav li {
  padding-top: 0.4em;
  padding-bottom: 0.4em; }
.c-main-header--small .c-nav--main {
  font-size: 16px; }

/**
 * Responsive code, needs to be after --full and --small
 */
@media (max-width: 1024px) {
  .c-main-header .c-title {
    font-size: 24px; }
  .c-main-header .c-logo {
    max-width: 30px; }
  .c-main-header .c-nav li {
    padding-top: 0.4em;
    padding-bottom: 0.4em; }
  .c-main-header .c-nav--main {
    font-size: 16px; } }
@media (max-width: 500px) {
  .c-main-header {
    padding-top: 10px; }
    .c-main-header .c-title {
      font-size: 20px; }
    .c-main-header .c-logo {
      max-width: 27px; } }

.c-title, .c-logo {
  transition: all 0.3s ease-in-out; }

.c-title {
  padding-left: 0.4em;
  color: #f7f7f7; }

/* --------------- *\
    ^Navigations
\* --------------- */
.c-nav {
  top: 6px; }
  .c-nav ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .no-flexbox .c-nav ul {
      display: table;
      table-layout: fixed;
      width: 100%; }
    .c-nav ul li {
      flex-grow: 1;
      -webkit-flex-grow: 1;
      text-align: center;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 0.4em;
      padding-right: 0.4em;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, background-color 0.1s ease-in-out; }
      .no-flexbox .c-nav ul li {
        display: table-cell;
        width: 100%; }
      .c-nav ul li:last-of-type {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .c-nav ul li:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1); }
      .c-nav ul li a {
        color: #f7f7f7;
        border-bottom: none; }
        .c-nav ul li a:hover {
          border-bottom: none;
          text-decoration: underline; }

.c-nav--main {
  font-size: 18px;
  background-color: #007d71; }
  @media (max-width: 500px) {
    .c-nav--main {
      display: none; } }

.c-nav--sub {
  font-size: 14px;
  background-color: #00635a; }

.c-nav-aside {
  position: fixed;
  top: 45px;
  left: -80%;
  height: 100%;
  width: 70%;
  background-color: #009688;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: left 0.4s ease-in-out; }
  .c-nav-aside ul {
    width: 100%; }
    .c-nav-aside ul li {
      padding: 0.5em 0;
      padding-left: 10px;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
      .c-nav-aside ul li:first-of-type {
        border-top: none; }
      .c-nav-aside ul li:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1); }
      .c-nav-aside ul li a {
        color: white; }
  .c-nav-aside ul ul {
    padding-left: 1.5em; }

.c-nav-aside--open {
  left: 0%; }

/* --------------- *\
    ^Lists
\* --------------- */
.c-list--dash li {
  margin-bottom: 0.5em; }
  .c-list--dash li:before {
    content: "-";
    position: absolute;
    left: -0.7em; }

.c-list--inline li {
  display: inline; }
  .c-list--inline li:not(:last-of-type):after {
    content: ","; }

.c-list-columns {
  -webkit-columns: 4;
  -moz-columns: 4;
  -ms-columns: 4;
  -o-columns: 4;
  columns: 4;
  /*@include responsive(palm) {
      @include prefix(columns, 1);
  }*/ }
  @media (max-width: 1024px) {
    .c-list-columns {
      -webkit-columns: 2;
      -moz-columns: 2;
      -ms-columns: 2;
      -o-columns: 2;
      columns: 2; } }

/* --------------- *\
    ^Sections
\* --------------- */
.c-banner {
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
  background-position-y: 93px;
  background-position-x: center; }
  .c-banner:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 1024px) {
    .c-banner {
      background-attachment: scroll;
      background-position-y: top; } }
  .c-banner:before {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    content: " "; }

.c-banner--about {
  background-image: url("../img/bg/about-l5.jpg");
  background-position: 50% 0px;
  min-height: calc(100% - 40px); }
  .c-banner--about:before {
    background-color: transparent; }
  @media (max-height: 800px) {
    .c-banner--about {
      background-position-y: 40px; } }
  @media (max-height: 600px) {
    .c-banner--about {
      background-position-y: 80px; } }
  @media (max-width: 500px) {
    .c-banner--about {
      background-position: 80% 0px; } }

.c-banner--vind {
  background-image: url("../img/bg/vindkraftig.png");
  background-position-x: center; }

.c-banner--studyfocus {
  background-image: url("../img/bg/studyfocus.png");
  background-position: center left; }

.c-banner--wordpress {
  background-image: url("../img/bg/wordpress.png"); }

.c-banner--totaltid {
  background-image: url("../img/bg/totaltid.png");
  background-position-x: right; }

.c-banner--harjedalstorget {
  background-image: url("../img/bg/harjedalstorget.png"); }

.c-banner--CSVIP {
  background-image: url("../img/bg/csvip.png"); }

.c-banner--squadserver {
  background-image: url("../img/bg/squadserver.jpg"); }

.c-banner--cmswaaquum {
  background-image: url("../img/bg/CMSwaaquum.png"); }

.c-banner--summary {
  background-color: #333333;
  color: white; }

.c-box {
  background-color: white; }
  @media (max-width: 1024px) {
    .c-box {
      background-color: rgba(255, 255, 255, 0.9); } }

.c-info-box {
  display: inline-block;
  padding: 10px;
  margin-top: 10px;
  background-color: rgba(0, 150, 136, 0.1); }
  .c-info-box:after {
    content: "";
    display: table;
    clear: both; }

.c-info-box--full {
  width: 100%;
  display: block; }

/*
|--------------------------------------------------------
| Trumps
|--------------------------------------------------------
|
| Highest specificity, should always evaluate
|
*/
.is--white {
  color: #f7f7f7; }

.is--hidden {
  display: none; }

/* --------------- *\
    Hacks
\* --------------- */
.h-no-color {
  color: inherit; }

/* --------------- *\
    Media queries
\* --------------- */
@media screen and (min-width: 500px) {
  .is--palm {
    display: none; } }

/*# sourceMappingURL=bootstrap.css.map */
