/* setup */
@font-face {
  font-family: 'proxima_novabold';
  src: url("../fonts/proximanovabold-webfont.eot");
  src: url("../fonts/proximanovabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanovabold-webfont.woff2") format("woff2"), url("../fonts/proximanovabold-webfont.woff") format("woff"), url("../fonts/proximanovabold-webfont.ttf") format("truetype"), url("../fonts/proximanovabold-webfont.svg#proxima_novabold") format("svg");
  font-weight: normal;
  font-style: normal; }
html {
  box-sizing: border-box; }

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

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

.unselectable {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body {
  background-color: #FFF;
  margin: 0;
  padding: 0; }

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

/* Banner Styles */
.banner {
  position: relative;
  width: 300px;
  height: 250px;
  border: solid 1px;
  overflow: hidden;
  background-color: #fff; }
  .banner .hit,
  .banner .bannerClick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
  .banner #logoLarge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .banner #logoSmall {
    top: 15px;
    left: 15px;
    position: absolute; }
  .banner #mainCopy {
    position: absolute;
    top: 70px;
    left: 14px;
    width: 100px;
    font-family: 'proxima_novabold';
    font-size: 18px;
    line-height: 18px; }
  .banner #replayBtn {
    top: 187px;
    position: absolute;
    left: 15px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    z-index: 100; }
  .banner .titlesContainer {
    position: absolute;
    top: 0;
    left: 0; }
    .banner .titlesContainer .mask {
      width: 179px;
      height: 83px;
      overflow: hidden;
      cursor: pointer;
      background-color: #444;
      position: absolute;
      left: 0;
      top: 0; }
      .banner .titlesContainer .mask:nth-child(2) {
        top: 83px;
        background-color: #555; }
      .banner .titlesContainer .mask:nth-child(3) {
        top: 166px;
        background-color: #666; }
      .banner .titlesContainer .mask * {
        position: absolute; }
      .banner .titlesContainer .mask .titleImage {
        top: 0;
        left: 0;
        width: 179px; }
      .banner .titlesContainer .mask .single {
        width: 300px; }
      .banner .titlesContainer .mask .double {
        height: 135px;
        width: auto; }
      .banner .titlesContainer .mask .titleBlock {
        top: 54px;
        left: 5px; }
        .banner .titlesContainer .mask .titleBlock .redline {
          top: 3px;
          left: 5px;
          width: 2px;
          height: 20px;
          background-color: #e50914; }
        .banner .titlesContainer .mask .titleBlock .title {
          top: 4px;
          left: 11px;
          width: 200px;
          font-family: 'proxima_novabold';
          font-size: 9.88px;
          line-height: 11px;
          color: #fff;
          text-transform: uppercase; }
  .banner #ctaButton {
    position: absolute;
    height: 26px;
    width: 100px;
    top: 211px;
    left: 9px;
    border: 1px solid #e50914;
    cursor: pointer;
    overflow: hidden;
    z-index: 99; }
    .banner #ctaButton .ctaRedWhite {
      position: absolute;
      width: 100%;
      height: 100%; }
    .banner #ctaButton #ctaRed {
      opacity: 1; }
    .banner #ctaButton #ctaWhite {
      opacity: 0; }
    .banner #ctaButton .ctaText {
      white-space: nowrap;
      font-family: 'proxima_novabold';
      font-size: 12px;
      text-transform: uppercase;
      padding-right: 12px;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      line-height: 11px;
      transform: translate(-50%, -50%); }
    .banner #ctaButton #ctaTextRed {
      color: #e50914;
      background: url("../img/arrow_red.png") no-repeat right center; }
    .banner #ctaButton #ctaTextWhite {
      color: #fff;
      background: url("../img/arrow_white.png") no-repeat right center; }
    .banner #ctaButton .ctaBackground {
      position: absolute;
      height: 100%;
      width: 100%; }
    .banner #ctaButton #ctaBackgroundWhite {
      background-color: #fff; }
    .banner #ctaButton #ctaBackgroundBlack {
      background-color: #000; }
    .banner #ctaButton #ctaBackgroundRed {
      background-color: #e50914; }
  .banner .panel {
    position: absolute;
    top: 0;
    left: 165px;
    width: 100%;
    height: 100%; }
    .banner .panel .shadow {
      position: absolute;
      left: -12px;
      top: -25px;
      pointer-events: none; }
  .banner .redPanel {
    left: 165px;
    background-color: #e50914; }
  .banner .whitePanel {
    left: 180px;
    background-color: #f5f5f1; }

/* Video */
.close {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 15;
  cursor: pointer;
  width: 19px;
  height: 19px;
  background: url(../img/close_button.png);
  overflow: hidden; }
  .close:hover {
    background-position: -19px 0; }

#replay {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/replay.png) no-repeat center;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, -ms-transform .3s ease-out; }
  #replay:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

#videoWrapper {
  z-index: 101;
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0;
  left: 0;
  background-color: #000; }

.videoContainer {
  width: 100%;
  height: 100%;
  background-color: #000; }

.videoClick {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.controls {
  z-index: 12;
  position: absolute;
  bottom: 10px;
  left: 10px; }

.sprite {
  background: url(../img/icons.png) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 2px;
  cursor: pointer; }

.playBtn {
  background-position: 0 0; }
  .playBtn:hover {
    background-position: 0 -44px; }
  .playBtn.pause {
    background-position: 0 -22px; }
    .playBtn.pause:hover {
      background-position: 0 -66px; }

.muteBtn {
  background-position: -22px -22px; }
  .muteBtn.unmute {
    background-position: -22px 0; }
    .muteBtn.unmute:hover {
      background-position: -22px -44px; }
  .muteBtn:hover {
    background-position: -22px -66px; }

.timer {
  float: left;
  color: #e50914;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  width: 100px;
  line-height: 20px;
  margin-left: 5px; }
