html, body {
  height: 100%;
}

body {
  font-family: 'Gudea',sans-serif;
  font-weight: 500;
  background: #04030b url('http://www.oscilloscope.net/films/assets/images/bgr-pattern.jpg');
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
/* VHX */
.fullwidth {
  max-width: 100%;
}
.widewidth {
  max-width: 90%;
}
.flush .columns {
  padding-left: 0;
  padding-right: 0;
}
img.fill-image {
  width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Gudea',sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
h1 { font-size: 32px; }
h3 { font-size: 14px; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.strong { font-weight: bold; }
.hidden { display: none !important; }
.white { color: #FFF; }
.black { color: #000; }
.grey { color: #969696 !important; }

.white-bg { background-color: #FFF; }

.border-top { border-top: 1px solid #e5e5e5; }
.border-right { border-right: 1px solid #e5e5e5; }
.border-left { border-left: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.padding-top-small { padding-top: 1em; }
.padding-top-medium { padding-top: 2em; }
.padding-top-large { padding-top: 3em; }
.padding-bottom-small { padding-bottom: 1em; }
.padding-bottom-medium { padding-bottom: 2em; }
.padding-bottom-large { padding-bottom: 3em; }

.padding-left-small { padding-left: 1em; }
.padding-left-medium { padding-left: 2em; }
.padding-left-large { padding-left: 3em; }
.padding-right-small { padding-right: 1em; }
.padding-right-medium { padding-right: 2em; }
.padding-right-large { padding-right: 3em; }


a, a:active {
  color: #da9336;
}
a:hover {
  color: #FFF;
}
.grey-gradient {
  position: relative;
}
.grey-gradient:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100px;
  z-index: 5;
  background: -moz-linear-gradient(top,  rgba(213,213,213,0.51) 0%, rgba(213,213,213,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,0.51)), color-stop(100%,rgba(213,213,213,0)));
  background: -webkit-linear-gradient(top,  rgba(213,213,213,0.51) 0%,rgba(213,213,213,0) 100%);
  background: -o-linear-gradient(top,  rgba(213,213,213,0.51) 0%,rgba(213,213,213,0) 100%);
  background: -ms-linear-gradient(top,  rgba(213,213,213,0.51) 0%,rgba(213,213,213,0) 100%);
  background: linear-gradient(to bottom,  rgba(213,213,213,0.51) 0%,rgba(213,213,213,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82d5d5d5', endColorstr='#00d5d5d5',GradientType=0 );
}
.section-title {
  padding: 3em 0;
}
.section {
  padding-bottom: 5em;
  position: relative;
}
.coloroverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: -1;
}
.dynamic-bg {

}
.button {
  display: inline-block;
  font-size: 18px;
  padding: 8px 20px;
  border: 2px solid #fff;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}

.button:hover {
  border: 2px solid #FFF;
  background-color: #ffd630
}
.button.black {
  background: #000;
  color: #FFF;
}
.button.black:hover {
  background-color: #ffd630;
  color: #000;
}
.button.gold {
  background: #ffd630;
  color: #000;
}
.button.gold:hover {
  background: #000;
  color: #FFF;
}

.readmore-js-toggle {
  background: #d9d9d9;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  display: inline-block !important;
  width: auto !important;
  margin-top: 10px;
  margin-bottom: 20px;
}
.readmore-js-toggle:hover {
  background-color: #ffd630;
}

@media only screen and (max-width: 40em) {
  .grey-gradient:before {
    display: none;
  }
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HEADER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
header {
  background-color: #ebae31;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  overflow: hidden;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
header .logo {
  position: absolute;
  left: 20px;
  top: 10px;
}
header .logo {

}
header .login a {
  display: block;
  padding: 12px 8px;
  background: rgba(126,0,0,.15);
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  border: 7px solid #ebae31;
}
header .login a:hover {
  background: #FFF;
  color: #000;
}
nav {
  display: block;
  width: 420px;
  margin: 0 auto;
}
nav h3 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  padding: 7px 10px 1px 10px;
  float: left;
}
nav a,
nav a:visited {
  text-transform: uppercase;
  color: #fff;
  padding: 18px 10px 12px 10px;
  display: inline-block;
  border-bottom: 5px solid #ebae31;
}
nav a:active,
nav a:focus {

}
nav a:hover {
  border-bottom: 5px solid #FFF;
}
nav a.active,
nav li.current_page_parent a,
nav li.current_page_item a {
  border-bottom: 5px solid rgba(126,0,0,.15);

}
nav ul {
  margin: 0;
  padding: 8px 0 0 0;
  list-style: none;
}
nav.secondary  {
  background: rgba(126,0,0,.15);
  width: auto;
  margin: 0;
  text-align: center;
  height: 45px;
}
nav.secondary ul.inline-list {
  margin-left: 0 !important;
  overflow: visible;
  list-style: none; position: relative; float: left; display: block; left: 50%;
}
nav.secondary ul li {
  position: relative; float: left; display: block; right: 50%;
}
nav.secondary a {
  font-size: 13px;
  padding: 10px;
  border-bottom: 5px solid rgba(0,0,0,0);
}
nav.secondary a:hover {
  background: transparent;
  border-bottom: 5px solid #da9336;
}
nav ul li ul {
  display: none !important;
}

nav .inline-list {
  margin-bottom: 0;
}
.primary-list {
  width: 420px;
  margin-left: 0 !important;
}
.inline-list li {
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0;
}
.inline-list li a {
  text-decoration: none;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
}
.show-menu {
  -webkit-appearance: none;
  text-decoration: none;
  display: none;
  opacity: .5;
  position: relative;
  top: 0px;
  font-size: 25px;
  padding: 10px;
  padding-top: 0;
}
.show-menu:hover {
  opacity: 1;
}

/*Hide checkbox*/
input[type='checkbox']{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type='checkbox']:checked ~ #primary-navigation{
    display: block;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}

@media only screen and (max-width: 40em) {
  header {
    min-height: 60px;
    overflow: visible;
  }
  header .logo {
    width: 100px;
  }
  .mobile-menu-container {
    display: inline-block;
    float: left;
    margin-right: 0px;
  }
  .show-menu {
    display:inline-block;
  }
  nav .inline-list {
    display: none;
    position: absolute;
    background:#000;
    margin: 0;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 300;
    border-top: 1px solid #FFF;
  }
  nav .inline-list li {
    display: block;
    float: none;
  }
  nav .inline-list li a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.4);
    text-align: left;
  }
  nav ul li ul.secondary-list {
    display: block !important;
    position: relative;
    background: rgba(255,255,255,.2);
    margin: 0;
    padding-top: 0;
  }
  nav.secondary {
    display: none;
  }
  nav.secondary ul.inline-list {
    float: none;
    left: auto;
  }
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* PAGE BG */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.background {
  background: no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 56.25%;
  opacity: .5;
}
.background:after {
  content:'';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: -moz-linear-gradient(top,  rgba(4,3,11,0) 0%, rgba(4,3,11,1) 95%, rgba(4,3,11,1) 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,3,11,0)), color-stop(95%,rgba(4,3,11,1)), color-stop(97%,rgba(4,3,11,1)));
  background: -webkit-linear-gradient(top,  rgba(4,3,11,0) 0%,rgba(4,3,11,1) 95%,rgba(4,3,11,1) 97%);
  background: -o-linear-gradient(top,  rgba(4,3,11,0) 0%,rgba(4,3,11,1) 95%,rgba(4,3,11,1) 97%);
  background: -ms-linear-gradient(top,  rgba(4,3,11,0) 0%,rgba(4,3,11,1) 95%,rgba(4,3,11,1) 97%);
  background: linear-gradient(to bottom,  rgba(4,3,11,0) 0%,rgba(4,3,11,1) 95%,rgba(4,3,11,1) 97%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0004030b', endColorstr='#04030b',GradientType=0 );
}
.back-arrow a {
  opacity: .5;
}
.back-arrow a:hover {
  opacity: 1;
}
.back-arrow a i {
  font-size: 14px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CONTENT */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.content {
  position: relative;
  z-index: 100;
  padding-top: 100px;
  color: #a3a3a3;
}
body.has-subnav .content {
  padding-top: 105px;
}
.content .row.margin-right-reset,
ul.margin-right-reset {
  margin-right: 0;
}
.content .row.margin-left-reset,
ul.margin-left-reset {
  margin-left: 0;
}
.content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.content .primary-actions a {
  font-size: 15px;
  display: block;
}
.content .inner-padding {
  padding: 20px 10px;
}
.content .grey-bg {
  background: rgba(0,0,0,.1);
}
.content .project-title h1,
.content .project-title h3 {
  color: #FFF;
}
.content .project-title h1 {
  margin-top: -5px;
}
.content .project-title h3 {
  opacity: .5;
}
.content .keyart {
}
.content .keyart .padding {
  position: relative;
  top: -75px;
  z-index: 10;
}
.content .relative {
  position: relative;
  z-index: 10;
}

/* PHYSICAL ! */
.content .physical li {
  margin-right:0;
}
.content .physical li:nth-child(n+3):before {
  content: "\00a0\2013\00a0";
}
.content .physical a {
  color: #da9336;
  text-transform: none;
}
.content .physical a:hover {
  color: #000;
}

/* HUB ! */
.content .branding.widewidth {
  width: 60%;
  padding-top: 100px;
}
.content .film-list {
  margin-left: 0;
  background-position: top left;
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 0;
  position: relative;
}
.content .film-list:before {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 100%;
  background: url('http://www.oscilloscope.net/films/assets/images/woodgrain-vertical-tile.png');
  left: 0;
  top: 0px;
}
.content .film-list:after {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 100%;
  background: url('http://www.oscilloscope.net/films/assets/images/woodgrain-vertical-tile.png');
  right: 0;
  top: 0px;
}
.content .film-list li {
  width: 56px;
  height: 433px;
  overflow: hidden;
  padding-top: 37px;
  background-position: top left;
}
.content .film-list li.featured {
  width: 252px;
}
.content .film-list-bottom {
  height: 36px;
  background: url('http://www.oscilloscope.net/films/assets/images/woodgrain-horizontal-tile.png');
  margin-bottom: 50px;
}
@media only screen and (max-width: 40em) {
  body.has-subnav .content {
  padding-top: 61px;
}
  .content .keyart .padding {
    top: -10px;
  }
  .content .primary-actions a {
    display: block;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GREY BLOCK (meta insight) */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.content .social-shares a {
  display: inline-block;
  color: #FFF;
  background: #000;
  font-size: 20px;
  padding: 5px;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 40px;
  text-align: center;
}
.content .social-shares a:hover {
  background: #ffd630;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* THEATRICAL */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.theatrical-container a,
.theatrical-container a:visited {
  color: #da9336
}
.theatrical-container a:hover {
  color: #000;
}
@media only screen and (max-width: 40em) {
  .theatrical-container .single-listing {
    padding-bottom: 30px;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GALLERY */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.content .gallery a {
  display: block;
}
.content .gallery a:hover {
  cursor: pointer;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* PRESS KIT */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.press-kit .button {
  font-size: 15px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* FOOTER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;;
}
footer a {
  color: #FFF;
}
footer .legal {
  text-transform: uppercase;
  padding-top: 5px;
}
footer .legal a {
  font-weight: bold;
  opacity: .5;
}
footer .legal a:hover {
  color: #ffd630;
  opacity: 1;
}
footer .legal span {
  opacity: .3;
}
footer .legal span.newline {
  display: block;
  font-size: 13px;
}
footer .social-buttons {
  text-align: right;
}
footer .social {
  display: inline-block;
  background: #ffd630;
  color: #000;
  font-size: 18px;
  padding: 10px;
  min-width: 50px;
  border-radius: 5px;
  text-align: center;
}
footer .social:hover {
  background: #ebae31;
  color: #FFF;
  cursor: pointer;cursor: hand;
}
footer .vhxy {
  opacity: .3;
  font-size: 13px;
  font-weight: 100;
}
footer .vhxy a {
  opacity: .8;
}
@media only screen and (max-width: 40em) {
  footer .logo {
  }
  footer .social-buttons {
    padding-top: 2em;
    text-align: center;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* UTILITIES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#blanket {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,1);
  z-index: 900;
  display: none;
}
#blanket.is-active {
  display: block;
  opacity: .8;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -484px;
  margin-top: -272px;
  width: 968px;
  min-height: 544px;
  display: none;
  z-index: 910;
}
.modal.is-active {
  display: block;
}
.modal .trailer {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.modal .trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .close {
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 50px;
}
.modal .close a {
  color: #FFF;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .modal {
    position: fixed;
    top: 10%;
    left: 10%;
    margin-left: 0px;
    margin-top: 0px;
    width: 80%;
    min-height: auto;
    display: none;
    z-index: 910;
  }
}

@media only screen and (max-width: 40em) {
  .modal {
    position: fixed;
    top: 10%;
    left: 10%;
    margin-left: 0px;
    margin-top: 0px;
    width: 80%;
    min-height: auto;
    display: none;
    z-index: 910;
  }
}

.flashmovie {
    position: relative;
    left: 20px;
}