/* Main Project imports ***********************/
/*  Various project settings
    that need to be set globally    ***********************/
/* Bourbon & Neat Libraries ***********************/
/**
 * Base styles ~ Grid options
 */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* Own mixins ***********************/
/* Base styles ***********************/
/**
 * Base styles ~ Colours
 */
/**
 * Base styles ~ Easings
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Base styles ~ Type
 */
@font-face {
  font-family: "Eveleth";
  src: url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethclean-webfont.eot");
  src: url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethclean-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethclean-webfont.woff") format("woff"), url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethclean-webfont.ttf") format("truetype"), url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethclean-webfont.svg#evelethclean_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Eveleth Thin";
  src: url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethcleanthin-webfont.eot");
  src: url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethcleanthin-webfont.eot?#iefix") format("embedded-opentype"), url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethcleanthin-webfont.woff") format("woff"), url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethcleanthin-webfont.ttf") format("truetype"), url("https://d1ko11x0ybxl0h.cloudfront.net/madcowfilms/production/evelethcleanthin-webfont.svg#evelethclean_thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  color: #cead28;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-family: "Eveleth", "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #484a4d;
  text-rendering: optimizeLegibility;
}
h1 span, .h1 span,
h2 span, .h2 span,
h3 span, .h3 span,
h4 span, .h4 span,
h5 span, .h5 span,
h6 span, .h6 span {
  font-family: "Eveleth Thin", "Open Sans", sans-serif;
  font-style: normal;
}

h1,
.h1 {
  font-size: 22px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1240px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}

h2,
.h2 {
  font-size: 30px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1240px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}

h3,
.h3 {
  font-size: 20px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1240px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}

h4,
.h4 {
  font-size: 20px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1240px) {
  h4,
  .h4 {
    font-size: 25px;
  }
}

h5,
.h5 {
  font-size: 17px;
  line-height: 18.7px;
  font-size: 1.7rem;
  line-height: 1.87rem;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 15.8px;
  font-size: 1.4rem;
  line-height: 1.58rem;
}

p {
  margin: 10px 0 0;
  font-family: inherit;
  font-weight: normal;
}

ul, ol {
  margin: 10px 0 0;
  padding: 0 0 0 15px;
}

hr {
  margin: 22px 0 21px;
  height: 0;
  border: solid #dbdcdc;
  border-width: 1px 0 0;
  clear: both;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

/**
 * Base styles
 */
body {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  background-color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #484a4d;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.no-bullet,
ul.no-bullet {
  list-style: none;
}

/* Misc ---------------------- */
.hide {
  display: none;
}

.fill-remainder {
  float: none;
  overflow: hidden;
}

/**
 * Base styles ~ Grid
 */
.row {
  display: block;
}
.row::after {
  clear: both;
  content: "";
  display: table;
}

.one {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 5.8160422572%;
}
.one:last-child {
  margin-right: 0;
}

.two {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 14.3782202338%;
}
.two:last-child {
  margin-right: 0;
}

.three {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 22.9403982104%;
}
.three:last-child {
  margin-right: 0;
}

.four {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 31.502576187%;
}
.four:last-child {
  margin-right: 0;
}

.five {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 40.0647541637%;
}
.five:last-child {
  margin-right: 0;
}

.six {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 48.6269321403%;
}
.six:last-child {
  margin-right: 0;
}

.seven {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 57.1891101169%;
}
.seven:last-child {
  margin-right: 0;
}

.eight {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 65.7512880935%;
}
.eight:last-child {
  margin-right: 0;
}

.nine {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 74.3134660701%;
}
.nine:last-child {
  margin-right: 0;
}

.ten {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 82.8756440468%;
}
.ten:last-child {
  margin-right: 0;
}

.eleven {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 91.4378220234%;
}
.eleven:last-child {
  margin-right: 0;
}

.twelve {
  float: left;
  display: block;
  margin-right: 2.7461357194%;
  width: 100%;
}
.twelve:last-child {
  margin-right: 0;
}

/**
 * Base styles ~ Forms
 */
html input[disabled] {
  cursor: not-allowed;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* Plugin styles
   Put them inside "plugins" folder ***********************/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Reusable Component styles (header/footer/dropdowns etc)
   Put them inside "common" folder ***********************/
/**
 * Header styles
 */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  background: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header .row {
    display: flex;
    align-items: center;
  }
}

.body--home .header,
.body--content .header {
  position: fixed !important;
}

@media screen and (min-width: 1024px) {
  .header-margin {
    margin-top: 140px;
  }
}
.logo {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 100px;
    height: 100px;
  }
}

.logo__image {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.logo__image--white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.menu-toggle {
  position: absolute;
  z-index: 300;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .menu-toggle-hamburger {
  float: right;
  position: relative;
  width: 30px;
  height: 20px;
}
.menu-toggle .menu-toggle-hamburger span, .menu-toggle .menu-toggle-hamburger span:before, .menu-toggle .menu-toggle-hamburger span:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #484a4d;
}
.menu-toggle .menu-toggle-hamburger span:before {
  top: -8px;
}
.menu-toggle .menu-toggle-hamburger span:after {
  top: 8px;
}
.menu-toggle.menu-open .menu-toggle-hamburger span {
  background-color: transparent !important;
}
.menu-toggle.menu-open .menu-toggle-hamburger span:before,
.menu-toggle.menu-open .menu-toggle-hamburger span:after {
  top: 0;
  background: #fff;
}
.menu-toggle.menu-open .menu-toggle-hamburger span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.menu-open .menu-toggle-hamburger span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 320px;
  background: rgba(0, 0, 0, 0.85);
  list-style: none;
  margin: 0;
  padding: 28px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.menu.menu--open {
  opacity: 1;
  visibility: visible;
}
.menu.menu--open .menu__item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
@media screen and (min-width: 768px) {
  .menu {
    padding: 48px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu {
    display: flex;
    align-items: center;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    min-height: 0;
    background: transparent;
    padding: 0;
    float: right;
    width: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

.menu__item {
  display: block;
  padding: 10px 0;
  max-width: 280px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 480px) {
  .menu__item {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .menu__item {
    max-width: 680px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__item {
    float: left;
    max-width: none;
    opacity: 1;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .menu__item:before {
    content: "/";
    float: left;
    font-family: "Eveleth Thin", "Open Sans", sans-serif;
    color: #ebeff0;
    margin: 0 10px;
  }
  .menu__item:first-child {
    padding: 0;
  }
  .menu__item:first-child:before {
    display: none;
  }
}

.menu__item__link {
  position: relative;
  display: inline-block;
  font-family: "Eveleth", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .menu__item__link {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__item__link {
    float: left;
    font-size: 14px;
    color: #484a4d;
  }
  .menu__item__link:before {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -2px;
    height: 10px;
    background: #e0dfda;
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
}

.menu__item__link__text {
  position: relative;
  z-index: 10;
  display: block;
}

@media screen and (min-width: 1024px) {
  .menu__item__link:hover:before,
  .menu__item__link--selected:before {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

.menu__item--location .menu__item__link {
  font-size: 10px;
}
.menu__item--location .menu__item__link__text {
  padding-top: 2px;
}

@media screen and (min-width: 1024px) {
  .menu__item--social:before {
    margin-right: 5px;
  }
}
.menu__item--social .social-link {
  padding: 0 5px;
  margin-top: -1px;
}
.menu__item--social svg {
  display: block;
  width: auto !important;
  height: 15px;
  fill: #fff;
}
@media screen and (min-width: 1024px) {
  .menu__item--social svg {
    fill: #484a4d;
  }
}

.header--over {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
.header--over .logo__image--black {
  opacity: 0;
}
.header--over .logo__image--white {
  opacity: 1;
}
.header--over .menu-toggle .menu-toggle-hamburger span, .header--over .menu-toggle .menu-toggle-hamburger span:before, .header--over .menu-toggle .menu-toggle-hamburger span:after {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .header--over .menu__item:before {
    color: rgba(255, 255, 255, 0.3);
  }
}
.header--over .menu__item__link {
  color: #fff;
}
.header--over .menu__item__link:before {
  background: rgba(255, 255, 255, 0.3);
}
.header--over .menu__item--social svg {
  fill: #fff;
}

/**
 * Footer styles
 */
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #ebeff0;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 60px;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 80px;
    padding: 100px 0 95px;
  }
}

.footer--no-margin {
  margin-top: 0;
}

.footer-logo {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    float: left;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}

.footer-logo__image {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .footer-logo__image {
    width: 80px;
    height: 80px;
  }
}

.footer-credits {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer-credits {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-credits {
    width: 50%;
    float: left;
  }
}
.footer-credits p {
  font-size: 13px;
}
.footer-credits .marketing__link {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  color: #484a4d;
  opacity: 0.5;
  text-decoration: none !important;
  transition: opacity 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.footer-credits .marketing__link:hover {
  opacity: 1;
}
.footer-credits .marketing__link .slate-logo {
  margin-left: 6px;
  height: 12px;
  fill: #484a4d;
}
.footer-credits .marketing__link .slate-logo__accent {
  fill: #12b0b8;
}
.footer-credits strong {
  font-family: "Eveleth", "Open Sans", sans-serif;
}

.footer-contact {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-contact {
    width: 50%;
    float: right;
    margin-top: 2px;
    text-align: right;
  }
}
.footer-contact p {
  font-size: 13px;
  font-weight: 600;
}
.footer-contact p a {
  color: #484a4d;
}
.footer-contact p a:hover {
  color: #cead28;
}

.footer-divide {
  display: block;
  width: 0;
  height: 7px;
  overflow: hidden;
  color: #dbdcdc;
}
@media screen and (min-width: 768px) {
  .footer-divide {
    margin: 0 3px;
    display: inline;
    width: auto;
    height: auto;
    overflow: visible;
  }
}

/**
 * Hero item styles
 */
.hero {
  height: 300px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 450px;
  }
}
.hero .hero__carousel,
.hero .owl-carousel,
.hero .owl-stage-outer,
.hero .owl-stage,
.hero .owl-item,
.hero > div:first-child {
  height: 100%;
}

.hero-item {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.hero-item--showreel {
  cursor: pointer;
}
.hero-item--showreel .hero__play {
  opacity: 1;
}

.hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}

@media screen and (min-width: 1024px) {
  .owl-item.active .hero__client {
    -webkit-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .owl-item.active .hero__divide {
    -webkit-transition: all 0.4s ease-in-out 1.2s;
    -moz-transition: all 0.4s ease-in-out 1.2s;
    transition: all 0.4s ease-in-out 1.2s;
    opacity: 1;
  }
  .owl-item.active .hero__clip {
    -webkit-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
    -moz-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
    transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .owl-item.active .hero__play svg {
    -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
    -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
    transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .hero__content {
    text-align: center;
  }
}

.hero__title {
  display: inline-block;
  padding-top: 35px;
  font-size: 25px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero__title {
    padding-top: 50px;
    font-size: 35px;
  }
}
@media screen and (min-width: 1240px) {
  .hero__title {
    font-size: 45px;
  }
}

.hero__info {
  padding: 10px 0 20px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero__info {
    padding: 20px 0 30px;
    font-size: 20px;
  }
}

.hero__client {
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .hero__client {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

.hero__divide {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (min-width: 1024px) {
  .hero__divide {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
}

.hero__clip {
  display: inline-block;
  font-style: italic;
}
@media screen and (min-width: 1024px) {
  .hero__clip {
    -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
  }
}

.hero__play {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  padding-right: 42px;
  color: #fff;
  font-family: "Eveleth", "Open Sans", sans-serif;
  font-size: 13px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.hero__play:hover {
  opacity: 1;
}
.hero__play svg {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -19px;
  width: 30px;
  height: 38px;
}
@media screen and (min-width: 1024px) {
  .hero__play svg {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(1.3) rotate(-5deg);
    -moz-transform: scale(1.3) rotate(-5deg);
    -ms-transform: scale(1.3) rotate(-5deg);
    -o-transform: scale(1.3) rotate(-5deg);
    transform: scale(1.3) rotate(-5deg);
  }
}
.hero__play .icon-color {
  fill: #fff;
}

.hero__arrow {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100%;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .hero__arrow {
    display: block;
  }
}
@media screen and (min-width: 1240px) {
  .hero__arrow {
    width: 150px;
  }
}
.hero__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 34px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.hero__arrow .arrow-color {
  fill: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hero__arrow:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.hero__arrow:hover .arrow-color {
  opacity: 1;
}

.hero__arrow--prev {
  left: 0;
}

.hero__arrow--next {
  right: 0;
}

/**
 * Grid styles
 */
header,
footer,
section {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.row {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .row {
    max-width: 440px;
  }
}
@media screen and (min-width: 768px) {
  .row {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .row {
    max-width: 980px;
  }
}
@media screen and (min-width: 1240px) {
  .row {
    max-width: 1200px;
  }
}
.row.row--no-cols {
  padding: 0 20px;
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 20px;
}
.column.centered {
  float: none;
  margin: 0 auto;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

.row--cols-left [class*=column] + [class*=column]:last-child {
  float: left;
}

@media screen and (min-width: 768px) {
  .row .six {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row .one {
    width: 8.33%;
  }
  .row .two {
    width: 16.66%;
  }
  .row .three {
    width: 25%;
  }
  .row .four {
    width: 33.33%;
  }
  .row .five {
    width: 41.66%;
  }
  .row .six {
    width: 50%;
  }
  .row .seven {
    width: 58.33%;
  }
  .row .eight {
    width: 66.66%;
  }
  .row .nine {
    width: 75%;
  }
  .row .ten {
    width: 83.33%;
  }
  .row .eleven {
    width: 91.66%;
  }
  .row .twelve {
    width: 100%;
  }
}
/**
 * Work item styles
 */
.work-listing {
  padding: 0 5px;
}

.work-column {
  float: left;
  width: 100%;
  padding: 10px 5px 0;
}
@media screen and (min-width: 480px) {
  .work-column {
    width: 50%;
  }
  .work-column:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .work-column {
    width: 33.33%;
  }
  .work-column:nth-child(2n+1) {
    clear: none;
  }
  .work-column:nth-child(3n+1) {
    clear: left;
  }
}

.work-item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .work-item:hover .work-item__video {
    opacity: 1;
    visibility: visible;
  }
  .work-item:hover .work-item__overlay {
    opacity: 0.5;
  }
  .work-item:hover.js-video-preview .work-item__overlay {
    opacity: 0.2;
  }
  .work-item:hover .work-item__play {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 1s cubic-bezier(0.71, 2, 0.23, 0.74), opacity 0.4s ease-in-out;
    -moz-transition: all 1s cubic-bezier(0.71, 2, 0.23, 0.74), opacity 0.4s ease-in-out;
    transition: all 1s cubic-bezier(0.71, 2, 0.23, 0.74), opacity 0.4s ease-in-out;
  }
  .work-item:hover .work-item__content {
    margin-top: -12px;
  }
  .work-item:hover .work-item__client:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .work-item:hover .work-item__title {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
  .work-item:hover .work-item__title img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.work-item__image {
  display: block;
  width: 100%;
  height: auto;
}

.work-item__video {
  display: none;
}
@media screen and (min-width: 1024px) {
  .work-item__video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .work-item__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.work-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .work-item__overlay {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.work-item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 112px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
}
.work-item__play .icon-color {
  fill: #fff;
  opacity: 0.2;
}

.work-item__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -12px;
  padding: 0 20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 1024px) {
  .work-item__content {
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.work-item__client {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
}
@media screen and (min-width: 1240px) {
  .work-item__client {
    font-size: 20px;
  }
}

.work-item__title {
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 15px;
  font-style: italic;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .work-item__title {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.work-item__title strong {
  font-style: normal;
}

/**
 * Global UI elements
 */
.page-title {
  padding: 0 0 10px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 20px 0 40px;
    text-align: center;
  }
}
@media screen and (min-width: 1240px) {
  .page-title {
    padding: 30px 0 53px;
  }
}

.page-title__title a {
  font-family: "Eveleth Thin", "Open Sans", sans-serif;
  color: #909397;
}
.page-title__title a:hover {
  color: #484a4d;
}
.page-title__title em {
  font-family: "Eveleth Thin", "Open Sans", sans-serif;
  font-style: normal;
  color: #dbdcdc;
}

.page-title__subtitle {
  color: #909397;
  font-style: italic;
}
@media screen and (min-width: 1240px) {
  .page-title__subtitle {
    margin-top: 20px;
    font-size: 20px;
  }
}

/**
 * Player styles
 */
.video-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-playing .video-wrap {
  visibility: visible;
  opacity: 1;
}
.video-playing .slate-player-inner {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.25s;
  transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.25s;
}

.video-wrap--director .slate-player {
  display: none;
}
.video-wrap--director[data-active-player=directorspotlight] .slate-player[data-player=directorspotlight] {
  display: block;
}
.video-wrap--director[data-active-player=directorgrid] .slate-player[data-player=directorgrid] {
  display: block;
}

.video-pagination {
  visibility: hidden;
}

.slate-player {
  position: relative;
  width: 100%;
  height: 100%;
}

.slate-player-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slate-player-bg__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}

.slate-player-outer {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
}
@media screen and (min-width: 1240px) {
  .slate-player-outer {
    max-width: 900px;
  }
}

.slate-player-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.flowplayer {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background: 0 !important;
}
.flowplayer .fp-engine {
  top: 0 !important;
}

.player-arrow {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100%;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .player-arrow {
    display: block;
  }
}
@media screen and (min-width: 1240px) {
  .player-arrow {
    width: 150px;
  }
}
.player-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 34px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.player-arrow .arrow-color {
  fill: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.player-arrow:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.player-arrow:hover .arrow-color {
  opacity: 1;
}

.player-arrow--prev {
  left: 0;
}

.player-arrow--next {
  right: 0;
}

.slate-player .player-close {
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .slate-player .player-close {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .slate-player .player-close {
    top: 45px;
    right: 45px;
  }
}
.slate-player .player-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.slate-player .player-close .icon-color {
  fill: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slate-player .player-close:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.slate-player .player-close:hover .icon-color {
  opacity: 1;
}

.player-info-wrap {
  padding-top: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .player-info-wrap {
    padding-top: 40px;
  }
}

.player-info__director {
  display: inline-block;
  font-family: "Eveleth", "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  -moz-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}
@media screen and (min-width: 768px) {
  .player-info__director {
    font-size: 25px;
  }
}

.player-info {
  padding-top: 10px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  -moz-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}
@media screen and (min-width: 768px) {
  .player-info {
    font-size: 17px;
  }
}

.player-info__client {
  display: inline-block;
  font-weight: 700;
}

.player-info__divide {
  display: inline-block;
  margin: 0 5px;
}

.player-info__title {
  display: inline-block;
  font-style: italic;
}

.sharer {
  position: relative;
}

.sharer__cta {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  margin-top: 25px;
  font-family: "Eveleth", "Open Sans", sans-serif;
  font-size: 15px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sharer__cta:hover {
  color: #fff;
}

.sharer__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sharer__close svg {
  width: 100%;
  height: 100%;
}
.sharer__close .icon-color {
  fill: #fff;
}

.sharer__links {
  position: absolute;
  width: 100%;
  top: -48px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sharer__links__divide {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.2);
}

.sharer__link {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sharer__link:hover {
  opacity: 1;
}
.sharer__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sharer__link .icon-color {
  fill: #fff;
}

.sharer__link--facebook svg {
  width: 16px;
  height: 28px;
}

.sharer__link--twitter svg {
  width: 30px;
  height: 26px;
  left: 57%;
}

.sharer__link--tumblr svg {
  width: 18px;
  height: 28px;
  left: 53%;
}

.sharer__link--pinterest svg {
  width: 20px;
  height: 26px;
  left: 55%;
}

.sharer__link--email svg {
  width: 28px;
  height: 20px;
  left: 60%;
}

.player-info-wrap.sharer--on .player-info__director,
.player-info-wrap.sharer--on .player-info {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.player-info-wrap.sharer--on .sharer__close {
  opacity: 0.6;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.player-info-wrap.sharer--on .sharer__cta:hover .sharer__close {
  opacity: 1;
}
.player-info-wrap.sharer--on .sharer__links {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
}

/* Module styles (individual page styles)
   Put them inside "modules" folder ***********************/
/**
 * Home styles
 */
html,
.body--home {
  height: 100%;
}

.home {
  min-height: 100vh;
  background: #484a4d;
}

.home__carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home__carousel .hero__carousel,
.home__carousel .owl-carousel,
.home__carousel .owl-stage-outer,
.home__carousel .owl-stage,
.home__carousel .owl-item,
.home__carousel > div:first-child {
  height: 100%;
}

.home__carousel__item {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home__video {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home__video__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home__overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.home-news .article-wrap:first-child {
  padding-top: 10px;
}
.home-news .article-wrap:last-child {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .home-news .article {
    height: 31.25vw;
  }
}

@-webkit-keyframes bounce {
  0%, 12.5%, 50%, 82.5%, 100% {
    -webkit-transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(15px);
  }
  62.5% {
    -webkit-transform: translateY(15px);
  }
}
@-moz-keyframes bounce {
  0%, 12.5%, 50%, 82.5%, 100% {
    -moz-transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(15px);
  }
  62.5% {
    -moz-transform: translateY(15px);
  }
}
@keyframes bounce {
  0%, 12.5%, 50%, 82.5%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
  62.5% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.home__arrow {
  -webkit-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  -moz-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  transform-origin: center;
  display: inline-block;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .home__arrow {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

.home__content--on .home__arrow-icon {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.home__content {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  .home__content {
    bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .home__content--on .home__title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .home__content--on .home__browse {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .home__content--on .home__arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.home__title {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0em;
}
.home__title span {
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .home__title {
    font-size: 30px;
    line-height: 45px;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
}
@media screen and (min-width: 1024px) {
  .home__title {
    white-space: pre-line;
  }
}
@media screen and (min-width: 1240px) {
  .home__title {
    font-size: 35px;
    line-height: 50px;
  }
}

.home__browse {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .home__browse {
    margin-top: 25px;
    font-size: 20px;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.3s;
    -moz-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.3s;
    transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .home__browse {
    margin-top: 30px;
    font-size: 25px;
  }
}
.home__browse span {
  padding-bottom: 1px;
}
.home__browse svg {
  height: 14px;
  fill: currentColor;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
@media screen and (min-width: 768px) {
  .home__browse svg {
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .home__browse svg {
    height: 20px;
  }
}
.home__browse:hover svg {
  transform: translateX(8px);
}

.home__browse__divide {
  margin: 0 2px;
  opacity: 0.4;
}

/**
 * Director styles
 */
.directors-listing {
  padding: 0 5px;
}

.directors-listing-column {
  float: left;
  width: 100%;
  padding: 10px 5px 0;
}
@media screen and (min-width: 480px) {
  .directors-listing-column {
    width: 50%;
  }
  .directors-listing-column:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .directors-listing-column {
    width: 33.33%;
  }
  .directors-listing-column:nth-child(2n+1) {
    clear: none;
  }
  .directors-listing-column:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1240px) {
  .directors-listing-column {
    width: 25%;
  }
  .directors-listing-column:nth-child(3n+1) {
    clear: none;
  }
  .directors-listing-column:nth-child(4n+1) {
    clear: left;
  }
}

.directors-item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .directors-item:hover .directors-item__overlay {
    opacity: 0.8;
    background: #cead28;
  }
  .directors-item:hover .directors-item__content {
    margin-top: -12px;
  }
  .directors-item:hover .directors-item__title:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .directors-item:hover .directors-item__cta {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
  .directors-item:hover .directors-item__cta img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.directors-item--hide {
  opacity: 0;
}

.directors-item-images {
  display: none;
}

.directors-item__image {
  display: block;
  width: 100%;
  height: auto;
}

.directors-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}
@media screen and (min-width: 1024px) {
  .directors-item__overlay {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.directors-item__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.directors-item__title {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .directors-item__title:before {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -3px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
}
@media screen and (min-width: 1240px) {
  .directors-item__title {
    font-size: 20px;
  }
}

.directors-item__cta {
  display: none;
}
@media screen and (min-width: 1024px) {
  .directors-item__cta {
    display: block;
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    font-size: 15px;
    font-style: italic;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .directors-item__cta strong {
    font-style: normal;
  }
}

.directors-item--shorts_idents {
  text-transform: capitalize;
}

.directors-item--vfx_sfx {
  text-transform: uppercase;
}

.director-toggles {
  padding: 30px 0 20px;
}
@media screen and (min-width: 1024px) {
  .director-toggles {
    padding: 40px 0 30px;
  }
}

.director-toggles__wrap {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.director-toggles__wrap:hover .director-toggle:before {
  opacity: 0;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.director-toggles__wrap:hover .director-toggle:hover:before {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.director-toggle {
  position: relative;
  display: inline-block;
  font-family: "Eveleth", "Open Sans", sans-serif;
  font-size: 17px;
  cursor: pointer;
}
.director-toggle:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -4px;
  right: -4px;
  bottom: -2px;
  height: 10px;
  background: #e0dfda;
  opacity: 0;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.director-toggle:hover:before, .director-toggle.director-toggle--on:before {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.director-toggle__divide {
  display: inline-block;
  margin: 0 5px;
  font-family: "Eveleth Thin", "Open Sans", sans-serif;
  font-size: 17px;
  color: #dbdcdc;
}

.director-sections {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .director-sections {
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out;
  }
}
.director-sections .work-listing,
.director-sections .profile {
  display: none;
}
.director-sections.work .work-listing {
  display: block;
}
.director-sections.work .profile {
  display: none;
}
.director-sections.profile .work-listing {
  display: none;
}
.director-sections.profile .profile {
  display: block;
}
.director-sections.director-sections--show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.director-sections.director-sections--show .filters__wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  -moz-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
}

.work-isotope {
  width: 100%;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  transition: height 0.6s;
}

.filters {
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .filters {
    padding-bottom: 0;
  }
}

.filters__wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .filters__wrap {
    margin-top: -45px;
    text-align: right;
    padding-left: 200px;
    opacity: 0;
    -webkit-transform: translate(-60px, 0);
    -moz-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    -o-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }
}

.filters__filter {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 600;
  cursor: pointer;
}
.filters__filter:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -3px;
  right: -3px;
  bottom: 0px;
  height: 8px;
  background: #e0dfda;
  opacity: 0;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  -moz-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.filters__filter--selected:before,
.filters__filter:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.filters__divide {
  display: inline-block;
  margin: 0 5px;
  color: #dbdcdc;
}
.filters__divide:first-of-type {
  display: none;
}

.filters__hover {
  display: inline-block;
}
.filters__hover:hover .filters__filter:before {
  opacity: 0;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.filters__hover:hover .filters__filter:hover:before {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.profile__intro p {
  margin-top: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .profile__intro p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .profile__intro p {
    font-size: 30px;
    line-height: 55px;
  }
}
.profile__intro p strong {
  font-weight: 500;
}
.profile__intro p em {
  font-style: normal;
  color: #cead28;
}

.profile__wrap {
  position: relative;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .profile__wrap {
    border: 5px solid #cead28;
    padding: 30px 40px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .profile__wrap {
    padding: 20px 40px 40px;
  }
}
@media screen and (min-width: 1240px) {
  .profile__wrap {
    padding: 55px 0 70px;
  }
}

.profile__image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}
.profile__image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .profile__image {
    position: absolute;
    top: 40px;
    left: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .profile__image {
    width: 150px;
    height: 150px;
    top: 80px;
    left: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .profile__text {
    max-width: 760px;
    margin: 0 auto;
    padding-left: 100px;
  }
}
.profile__text p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
  color: #878081;
}
@media screen and (min-width: 768px) {
  .profile__text p {
    font-size: 17px;
    line-height: 35px;
  }
}
.profile__text p:first-child {
  font-size: 18px;
  line-height: 30px;
  color: #484a4d;
}
@media screen and (min-width: 768px) {
  .profile__text p:first-child {
    font-size: 22px;
    line-height: 40px;
  }
}

/**
 * Genres styles
 */
.genres-listing {
  padding: 0 5px;
}

.genres-listing-column {
  float: left;
  width: 100%;
  padding: 10px 5px 0;
}
@media screen and (min-width: 480px) {
  .genres-listing-column {
    width: 50%;
  }
  .genres-listing-column:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  .genres-listing-column {
    width: 33.33%;
  }
  .genres-listing-column:nth-child(2n+1) {
    clear: none;
  }
  .genres-listing-column:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1240px) {
  .genres-listing-column {
    width: 25%;
  }
  .genres-listing-column:nth-child(3n+1) {
    clear: none;
  }
  .genres-listing-column:nth-child(4n+1) {
    clear: left;
  }
}

/**
 * Content styles
 */
.content {
  position: relative;
  height: 400px;
  background: #484a4d;
}
@media screen and (min-width: 768px) {
  .content {
    height: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .content {
    height: 100vh;
  }
}

.content__carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content__carousel .hero__carousel,
.content__carousel .owl-carousel,
.content__carousel .owl-stage-outer,
.content__carousel .owl-stage,
.content__carousel .owl-item,
.content__carousel > div:first-child {
  height: 100%;
}

.content__carousel__item {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .content__video {
    display: block;
  }
}

.content__video__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content__overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.content__content {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .content__content--on .content__title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .content__content--on .content__text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.content__title {
  margin: 30px auto 0;
  max-width: 340px;
  font-size: 17px;
  line-height: 25px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .content__title {
    max-width: 500px;
    font-size: 25px;
    line-height: 40px;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
}
@media screen and (min-width: 1240px) {
  .content__title {
    max-width: 600px;
    font-size: 35px;
    line-height: 50px;
  }
}

.content__text {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .content__text {
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 20px;
    line-height: 30px;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
    -moz-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
    transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.4s;
  }
}
@media screen and (min-width: 1240px) {
  .content__text {
    margin-top: 30px;
  }
}

.content-text {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .content-text {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .content-text {
    margin-top: 80px;
  }
}

.content-text__placeholder {
  background: #ebeff0;
  height: 440px;
}

.content-work {
  margin-top: 40px;
  background: #ebeff0;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .content-work {
    margin-top: 60px;
    padding: 50px 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .content-work {
    margin-top: 80px;
    padding: 60px 0 50px;
  }
}

.content-work__title {
  font-style: italic;
}
.content-work__title strong {
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .content-work__title {
    float: left;
    font-size: 19px;
  }
}

.content-work__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .content-work__link {
    float: right;
    margin-top: 3px;
  }
}
.content-work__link strong {
  position: relative;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .content-work__link {
    color: #484a4d;
  }
  .content-work__link:hover {
    color: #cead28;
  }
  .content-work__link:hover .content-work__link__play {
    -webkit-transform: translate(25%, -48%);
    -moz-transform: translate(25%, -48%);
    -ms-transform: translate(25%, -48%);
    -o-transform: translate(25%, -48%);
    transform: translate(25%, -48%);
  }
  .content-work__link:hover .content-work__link__play .icon-color {
    fill: rgba(154, 16, 16, 0.1);
  }
}

.content-work__link__play {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
  -moz-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  -o-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
  -webkit-transition: all 0.4s cubic-bezier(0.71, 2, 0.23, 0.74);
  -moz-transition: all 0.4s cubic-bezier(0.71, 2, 0.23, 0.74);
  transition: all 0.4s cubic-bezier(0.71, 2, 0.23, 0.74);
}
@media screen and (min-width: 768px) {
  .content-work__link__play {
    display: block;
  }
}
.content-work__link__play svg {
  width: 45px;
  height: 60px;
}
.content-work__link__play .icon-color {
  fill: rgba(72, 74, 77, 0.1);
}

.content-cta {
  padding: 60px 0 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-cta {
    padding: 100px 0 50px;
  }
}
@media screen and (min-width: 1240px) {
  .content-cta {
    padding: 150px 0 80px;
  }
}

.content-cta__text {
  letter-spacing: -0.02em;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .content-cta__text {
    white-space: pre-line;
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1240px) {
  .content-cta__text {
    font-size: 55px;
    line-height: 60px;
  }
}

.content-cta__cta {
  margin-top: 20px;
  font-family: "Eveleth", "Open Sans", sans-serif;
  color: #2D7CA3;
  font-size: 13px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .content-cta__cta {
    margin-top: 25px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1240px) {
  .content-cta__cta {
    margin-top: 30px;
    font-size: 30px;
  }
}

/**
 * News styles
 */
.article-wrap {
  float: left;
  clear: both;
  width: 100%;
  padding: 10px 10px 0;
}
.article-wrap:first-child {
  padding-top: 0;
}

.article {
  position: relative;
  display: block;
  height: 340px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article {
    height: 420px;
  }
}
.article:hover .article__overlay {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .article:hover .article__button {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.article__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.article__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.article__content-wrap {
  position: absolute;
  width: 100%;
  bottom: 40px;
}
@media screen and (min-width: 768px) {
  .article__content-wrap {
    position: relative;
    height: 100%;
    bottom: auto;
  }
  .article__content-wrap .row {
    height: 100%;
  }
}

.article__date {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .article__date {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
  }
}

.article__date__timeline {
  display: none;
}
@media screen and (min-width: 768px) {
  .article__date__timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    width: 10px;
    overflow: hidden;
  }
  .article__date__timeline div {
    position: absolute;
    width: 100%;
    height: 50%;
    background: rgba(255, 255, 255, 0.2);
  }
  .article__date__timeline div:first-child {
    bottom: 50%;
    -webkit-transform: translate(0, -28px);
    -moz-transform: translate(0, -28px);
    -ms-transform: translate(0, -28px);
    -o-transform: translate(0, -28px);
    transform: translate(0, -28px);
  }
  .article__date__timeline div:last-child {
    top: 50%;
    margin-bottom: -30px;
    -webkit-transform: translate(0, 28px);
    -moz-transform: translate(0, 28px);
    -ms-transform: translate(0, 28px);
    -o-transform: translate(0, 28px);
    transform: translate(0, 28px);
  }
}

.article__date__day {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .article__date__day {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    font-family: "Eveleth", "Open Sans", sans-serif;
    letter-spacing: 0;
    text-align: center;
    padding-top: 16px;
    color: #fff;
  }
}

.article__date__details {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .article__date__details {
    position: absolute;
    top: 50%;
    left: 72px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (min-width: 768px) {
  .article__date__month {
    display: block;
    font-size: 25px;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .article__date__year {
    display: block;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.7);
  }
}

.article__content {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .article__content {
    position: absolute;
    margin-top: 0;
    top: 50%;
    right: 0;
    width: 440px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1024px) {
  .article__content {
    width: 540px;
    right: auto;
    left: 300px;
  }
}
@media screen and (min-width: 1240px) {
  .article__content {
    left: 380px;
  }
}

.article__title {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .article__title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .article__title {
    font-size: 30px;
    line-height: 40px;
  }
}

.article__description {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .article__description {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .article__description {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
}
.article__description p:first-child {
  margin-top: 0;
}

.article__button {
  margin-top: 12px;
  font-family: "Eveleth", "Open Sans", sans-serif;
  font-size: 13px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .article__button {
    margin-top: 30px;
    font-size: 15px;
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    -webkit-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.8s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
}
.article__button svg {
  margin: 0 0 -1px 8px;
  width: 10px;
  height: 14px;
}
.article__button svg .icon-color {
  fill: #fff;
}

.news-load {
  position: relative;
  height: 100px;
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-load {
    height: 240px;
  }
}
.news-load .row {
  height: 100%;
}
.news-load:hover .news-load__icon {
  background: #484a4d;
}
.news-load:hover .news-load__icon .icon-color {
  fill: #fff;
}

.news-load__timeline {
  display: none;
}
@media screen and (min-width: 768px) {
  .news-load__timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 45px;
    bottom: 0;
    width: 10px;
    background: #f6f6f6;
  }
}

.news-load__icon {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid #484a4d;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .news-load__icon {
    left: 20px;
  }
}
.news-load__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 16px;
}
.news-load__icon .icon-color {
  fill: #484a4d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-load__details {
  position: absolute;
  top: 50%;
  left: 92px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .news-load__details {
    left: 92px;
  }
}

.news-load__load {
  display: block;
  font-size: 20px;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: #484a4d;
}
@media screen and (min-width: 768px) {
  .news-load__load {
    font-size: 25px;
  }
}

.news-load__click {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #909397;
}

.news-hero {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .news-hero {
    padding: 120px 0;
  }
}
@media screen and (min-width: 768px) {
  .news-hero {
    height: 340px;
    padding: 0;
  }
  .news-hero .row {
    height: 100%;
  }
}
@media screen and (min-width: 1240px) {
  .news-hero {
    height: 420px;
  }
}

.news-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.news-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-hero__title {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .news-hero__title {
    text-align: center;
  }
}

.news-article {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .news-article {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .news-article {
    padding-top: 0;
    margin-bottom: -80px;
  }
}

.news-article__date {
  color: #909397;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .news-article__date {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
  }
}

.news-article__date__timeline {
  display: none;
}
@media screen and (min-width: 1024px) {
  .news-article__date__timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    bottom: 0;
    width: 10px;
    background: #f6f6f6;
  }
}

.news-article__date__day {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .news-article__date__day {
    position: absolute;
    top: 60px;
    left: 0;
    width: 60px;
    height: 60px;
    border: 3px solid #484a4d;
    background: #fff;
    border-radius: 100%;
    font-size: 20px;
    font-family: "Eveleth", "Open Sans", sans-serif;
    letter-spacing: 0;
    text-align: center;
    padding-top: 16px;
    color: #484a4d;
  }
}

.news-article__date__details {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .news-article__date__details {
    position: absolute;
    top: 68px;
    left: 72px;
  }
}

@media screen and (min-width: 1024px) {
  .news-article__date__month {
    display: block;
    font-size: 25px;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    color: #484a4d;
  }
}

@media screen and (min-width: 1024px) {
  .news-article__date__year {
    display: block;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #909397;
  }
}

.news-article__content {
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-article__content {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .news-article__content {
    float: right;
    max-width: 560px;
    margin-right: 60px;
    padding: 60px 0 80px;
  }
}
@media screen and (min-width: 1240px) {
  .news-article__content {
    float: none;
    max-width: 760px;
    padding-left: 100px;
    margin: 0 auto;
  }
}
.news-article__content p {
  font-size: 15px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .news-article__content p {
    font-size: 17px;
    line-height: 35px;
  }
}
.news-article__content p:first-child {
  font-size: 19px;
  line-height: 30px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .news-article__content p:first-child {
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}
.news-article__content ul, .news-article__content ol {
  padding: 10px 0 10px 20px;
  font-size: 15px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .news-article__content ul, .news-article__content ol {
    padding: 20px 0 20px 40px;
    font-size: 17px;
    line-height: 35px;
  }
}
.news-article__content a {
  border-bottom: 1px solid #cead28;
  font-weight: 700;
}
.news-article__content a:hover {
  color: #484a4d;
}

.article-carousel {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .article-carousel {
    margin-top: 40px;
  }
}
.article-carousel img {
  display: block;
  width: 100%;
  height: auto;
}

.article-carousel__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 16px;
  height: 28px;
  margin-top: -14px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .article-carousel__arrow {
    width: 24px;
    height: 44px;
    margin-top: -22px;
  }
}
.article-carousel__arrow .arrow-color {
  fill: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .article-carousel__arrow .arrow-color {
    fill: #909397;
  }
}
@media screen and (min-width: 1024px) {
  .article-carousel__arrow:hover .arrow-color {
    fill: #484a4d;
  }
}

.article-carousel__arrow--prev {
  left: 20px;
}
@media screen and (min-width: 1024px) {
  .article-carousel__arrow--prev {
    left: -52px;
  }
}

.article-carousel__arrow--next {
  right: 20px;
}
@media screen and (min-width: 1024px) {
  .article-carousel__arrow--next {
    right: -52px;
  }
}

.grid--article {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .grid--article {
    margin-top: 40px;
  }
}

.news-article__back {
  display: inline-block;
  margin-top: 30px;
  color: #909397;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.news-article__back:hover {
  color: #484a4d;
}
@media screen and (min-width: 1024px) {
  .news-article__back {
    position: absolute;
    margin-top: 0;
    top: 0;
    bottom: 0;
    left: 40px;
  }
  .news-article__back:hover .news-article__back__icon {
    background: #484a4d;
  }
  .news-article__back:hover .news-article__back__icon svg .icon-color {
    fill: #fff;
  }
}

.news-article__back__icon {
  display: inline-block;
}
.news-article__back__icon svg {
  width: 8px;
  height: 9px;
}
.news-article__back__icon svg .icon-color {
  fill: #909397;
}
@media screen and (min-width: 1024px) {
  .news-article__back__icon {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 60px;
    height: 60px;
    border: 3px solid #484a4d;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .news-article__back__icon svg {
    position: absolute;
    top: 14px;
    left: 18px;
    width: 14px;
    height: 24px;
  }
  .news-article__back__icon svg .icon-color {
    fill: #484a4d;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.news-article__back__details {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .news-article__back__details {
    position: absolute;
    bottom: 90px;
    left: 72px;
  }
}

@media screen and (min-width: 1024px) {
  .news-article__back__back {
    display: block;
    font-size: 25px;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    color: #484a4d;
  }
}

@media screen and (min-width: 1024px) {
  .news-article__back__to {
    display: block;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #909397;
    white-space: nowrap;
  }
}

/**
 * Contact styles
 */
.page-title--contact {
  background: #484a4d url("http://media-us-westslateappcom.s3.nbcdn.io/madcowfilms/production/contact-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 80px;
}
@media screen and (min-width: 768px) {
  .page-title--contact {
    padding: 100px 0 140px;
    text-align: center;
  }
}
@media screen and (min-width: 1240px) {
  .page-title--contact {
    padding: 140px 0 200px;
  }
}
.page-title--contact .page-title__title {
  color: #fff;
}
.page-title--contact .page-title__subtitle {
  line-height: 1.3;
}
@media screen and (min-width: 480px) {
  .page-title--contact .page-title__subtitle {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .page-title--contact .page-title__subtitle {
    margin-top: 20px;
    line-height: 1;
  }
}
@media screen and (min-width: 1240px) {
  .page-title--contact .page-title__subtitle {
    font-size: 20px;
  }
}
.page-title--contact .page-title__subtitle strong {
  font-style: normal;
  color: #fff;
}
.page-title--contact .page-title__subtitle .contact-email {
  position: relative;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .page-title--contact .page-title__subtitle .contact-email:before {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: -1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
  .page-title--contact .page-title__subtitle .contact-email:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

.social-link {
  display: inline-block;
}
.social-link .icon-color {
  fill: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-link:hover .icon-color {
  fill: #fff;
}

.social-link--facebook svg {
  width: 8px;
}

.social-link--twitter svg {
  width: 15px;
}

.social-link--instagram svg {
  width: 13px;
}

.location {
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .location {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1240px) {
  .location {
    margin-top: -125px;
  }
}

.map {
  background: #dbdcdc;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .map {
    height: 260px;
  }
}
@media screen and (min-width: 1240px) {
  .map {
    height: 360px;
  }
}

.map-address {
  font-style: italic;
  color: #909397;
}
@media screen and (min-width: 768px) {
  .map-address {
    margin-top: 25px;
    font-size: 17px;
    text-align: center;
  }
}
.map-address strong {
  display: none;
  font-family: "Eveleth", "Open Sans", sans-serif;
  font-style: normal;
  margin-right: 5px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .map-address strong {
    display: inline-block;
  }
}

.contact__subheading {
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__subheading {
    font-size: 15px;
  }
}

.contacts {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contacts {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1240px) {
  .contacts {
    margin-top: 80px;
  }
}

.person {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 20px 0 50px;
}
.person:nth-child(2n) .person__info {
  background: #ebeff0;
}
@media screen and (min-width: 768px) {
  .person {
    width: 50%;
    padding: 40px 20px 0 50px;
  }
  .person:nth-child(2) .person__info, .person:nth-child(3) .person__info, .person:nth-child(6) .person__info {
    background: #ebeff0;
  }
  .person:nth-child(4) .person__info {
    background: #f5f7f7;
  }
}
@media screen and (min-width: 1024px) {
  .person {
    padding: 40px 20px 0 70px;
  }
}
@media screen and (min-width: 1240px) {
  .person {
    width: 33.33%;
  }
  .person:nth-child(3n+1) {
    clear: left;
  }
  .person:nth-child(3) .person__info {
    background: #f5f7f7;
  }
  .person:nth-child(4) .person__info {
    background: #ebeff0;
  }
}

.person__image {
  position: absolute;
  top: 35px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .person__image {
    top: 55px;
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .person__image {
    top: 55px;
    left: 20px;
    width: 100px;
    height: 100px;
  }
}
.person__image img {
  width: 100%;
  height: 100%;
}

.person__info {
  background: #f5f7f7;
  padding: 20px 20px 20px 45px;
  font-size: 13px;
  line-height: 19px;
}
@media screen and (min-width: 480px) {
  .person__info {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .person__info {
    padding: 30px 20px 30px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .person__info {
    padding: 45px 20px 40px 65px;
  }
}
@media screen and (min-width: 1240px) {
  .person__info {
    font-size: 17px;
    line-height: 22px;
  }
}

.person__info__name {
  font-family: "Eveleth", "Open Sans", sans-serif;
}

.person__info__position {
  color: #909397;
  font-style: italic;
}

.person__info__email {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .person__info__email:before {
    content: "";
    position: absolute;
    left: -4px;
    right: -4px;
    bottom: 1px;
    height: 10px;
    background: #cead28;
    opacity: 0;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -moz-transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.5s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  }
  .person__info__email:hover:before {
    opacity: 0.15;
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
}

.about {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1240px) {
  .about {
    margin-top: 80px;
  }
}

.about__image {
  margin-top: 20px;
}
.about__image img {
  max-width: 100%;
}

.about__text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .about__text {
    margin: 40px auto 0;
    max-width: 660px;
  }
}
.about__text p {
  font-size: 15px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .about__text p {
    font-size: 17px;
    line-height: 35px;
  }
}
.about__text p:first-child {
  font-size: 19px;
  line-height: 30px;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .about__text p:first-child {
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}

/**
 * Showreel styles
 */
.showreel-info {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .showreel-info {
    padding: 60px 0;
    text-align: center;
  }
}
@media screen and (min-width: 1240px) {
  .showreel-info {
    padding: 70px 0 60px;
  }
}
.showreel-info .row {
  margin: 0 auto;
  max-width: 660px;
}

.showreel-description {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
.showreel-description p {
  font-size: 17px;
  line-height: 25px;
  color: #878081;
}
@media screen and (min-width: 768px) {
  .showreel-description p {
    font-size: 22px;
    line-height: 35px;
  }
}

.showreel-download {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px 11px;
  background: #484a4d;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.showreel-download:hover {
  background: #cead28;
  color: #fff;
}

/**
 * Project styles
 */
.project-intro {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .project-intro {
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 1240px) {
  .project-intro {
    padding: 52px 0 0;
  }
}
.project-intro .director-h1 {
  float: none;
}

.project-description {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}
.project-description p {
  font-size: 15px;
  line-height: 25px;
  color: #878081;
}
@media screen and (min-width: 768px) {
  .project-description p {
    font-size: 17px;
    line-height: 35px;
  }
}

.project-download {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px 11px;
  background: #484a4d;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.project-download:hover {
  background: #cead28;
  color: #fff;
}

.project-section {
  padding: 30px 0 10px;
}
@media screen and (min-width: 768px) {
  .project-section {
    padding: 50px 0 15px;
  }
}
@media screen and (min-width: 1240px) {
  .project-section {
    padding: 80px 0 15px;
  }
}

.project-section__title {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.04em;
}

#password {
  margin-top: 20px;
}
#password input {
  display: block;
  padding: 12px 14px 13px;
  border: 1px solid #dbdcdc;
  color: #484a4d;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #password input {
    display: inline-block;
  }
}
#password input[type=submit] {
  margin-top: 15px;
  padding: 13px 28px 14px 30px;
  background: #484a4d;
  border: 0;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #password input[type=submit] {
    margin: 0 0 0 15px;
  }
}
#password input[type=submit]:hover {
  background: #cead28;
  color: #fff;
}

.project-video-wrap {
  position: relative;
  background: #000;
}
.project-video-wrap video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.project-folder-layer {
  color: #ebeff0;
}

.project-folder-back {
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  color: #909397;
}
.project-folder-back svg {
  float: left;
  width: 9px;
  height: 13px;
  margin: 0 8px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project-folder-back .arrow-color {
  fill: #909397;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project-folder-back:hover {
  color: #484a4d;
}
.project-folder-back:hover svg {
  -webkit-transform: translate(-3px, 0);
  -moz-transform: translate(-3px, 0);
  -ms-transform: translate(-3px, 0);
  -o-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
}
.project-folder-back:hover .arrow-color {
  fill: #484a4d;
}