@charset "UTF-8";
/*! bem-constructor - version : 0.9.0 - 2015-06-21 */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
* Establish a vertical rhythm unit using $base-font-size, $base-line-height,
* and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
* body `font-size` is set using `em` units.
*/
html {
  font-size: 106.25%;
  line-height: 1.5;
}

/**
* 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 */
  *display: inline;
  *zoom: 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.
*/
[hidden] {
  display: none;
}

/**
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
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;
}

/**
* Set 1 unit of vertical rhythm on the top and bottom margin.
*/
blockquote {
  margin: 1.5 40px;
}

/**
* 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 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 1.88235em;
  line-height: 1.07813em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h2 {
  font-size: 1.41176em;
  line-height: 1.0625em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h3 {
  font-size: 1.29412em;
  line-height: 1.09091em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h4 {
  font-size: 1.11765em;
  line-height: 1.10526em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h5 {
  font-size: 1em;
  line-height: 1.14706em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

h6 {
  font-size: 0.88235em;
  line-height: 1.1em;
  margin-top: 1.5;
  margin-bottom: 1.5;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Set 1 unit of vertical rhythm on the top and bottom margin.
*/
p,
pre {
  margin: 1.5 0;
}

/**
* 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;
}

/* Lists
========================================================================== */
/**
* Address margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
  margin: 1.5 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
* Address paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
* Correct list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
* 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: 1.5 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  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.
*/
/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
  margin: 0;
}

/**
* 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.
* 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
* 5. Improve appearance and consistency with IE 6/7.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
* 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.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
* 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.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
* 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 */
  box-sizing: content-box;
  /* 2 */
  /**
  * 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 {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.05882em;
  border-top-style: solid;
  padding-top: -0.02794em;
  border-bottom-width: 0.05882em;
  border-bottom-style: solid;
  padding-bottom: -0.00147em;
  border-left-width: 0.05882em;
  border-left-style: solid;
  padding-left: -0.00368em;
  border-right-width: 0.05882em;
  border-right-style: solid;
  padding-right: -0.00368em;
}

/**
* 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.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
* 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;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a,
a:hover {
  color: #000;
}

img {
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #000;
  border: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}

body {
  font-family: Century Gothic, CenturyGothic, Muli, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Century Gothic, CenturyGothic, Muli, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-light {
  font-weight: 300;
}

.text-bold {
  font-weight: 700;
}

.text-regular {
  font-weight: 400;
}

.text-underline {
  text-decoration: underline;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

ul.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.text-light {
  color: #949599;
}

.text-small {
  font-size: 0.82em;
}

.content {
  padding-top: 72px;
}
@media screen and (min-width: 752px) {
  .content {
    padding-top: 140px;
  }
}

body.menu-opened {
  overflow: hidden;
}

#slidesNumber {
  letter-spacing: 3px;
}

/* Base container properties */
.container, .container-fluid, .container-full, .container-fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Base column properties */
.col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  min-height: 1px;
  float: left;
}

/* Set box-sizing */
.container,
.row,
.row:after,
.row:before {
  box-sizing: border-box;
}

/* Container */
.container {
  max-width: 752px;
}
.container-full {
  padding-left: 0;
  padding-right: 0;
}
.container-fixed {
  width: 1161px;
}
@media screen and (min-width: 972px) {
  .container {
    max-width: 972px;
  }
}
@media screen and (min-width: 1131px) {
  .container {
    max-width: 1131px;
  }
}

/* Clearfix & box-model + list-style reset for ul support */
.row {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: -7.5px;
  margin-right: -7.5px;
  /* Nested grid */
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row > .row {
  clear: none;
  float: left;
  margin: 0 !important;
}
.row.is-flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.is-flex-row [class*=“col-“] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* Generate columns */
@media screen and (min-width: 0) {
  .col-xs-0 {
    width: 0%;
  }

  .col-xs-push-0 {
    left: 0%;
  }

  .col-xs-pull-0 {
    right: 0%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-push-1 {
    left: 8.33333%;
  }

  .col-xs-pull-1 {
    right: 8.33333%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-push-2 {
    left: 16.66667%;
  }

  .col-xs-pull-2 {
    right: 16.66667%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-push-4 {
    left: 33.33333%;
  }

  .col-xs-pull-4 {
    right: 33.33333%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-push-5 {
    left: 41.66667%;
  }

  .col-xs-pull-5 {
    right: 41.66667%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-push-7 {
    left: 58.33333%;
  }

  .col-xs-pull-7 {
    right: 58.33333%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-push-8 {
    left: 66.66667%;
  }

  .col-xs-pull-8 {
    right: 66.66667%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-push-10 {
    left: 83.33333%;
  }

  .col-xs-pull-10 {
    right: 83.33333%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-push-11 {
    left: 91.66667%;
  }

  .col-xs-pull-11 {
    right: 91.66667%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 752px) {
  .col-sm-0 {
    width: 0%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 972px) {
  .col-md-0 {
    width: 0%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1131px) {
  .col-lg-0 {
    width: 0%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20000;
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  font-weight: bold;
  color: #A9AAAC;
}
.c-header a {
  /*color: #A9AAAC;
  text-decoration: none;*/
}
.project-display .c-header {
  background: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 752px) {
  .c-header {
    height: 82px;
    line-height: 82px;
    -moz-transition: width 0s ease 0s;
    -o-transition: width 0s ease 0s;
    -webkit-transition: width 0s ease;
    -webkit-transition-delay: 0s;
    transition: width 0s ease 0s;
  }
  .menu-opened .c-header {
    -moz-transition: width 0s ease 0.5s;
    -o-transition: width 0s ease 0.5s;
    -webkit-transition: width 0s ease;
    -webkit-transition-delay: 0.5s;
    transition: width 0s ease 0.5s;
    width: 50%;
  }
}
.c-header__logo {
  transition: opacity 0.5s ease, color 3s ease;
  font-size: 14px !important;
}
@media screen and (min-width: 972px) {
  .c-header__logo {
    font-size: 18px !important;
  }
}
.menu-opened .c-header__logo {
  opacity: 0;
}
.c-header__container {
  position: absolute;
  left: 15%;
  width: 85%;
  height: 70px;
  padding: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
@media screen and (min-width: 752px) {
  .c-header__container {
    position: relative;
    left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.menu-opened .c-header__container {
  opacity: 0;
}
.c-header__menu-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 15%;
  height: 70px;
  z-index: 2;
  text-align: center;
  transition: left 0.5s ease, stroke 1s ease;
}
.c-header__menu-button path, .c-header__menu-button polygon {
  transition: stroke 3s ease;
}
.c-header__menu-button--white path, .c-header__menu-button--white polygon {
  stroke: white;
}
.c-header__menu-button svg {
  width: 30px;
  height: 41px;
  position: relative;
  top: 15px;
}
@media screen and (min-width: 752px) {
  .c-header__menu-button svg {
    width: 41px;
    top: 18px;
  }
}
.menu-opened .c-header__menu-button {
  left: 85%;
}
.menu-opened .c-header__menu-button path {
  stroke: white !important;
}
@media screen and (min-width: 752px) {
  .c-header__menu-button {
    width: 82px;
    height: 82px;
  }
  .menu-opened .c-header__menu-button {
    left: 0%;
  }
  .menu-opened .c-header__menu-button path {
    stroke: #000000 !important;
  }
}
.c-header--fixed {
  position: fixed;
  top: -82px;
  background-color: white !important;
  transition: top 0.8s ease, background-color 0.8s ease, border-color 0.8s ease;
}
.c-header--fixed.is-open {
  top: 0;
}
.c-header--fixed.is-force-open {
  top: 0;
}
.menu-opened .c-header--fixed {
  background-color: transparent;
  border-color: transparent;
}
.c-header--fixed > .c-header__logo {
  position: absolute;
  top: 0;
  right: 20px;
}
.c-header__languages {
  text-transform: capitalize;
  font-size: 14px;
  margin: 20px 0 20px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 15px 0;
  width: 30%;
  display: none;
  transition: all 0.25s ease;
}
.menu-opened .c-header__languages {
  opacity: 1;
}
.c-header__languages a.is-active {
  font-weight: bold;
}
.c-header__languages--white a {
  color: white;
}
@media screen and (min-width: 752px) {
  .c-header__languages {
    opacity: 0;
    display: block;
    position: absolute;
    width: auto;
    font-size: 16px;
    border: 0;
    top: 0;
    left: 85px;
    padding: 0;
    margin: 0;
  }
}
.c-header__languages a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}
.c-footer {
  border-top: 1px solid black;
  padding: 10px 0 15px 0;
  margin-top: 60px;
}
@media screen and (min-width: 752px) {
  .c-footer {
    margin-top: 140px;
    padding: 0;
    padding-bottom: 20px;
    border: 0;
  }
}
.c-footer__logo {
  margin-top: 22px;
  margin-bottom: 22px;
  display: inline-block;
}
@media screen and (min-width: 972px) {
  .c-footer__logo {
    display: inline;
    margin: 0;
  }
}
.page-pages-display-home .c-footer {
  display: none;
}
.c-news-box {
  display: block;
  position: relative;
  text-decoration: none;
  padding-top: 30px;
}
@media screen and (min-width: 752px) {
  .c-news-box {
    /*height: 400px;*/
  }
}
.c-news-box__image {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  background: #dddddd;
  overflow: hidden;
  margin-bottom: 10px;
}
.c-news-box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-news-box__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.c-news-box__date {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #949599;
}
.c-news-box__content {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  color: #626262;
}
@media screen and (min-width: 752px) {
  .c-news-box:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #626262;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
.c-news-box--no-border:before {
  display: none;
}
.c-news-box--inversed:before {
  bottom: 0px;
  top: auto;
}
.c-project-box {
  display: block;
  position: relative;
  text-decoration: none;
  margin-top: 30px;
}
@media screen and (min-width: 752px) {
  .c-project-box {
    height: 380px;
  }
}
.c-project-box__image {
  position: relative;
  padding-bottom: 66.8%;
  height: 0;
  background: #dddddd;
  overflow: hidden;
}
.c-project-box__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-project-box__image-gray {
  transition: transform 1s ease;
}
a:hover .c-project-box__image-gray {
  transform: scale(1.1);
}
.c-project-box__image-overlay {
  background: white;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-project-box__image-color {
  transition: opacity 0.5s ease, transform 1s ease;
  opacity: 0;
}
a:hover .c-project-box__image-color {
  opacity: 1;
  transform: scale(1.1);
}
.c-project-box__title {
  text-transform: lowercase;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #626262;
}
.c-team-box {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 70px;
}
.c-team-box--staff {
  margin-bottom: 70px;
}
.c-team-box--staff > .c-team-box__title {
  margin-top: 10px;
  font-size: 14px;
}
.c-team-box--staff > .c-team-box__subtitle {
  font-size: 12px;
}
.c-team-box__image {
  position: relative;
  padding-bottom: 57%;
  height: 0;
  overflow: hidden;
}
.c-team-box__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-team-box__title {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
.c-team-box__subtitle {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  color: #626262;
}
.c-social-links {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.c-social-links__item {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 752px) {
  .c-social-links__item {
    margin: 0 5px;
  }
}
.c-social-links a {
  text-transform: lowercase;
  color: #626262;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.c-breadcrumb {
  font-size: 18px;
  font-weight: normal;
  text-transform: lowercase;
  margin: 0px 0 30px 0;
  color: #949599;
}
@media screen and (min-width: 752px) {
  .c-breadcrumb {
    margin: 0px 0 30px 0;
  }
}
.c-breadcrumb > span {
  color: #000000;
}
.c-breadcrumb a {
  text-decoration: none;
  color: inherit;
}
.c-breadcrumb--header {
  font-size: 14px;
  text-transform: lowercase;
  width: 100%;
  display: none;
}
.c-breadcrumb--header > span {
  color: #949599;
}
@media screen and (min-width: 752px) {
  .c-breadcrumb--header {
    display: block;
  }
}
@media screen and (min-width: 972px) {
  .c-breadcrumb--header {
    font-size: 16px;
  }
}
.c-logo {
  color: #626262;
  font-size: 18px;
  font-weight: normal;
  text-transform: lowercase;
  text-decoration: none;
}
.c-logo > span {
  color: #626262;
}
.c-logo--white {
  color: white;
}
.c-logo--white > span {
  color: white;
}
.c-logo--small {
  font-size: 17px;
}
.c-logo--big {
  font-size: 24px;
}
.c-dl {
  font-size: 14px;
  margin-top: 0;
  overflow: hidden;
  *zoom: 1;
}
.c-dl__item {
  color: #626262;
  text-align: left;
  float: left;
  clear: both;
  width: 15%;
}
.c-dl__item a {
  color: #626262;
  text-decoration: none;
}
.c-dl__desc {
  color: #000000;
  margin: 0;
  text-align: left;
  float: left;
  width: 85%;
}
.c-dl__desc a {
  color: #000000;
  text-decoration: none;
}
.c-icon {
  color: #000000;
  text-decoration: none;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
}
.c-icon--small {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.c-icon--small svg {
  padding: 3px;
}
.c-icon--bordered {
  border: 2px solid #000000;
}
.c-icon--light {
  border-color: white;
  color: white;
}
.c-icon--light path, .c-icon--light polygon {
  stroke: white;
  fill: white;
}
.c-focus {
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.c-focus .scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
  opacity: 0.5;
}
.c-focus__image {
  width: 100%;
  height: 320px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 972px) {
  .c-focus__image {
    height: 560px;
  }
}
.c-focus__title {
  margin-top: 30px;
  margin-bottom: 0;
}
.c-focus__subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
}
.c-focus--big > .c-focus__image {
  height: 320px;
}
@media screen and (min-width: 752px) {
  .c-focus--big > .c-focus__image {
    height: 560px;
  }
}
@media screen and (min-width: 972px) {
  .c-focus--big > .c-focus__image {
    height: 900px;
  }
}
/* -------------------------- */
/* Push */
/* -------------------------- */
/*.intro-effect-push:not(.notrans) .header,
.intro-effect-push:not(.notrans) > .title,
.intro-effect-push:not(.notrans) .content > div {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.intro-effect-push:not(.notrans) .header {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

.intro-effect-push .codrops-demos a {
	color: #108576;
}

.intro-effect-push .header {
	position: absolute !important;
	z-index: 1500;
}

.intro-effect-push > .title {
	position: relative;
	top: auto;
	left: auto;
	padding: 6em 1em 2em;
}

.intro-effect-push > .title,
.intro-effect-push .content > div {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	opacity: 0;
}

.intro-effect-push.modify > .title,
.intro-effect-push.modify .content > div {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.intro-effect-push.modify .header {
	opacity: 0;
	-webkit-transform: translateY(-100%) scale(1);
	transform: translateY(-100%) scale(1);
}

/* Delays */
/*.intro-effect-push.modify:not(.notrans) > .title {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.intro-effect-push.modify:not(.notrans) .content > div {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}*/
.c-article__chapo {
  font-family: Century Gothic, CenturyGothic, Muli, sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 35px;
}
.c-article__image {
  text-align: center;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 752px) {
  .c-article__image {
    margin: 0 0 30px 0;
  }
}
.c-article__body {
  text-align: left;
  font-family: Century Gothic, CenturyGothic, Muli, sans-serif;
  color: #626262;
  font-size: 14px;
  margin-bottom: 90px;
  margin-top: 20px;
}
.c-article p img {
  max-width: 100%;
  display: block;
  margin: 60px auto;
}
.c-article h2 + p, .c-article h3 + p, .c-article h4 + p {
  margin-top: 30px;
}
.c-article h2 {
  color: #000000;
}
.c-article h2, .c-article h3 {
  margin: 30px auto 0 auto;
  font-size: 22px;
}
@media screen and (min-width: 0) {
  .c-article h2 {
    margin-left: -0px;
  }
}
@media screen and (min-width: 752px) {
  .c-article h2 {
    margin-left: -191px;
  }
}
@media screen and (min-width: 972px) {
  .c-article h2 {
    margin-left: -324px;
  }
}
@media screen and (min-width: 1131px) {
  .c-article h2 {
    margin-left: -378px;
  }
}
.c-article h2 + h3 {
  margin-top: 0;
}
.c-article h4 {
  margin: 30px auto 0 auto;
  font-size: 18px;
}
.c-article h4 + p {
  margin-top: 5px;
}
.c-article h1 {
  margin: 0px 0 35px 0;
}
@media screen and (min-width: 752px) {
  .c-article h1 {
    margin: 0px 0 60px 0;
  }
}
.c-article h1 > small {
  font-weight: normal;
  font-size: 20px;
}
.c-article hr {
  display: block;
  border: 0;
  height: 1px;
  width: 100%;
  background: #626262;
  margin: 60px auto 60px auto;
}
.c-article ul {
  list-style: square inside url("data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==");
}
.c-section {
  margin-bottom: 160px;
}
.c-section--small {
  margin-bottom: 60px;
}
.c-section:first-child h1:first-child {
  margin-top: 120px;
}
.c-menu {
  height: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s ease 0s, height 0s linear 0.5s, left 0.5s ease;
  -o-transition: opacity 0.5s ease 0s, height 0s linear 0.5s, left 0.5s ease;
  -webkit-transition: opacity 0.5s ease, height 0s linear, left 0.5s ease;
  -webkit-transition-delay: 0s, 0.5s, 0s;
  transition: opacity 0.5s ease 0s, height 0s linear 0.5s, left 0.5s ease;
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  background: white;
  padding: 0 3%;
  z-index: 10000;
  overflow: scroll;
}
@media screen and (min-width: 752px) {
  .c-menu {
    width: 100%;
    padding: 0 15%;
    left: 0;
    -moz-transition: opacity 0.5s ease 0s, height 0s linear 0.5s, left 0s ease;
    -o-transition: opacity 0.5s ease 0s, height 0s linear 0.5s, left 0s ease;
    -webkit-transition: opacity 0.5s ease, height 0s linear, left 0s ease;
    -webkit-transition-delay: 0s, 0.5s, 0s;
    transition: opacity 0.5s ease 0s, height 0s linear 0.5s, left 0s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    /*-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
  }
}
.c-menu.is-open {
  height: 100%;
  left: 0;
  opacity: 1;
  -moz-transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0.5s ease;
  -o-transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0.5s ease;
  -webkit-transition: opacity 0.5s ease, height 0s linear, left 0.5s ease;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0.5s ease;
}
@media screen and (min-width: 752px) {
  .c-menu.is-open {
    -moz-transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0s ease;
    -o-transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0s ease;
    -webkit-transition: opacity 0.5s ease, height 0s linear, left 0s ease;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0s ease;
  }
}
.c-menu__logo {
  margin: 20px 0 0 0;
  font-size: 14px;
}
@media screen and (min-width: 752px) {
  .c-menu__logo {
    margin-bottom: 80px;
    margin-top: -120px;
    font-size: 24px;
  }
}
.c-menu__languages {
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0 20px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 15px 0;
  width: 30%;
  display: block;
}
@media screen and (min-width: 752px) {
  .c-menu__languages {
    position: absolute;
    width: auto;
    font-size: 16px;
    border: 0;
    top: 30px;
    left: 100px;
    padding: 0;
    margin: 0;
  }
}
.c-menu__languages a {
  text-decoration: none;
}
.c-menu__social {
  text-align: left;
}
.c-menu__social > p {
  margin-bottom: 0;
}
@media screen and (min-width: 752px) {
  .c-menu__social {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: right;
    padding-right: 30px;
  }
}
.c-menu__nav-container {
  overflow: hidden;
  *zoom: 1;
  padding-top: 0;
  width: 100%;
}
@media screen and (min-width: 752px) {
  .c-menu__nav-container {
    padding-top: 0;
  }
}
.c-menu__nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 12px;
}
.c-menu__nav a {
  text-decoration: none;
}
.c-menu__nav-item {
  width: 100%;
  padding-bottom: 10px;
  margin-top: 18px;
  float: left;
  font-weight: normal;
  font-size: 22px;
  color: #000000;
  text-align: left;
}
@media screen and (min-width: 752px) {
  .c-menu__nav-item {
    margin-top: 0;
    width: 22%;
    margin-right: 3%;
    padding-bottom: 0;
    font-size: 22px;
  }
}
@media screen and (min-width: 752px) {
  .c-menu__nav-item:nth-child(n+5) {
    border-bottom: 0;
  }
}
.c-menu__subnav {
  padding: 0;
  margin: 0;
  margin-top: 0px;
  font-size: 18px;
  list-style-type: none;
}
@media screen and (min-width: 752px) {
  .c-menu__subnav {
    margin-top: 30px;
    font-size: 16px;
  }
}
.c-menu__subnav-item {
  font-weight: normal;
  margin-top: 5px;
}
.c-menu__subsubnav {
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style-type: none;
}
@media screen and (min-width: 752px) {
  .c-menu__subsubnav {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.c-menu__subsubnav-item {
  font-size: 18px;
}
.c-menu__subsubnav-item > a {
  color: #626262;
}
@media screen and (min-width: 752px) {
  .c-menu__subsubnav-item {
    font-size: 16px;
  }
}
.c-paginator {
  margin: 60px auto;
  text-align: center;
}
.c-paginator__item {
  display: inline-block;
  font-size: 17px;
  color: black;
  margin: 0 15px;
}
.c-paginator__item.is-active {
  color: #626262;
  text-decoration: underline;
}
.c-paginator__item a {
  text-decoration: none;
  color: black;
}
.c-map {
  width: 100%;
  height: 600px;
  margin: 0px auto 0 auto;
  background: #626262;
  position: relative;
}
@media screen and (min-width: 972px) {
  .c-map {
    height: 470px;
  }
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-superslides {
  position: relative;
}
.c-superslides .scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
  opacity: 0.5;
}
.c-superslides__container {
  display: none;
}
.c-superslides__buttons {
  position: absolute;
  width: auto;
  bottom: 25px;
  right: 100px;
  z-index: 10;
}
@media screen and (min-width: 752px) {
  .c-superslides__buttons {
    bottom: 25px;
    right: 100px;
  }
}
.c-superslides__buttons > a {
  width: 15px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.c-superslides__nav {
  position: absolute;
  bottom: 25px;
  right: 25px;
  top: auto;
  left: auto;
  width: auto;
}
@media screen and (min-width: 752px) {
  .c-superslides__nav {
    bottom: 25px;
    right: 25px;
  }
}
.c-superslides__nav > a {
  width: 15px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.c-superslides__nav > span {
  position: relative;
  top: -5px;
  margin: 0 10px;
}
.c-superslides__nav > span.c-icon--light {
  color: white;
}
.c-superslides__nav > span.c-icon {
  width: 15px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 0;
  cursor: pointer;
}
.c-superslides__caption {
  position: absolute;
  bottom: 27px;
  right: 90px;
  line-height: 16px;
  text-align: right;
}
.c-superslides__caption-surtitle {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  text-transform: lowercase;
}
.c-superslides__caption-surtitle.light {
  color: white;
}
.c-superslides__caption-title {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.c-superslides__caption-title.light {
  color: white;
}
.c-superslides--home > .c-superslides__nav {
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
}
.c-superslides--home > .c-superslides__nav > a {
  color: #000000;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  font-size: 40px;
  width: 15px;
  height: 22px;
}
.c-superslides--home > .c-superslides__nav > a polygon {
  transition: all 0.2s ease;
}
.c-superslides--home > .c-superslides__nav > a:hover polygon {
  stroke: #FFF;
}
.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  -moz-transition: opacity 0.5s ease 0s, height 0s linear 0.5s;
  -o-transition: opacity 0.5s ease 0s, height 0s linear 0.5s;
  -webkit-transition: opacity 0.5s ease, height 0s linear;
  -webkit-transition-delay: 0s, 0.5s;
  transition: opacity 0.5s ease 0s, height 0s linear 0.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.menu-opened .c-overlay {
  -moz-transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0.5s ease;
  -o-transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0.5s ease;
  -webkit-transition: opacity 0.5s ease, height 0s linear, left 0.5s ease;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.5s ease 0s, height 0s linear 0s, left 0.5s ease;
  opacity: 1;
  height: 100%;
}
@media screen and (min-width: 752px) {
  .c-overlay {
    background: transparent;
  }
}
.c-share-icons {
  font-size: 14px;
  padding-top: 103px;
}
.c-share-icons__item {
  display: block;
  width: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.c-form__row {
  margin-top: 30px;
}
.c-form__label {
  display: block;
  text-transform: lowercase;
  color: #626262;
  font-size: 12px;
}
.c-form__input {
  width: 100%;
  border: 1px solid #949599;
  outline: none;
  font-size: 12px;
  padding: 5px;
}
.c-form__textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #949599;
  outline: none;
  font-size: 12px;
  padding: 5px;
}
.c-form__submit {
  border: 1px solid #626262;
  outline: none;
  font-size: 12px;
  padding: 5px;
  background: #626262;
  color: white;
  display: block;
  margin: 10px auto 0 auto;
}
.c-form__submit:hover {
  background: white;
  color: #626262;
}
@media screen and (min-width: 752px) {
  .c-form__submit {
    display: inline;
  }
}
.c-form__notice {
  color: #626262;
  font-size: 12px;
  padding-right: 20px;
  display: block;
  text-align: center;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 752px) {
  .c-form__notice {
    display: inline;
  }
}
.c-options {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  list-style: none !important;
  font-size: 13px;
}
.c-options__item-title {
  text-transform: uppercase;
  color: black;
  display: inline-block;
  width: 100px;
}
.c-options__item-value {
  color: #626262;
}
.scroll-indicator span {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  margin: 5px 0 3px 5px;
}

.unu {
  margin-top: 6px;
}

.unu {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid black;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: black;
  position: relative;
}

.wheel {
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.gallery .slick-arrow {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 2;
}
.gallery .slick-arrow::before {
  display: none;
}
.gallery .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../img/left_arrow.svg);
}
@media screen and (min-width: 972px) {
  .gallery .slick-arrow.slick-prev {
    left: -48px;
  }
}
.gallery .slick-arrow.slick-next {
  right: 0;
  background-image: url(../img/right_arrow.svg);
}
@media screen and (min-width: 972px) {
  .gallery .slick-arrow.slick-next {
    right: -48px;
  }
}
.gallery .slick-slide:focus {
  outline: none;
}

.page-pages-display-home {
    /*.c-header__menu-button {

        .desktop & {

            path {
                stroke: white;
            }

        }

        .tablet & {

            path {
                stroke: white;
            }

        }

    }

    .c-header__logo.c-logo {

        .desktop & {

            @extend .c-logo--white;

        }

    }

    .c-header__logo.c-logo {

        .tablet & {

            @extend .c-logo--white;

        }

    }*/
}

.nice-select {
  float: none;
  display: inline-block;
  border: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 18px;
  color: #000000;
}
.nice-select:after {
  right: 4px;
  border-color: black;
}
.nice-select .list {
  border-radius: 0;
}
.nice-select .option {
  font-size: 14px;
  min-height: 30px;
  line-height: 30px;
}

/*# sourceMappingURL=main.min.css.map */
