canvas {
  position: absolute;
  z-index: 15;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.parallax {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .parallax div, .parallax img {
    position: relative;
    z-index: 5; }
  .parallax .profile {
    cursor: pointer; }
    .parallax .profile .parcel {
      width: 100%;
      height: 100%; }
      .parallax .profile .parcel img {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
    .parallax .profile .h-wrap {
      position: absolute;
      z-index: 7;
      width: 12.5%;
      height: 75px;
      text-align: left;
      top: 0; }
      .parallax .profile .h-wrap h3, .parallax .profile .h-wrap h2 {
        color: white; }
      .parallax .profile .h-wrap h3 {
        margin-bottom: 10px;
        font-size: 1.6vw; }
      .parallax .profile .h-wrap h2 {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-size: 2.2vw; }
      .parallax .profile .h-wrap div {
        left: 0;
        margin-top: 12%;
        width: 25%;
        height: 5px;
        background-color: white; }
      @media (max-width: 850px) {
        .parallax .profile .h-wrap h3 {
          font-size: 1.8vw; }
        .parallax .profile .h-wrap h2 {
          font-size: 2.5vw; }
        .parallax .profile .h-wrap div {
          width: 40%; } }

.parcel-wrap {
  width: 100%;
  pointer-events: none; }
  .parcel-wrap img {
    pointer-events: all;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s; }
  .parcel-wrap .h-wrap {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s; }

.parcel {
  position: relative; }

#layer1 .profile {
  z-index: 20; }
  #layer1 .profile:not(:nth-child(2)) {
    margin-top: 50%;
    /*@media (max-width:1300px){
    	margin-top:40%;
    }*/ }
    @media (max-width: 850px) {
      #layer1 .profile:not(:nth-child(2)) {
        margin-top: 55%; } }
  @media (max-width: 850px) {
    #layer1 .profile img {
      width: 35%; } }
#layer1 #runner-profile {
  margin-top: 16%;
  /*@media (max-width:1300px){
  	margin-top:30%;
  }*/ }
  #layer1 #runner-profile img {
    left: 48.125%;
    /*@media (max-width:850px){
    	left:45%;
    }*/ }
  @media (max-width: 850px) {
    #layer1 #runner-profile {
      margin-top: 25%; }
      #layer1 #runner-profile img {
        left: 45%; } }
  #layer1 #runner-profile .h-wrap {
    left: 41.625%;
    margin-top: 12%; }
#layer1 #patty-profile img {
  left: 18.75%; }
#layer1 #patty-profile .h-wrap {
  left: 36.25%;
  margin-top: 11.5%; }
@media (max-width: 850px) {
  #layer1 #patty-profile img {
    left: 10%; }
  #layer1 #patty-profile .h-wrap {
    left: 42.5%;
    margin-top: 21.5%; } }
#layer1 #diondra-profile img {
  left: 24%; }
#layer1 #diondra-profile .h-wrap {
  left: 42%;
  margin-top: 17%; }
  @media (max-width: 850px) {
    #layer1 #diondra-profile .h-wrap {
      left: 51%;
      margin-top: 29%; } }
#layer1 #ben-profile img {
  left: 65.625%; }
  @media (max-width: 850px) {
    #layer1 #ben-profile img {
      left: 50%; } }
#layer1 #ben-profile .h-wrap {
  left: 60.625%;
  margin-top: 9%; }
  @media (max-width: 850px) {
    #layer1 #ben-profile .h-wrap {
      left: 44%;
      margin-top: 17%; } }
#layer1 #lyle-profile img {
  left: 19.0625%; }
#layer1 #lyle-profile .h-wrap {
  left: 40%;
  margin-top: 9%; }
  @media (max-width: 850px) {
    #layer1 #lyle-profile .h-wrap {
      left: 50%;
      margin-top: 12%; } }
#layer1 #libby-profile img {
  margin-bottom: 200px;
  left: 57.5%; }
#layer1 #libby-profile .h-wrap {
  left: 52.8125%;
  margin-top: 16%; }
@media (max-width: 500px) {
  #layer1 #libby-profile img {
    margin-bottom: 35%; } }

#layer2 .photo:first-child {
  margin-top: 24%;
  z-index: 17;
  /*@media (max-width:1300px){
  	margin-top:29%;
  }
  @media (max-width:1100px){
  	margin-top:40%;
  }*/ }
  #layer2 .photo:first-child img {
    left: 71.875%; }
  @media (max-width: 850px) {
    #layer2 .photo:first-child {
      margin-top: 40%; }
      #layer2 .photo:first-child img {
        left: 78%; } }
#layer2 .photo:nth-child(2) {
  margin-top: 51%;
  /*@media (max-width:1300px){
  	margin-top:57%;
  }*/ }
  #layer2 .photo:nth-child(2) img {
    left: 66.625%; }
  @media (max-width: 850px) {
    #layer2 .photo:nth-child(2) {
      margin-top: 59%; }
      #layer2 .photo:nth-child(2) img {
        left: 72%; } }
#layer2 .photo:nth-child(3) {
  margin-top: 51%;
  /*@media (max-width:1300px){
  	margin-top:31%;
  }*/ }
  #layer2 .photo:nth-child(3) img {
    left: 42%; }
  @media (max-width: 850px) {
    #layer2 .photo:nth-child(3) {
      margin-top: 76%; }
      #layer2 .photo:nth-child(3) img {
        left: 56%; } }
#layer2 .photo:nth-child(4) {
  margin-top: 79%;
  /*@media (max-width:1300px){
  	margin-top:75%;
  }*/ }
  #layer2 .photo:nth-child(4) img {
    left: 74.6875%; }
  @media (max-width: 850px) {
    #layer2 .photo:nth-child(4) {
      margin-top: 123%; } }
#layer2 .photo:nth-child(5) {
  margin-top: 36%;
  /*@media (max-width:1300px){
  	margin-top:26%;
  }*/ }
  #layer2 .photo:nth-child(5) img {
    left: 40.3125%; }
  @media (max-width: 850px) {
    #layer2 .photo:nth-child(5) {
      margin-top: 43%; }
      #layer2 .photo:nth-child(5) img {
        left: 52%; } }
#layer2 .photo:last-child {
  margin-top: 65%;
  /*@media (max-width:1300px){
  	margin-top:57%;
  }*/ }
  #layer2 .photo:last-child img {
    left: 48%; }
  @media (max-width: 850px) {
    #layer2 .photo:last-child {
      margin-top: 78%; } }
  @media (min-width: 1500px) {
    #layer2 .photo:last-child {
      margin-top: 75%; } }

#layer3 .photo:first-child {
  margin-top: 110%;
  z-index: 17;
  /*@media (max-width:1300px){
  	margin-top:49%;
  }
  @media (max-width:1100px){
  	margin-top:60%;
  }*/ }
  #layer3 .photo:first-child img {
    left: 41.875%; }
  @media (max-width: 850px) {
    #layer3 .photo:first-child {
      margin-top: 142%; }
      #layer3 .photo:first-child img {
        left: 52%; } }
#layer3 .photo:nth-child(2) {
  margin-top: 53%;
  z-index: 17;
  /*@media (max-width:1300px){
  	margin-top:104%;
  }*/ }
  #layer3 .photo:nth-child(2) img {
    left: 13.5%; }
  @media (max-width: 850px) {
    #layer3 .photo:nth-child(2) {
      margin-top: 94%; } }
#layer3 .photo:nth-child(3) {
  margin-top: 40%;
  /*@media (max-width:1300px){
  	margin-top:25%;
  }*/ }
  #layer3 .photo:nth-child(3) img {
    left: 50%; }
  @media (max-width: 850px) {
    #layer3 .photo:nth-child(3) {
      margin-top: 44%; }
      #layer3 .photo:nth-child(3) img {
        left: 36%; } }
#layer3 .photo:nth-child(4) {
  margin-top: 87%;
  /*@media (max-width:1300px){
  	margin-top:77%;
  }*/ }
  #layer3 .photo:nth-child(4) img {
    left: 13.125%; }
  @media (max-width: 850px) {
    #layer3 .photo:nth-child(4) {
      margin-top: 126%; } }
#layer3 .photo:last-child {
  margin-top: 60%;
  /*@media (max-width:1300px){
  	margin-top:50%;
  }
  @media (max-width:850px){
  	margin-top:68%;
  }*/ }
  #layer3 .photo:last-child img {
    left: 12.5%; }
  @media (min-width: 1700px) {
    #layer3 .photo:last-child {
      margin-top: 84%; } }

#layer4 .scribble:first-child {
  margin-top: 27%;
  /*@media (max-width:1300px){
  	margin-top:36%;
  }
  @media (max-width:1100px){
  	margin-top:46%;
  }*/ }
  #layer4 .scribble:first-child img {
    left: 28.125%; }
  @media (max-width: 850px) {
    #layer4 .scribble:first-child {
      margin-top: 39%; } }
#layer4 .scribble:nth-child(2) {
  margin-top: 68%;
  /*@media (max-width:1300px){
  	margin-top:59%;
  }*/ }
  #layer4 .scribble:nth-child(2) img {
    left: 50%; }
  @media (max-width: 850px) {
    #layer4 .scribble:nth-child(2) {
      margin-top: 82%; } }
#layer4 .scribble:nth-child(3) {
  margin-top: 71%;
  /*@media (max-width:1300px){
  	margin-top:61%;
  }*/ }
  #layer4 .scribble:nth-child(3) img {
    left: 9.375%; }
  @media (max-width: 850px) {
    #layer4 .scribble:nth-child(3) {
      margin-top: 98%; } }
#layer4 .scribble:nth-child(4) {
  margin-top: 66%;
  /*@media (max-width:1300px){
  	margin-top:62%;
  }*/ }
  #layer4 .scribble:nth-child(4) img {
    left: 77.5%; }
  @media (max-width: 850px) {
    #layer4 .scribble:nth-child(4) {
      margin-top: 86%; } }
#layer4 .scribble:nth-child(5) {
  margin-top: 93%;
  /*@media (max-width:1300px){
  	margin-top:83%;
  }*/ }
  #layer4 .scribble:nth-child(5) img {
    left: 51.25%; }
  @media (max-width: 850px) {
    #layer4 .scribble:nth-child(5) {
      margin-top: 133%; }
      #layer4 .scribble:nth-child(5) img {
        left: 62%; } }
#layer4 .scribble:nth-child(6) img {
  left: 50.625%; }
  @media (max-width: 850px) {
    #layer4 .scribble:nth-child(6) img {
      left: 62%; } }
#layer4 .scribble:last-child {
  margin-top: 70%;
  /*@media (max-width:1300px){
  	margin-top:60%;
  }
  @media (max-width:850px){
  	margin-top:60%;
  }*/ }
  #layer4 .scribble:last-child img {
    left: 32.5%; }

#layer5 .photo:first-child {
  margin-top: 33%;
  z-index: 15;
  /*@media (max-width:1300px){
  	margin-top:115%;
  }
  @media (max-width:1100px){
  	margin-top:145%;
  }*/ }
  #layer5 .photo:first-child img {
    left: 12.1875%; }
  @media (max-width: 850px) {
    #layer5 .photo:first-child {
      margin-top: 52%; } }
#layer5 .photo:last-child {
  margin-top: 216%;
  /*@media (max-width:1300px){
  	margin-top:132%;
  }*/ }
  #layer5 .photo:last-child img {
    left: 35.3125%; }
  @media (max-width: 850px) {
    #layer5 .photo:last-child {
      margin-top: 292%; }
      #layer5 .photo:last-child img {
        left: 16%; } }

#layer6 img {
  z-index: 2;
  opacity: 0.2;
  float: right;
  clear: right; }
#layer6 .photo:first-child {
  margin-top: 107%;
  /*@media (max-width:1300px){
  	margin-top:60%;
  }*/ }
  @media (max-width: 850px) {
    #layer6 .photo:first-child {
      margin-top: 125%; } }
#layer6 .photo:nth-child(2) {
  margin-top: 312%;
  /*@media (max-width:1300px){
  	margin-top:420%;
  }*/ }
  @media (max-width: 850px) {
    #layer6 .photo:nth-child(2) {
      margin-top: 420%; } }

.photo-ev .parcel, .video-ev .parcel, .audio-ev .parcel {
  width: 100%;
  height: 100%; }

section {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: fixed; }

/*video{
	position:absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width:100%;
	height:100%;
	z-index:-5;
	@media (min-aspect-ratio: 24/10){
		height:400%;
		top:-150%;
	}
	@media (max-aspect-ratio: 24/10){
		width:400%;
		left:-150%;
	}
}

.gif-wrap{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-10;
	img{
		position: absolute;
  		top: 0; right: 0; bottom: 0; left: 0;
	}
	@media (min-aspect-ratio: 24/10){
		height:400%;
		top:-150%;
		img{
			top:150%;
			width:100%;
			height:auto;
		}
	}
	@media (max-aspect-ratio: 24/10){
		width:400%;
		left:-150%;
		img{
			left:150%;
			width:auto;
			height:100%;
		}
	}	
}*/
video {
  position: absolute;
  right: 0;
  z-index: -5;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-aspect-ratio: 24 / 10) {
    video {
      width: 100%;
      height: auto; } }
  @media (max-aspect-ratio: 24 / 10) {
    video {
      width: auto;
      height: 100%; } }
  video.ben {
    right: -10%; }

.gif-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10; }
  .gif-wrap img {
    position: absolute;
    right: 0;
    display: none; }
    .gif-wrap img.charlize {
      left: 0;
      right: auto; }
    .gif-wrap img.ben {
      right: -10%; }
  @media (min-aspect-ratio: 24 / 10) {
    .gif-wrap img {
      width: 100%;
      height: auto; } }
  @media (max-aspect-ratio: 24 / 10) {
    .gif-wrap img {
      width: auto;
      height: 100%; } }

@media (max-aspect-ratio: 25 / 11) {
  #libby-lyle video {
    right: -10vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 2100px) and (min-height: 1000px) {
    #libby-lyle video {
      right: -30vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 1700px) and (min-height: 900px) {
    #libby-lyle video {
      right: -50vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 1300px) and (min-height: 725px) {
    #libby-lyle video {
      right: -60vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 1100px) and (min-height: 650px) {
    #libby-lyle video {
      right: -70vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 900px) and (min-height: 560px) {
    #libby-lyle video {
      right: -80vh; } }

#libby-lyle .gif-wrap img {
  left: 0;
  right: auto; }
  @media (max-width: 1200px) and (min-height: 550px) {
    #libby-lyle .gif-wrap img {
      left: -20vh; } }
  @media (max-width: 850px) and (min-height: 420px) {
    #libby-lyle .gif-wrap img {
      left: -30vh; } }

#ben-diondra video, #ben-diondra .gif-wrap img {
  right: 0; }
  @media (max-aspect-ratio: 25 / 11) {
    #ben-diondra video, #ben-diondra .gif-wrap img {
      right: -10vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 2300px) and (min-height: 1100px) {
    #ben-diondra video, #ben-diondra .gif-wrap img {
      right: -30vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 2100px) and (min-height: 1100px) {
    #ben-diondra video, #ben-diondra .gif-wrap img {
      right: -50vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 1800px) and (min-height: 1061px) {
    #ben-diondra video, #ben-diondra .gif-wrap img {
      right: -70vh; } }
  @media (max-aspect-ratio: 25 / 11) and (max-width: 1400px) and (min-height: 900px) {
    #ben-diondra video, #ben-diondra .gif-wrap img {
      right: -80vh; } }

@media (max-aspect-ratio: 25 / 11) {
  #patty-runner video, #patty-runner .gif-wrap img {
    right: -10vh; } }

#libby-lyle.mobile {
  background: url("../images/libby-stillbg.jpg");
  background-size: cover;
  background-position: 21% 32%; }

#ben-diondra.mobile {
  background: url("../images/ben-stillbg.jpg");
  background-size: cover;
  background-position: 54% 26%; }

#patty-runner.mobile {
  background: url("../images/intro-stillbg.jpg");
  background-size: cover;
  background-position: 79% 31%; }

@-webkit-keyframes ham1Open {
  0% {
    -webkit-transform: translateY(0) rotate(0deg); }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg); } }
@keyframes ham1Open {
  0% {
    transform: translateY(0) rotate(0deg); }
  50% {
    transform: translateY(8px) rotate(0deg); }
  100% {
    transform: translateY(8px) rotate(45deg); } }
@-webkit-keyframes ham2Open {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes ham2Open {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-webkit-keyframes ham3Open {
  0% {
    -webkit-transform: translateY(0) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg); } }
@keyframes ham3Open {
  0% {
    transform: translateY(0) rotate(0deg); }
  50% {
    transform: translateY(-8px) rotate(0deg); }
  100% {
    transform: translateY(-8px) rotate(-45deg); } }
@-webkit-keyframes ham1Close {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0deg); } }
@keyframes ham1Close {
  0% {
    transform: translateY(8px) rotate(45deg); }
  50% {
    transform: translateY(8px) rotate(0deg); }
  100% {
    transform: translateY(0) rotate(0); } }
@-webkit-keyframes ham2Close {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes ham2Close {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes ham3Close {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0) rotate(0deg); } }
@keyframes ham3Close {
  0% {
    transform: translateY(-8px) rotate(-45deg); }
  50% {
    transform: translateY(-8px) rotate(0deg); }
  100% {
    transform: translateY(0) rotate(0deg); } }
#footer-hook {
  position: absolute;
  width: 100%;
  height: 1px; }

.popup {
  padding: 3% 6%;
  background-color: black;
  color: #8b8b8b;
  position: fixed;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 300;
 	/*img{
 		position:absolute;
 		top:25px/300px*100%;
		right:25px/475px*100%;
 	}*/ }
  .popup.ie {
    background: url("../images/closex.png") black no-repeat;
    background-position: 95% 5%; }
  .popup h2 {
    background-color: white;
    color: black;
    display: inline;
    padding: 1% 3% 0 2%;
    margin: 0 -8%;
    font-size: 1.5vw; }
  .popup ul {
    margin: 5% -8% -5% -8%; }
    .popup ul li {
      margin-bottom: 2%;
      font-size: 1.2vw;
      font-weight: 700; }
      .popup ul li:not(:last-child) strong {
        color: #c8c8c8; }
      .popup ul li:last-child {
        margin-top: 30px; }
        .popup ul li:last-child strong {
          color: #9d0404;
          font-size: 1.8vw; }
  @media (max-width: 850px) {
    .popup h2 {
      font-size: 3vw; }
    .popup ul li {
      font-size: 2vw; }
      .popup ul li:last-child strong {
        font-size: 3.5vw; } }
  @media (max-width: 500px) {
    .popup h2 {
      font-size: 4.2vw; }
    .popup ul li {
      font-size: 3vw; }
      .popup ul li:last-child strong {
        font-size: 4vw; } }

.ui {
  position: fixed;
  width: 100%; }

#uiTop {
  top: 0;
  height: 100%;
  pointer-events: none;
  z-index: 50; }
  #uiTop #topBar {
    position: absolute;
    width: 100%;
    z-index: 1; }
    #uiTop #topBar footer {
      display: none;
      width: 100%;
      background-color: black;
      color: white;
      padding: 1%; }
      #uiTop #topBar footer img {
        display: block;
        margin: auto; }
    #uiTop #topBar #title {
      position: absolute;
      left: 3.75%;
      height: 130px;
      border-bottom: 1px solid rgba(97, 96, 96, 0.8);
      -webkit-transition: width 2s;
      -moz-transition: width 2s;
      transition: width 2s;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      @media (max-width: 500px) {
        #uiTop #topBar #title {
          height: 75px; } }
      #uiTop #topBar #title.tt-off {
        width: 0; }
        #uiTop #topBar #title.tt-off img {
          -webkit-transform: translate(0, -200%);
          -moz-transform: translate(0, -200%);
          -ms-transform: translate(0, -200%);
          transform: translate(0, -200%); }
          @media (max-width: 500px) {
            #uiTop #topBar #title.tt-off img {
              -webkit-transform: translate(0, -300%);
              -moz-transform: translate(0, -300%);
              -ms-transform: translate(0, -300%);
              transform: translate(0, -300%); } }
      #uiTop #topBar #title.tt-on {
        width: 92.5%; }
        #uiTop #topBar #title.tt-on img {
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
      #uiTop #topBar #title img {
        -webkit-transition: -webkit-transform 1s;
        -moz-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        -webkit-transition: -moz-transform 1s;
        -moz-transition: -moz-transform 1s;
        transition: -moz-transform 1s;
        -webkit-transition: transform 1s;
        -moz-transition: transform 1s;
        transition: transform 1s;
        max-width: 50vw;
        position: absolute;
        bottom: -27px; }
        @media (max-width: 500px) {
          #uiTop #topBar #title img {
            width: 40vw;
            bottom: -1.6vw; } }
    #uiTop #topBar #hamburger {
      position: relative;
      float: right;
      top: 94px;
      right: 3.75%;
      cursor: pointer;
      pointer-events: all;
      width: 52px;
      height: 20px;
      z-index: 75; }
      @media (max-width: 500px) {
        #uiTop #topBar #hamburger {
          top: 39px; } }
      #uiTop #topBar #hamburger .ham-line {
        width: 100%;
        height: 3px;
        background-color: white;
        position: absolute; }
        #uiTop #topBar #hamburger .ham-line#ham1 {
          top: 0; }
        #uiTop #topBar #hamburger .ham-line#ham2 {
          top: 8px; }
        #uiTop #topBar #hamburger .ham-line#ham3 {
          top: 16px; }
      #uiTop #topBar #hamburger.closed #ham1 {
        -webkit-animation: ham1Close 1s;
        animation: ham1Close 1s; }
        #uiTop #topBar #hamburger.closed #ham1.initial {
          -webkit-animation: none;
          animation: none; }
      #uiTop #topBar #hamburger.closed #ham2 {
        -webkit-animation: ham2Close 1s;
        animation: ham2Close 1s; }
        #uiTop #topBar #hamburger.closed #ham2.initial {
          -webkit-animation: none;
          animation: none; }
      #uiTop #topBar #hamburger.closed #ham3 {
        -webkit-animation: ham3Close 1s;
        animation: ham3Close 1s; }
        #uiTop #topBar #hamburger.closed #ham3.initial {
          -webkit-animation: none;
          animation: none; }
      #uiTop #topBar #hamburger.opened #ham1 {
        -webkit-animation: ham1Open 1s;
        animation: ham1Open 1s;
        -webkit-transform: translateY(8px) rotate(45deg);
        -moz-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg); }
        #uiTop #topBar #hamburger.opened #ham1.initial {
          animation: none; }
      #uiTop #topBar #hamburger.opened #ham2 {
        -webkit-animation: ham2Open 1s;
        animation: ham2Open 1s;
        opacity: 0; }
        #uiTop #topBar #hamburger.opened #ham2.initial {
          animation: none; }
      #uiTop #topBar #hamburger.opened #ham3 {
        -webkit-animation: ham3Open 1s;
        animation: ham3Open 1s;
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -moz-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg); }
        #uiTop #topBar #hamburger.opened #ham3.initial {
          animation: none; }
    @media (max-width: 1000px) and (orientation: landscape) {
      #uiTop #topBar #title {
        height: 50px; }
        #uiTop #topBar #title img {
          width: auto;
          height: 50px;
          bottom: -10px; }
      #uiTop #topBar #hamburger {
        top: 24px; } }
  #uiTop #scrollup {
    position: absolute;
    top: 150px;
    left: 50%;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 500px) {
      #uiTop #scrollup {
        width: 15%;
        height: auto;
        top: 85px; } }
    @media (max-width: 1000px) and (orientation: landscape) {
      #uiTop #scrollup {
        width: 7%;
        height: auto;
        top: 55px; } }
  #uiTop #menu {
    width: 100%;
    height: 100%;
    background: url("../images/menu-bg.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    pointer-events: all;
    right: 0;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -webkit-transition: -moz-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: -moz-transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    transition: transform 1s; }
    #uiTop #menu.menu-closed {
      -webkit-transform: translate(100%, 0);
      -moz-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
      transform: translate(100%, 0); }
    #uiTop #menu.menu-open {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    #uiTop #menu.initial {
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
    #uiTop #menu ul {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center; }
      #uiTop #menu ul a {
        color: white;
        display: inline-block;
        margin: 0 6.25%;
        height: 100%;
        display: inline-block;
        position: relative;
        top: 0%; }
      #uiTop #menu ul li {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.7);
        font-weight: 900;
        -webkit-transition: background-color ease-in 1s 999ms, color 1s;
        -moz-transition: background-color ease-in 1s 999ms, color 1s;
        transition: background-color ease-in 1s 999ms, color 1s;
        position: relative;
        top: 50%; }
        #uiTop #menu ul li .hover-line {
          position: absolute;
          left: 50%;
          height: 0;
          z-index: -1;
          border: 1px solid #9d0404;
          -webkit-transition: height 1s;
          -moz-transition: height 1s;
          transition: height 1s;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
        #uiTop #menu ul li .up-line {
          bottom: 50%; }
        #uiTop #menu ul li .down-line {
          top: 50%; }
        #uiTop #menu ul li:hover {
          color: #9d0404;
          background-color: transparent;
          -webkit-transition: background-color ease-in 0s, color 1s;
          -moz-transition: background-color ease-in 0s, color 1s;
          transition: background-color ease-in 0s, color 1s; }
          #uiTop #menu ul li:hover .hover-line {
            height: 4000%;
            -webkit-transition: height 1s;
            -moz-transition: height 1s;
            transition: height 1s; }
      @media (max-width: 500px) {
        #uiTop #menu ul {
          width: auto;
          height: auto; }
          #uiTop #menu ul a {
            display: block; }
          #uiTop #menu ul li {
            display: block;
            font-size: 6vw;
            margin: 40% 0;
            background: none; }
            #uiTop #menu ul li .hover-line {
              border: none; } }
      @media (max-width: 1000px) and (orientation: landscape) {
        #uiTop #menu ul {
          width: 100%;
          height: 100%; }
          #uiTop #menu ul a {
            display: inline-block;
            margin: 0 5%; }
          #uiTop #menu ul li {
            margin: 0;
            background: none;
            font-size: 3vw; }
            #uiTop #menu ul li .hover-line {
              border: none; } }
  #uiTop #overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    color: white;
    pointer-events: all;
    z-index: 80; }
    #uiTop #overlay .expanded {
      display: none;
      width: 100%;
      height: 100%;
      pointer-events: all; }
      #uiTop #overlay .expanded#trailer #vidWrap {
        width: 100%;
        height: 100%; }
        #uiTop #overlay .expanded#trailer #vidWrap iframe {
          width: 100%;
          height: 100%; }
      #uiTop #overlay .expanded#story {
        background: url("../images/story-bg.jpg") no-repeat;
        background-size: cover;
        background-position: 70% 27%;
        overflow: scroll; }
        @media (max-width: 320px) {
          #uiTop #overlay .expanded#story {
            background-attachment: scroll; } }
      #uiTop #overlay .expanded#credits {
        background: url("../images/menu-bg.jpg") no-repeat;
        background-size: cover; }
        #uiTop #overlay .expanded#credits .billing {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #uiTop #overlay .expanded .backarrow {
        top: 90px;
        left: 10%; }
        #uiTop #overlay .expanded .backarrow.trailer-arrow {
          position: absolute; }
        #uiTop #overlay .expanded .backarrow.story-arrow {
          position: relative;
          margin-bottom: 25px; }
      #uiTop #overlay .expanded .expanded-block {
        position: relative;
        width: 50%;
        height: 50%;
        top: 25%;
        left: 10%;
        padding-right: 2%;
        font-weight: 700; }
        #uiTop #overlay .expanded .expanded-block h2 {
          color: black;
          background-color: white;
          padding: 6px 25px;
          display: inline-block;
          margin-bottom: 50px; }
        #uiTop #overlay .expanded .expanded-block div {
          width: 14.28571%;
          height: 5px;
          background-color: #9d0404;
          margin-top: 5%;
          margin-bottom: 20%; }

#uiBottom {
  bottom: 0;
  height: 200px;
  pointer-events: none;
  z-index: 51; }
  #uiBottom #release-date {
    position: absolute;
    left: 3.75%;
    bottom: 70px;
    width: 100%; }
    #uiBottom #release-date img {
      display: block;
      position: relative;
      -webkit-transition: -webkit-transform 1s;
      -moz-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      -webkit-transition: -moz-transform 1s;
      -moz-transition: -moz-transform 1s;
      transition: -moz-transform 1s;
      -webkit-transition: transform 1s;
      -moz-transition: transform 1s;
      transition: transform 1s; }
      #uiBottom #release-date img:first-child {
        margin-bottom: -1.5%;
        z-index: 5; }
      #uiBottom #release-date img:last-child {
        margin-bottom: 20px;
        margin-left: 8px;
        z-index: 6; }
        @media (max-width: 500px) {
          #uiBottom #release-date img:last-child {
            margin-bottom: 15px; } }
      #uiBottom #release-date img.btt-on {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      #uiBottom #release-date img.btt-off {
        -webkit-transform: translate(0, 200%);
        -moz-transform: translate(0, 200%);
        -ms-transform: translate(0, 200%);
        transform: translate(0, 200%); }
        @media (max-width: 900px) {
          #uiBottom #release-date img.btt-off {
            -webkit-transform: translate(0, 300%);
            -moz-transform: translate(0, 300%);
            -ms-transform: translate(0, 300%);
            transform: translate(0, 300%); } }
      @media (max-width: 1000px) {
        #uiBottom #release-date img:first-child {
          width: 45%; }
        #uiBottom #release-date img:last-child {
          width: 40%; } }
    @media (max-width: 900px) {
      #uiBottom #release-date {
        bottom: 105px; } }
    @media (max-width: 1000px) and (orientation: landscape) {
      #uiBottom #release-date {
        bottom: 55px; }
        #uiBottom #release-date img:first-child {
          width: 30%; }
        #uiBottom #release-date img:last-child {
          width: 30%; } }
    @media (max-width: 500px) {
      #uiBottom #release-date {
        bottom: 85px; } }
  #uiBottom #social {
    position: absolute;
    bottom: 25px;
    left: 3.75%;
    width: 92.5%;
    height: 55px;
    /*@media (max-width: 1515px){
    	
    }*/ }
    #uiBottom #social ul, #uiBottom #social a {
      height: 100%; }
    #uiBottom #social li {
      color: white;
      display: inline-block;
      height: 100%;
      text-align: center;
      float: left;
      -webkit-transition: background-color 0.5s;
      -moz-transition: background-color 0.5s;
      transition: background-color 0.5s;
      font-family: "letter-gothic-std", sans-serif;
      font-style: italic;
      font-weight: 900;
      -webkit-font-smoothing: antialiased; }
      #uiBottom #social li:not(.spacer) {
        pointer-events: all; }
    #uiBottom #social li:not(:last-child) {
      border-top: 1px solid #6c6c6c;
      border-bottom: 1px solid #6c6c6c;
      border-left: 1px solid #6c6c6c; }
    #uiBottom #social li:last-child {
      border: 1px solid #6c6c6c; }
    #uiBottom #social .soc-link:hover {
      background-color: #9d0404; }
    #uiBottom #social .soc-link a {
      color: white;
      position: relative;
      top: 32%;
      width: 100%;
      display: block; }
    #uiBottom #social #soc-trailer {
      width: 18.24324%; }
    #uiBottom #social #directv {
      width: 27.7027%;
      /*@media(max-width:1515px){
      	width:545px/1480px*100%;
      }
      @media(max-width:1170px){
      	div{
      		top:5%;
      		p{
      			margin-left:2%;
      		}
      	}
      	.ownlink{
      		height:30px;
      		top:17%;
      	}
      	#itunes{
      		width:82.275px;
      	}
      	#amazon{
      		width:97.235px;
      	}
      }*/ }
      #uiBottom #social #directv div {
        height: 100%;
        position: relative;
        top: -4%; }
        #uiBottom #social #directv div p {
          display: inline;
          margin-left: 2%; }
      #uiBottom #social #directv .ownlink {
        display: inline-block;
        height: 35px;
        position: relative;
        top: 20%; }
      #uiBottom #social #directv #itunes {
        width: 95.98px;
        background: url("../images/itunes.png") no-repeat center;
        background-size: contain;
        margin: 0 2.7% 0 4.7%; }
      #uiBottom #social #directv #amazon {
        width: 113.44px;
        background: url("../images/amazon.png") no-repeat center;
        background-size: contain;
        margin-right: 2%; }
    #uiBottom #social #killclub {
      width: 13.51351%; }
    #uiBottom #social .spacer {
      width: 31.75676%; }
      #uiBottom #social .spacer div {
        width: 100%; }
    #uiBottom #social .soc-icon {
      width: 4.39189%;
      font-weight: 1000; }
      #uiBottom #social .soc-icon a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%; }
        #uiBottom #social .soc-icon a img {
          border: 0;
          outline: none; }
    #uiBottom #social #facebook {
      background: url("../images/facebook.png") no-repeat center; }
      #uiBottom #social #facebook:hover {
        background: url("../images/facebook-w.png") #9d0404 no-repeat center; }
    #uiBottom #social #twitter {
      background: url("../images/twitter.png") no-repeat center; }
      #uiBottom #social #twitter:hover {
        background: url("../images/twitter-w.png") #9d0404 no-repeat center; }
    #uiBottom #social .kcicon {
      background: url("../images/kclogo.png") no-repeat center;
      background-size: 75%;
      display: none;
      width: 0; }
      #uiBottom #social .kcicon:hover {
        background: url("../images/kclogo-w.png") #9d0404 no-repeat center;
        background-size: 75%; }
    @media (max-width: 1450px) {
      #uiBottom #social #soc-trailer {
        width: 22.2973%; }
      #uiBottom #social #directv {
        width: 34.45946%; }
      #uiBottom #social #killclub {
        width: 18.58108%; }
      #uiBottom #social .spacer {
        width: 15.87838%; } }
    @media (max-width: 1160px) {
      #uiBottom #social #soc-trailer {
        width: 26.35135%; }
      #uiBottom #social #directv {
        width: 41.21622%; }
      #uiBottom #social #killclub {
        width: 23.31081%; }
      #uiBottom #social .spacer {
        width: 0;
        display: none; }
        #uiBottom #social .spacer div {
          width: 0;
          display: none; } }
    @media (max-width: 965px) {
      #uiBottom #social #soc-trailer {
        width: 25.33784%; }
      #uiBottom #social #directv {
        width: 58.78378%; }
      #uiBottom #social #killclub {
        display: none;
        width: 0; }
      #uiBottom #social .kcicon {
        display: block;
        width: 4.72973%; }
      #uiBottom #social .soc-icon {
        width: 4.72973%; } }
    @media (max-width: 675px) {
      #uiBottom #social {
        height: 90px; }
        #uiBottom #social ul {
          height: 50%;
          display: flex;
          flex-flow: row wrap; }
        #uiBottom #social .soc-link a {
          top: 26%; }
        #uiBottom #social #directv {
          width: 100%;
          border-bottom: none;
          border-right: 1px solid #6c6c6c;
          order: 1; }
          #uiBottom #social #directv div {
            top: -5%; }
            #uiBottom #social #directv div p {
              margin-left: 1%; }
          #uiBottom #social #directv .ownlink {
            top: 20%; }
          #uiBottom #social #directv #itunes {
            margin: 0 3% 0 5%; }
          #uiBottom #social #directv #amazon {
            margin-right: 1%; }
        #uiBottom #social #soc-trailer {
          width: 50%;
          order: 2; }
        #uiBottom #social .soc-icon {
          width: 16.667%; }
        #uiBottom #social .kcicon {
          background-size: 40%;
          order: 3; }
          #uiBottom #social .kcicon:hover {
            background-size: 40%; }
        #uiBottom #social #facebook {
          order: 4; }
        #uiBottom #social #twitter {
          order: 5; } }
    @media (max-width: 500px) {
      #uiBottom #social {
        height: 70px; }
        #uiBottom #social .soc-link a {
          top: 30%;
          font-size: 3vw; }
        #uiBottom #social #directv div {
          top: 3%; }
          #uiBottom #social #directv div p {
            font-size: 3vw; }
        #uiBottom #social #directv .ownlink {
          height: 20px; }
        #uiBottom #social #directv #itunes {
          width: 54.85px; }
        #uiBottom #social #directv #amazon {
          width: 64.82px; } }
    @media (max-width: 1000px) and (orientation: landscape) {
      #uiBottom #social {
        height: 55px;
        bottom: 15px; }
        #uiBottom #social .soc-link a {
          top: 10%; }
        #uiBottom #social #directv div {
          top: -5%; }
        #uiBottom #social #directv .ownlink {
          height: 20px;
          top: 18%; }
        #uiBottom #social #directv #itunes {
          width: 54.85px; }
        #uiBottom #social #directv #amazon {
          width: 64.82px; }
        #uiBottom #social .kcicon {
          background-size: 29%; }
          #uiBottom #social .kcicon:hover {
            background-size: 29%; }
        #uiBottom #social #facebook {
          background-size: 13%; }
          #uiBottom #social #facebook:hover {
            background-size: 13%; }
        #uiBottom #social #twitter {
          background-size: 33%; }
          #uiBottom #social #twitter:hover {
            background-size: 33%; } }
    @media (max-width: 500px) {
      #uiBottom #social .kcicon {
        background-size: 55%; }
        #uiBottom #social .kcicon:hover {
          background-size: 55%; }
      #uiBottom #social #facebook {
        background-size: 23%; }
        #uiBottom #social #facebook:hover {
          background-size: 23%; }
      #uiBottom #social #twitter {
        background-size: 54%; }
        #uiBottom #social #twitter:hover {
          background-size: 54%; } }

*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%; }

body {
  overflow-x: hidden;
  background-color: black;
  font-family: "letter-gothic-std", sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased; }

.scroll {
  overflow-y: visible; }

.noScroll {
  overflow-y: hidden; }

#pre-loader-overlay {
  display: none;
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: white;
  text-align: center;
  padding: 33%; }

#content-wrap {
  width: 100%;
  overflow-x: hidden; }

ul {
  list-style: none; }

a {
  text-decoration: none;
  outline: 0; }

.popup {
  display: none; }

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