/* FONTS */
/* COLOURS */
/* MISC */
/* ANIMATIONS */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0 0 0.67em;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*!
 * Fluidable Grid System 1.4.1
 *
 * Creator: Andri Sigurðsson
 * Site: http://fluidable.com
 * Date: 14.11.2017
 */
.center-block {
  margin: 0 auto;
}
.clear:after {
  display: table;
  clear: both;
  content: " ";
}
[class*="col-fixed-"] {
  float: left;
  width: 100%;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
}
.col-group {
  margin-right: -15px;
  margin-left: -15px;
}
.col-group:after {
  display: table;
  clear: both;
  content: " ";
}
.col-group .col-group {
  padding: 0;
}
.col-group [class*="col-"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-group [class*="col-"]:not(.col-group):not(.col-content) {
  padding-right: 15px;
  padding-left: 15px;
}
.col-group [class*="push-"],
.col-group [class*="pull-"] {
  position: relative;
}
.col-mb-12 {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-11 {
  width: 91.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-10 {
  width: 83.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-9 {
  width: 75%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-8 {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-7 {
  width: 58.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-6 {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-5 {
  width: 41.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-4 {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-3 {
  width: 25%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-1 {
  width: 8.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-offset-12 {
  margin-left: 100%;
}
.col-mb-offset-11 {
  margin-left: 91.66666667%;
}
.col-mb-offset-10 {
  margin-left: 83.33333333%;
}
.col-mb-offset-9 {
  margin-left: 75%;
}
.col-mb-offset-8 {
  margin-left: 66.66666667%;
}
.col-mb-offset-7 {
  margin-left: 58.33333333%;
}
.col-mb-offset-6 {
  margin-left: 50%;
}
.col-mb-offset-5 {
  margin-left: 41.66666667%;
}
.col-mb-offset-4 {
  margin-left: 33.33333333%;
}
.col-mb-offset-3 {
  margin-left: 25%;
}
.col-mb-offset-2 {
  margin-left: 16.66666667%;
}
.col-mb-offset-1 {
  margin-left: 8.33333333%;
}
.col-mb-offset-0 {
  margin-left: 0%;
}
.col-mb-pull-12 {
  right: 100%;
}
.col-mb-pull-11 {
  right: 91.66666667%;
}
.col-mb-pull-10 {
  right: 83.33333333%;
}
.col-mb-pull-9 {
  right: 75%;
}
.col-mb-pull-8 {
  right: 66.66666667%;
}
.col-mb-pull-7 {
  right: 58.33333333%;
}
.col-mb-pull-6 {
  right: 50%;
}
.col-mb-pull-5 {
  right: 41.66666667%;
}
.col-mb-pull-4 {
  right: 33.33333333%;
}
.col-mb-pull-3 {
  right: 25%;
}
.col-mb-pull-2 {
  right: 16.66666667%;
}
.col-mb-pull-1 {
  right: 8.33333333%;
}
.col-mb-pull-0 {
  right: 0%;
}
.col-mb-push-12 {
  left: 100%;
}
.col-mb-push-11 {
  left: 91.66666667%;
}
.col-mb-push-10 {
  left: 83.33333333%;
}
.col-mb-push-9 {
  left: 75%;
}
.col-mb-push-8 {
  left: 66.66666667%;
}
.col-mb-push-7 {
  left: 58.33333333%;
}
.col-mb-push-6 {
  left: 50%;
}
.col-mb-push-5 {
  left: 41.66666667%;
}
.col-mb-push-4 {
  left: 33.33333333%;
}
.col-mb-push-3 {
  left: 25%;
}
.col-mb-push-2 {
  left: 16.66666667%;
}
.col-mb-push-1 {
  left: 8.33333333%;
}
.col-mb-push-0 {
  left: 0%;
}
@media (min-width: 768px) {
  .container {
    max-width: 708px;
    margin: 0 auto;
  }
  .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
  }
  .col-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66666667%;
    float: left;
  }
  .col-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333333%;
    float: left;
  }
  .col-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    float: left;
  }
  .col-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667%;
    float: left;
  }
  .col-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333333%;
    float: left;
  }
  .col-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .col-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
    float: left;
  }
  .col-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    float: left;
  }
  .col-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
  }
  .col-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66666667%;
    float: left;
  }
  .col-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333333%;
    float: left;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
  .col-pull-12 {
    right: 100%;
  }
  .col-pull-11 {
    right: 91.66666667%;
  }
  .col-pull-10 {
    right: 83.33333333%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-8 {
    right: 66.66666667%;
  }
  .col-pull-7 {
    right: 58.33333333%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-5 {
    right: 41.66666667%;
  }
  .col-pull-4 {
    right: 33.33333333%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-2 {
    right: 16.66666667%;
  }
  .col-pull-1 {
    right: 8.33333333%;
  }
  .col-pull-0 {
    right: 0%;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-push-11 {
    left: 91.66666667%;
  }
  .col-push-10 {
    left: 83.33333333%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-8 {
    left: 66.66666667%;
  }
  .col-push-7 {
    left: 58.33333333%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-5 {
    left: 41.66666667%;
  }
  .col-push-4 {
    left: 33.33333333%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-2 {
    left: 16.66666667%;
  }
  .col-push-1 {
    left: 8.33333333%;
  }
  .col-push-0 {
    left: 0%;
  }
  .col-group {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
  }
  .col-group:after {
    display: table;
    clear: both;
    content: " ";
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
  .col-dt-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
  }
  .col-dt-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66666667%;
    float: left;
  }
  .col-dt-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333333%;
    float: left;
  }
  .col-dt-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    float: left;
  }
  .col-dt-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667%;
    float: left;
  }
  .col-dt-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333333%;
    float: left;
  }
  .col-dt-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .col-dt-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
    float: left;
  }
  .col-dt-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    float: left;
  }
  .col-dt-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
  }
  .col-dt-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66666667%;
    float: left;
  }
  .col-dt-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333333%;
    float: left;
  }
  .col-dt-offset-12 {
    margin-left: 100%;
  }
  .col-dt-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-dt-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-dt-offset-9 {
    margin-left: 75%;
  }
  .col-dt-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-dt-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-dt-offset-6 {
    margin-left: 50%;
  }
  .col-dt-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-dt-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-dt-offset-3 {
    margin-left: 25%;
  }
  .col-dt-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-dt-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-dt-offset-0 {
    margin-left: 0%;
  }
  .col-dt-pull-12 {
    right: 100%;
  }
  .col-dt-pull-11 {
    right: 91.66666667%;
  }
  .col-dt-pull-10 {
    right: 83.33333333%;
  }
  .col-dt-pull-9 {
    right: 75%;
  }
  .col-dt-pull-8 {
    right: 66.66666667%;
  }
  .col-dt-pull-7 {
    right: 58.33333333%;
  }
  .col-dt-pull-6 {
    right: 50%;
  }
  .col-dt-pull-5 {
    right: 41.66666667%;
  }
  .col-dt-pull-4 {
    right: 33.33333333%;
  }
  .col-dt-pull-3 {
    right: 25%;
  }
  .col-dt-pull-2 {
    right: 16.66666667%;
  }
  .col-dt-pull-1 {
    right: 8.33333333%;
  }
  .col-dt-pull-0 {
    right: 0%;
  }
  .col-dt-push-12 {
    left: 100%;
  }
  .col-dt-push-11 {
    left: 91.66666667%;
  }
  .col-dt-push-10 {
    left: 83.33333333%;
  }
  .col-dt-push-9 {
    left: 75%;
  }
  .col-dt-push-8 {
    left: 66.66666667%;
  }
  .col-dt-push-7 {
    left: 58.33333333%;
  }
  .col-dt-push-6 {
    left: 50%;
  }
  .col-dt-push-5 {
    left: 41.66666667%;
  }
  .col-dt-push-4 {
    left: 33.33333333%;
  }
  .col-dt-push-3 {
    left: 25%;
  }
  .col-dt-push-2 {
    left: 16.66666667%;
  }
  .col-dt-push-1 {
    left: 8.33333333%;
  }
  .col-dt-push-0 {
    left: 0%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
    margin: 0 auto;
  }
  .col-ld-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
  }
  .col-ld-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66666667%;
    float: left;
  }
  .col-ld-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333333%;
    float: left;
  }
  .col-ld-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    float: left;
  }
  .col-ld-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667%;
    float: left;
  }
  .col-ld-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333333%;
    float: left;
  }
  .col-ld-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .col-ld-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
    float: left;
  }
  .col-ld-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    float: left;
  }
  .col-ld-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
  }
  .col-ld-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66666667%;
    float: left;
  }
  .col-ld-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333333%;
    float: left;
  }
  .col-ld-offset-12 {
    margin-left: 100%;
  }
  .col-ld-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ld-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ld-offset-9 {
    margin-left: 75%;
  }
  .col-ld-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ld-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ld-offset-6 {
    margin-left: 50%;
  }
  .col-ld-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ld-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ld-offset-3 {
    margin-left: 25%;
  }
  .col-ld-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ld-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ld-offset-0 {
    margin-left: 0%;
  }
  .col-ld-pull-12 {
    right: 100%;
  }
  .col-ld-pull-11 {
    right: 91.66666667%;
  }
  .col-ld-pull-10 {
    right: 83.33333333%;
  }
  .col-ld-pull-9 {
    right: 75%;
  }
  .col-ld-pull-8 {
    right: 66.66666667%;
  }
  .col-ld-pull-7 {
    right: 58.33333333%;
  }
  .col-ld-pull-6 {
    right: 50%;
  }
  .col-ld-pull-5 {
    right: 41.66666667%;
  }
  .col-ld-pull-4 {
    right: 33.33333333%;
  }
  .col-ld-pull-3 {
    right: 25%;
  }
  .col-ld-pull-2 {
    right: 16.66666667%;
  }
  .col-ld-pull-1 {
    right: 8.33333333%;
  }
  .col-ld-pull-0 {
    right: 0%;
  }
  .col-ld-push-12 {
    left: 100%;
  }
  .col-ld-push-11 {
    left: 91.66666667%;
  }
  .col-ld-push-10 {
    left: 83.33333333%;
  }
  .col-ld-push-9 {
    left: 75%;
  }
  .col-ld-push-8 {
    left: 66.66666667%;
  }
  .col-ld-push-7 {
    left: 58.33333333%;
  }
  .col-ld-push-6 {
    left: 50%;
  }
  .col-ld-push-5 {
    left: 41.66666667%;
  }
  .col-ld-push-4 {
    left: 33.33333333%;
  }
  .col-ld-push-3 {
    left: 25%;
  }
  .col-ld-push-2 {
    left: 16.66666667%;
  }
  .col-ld-push-1 {
    left: 8.33333333%;
  }
  .col-ld-push-0 {
    left: 0%;
  }
}
.col-fixed-hd,
.col-fixed-landscape,
.col-fixed-square,
.col-fixed-portrait {
  position: relative;
}
.col-fixed-hd:before,
.col-fixed-landscape:before,
.col-fixed-square:before,
.col-fixed-portrait:before {
  content: "";
  display: block;
}
.col-fixed-hd .col-content,
.col-fixed-landscape .col-content,
.col-fixed-square .col-content,
.col-fixed-portrait .col-content {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  padding: 0;
}
.col-fixed-hd:before {
  margin-top: 56.25%;
}
.col-fixed-landscape:before {
  margin-top: 75%;
}
.col-fixed-square:before {
  margin-top: 100%;
}
.col-fixed-portrait:before {
  margin-top: 133.33333333%;
}
/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: 'Helvetica Neue', 'Helvetica', Arial, serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: 'Helvetica Neue', 'Helvetica', Arial, serif;
  margin-bottom: 0;
  line-height: 1.5rem;
}
h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
}
h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
}
h3 {
  font-size: 1.414rem;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.47133333rem;
}
h6 {
  font-size: 0.3535rem;
}
/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 24px;
}
/* Code blocks */
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
}
/* Hug a the block above you */
.hug {
  margin-top: 0;
}
@keyframes upAndDown {
  0% {
    bottom: 100px;
  }
  50% {
    bottom: 120px;
  }
  100% {
    bottom: 100px;
  }
}
@keyframes upAndDownSmall {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 10px;
  }
}
.btn {
  text-decoration: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 14px 60px 14px 30px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, serif;
  position: relative;
  overflow: hidden;
}
.btn:hover {
  background: #000;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
}
.btn:disabled {
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
}
.btn:disabled::after {
  opacity: 0.4;
}
.btn:disabled:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn:disabled:hover::after {
  right: 20px;
}
.clean-btn {
  border: 0px;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.clean-btn:hover {
  opacity: 0.7;
}
.clean-btn span {
  opacity: 0.5;
}
.clean-btn span.active {
  opacity: 1;
}
.clean-btn:focus {
  outline: none;
}
.main-content {
  position: relative;
  z-index: 1;
}
.main-content .logo-inner {
  cursor: pointer;
  transition: all 0.25s ease;
}
.main-content .logo-inner img {
  width: 120px;
}
.main-content .logo-inner:hover {
  opacity: 0.7;
}
video#bgvid {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.content--home {
  padding: 2vw;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: 0.25s ease;
  opacity: 0.2;
  display: none;
}
.content--home.active {
  opacity: 1;
}
.content--home .play-video {
  color: #000;
  position: absolute;
  top: 2vw;
  left: 2vw;
  z-index: 2;
}
.content--home .time {
  color: #000;
  position: absolute;
  top: 2vw;
  font-size: 21px;
  font-weight: 600;
  right: 2vw;
  z-index: 2;
}
.content--home .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content--home .logo img {
  width: 200px;
}
.content--home .mute-sound {
  color: #000;
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  z-index: 2;
}
.content--home .main-menu {
  position: absolute;
  top: 30%;
  right: 10%;
  transition: 0.5s all ease;
}
.content--home .main-menu.active {
  opacity: 1;
}
.content--home .main-menu.left {
  width: 40%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content--home .main-menu.right {
  width: 40%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content--home .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.content--home .main-menu ul li {
  display: inline-block;
}
.content--home .main-menu ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  line-height: 3vw;
}
.content--home .main-menu ul li a:hover {
  opacity: 0.7;
}
.content--home .contacts-menu {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  transition: 0.5s all ease;
}
.content--home .contacts-menu.active {
  opacity: 1;
}
.content--home .contacts-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content--home .contacts-menu ul li {
  display: block;
}
.content--home .contacts-menu ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.content--home .contacts-menu ul li a:hover {
  opacity: 0.7;
}
.content--home2 {
  height: 100vh;
  width: 100%;
}
.content--home2 .menu-label {
  background-image: url(../img/label2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 50px;
}
@media all and (max-width: 767px) {
  .content--home2 .menu-label {
    right: 0px;
  }
}
.content--home2 .menu-label .time {
  font-weight: bold;
  font-size: 26px;
  position: absolute;
  top: 440px;
  left: 20px;
}
.content--home2 .menu-label .mute-sound {
  font-weight: bold;
  font-size: 13px;
  text-transform: lowercase;
  position: absolute;
  top: 218px;
  left: 160px;
}
.content--home2 .menu-label .mute-sound span {
  opacity: 1;
  font-weight: normal;
}
.content--home2 .menu-label .mute-sound span.bold {
  font-weight: bold;
}
.content--home2 .menu-label .play-video {
  font-weight: bold;
  font-size: 13px;
  text-transform: lowercase;
  position: absolute;
  top: 218px;
  left: 10px;
}
.content--home2 .menu-label .play-video span {
  opacity: 1;
  font-weight: normal;
}
.content--home2 .menu-label .play-video span.bold {
  font-weight: bold;
}
.content--home2 .menu-label .main-menu {
  height: 100%;
}
.content--home2 .menu-label .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.content--home2 .menu-label .main-menu ul li {
  padding-bottom: 0px;
  line-height: 14px;
  position: absolute;
  top: 0px;
  left: 300px;
}
.content--home2 .menu-label .main-menu ul li.menu--about {
  top: 10px;
  left: 10px;
}
.content--home2 .menu-label .main-menu ul li.menu--news {
  top: 10px;
  left: 170px;
}
.content--home2 .menu-label .main-menu ul li.menu--collections {
  top: 54px;
  left: 10px;
}
.content--home2 .menu-label .main-menu ul li.menu--archive {
  top: 98px;
  left: 10px;
}
.content--home2 .menu-label .main-menu ul li.menu--snack-store {
  top: 142px;
  left: 10px;
}
.content--home2 .menu-label .main-menu ul li.menu--radio {
  top: 142px;
  left: 160px;
}
.content--home2 .menu-label .main-menu ul li.menu--socials {
  top: 170px;
  left: 160px;
}
.content--home2 .menu-label .main-menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.25s ease;
}
.content--home2 .menu-label .main-menu ul li a:hover {
  color: #ccc;
}
.content--socials {
  background: #fff;
  color: #000;
  width: 100vw;
  height: 100vh;
  padding: 2vw;
}
.content--socials .contacts-menu {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content--socials .contacts-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content--socials .contacts-menu ul li {
  text-align: center;
}
.content--socials .contacts-menu ul li a {
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.25s ease;
  display: block;
  padding: 10px 0;
}
.content--socials .contacts-menu ul li a:hover {
  opacity: 0.7;
}
.content--collections {
  background: #fff;
  color: #000;
  width: 100vw;
  min-height: 100vh;
  padding: 2vw;
}
.content--collections .collection-list {
  margin-top: 50px;
  position: relative;
}
.content--collections .collection-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.content--collections .collection-list ul li {
  display: block;
}
.content--collections .collection-list ul li a,
.content--collections .collection-list ul li div {
  padding: 0px 0px 300px;
}
.content--collections .collection-list ul li a {
  color: #000;
  text-decoration: none;
  transition: 0.25s ease;
  display: block;
}
.content--collections .collection-list ul li a:hover {
  color: #000;
}
.content--collections .collection-list ul li div {
  color: gray;
  text-decoration: none;
  transition: 0.25s ease;
  display: block;
}
.content--collections .collection-list--images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.content--collection {
  background: #fff;
  color: #000;
  width: 100vw;
  min-height: 100vh;
  padding: 2vw;
}
.content--collection.collection-01 {
  background-color: #FCFDF3;
}
.content--collection .col-01 {
  margin-top: 60px;
}
.content--collection .col-01 .title {
  font-size: 48px;
}
.content--collection .col-01 .year {
  text-align: right;
  font-size: 36px;
}
.content--collection .col-01 img {
  max-width: 100%;
  display: block;
}
.content--collection .col-01 .col-nav {
  margin-top: 200px;
}
.content--collection .col-01 .col-nav .collection-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content--collection .col-01 .col-nav .collection-menu ul li {
  padding-bottom: 10px;
}
.content--collection .col-01 .col-nav .collection-menu ul li a {
  font-size: 24px;
  color: #F8951D;
  text-decoration: none;
  font-weight: bold;
  transition: 0.25s ease;
}
.content--collection .col-01 .col-nav .collection-menu ul li a:hover {
  opacity: 0.7;
}
.content--collection .col-01 #statement p {
  color: #565755;
  font-weight: bold;
}
.content--collection .col-01 #video {
  margin-top: 100px;
}
.content--collection .col-01 #video #col-video {
  width: 100%;
}
.content--collection .col-01 #video .credits {
  margin-top: 50px;
  font-weight: bold;
}
.collection-01-media {
  background: #FCFDF3;
  color: #565755;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
}
.collection-01-media img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.content--about {
  background: #fff;
  color: #000;
  width: 100vw;
  min-height: 100vh;
  padding: 2vw;
  height: 100%;
}
.content--about .about-menu {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
  font-size: 24px;
}
.content--about .about-menu li {
  display: inline-block;
}
.content--about .about-menu li a {
  color: #000;
  text-decoration: none;
}
.content--about .about-menu li a:hover {
  color: blue;
}
.content--about .about-text {
  margin-top: 30px;
  margin-bottom: 400px;
  position: relative;
}
.content--about .about-text .audio-player {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.content--about .about-text .audio-player .villa {
  max-width: 100%;
  position: relative;
}
.content--about .about-text .audio-player .play-audio {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}
.content--about .about-text.center {
  text-align: center;
}
.content--about .about-text p {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 44px;
  font-weight: normal;
  font-family: 'Libre Baskerville', serif;
  position: relative;
  z-index: 1;
}
.content--about .about-text p.subtitle {
  font-style: italic;
  font-size: 18px;
}
.content--about .about-text p.title {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, serif;
  font-size: 32px;
  margin-top: 0px;
  font-weight: bold;
}
.content--about .about-text p span {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, serif;
}
.content--about .about-text p.main {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
  font-size: 16px;
  text-transform: none;
  text-align: left;
}
.content--about .about-text p.poem {
  max-width: 600px;
  width: 100%;
  margin: 100px auto 0;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}
.content--about .about-text--images {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content--about .about-text--images img {
  opacity: 0;
  transition: 0.25s ease;
  position: absolute;
}
.content--about .about-text--images img.active {
  opacity: 1;
}
.content--about .about-text--images .img1 {
  width: 50vw;
  top: 5vh;
  right: 5%;
}
.content--about .about-text--images .img2 {
  width: 40vw;
  top: 40vh;
  right: 50%;
}
.content--about .about-text--images .img3 {
  width: 30vw;
  top: 75vh;
  left: 40%;
}
.content--about .about-text--images .img4 {
  width: 40vw;
  top: 130vh;
  left: 40%;
}
.content--archive {
  color: #000;
  width: 100vw;
  min-height: 100vh;
  padding: 2vw;
  height: 100%;
}
.content--archive .map {
  width: 100%;
}
.content--news {
  background: #fff;
  color: #000;
  width: 100vw;
  height: 100vh;
  padding: 2vw;
}
.content--news .progress {
  font-family: monospace;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 36px;
}
.news-special.dark {
  background-color: #000;
  transition: 10s ease;
}
.news-special.dark .about-text {
  color: #fff;
  transition: 10s ease;
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
  background: transparent;
  overflow-x: hidden;
  background: #fff;
  color: #000;
}
.main {
  min-height: 100vh;
}
input,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-only {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.desktop-only {
  display: block;
  visibility: visible;
  opacity: 1;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.relative {
  position: relative;
}
.line-height {
  line-height: 0;
}
.top-100 {
  width: 100%;
  height: 100px;
  background: transparent;
  margin: 0;
  padding: 0;
}
.top-50 {
  width: 100%;
  height: 50px;
  background: transparent;
  margin: 0;
  padding: 0;
}
.top-30 {
  width: 100%;
  height: 30px;
  background: transparent;
  margin: 0;
  padding: 0;
}
.top-10 {
  width: 100%;
  height: 10px;
  background: transparent;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  body {
    width: 100%;
  }
  .mobile-only {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .desktop-only {
    display: none !important;
    visibility: hidden;
    opacity: 0;
  }
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
