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

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/** site variables **/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/** site variables **/
/*
 * Retina Sprites for Compass
 * by:              Andreas Sahle
 * forked from:     Retina-Sprites-for-Compass by Gaya Kessler
 * @see: https://github.com/Gaya/Retina-Sprites-for-Compass
 * last update:     04/13/14
 *
 * Usage:
 * 1. create a folder in your image directory (in this case 'icons').
 * 2. create sprite images for pixel ratio 1 screens and put them in the folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the folder,
 *    use the same filenames with a '-2x' suffix.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* $sprite-high-res-suffix: '-2x' !default; */
/* general styling */
@font-face {
  font-family: 'GT-Haptik-Light';
  src: url("../fonts/GT-Haptik-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GT-Haptik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Haptik-Light.woff") format("woff"), url("../fonts/GT-Haptik-Light.ttf") format("truetype");
}
body {
  height: 100%;
  font: normal 300 18px/1.2 "GT-Haptik-Light", Helvetica, sans-serif;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.25em;
  opacity: 0;
  -webkit-transition: opacity .8s ease-out;
          transition: opacity .8s ease-out;
  background-color: #333;
}

body.ready {
  opacity: 1;
}

::-moz-selection {
  background: transparent;
  /* WebKit/Blink Browsers */
  color: #b1876d;
}

::selection {
  background: transparent;
  /* WebKit/Blink Browsers */
  color: #b1876d;
}

::-moz-selection {
  background: transparent;
  /* Gecko Browsers */
  color: #b1876d;
}

#wrap {
  background-color: #333;
}

h1 {
  margin-top: 150px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-size: 31px;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 28px;
}

.title {
  font-size: 24px;
}

a, a:visited {
  text-decoration: none;
  color: #b1876d;
}
a.logo, a:visited.logo {
  color: #fff;
}

a:hover {
  color: #736357;
}

.center {
  margin: 0 auto;
  padding: 0 65px;
  overflow: auto;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

ul {
  text-decoration: none;
  padding: 0;
  list-style-type: none;
}

.table {
  display: table;
}

.vAlign {
  display: table-cell;
  vertical-align: middle;
}

.fullscreen-container {
  width: 100vw;
  height: 100vh;
}

.gradient {
  position: fixed;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent, rgba(51, 51, 51, 0.001) 0%, #333 95%);
  background: linear-gradient(to bottom, transparent, rgba(51, 51, 51, 0.001) 0%, #333 95%);
  pointer-events: none;
}

#main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  z-index: 100;
}

.logo {
  float: left;
  margin-left: 65px;
  font-size: 18px;
  line-height: 1.25em;
  color: #fff;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color .4s;
          transition: color .4s;
}
.logo a, .logo a:visited {
  color: inherit;
}

.filmaker {
  opacity: .5;
}

#logo {
  position: relative;
  z-index: 101;
}

#menu-btn {
  position: relative;
  float: right;
  margin-right: 65px;
  font-size: 18px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 101;
}

.close-text {
  display: none;
}

.menu-text {
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity .6s .5s ease-out;
          transition: opacity .6s .5s ease-out;
}

.close-text {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
          transition: opacity .3s ease-out;
}

.menu-active .menu-text {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
          transition: opacity .3s ease-out;
}
.menu-active .close-text {
  opacity: 1;
  -webkit-transition: opacity .6s .5s ease-out;
          transition: opacity .6s .5s ease-out;
}
.menu-active main {
  color: rgba(255, 255, 255, 0.3);
}
.menu-active #wrap.commercial main, .menu-active #wrap.commercial main h1 {
  color: rgba(0, 0, 0, 0.3);
}
.menu-active .embedded-video {
  opacity: .3;
}

/** navigation **/
.menu-active #nav {
  pointer-events: auto;
}
.menu-active #nav #main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease-out, visiblity .5s linear;
          transition: opacity .5s ease-out, visiblity .5s linear;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  letter-spacing: .2em;
}
#nav .fullscreen-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#nav #main-nav {
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, visiblity .5s linear;
          transition: opacity .3s ease-out, visiblity .5s linear;
}
#nav ul {
  display: inline-block;
  padding: 40px;
  max-width: 70%;
}
#nav ul li {
  display: inline;
  margin-right: 65px;
  line-height: 2.6em;
}
#nav ul li:last-child {
  margin-right: 0;
}
#nav ul li a {
  color: #fff;
  font-size: 42px;
  opacity: 1;
  -webkit-transition: -webkit-filter .5s linear, filter .5s linear;
          transition: filter .5s linear;
}
#nav ul li a:hover {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter 5s linear, filter 5s linear;
          transition: filter 5s linear;
}
#nav .table {
  width: 100%;
  height: 100%;
}
#nav .vAlign {
  text-align: center;
}

#film-menu, #commercial-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5 ease-out, visibility .5 linear;
          transition: opacity .5 ease-out, visibility .5 linear;
}

.submenu-active #nav #main-nav {
  opacity: 0 !important;
}
.submenu-active #film-menu {
  visibility: visible;
  opacity: 1;
}

.commercial-submenu-active #nav .submenu {
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  cursor: url("../img/icons/black-arrow.png"), auto;
  cursor: -webkit-image-set(url("../img/icons/black-arrow.png") 1x, url("../img/icons/black-arrow@2x.png") 2x), auto;
}
.commercial-submenu-active #nav #main-nav {
  opacity: 0 !important;
}
.commercial-submenu-active #commercial-menu {
  visibility: visible;
  opacity: 1;
}

#nav .submenu {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-blend-mode: darken;
  -webkit-transition: .8s;
          transition: .8s;
  cursor: url("../img/icons/back-arrow.png"), auto;
  cursor: -webkit-image-set(url("../img/icons/back-arrow.png") 1x, url("../img/icons/back-arrow@2x.png") 2x), auto;
}
#nav .submenu ul {
  cursor: auto;
  text-align: left;
  padding: 0px 65px;
  max-width: initial;
}
#nav .submenu ul li {
  margin-right: 20px;
}
#nav .submenu ul li a {
  font-size: 42px;
  -webkit-transition: -webkit-filter .5s linear, filter .5s linear;
          transition: filter .5s linear;
}
#nav .submenu ul li a:hover {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter 3s linear, filter 3s linear;
          transition: filter 3s linear;
}
#nav .submenu sup {
  white-space: nowrap;
  margin-left: 10px;
  font-size: 16px;
  top: -1em;
}

#nav #commercial-menu ul li a {
  color: #000;
}

.commercial-submenu-active .close-text, .commercial-submenu-active a.logo, .commercial-submenu-active .filmaker {
  color: #000;
}

/** home video **/
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
.home .gradient {
  display: none;
}

/** film **/
.embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 10;
}

.embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel.center {
  max-width: 70%;
}

.info.center {
  max-width: 700px;
  padding-bottom: 60px;
}

#mobile-video {
  display: none;
}

#film {
  padding-bottom: 200px;
}
#film .watch {
  display: none;
}
#film .details {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  text-transform: none;
}
#film h1 {
  margin-bottom: 30px;
}
#film h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
  color: #9f9f9f;
}
#film a.link, #film a:visited.link {
  color: #b1876d;
}
#film a.link:hover, #film a:visited.link:hover {
  color: #736357;
}
#film .info-section {
  margin-bottom: 70px;
}
#film .info-section:last-child {
  margin-bottom: 0;
}

.gallery.center {
  max-width: 900px;
}
.gallery .container {
  margin-left: -5%;
  margin-right: -5%;
}
.gallery .item {
  width: 40%;
  margin: 0 5% 10%;
}

.commercial .info p {
  font-size: 24px;
  text-align: center;
  line-height: .1em;
}
.commercial .info ul {
  text-align: center;
}
.commercial .info ul li {
  display: inline-block;
  margin: 0 10px !important;
}
.commercial .info strong {
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 4px;
}
.commercial .info strong:first-child {
  margin-left: 0;
}

#more-container {
  text-align: center;
}

#more {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: #b1876d;
}
#more:hover {
  color: #736357;
}

.films #more .commercials {
  display: none;
}

.commercial a.logo, .commercial a:visited.logo {
  color: #000;
}
.commercial #menu-btn {
  color: #000;
}
#wrap .commercial {
  background-color: #fff;
  color: #000;
}
.commercial #nav #main-nav {
  background: rgba(255, 255, 255, 0.5);
}
.commercial #nav ul li a {
  color: #000;
}
.commercial #film-menu ul li a {
  color: #fff;
}
.commercial .gradient {
  background: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.001) 0%, #fff 95%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.001) 0%, #fff 95%);
}
.commercial h1 {
  color: #000;
}
.commercial .info.center {
  padding-bottom: 100px;
}
.commercial #more .films {
  display: none;
}

.menu-active .commercial #menu-btn {
  color: #000;
}

.submenu-active .commercial #menu-btn {
  color: #000;
}

/** info **/
.info .center {
  max-width: 700px;
  padding-bottom: 200px;
}
.info h1 {
  margin-bottom: 58px;
}
.info p {
  margin-bottom: 0;
}
.info p:first-child {
  margin-bottom: 25px;
}
.info strong {
  font-size: 12px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 14px;
  color: #9f9f9f;
}
.info ul {
  padding: 0;
  margin: 0;
}

.contact {
  margin-top: 16px;
  margin-bottom: 30px;
}
.contact a {
  margin-left: 22px;
  font-size: 18px;
  color: #b1876d;
}
.contact a:first-child {
  margin-left: 0;
}

strong {
  text-transform: uppercase;
  font-weight: 300;
}

/** news **/
.news {
  text-align: center;
}
.news h1 {
  margin-bottom: 0;
}
.news .center {
  max-width: 580px;
  padding-bottom: 150px;
}
.news .timeline {
  width: 1px;
  height: 80px;
  background-color: #666;
  margin: 25px auto;
}
.news .date {
  font-size: 15px;
  color: #888;
}
.news .title {
  font-size: 19px;
  margin: 25px auto;
  max-width: 70%;
  text-transform: uppercase;
}
.news .excerpt {
  font-size: 16px;
  margin-bottom: 25px;
}
.news a.more, .news a:visited.more {
  color: #a49687;
}

/** site variables **/
/**** ipad landscape ***/
/* end ipad landscape */
/**** ipad portrait ***/
/** programmes specific **/
@media screen and (max-width: 995px) {
  /** programmes **/
}
/** company disc specific **/
/** site variables **/
@media screen and (max-width: 1124px) {
  #nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 2em;
  }
  #nav ul li:last-child {
    margin-bottom: 0;
  }
  #nav .submenu ul {
    position: relative;
    padding: 40px 30px;
    line-height: 2em;
  }
  #nav .submenu ul li {
    display: inline;
    line-height: 3.2em;
    margin-right: 15px;
  }
  #nav .submenu ul li:last-child {
    margin-right: 0;
  }
  #nav .submenu ul li a, #nav .submenu ul li a:visited {
    font-size: 42px;
  }
  #nav .submenu ul li a sup, #nav .submenu ul li a:visited sup {
    font-size: 16px;
    top: -1em;
    margin-left: 5px;
  }
  #nav .submenu .back-arrow {
    position: absolute;
    top: -20px;
    left: 30px;
    content: '';
    width: 32px;
    height: 26px;
    background-image: url(../img/icons/back-arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 32px 26px;
  }
  #nav #commercial-menu .back-arrow {
    background-image: url(../img/icons/black-arrow@2x.png);
  }
}
/**** ipad landscape ****/
@media screen and (max-width: 1024px) {
  #main-header {
    position: absolute;
    padding: 35px 0;
  }

  .logo {
    margin-left: 40px;
  }

  #menu-btn {
    position: fixed;
    right: 0;
    margin-right: 40px;
  }

  .gradient {
    background: url(../img/333333-revised.png);
    background-repeat: repeat-x;
  }
  .commercial .gradient {
    background: url(../img/ari-briq-white.png);
  }

  #nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 2em;
  }
  #nav ul li:last-child {
    margin-bottom: 0;
  }
  #nav .submenu ul {
    position: relative;
    padding: 40px 30px;
    line-height: 2em;
  }
  #nav .submenu ul li {
    display: inline;
    line-height: 3.2em;
    margin-right: 15px;
  }
  #nav .submenu ul li:last-child {
    margin-right: 0;
  }
  #nav .submenu ul li a, #nav .submenu ul li a:visited {
    font-size: 42px;
  }
  #nav .submenu ul li a sup, #nav .submenu ul li a:visited sup {
    font-size: 16px;
    top: -1em;
    margin-left: 5px;
  }
  #nav .submenu .back-arrow {
    position: absolute;
    top: -20px;
    left: 30px;
    content: '';
    width: 32px;
    height: 26px;
    background-image: url(../img/icons/back-arrow@2x.png);
    background-repeat: no-repeat;
    background-size: 32px 26px;
  }
  #nav #commercial-menu .back-arrow {
    background-image: url(../img/icons/black-arrow@2x.png);
  }
}
/**** mobile ***/
@media screen and (max-width: 768px) {
  /** general **/
  h1 {
    font-size: 42px;
    width: 80%;
    margin: 130px auto 20px;
    line-height: 1.25em;
  }

  #menu-btn {
    position: fixed;
    margin-right: 0;
    bottom: 27px;
    left: 50%;
    margin-left: -26.1px;
    right: initial;
  }

  .logo {
    font-size: 16px;
    margin-left: 30px;
  }

  .center {
    padding: 0 30px;
  }

  .fullscreen-bg {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
  }

  #main-header {
    position: absolute;
    padding: 31px 0;
  }

  .table-mobile {
    display: table;
    width: 100%;
    height: 100%;
  }

  .vMiddle-mobile {
    display: table-cell;
    vertical-align: middle;
  }

  /** navigation **/
  #nav ul {
    padding: 30px;
    max-width: 100%;
  }
  #nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 2em;
  }
  #nav ul li a, #nav ul li a:visited {
    font-size: 42px;
  }
  #nav .submenu ul {
    padding: 40px 30px;
    line-height: 2em;
    margin-top: 5em;
  }
  #nav .submenu ul li {
    display: inline-block;
    line-height: 2em;
    margin-right: 15px;
    margin-bottom: 1em;
  }
  #nav .submenu ul li:last-child {
    margin-right: 0;
  }
  #nav .submenu ul li a, #nav .submenu ul li a:visited {
    font-size: 42px;
  }
  #nav .submenu ul li a sup, #nav .submenu ul li a:visited sup {
    font-size: 16px;
    top: -1em;
    margin-left: 5px;
  }

  .menu-active h1 {
    opacity: 0;
  }

  /** home **/
  /** info **/
  .panel.center {
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: darken;
  }

  .films .panel.center {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .info h1 {
    font-size: 24px;
  }
  .info .center {
    max-width: 500px;
  }

  .contact {
    margin-top: 16px;
  }
  .contact a {
    font-size: 14px;
  }

  /** film **/
  #film .watch {
    display: block;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    text-transform: none;
    margin-top: -5px;
    color: #b1876d;
    cursor: pointer;
  }
  #film .details {
    margin-top: -3px;
  }
  #film .commercial .info ul li {
    font-size: 18px;
  }
  #film .commercial .watch {
    margin-top: 0;
  }
  #film .embedded-video {
    display: none;
  }
  #film .panel {
    margin-bottom: 40px;
  }
  #film .panel.center {
    padding: 0;
  }
  #film .info-section {
    margin-bottom: 50px;
  }
  #film h1 {
    margin-top: 0;
    letter-spacing: .1em;
    line-height: 1.1em;
  }
  #film h2 {
    font-size: 18px;
    margin: 24px 0 26px;
  }
  #film .info.center {
    padding-bottom: 0;
    max-width: 500px;
  }
  #film .gallery {
    margin-top: 30px;
  }
  #film .gallery .container {
    margin-left: 0;
    margin-right: 0;
  }
  #film .gallery .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #film img {
    width: 100%;
  }

  #mobile-video {
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.97);
    pointer-events: none;
    -webkit-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;
    z-index: 100;
  }
  .video-active #mobile-video {
    opacity: 1;
    pointer-events: auto;
  }
  #mobile-video .vAlign {
    padding: 0 30px;
  }
  #mobile-video #mobile-video-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 101;
  }

  #more {
    display: none;
  }

  .commercial .watch {
    color: #000 !important;
  }
  .commercial .panel.center {
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
  }

  /** news **/
  .news h1 {
    font-size: 24px;
  }
  .news .center {
    max-width: 500px;
  }
  .news .timeline {
    height: 44px;
  }
  .news .title {
    line-height: 1.2em;
  }
  .news .date {
    font-size: 14px;
  }
  .news .excerpt {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .news .more {
    font-size: 10px;
  }
}
/* end mobile */
@media screen and (max-width: 568px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 28px;
  }

  .home .fullscreen-bg {
    background-image: url(../img/cruiser-frame.jpg) !important;
  }

  #nav ul li {
    margin-bottom: 1.3em;
  }
  #nav ul li:last-child {
    margin-bottom: 0;
  }
  #nav ul li a, #nav ul li a:visited {
    font-size: 26px;
  }
  #nav .submenu ul li {
    line-height: 1.4em;
    margin-bottom: 1em;
  }
  #nav .submenu ul li a, #nav .submenu ul li a:visited {
    font-size: 21px;
  }
  #nav .submenu ul li a sup, #nav .submenu ul li a:visited sup {
    font-size: 10px;
    top: -.7em;
    margin-left: 5px;
  }
  #nav .submenu .back-arrow {
    top: 0;
    width: 26px;
    height: 21px;
    background-size: 26px 21px;
  }

  #nav .submenu, .commercial-submenu-active #nav .submenu {
    cursor: auto !important;
  }

  .commercial .info p {
    font-size: 18px;
    text-align: left;
    line-height: .1em;
  }
  .commercial .info ul {
    text-align: left;
  }
  .commercial .info ul li {
    display: list-item;
    font-size: 16px;
    margin: 0 0 20px !important;
  }
  .commercial .info strong {
    font-size: 10px;
    display: block;
    margin: 0 0 2px;
  }
  .commercial .info strong:first-child {
    margin-top: 10px;
  }

  #film h2 {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
/* end mobile small */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (orientation: landscape) {
  #nav ul li {
    margin-bottom: 0;
  }
  #nav ul li a, #nav ul li a:visited {
    font-size: 24px;
  }
  #nav .submenu ul li {
    line-height: inherit;
  }
  #nav .submenu ul li a, #nav .submenu ul li a:visited {
    font-size: 21px;
  }
  #nav .submenu ul li a sup, #nav .submenu ul li a:visited sup {
    font-size: 10px;
    top: -.7em;
    margin-left: 5px;
  }
  #nav .submenu .back-arrow {
    top: 0;
    width: 26px;
    height: 21px;
    background-size: 26px 21px;
  }

  #film h1 {
    font-size: 28px;
  }
  #film .panel.center {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: initial;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
