@font-face {
  font-family: 'oswaldregular';
  src: url("../fonts/oswald-regular-webfont.eot");
  src: url("../fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/oswald-regular-webfont.svg#oswaldregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldlight';
  src: url("../fonts/oswald-light-webfont.eot");
  src: url("../fonts/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-light-webfont.woff") format("woff"), url("../fonts/oswald-light-webfont.ttf") format("truetype"), url("../fonts/oswald-light-webfont.svg#oswaldlight") format("svg");
  font-weight: normal;
  font-style: normal; }
.loadie {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 0;
  height: 4px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  z-index: 999; }

html, body {
  height: 100%;
  font-family: 'oswaldregular', sans-serif;
  color: white;
  font-size: 1em;
  background: black; }

h1, h2, h3, h4, h5 {
  text-align: center;
  margin: 0;
  padding: 0;
  display: block !important;
  line-height: 1.1em; }

h1 {
  font-family: 'oswaldregular',sans-serif;
  font-size: 4em;
  text-transform: uppercase;
  color: white;
  margin: 0.1em auto 0.3em auto;
  word-wrap: break-word;
  line-height: 0.8em; }

h2 {
  font-family: 'oswaldregular', sans-serif;
  font-size: 1.8em;
  color: white;
  margin: 0.6em auto 0.5em auto;
  line-height: 1.2em; }

h3 {
  font-family: 'oswaldregular', sans-serif;
  font-size: 1.8em;
  color: white;
  margin: 0.6em auto 0.5em auto;
  line-height: 1.2em; }

a, a:hover, a:active, a:visited {
  text-decoration: none; }

div.fader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 1;
  z-index: 500;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  display: table; 
}

.reveal {
  opacity: 1 !important; }

.remove {
  display: none !important; }

.state-hidden {
  display: none !important; }

.state-visible {
  display: table !important; }

div.logo {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 100; 
  max-width: 250px; }

div.logo > img {
  width: 80%; }

.button-link {
  background: #A30202;
  color: #C6B25D !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  border-radius: 4px;
  padding: 15px 20px;
  margin: 30px auto;
  width: 150px;
  display: block;
  font-size: 0.9em;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=70);
  border: none;
  text-decoration: none; 
  border: 3px solid #C6B25D;
  box-shadow: inset 0 0 0 4px #000;
  text-transform: uppercase;}

.button-link:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff !important;
  text-decoration: none; 
  transform: scale(1.05);}

.button-link:active {
  transform: scale(1);}

div.caption-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  min-height: 600px;
  z-index: 40;
  overflow: hidden; }

div.caption-container {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
  font-size: 1.4em; }

div.subtitles {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 50px;
  left: 0;
  z-index: 30;
  font-family: 'oswaldregular', sans-serif;
  font-size: 1.8em;
  color: white;
  line-height: 1.2em; }

div.instructions-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  min-height: 600px;
  z-index: 30;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1; }

div.instructions {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
  font-size: 1.4em; }

div.instructions > h2 {
  display: block;
  max-width: 700px; }

img.pointer {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 90px;
  margin-top: -300px;
  z-index: 30; }

img.pointer-bottom {
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: 90px;
  z-index: 30;
  opacity: 0; }

div.buttons-container {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%; }

a.btn-next, a.btn-back {
  display: inline-block;
  margin: 20px 10px;
  text-decoration: none; }

a.btn-clue {
  display: inline-block;
  margin: 20px auto;
  text-decoration: none; }

div.mic-arrow {
  position: absolute;
  z-index: 50;
  top: 100px;
  left: 210px;
  opacity: 0; }

div.timer {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  background: url(../img/icon-microphone.png) no-repeat 50% 45%; }

div.clue-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  opacity: 0; }

div.clue-container {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  width: 100%;
  height: 450px;
  text-align: center; }

.flip {
  -webkit-perspective: 800;
  width: 267px;
  height: 300px;
  margin: 0 50px;
  display: inline-block;
  position: relative; }

.flip .card.flipped {
  -webkit-transform: rotateY(180deg); }

.flip .card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s; }

.flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  z-index: 2; }

.flip .card .front {
  position: absolute;
  z-index: 1;
  cursor: pointer; }

.flip .card .back {
  position: absolute;
  -webkit-transform: rotateY(180deg);
  cursor: pointer; }

div.intro-still {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/video-poster.jpg) no-repeat center;
  background-size: cover;
  opacity: 1;
  z-index: 20;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;}

div.outer-container {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-overflow-scrolling: touch; }

div.video-container {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  background: url(../img/video-poster.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden; }

#intro-video {
  position: absolute; }

video#bgvid {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  background: url(../img/bar.jpg) no-repeat;
  background-size: cover; }

div.speech-outer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 100;
  position: absolute; }

div.speech-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white; }

img.arrow-up {
  position: absolute;
  left: 25px;
  top: 10px;
  margin-top: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  z-index: 20;
  transition: all 1s ease; }

div.loader-container {
  width: 100%;
  text-align: center;
  bottom: 10px;
  height: 80px;
  position: absolute;
  z-index: 50;
  opacity: 1;
  transition: all 1s ease;
  background: url(../img/icon-microphone.png) no-repeat center; }

.hide {
  opacity: 0;
  transition: all 1s ease; }

.loader {
  margin: 0 auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(255, 255, 255, 0.2);
  border-right: 0.8em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.8em solid rgba(255, 255, 255, 0.2);
  border-left: 0.8em solid #ffffff;
  -webkit-animation: load8 1s infinite linear;
  animation: load8 1s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 66px;
  height: 66px;
  margin-top: 7px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=main.css.map */



.video-container-old {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

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

.video-container {
  width: 100%;
  height: 100%;
  min-width: 350px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-container {
  position: absolute;
}

.bb-logo {
  width: 100%;
  max-width: 600px;
  margin-top: 100px;
}

.footer {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    color: #959595;
    z-index: 100;
    text-align: right;
}

.speech {
    display: inline-bloc;
    width: 60px;
    margin: 20px auto;
    opacity: 0;
    transition: opacity .25s ease;
}

.speech.show {
    opacity: 1;
}

.speech-wrapper {
    position: absolute;
    bottom: 150px;
    width: 100%;
    display: inline-block;
    z-index: 10;
}



@media (max-width: 500px) {
    .video-container {
        transform: translateX(-100px);
        overflow: visible !important;
    }
    .video-container video {
      overflow: visible;
    }
} 
