body {
  background: #393c3e;
}

/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* normalize.scss v2.0.1 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* 1 */
  font-size: 75%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establishes a vertical rhythm unit using $base-line-height. */
  line-height: 2em;
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Sets 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 2em 0;
}

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

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  /* Sets the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 2em;
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 1em;
  margin-bottom: 1em;
}

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

h3 {
  font-size: 1.17em;
  line-height: 1.7094em;
  margin-top: 1.7094em;
  margin-bottom: 1.7094em;
}

h4 {
  font-size: 1em;
  line-height: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}

h5 {
  font-size: 0.83em;
  line-height: 2.40964em;
  margin-top: 2.40964em;
  margin-bottom: 2.40964em;
}

h6 {
  font-size: 0.75em;
  line-height: 2.66667em;
  margin-top: 2.66667em;
  margin-bottom: 2.66667em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 2em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */
/*
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
dl,
menu,
ol,
ul {
  margin: 2em 0;
  padding: 0 0 0 40px;
}

dl {
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

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

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

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-width: 0.08333em;
  border-top-style: solid;
  padding-top: 0.61667em;
  border-bottom-width: 0.08333em;
  border-bottom-style: solid;
  padding-bottom: 1.21667em;
  border-left-width: 0.08333em;
  border-left-style: solid;
  padding-left: 1.16667em;
  border-right-width: 0.08333em;
  border-right-style: solid;
  padding-right: 1.16667em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 * 4. Improves appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #31b9df;
}

a {
  color: #31b9df;
}
a:visited {
  color: #31b9df;
}
a:focus {
  color: white;
}
a:hover {
  color: white;
}
a:active {
  color: #31b9df;
}

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

body {
  font-family: "Neue Helvetica W01", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: white;
}

@media print {
  .noprint, .no-print {
    display: none;
  }

  address.print-only, article.print-only, aside.print-only, blockquote.print-only, center.print-only, dir.print-only, div.print-only, dd.print-only, details.print-only, dl.print-only, dt.print-only, fieldset.print-only, figcaption.print-only, figure.print-only, form.print-only, footer.print-only, frameset.print-only, h1.print-only, h2.print-only, h3.print-only, h4.print-only, h5.print-only, h6.print-only, hr.print-only, header.print-only, hgroup.print-only, isindex.print-only, main.print-only, menu.print-only, nav.print-only, noframes.print-only, noscript.print-only, ol.print-only, p.print-only, pre.print-only, section.print-only, summary.print-only, ul.print-only {
    display: block;
  }

  a.print-only, abbr.print-only, acronym.print-only, audio.print-only, b.print-only, basefont.print-only, bdo.print-only, big.print-only, br.print-only, canvas.print-only, cite.print-only, code.print-only, command.print-only, datalist.print-only, dfn.print-only, em.print-only, embed.print-only, font.print-only, i.print-only, img.print-only, input.print-only, keygen.print-only, kbd.print-only, label.print-only, mark.print-only, meter.print-only, output.print-only, progress.print-only, q.print-only, rp.print-only, rt.print-only, ruby.print-only, s.print-only, samp.print-only, select.print-only, small.print-only, span.print-only, strike.print-only, strong.print-only, sub.print-only, sup.print-only, textarea.print-only, time.print-only, tt.print-only, u.print-only, var.print-only, video.print-only, wbr.print-only {
    display: inline;
  }
}
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.container::after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1022px) {
  .container {
    max-width: 1022px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1022px;
  }
  .container::after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
  .container::after {
    content: " ";
    display: block;
    clear: both;
  }
}

.js-breapoint--desktop {
  display: none;
}
@media (min-width: 1022px) {
  .js-breapoint--desktop {
    display: block;
  }
}

.chromeframe {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: #be0707;
  color: white;
  text-align: center;
}
.chromeframe a {
  color: white !important;
}

.site-header img {
  width: 160px;
  height: 67px;
}
.site-header__name {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 30px 0 20px 0;
}
@media (min-width: 1400px) {
  .site-header__name {
    font-size: 14px;
  }
}
.site-header__name a {
  color: white;
  text-decoration: none;
}

.site-content {
  padding: 25px 0;
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 1400px) {
  .site-content__main {
    overflow: hidden;
    *zoom: 1;
  }
}
.site-content__highlight {
  font-size: 18px;
  line-height: 1.4em;
}
@media (min-width: 1400px) {
  .site-content__highlight {
    font-size: 22px;
  }
}
.site-content__block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  font-size: 12px;
  line-height: 1.8em;
}
@media (min-width: 1022px) {
  .site-content__block {
    width: 32.68102%;
    float: left;
    margin-right: 0.97847%;
  }
}
@media (min-width: 1400px) {
  .site-content__block {
    font-size: 14px;
  }
}
@media (min-width: 1022px) {
  .site-content__block--build {
    float: right;
    margin-right: 0;
  }
}
.site-content__block-title {
  font-size: 18px;
  line-height: 1.2em;
}
@media (min-width: 1400px) {
  .site-content__block-title {
    font-size: 22px;
  }
}

.site-footer {
  color: white;
  font-size: 11px;
  line-height: 1.3em;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .site-footer {
    font-size: 12px;
  }
}
.site-footer a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}
.site-footer .container {
  border-top: 1px solid #777777;
  padding: 12px 0;
}
@media (min-width: 1022px) {
  .site-footer__block {
    width: 15.85127%;
    float: left;
    margin-right: 0.97847%;
  }
}
@media (min-width: 1022px) {
  .site-footer__block--first {
    width: 32.68102%;
    float: left;
    margin-right: 0.97847%;
  }
}
.site-footer__name {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
@media (min-width: 1400px) {
  .site-footer__name {
    font-size: 14px;
  }
}
.site-footer__name a {
  border: none;
}

.nav-main {
  display: none;
}
@media (min-width: 1022px) {
  .nav-main {
    font-size: 13px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .nav-main {
    font-size: 14px;
  }
}
.nav-main ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  *zoom: 1;
  text-transform: uppercase;
}
.nav-main ul:after {
  content: "";
  display: table;
  clear: both;
}
.nav-main ul li {
  display: inline;
}
@media (min-width: 1022px) {
  .nav-main ul li {
    width: 15.85127%;
    float: left;
    height: 30px;
    padding-right: 0.97847%;
  }
}
.nav-main ul a,
.nav-main ul span {
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 1px;
}
.nav-main ul a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  height: 30px;
}
.nav-main ul a span {
  position: relative;
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-main ul a span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-main ul a:hover span, .nav-main ul a:focus span {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.nav-main ul ul {
  display: none;
  overflow: hidden;
}
.nav-main ul .current-menu-item,
.nav-main ul .current-menu-parent {
  margin-bottom: 31px;
}
.nav-main ul .current-menu-item > a,
.nav-main ul .current-menu-parent > a {
  color: white;
}
.nav-main ul .current-menu-item ul,
.nav-main ul .current-menu-parent ul {
  display: block;
  position: absolute;
  top: 31px;
  left: 0;
  text-transform: none;
}
@media (min-width: 1022px) {
  .nav-main ul li:nth-child(2) ul {
    left: 16.82975%;
  }
}

.nav-mobile {
  font-size: 14px;
}
@media (min-width: 1022px) {
  .nav-mobile {
    display: none;
  }
}
.nav-mobile a {
  text-decoration: none;
  border-bottom: 1px solid #777777;
  display: block;
  width: 100%;
  padding: 3px 0;
}
.nav-mobile ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #777777;
}
.nav-mobile ul ul {
  padding-left: 50px;
}
.nav-mobile li:last-child a {
  border: none;
}
.nav-mobile .current-menu-item > a,
.nav-mobile .current-menu-parent > a {
  color: white;
}

.nav-mobile__toggle {
  border-top: 1px solid #777777;
  color: white;
}
.nav-mobile__toggle:before {
  content: " ";
  display: block;
  float: left;
  width: 14px;
  height: 10px;
  margin: 6px 10px 0 0;
  background: url('../../src/images/menu-mobile.png?1407489083') no-repeat;
}

.nav-mobile__nav {
  display: none;
}

.slideshow {
  position: relative;
  height: 420px;
  text-align: center;
}
@media (min-width: 1400px) {
  .slideshow {
    height: 568px;
  }
}
.slideshow img {
  margin: 0;
  padding: 0;
}

.gallery {
  position: relative;
  text-align: center;
}
.gallery img {
  margin: 0;
  padding: 0;
}

.bxslider {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  position: relative;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-viewport {
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #393c3e;
}

.bx-pager {
  margin-top: 10px;
}

.bx-pager-item {
  display: inline;
}
.bx-pager-item a {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #bbbbbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  margin: 0 3px;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.bx-pager-item a.active {
  background: #31b9df;
}

.bx-prev,
.bx-next {
  position: absolute;
  top: 155px;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}

.bx-prev {
  position: absolute;
  left: 10px;
}

.bx-next {
  right: 10px;
}

.block {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #393c3e;
  font-size: 11px;
  line-height: 1.4em;
  width: 48.3871%;
  float: left;
  margin-right: 3.22581%;
  min-height: 48.3871%;
  margin-bottom: 3.22581%;
}
@media (min-width: 1022px) {
  .block {
    margin: 0 0 10px 0;
    float: left;
    width: 162px;
    height: 162px;
    min-height: 162px;
  }
}
@media (min-width: 1400px) {
  .block {
    width: 222px;
    height: 222px;
    font-size: 12px;
    margin: 0 0 12px 0;
  }
}
.block img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 1022px) {
  .block img {
    display: block;
    position: absolute;
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1400px) {
  .block img {
    width: 220px;
    height: 220px;
  }
}
.block p {
  margin-top: 0;
}
.block__content {
  line-height: 1.4em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
}
@media (min-width: 1022px) {
  .block__content {
    padding: 15px;
  }
}
@media (min-width: 1400px) {
  .block__content {
    padding: 20px;
  }
}
.block__content--large-font {
  font-size: 12px;
}
@media (min-width: 1022px) {
  .block__content--large-font {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .block__content--large-font {
    font-size: 20px;
  }
}
.block__content a {
  text-decoration: none;
}
@media (min-width: 1022px) {
  .block--large {
    width: 334px;
    height: 334px;
  }
}
@media (min-width: 1400px) {
  .block--large {
    width: 457px;
    height: 457px;
  }
}
@media (min-width: 1022px) {
  .block--large img {
    width: 332px;
    height: 332px;
  }
}
@media (min-width: 1400px) {
  .block--large img {
    width: 455px;
    height: 455px;
  }
}
.block--even {
  float: right;
  margin-right: 0;
}
.block__title-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.block:hover .block__title-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.block__title {
  vertical-align: middle;
  display: table-cell;
  font-size: 12px;
  line-height: 1.3em;
}
.block__title h1 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
}
@media (min-width: 1400px) {
  .block__title h1 {
    font-size: 20px;
  }
}
.block--empty {
  display: none;
}
@media (min-width: 1022px) {
  .block--empty {
    display: block;
    background: none;
    border: none;
  }
}

@media (min-width: 1022px) {
  .project__gallery {
    width: 83.17025%;
    float: left;
    margin-right: 0.97847%;
  }
}
.project__informations {
  text-align: justify;
  font-size: 13px;
  line-height: 1.6em;
}
@media (min-width: 1022px) {
  .project__informations {
    width: 15.85127%;
    float: left;
    margin-right: 0.97847%;
    float: right;
    margin-right: 0;
  }
}
.project__informations-title {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 0;
  text-align: left;
}
.project__video {
  margin-top: 15px;
}

video {
  max-width: 100%;
  height: auto;
}

iframe,
embed,
object {
  max-width: 100%;
}

.js-masonry__width {
  width: 162px;
}
@media (min-width: 1400px) {
  .js-masonry__width {
    width: 222px;
  }
}

.js-masonry__gutter {
  width: 10px;
}
@media (min-width: 1400px) {
  .js-masonry__gutter {
    width: 12px;
  }
}