@font-face {
  font-family: "CCGeekSpeak";
  src: url("../../../../../content/dam/atvi/Crash/fonts/CCGeekSpeak-Regular.eot");
  src: url("../../../../../content/dam/atvi/Crash/fonts/CCGeekSpeak-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../../../content/dam/atvi/Crash/fonts/CCGeekSpeak-Regular.woff") format("woff"), /* chrome、firefox */ url("../../../../../content/dam/atvi/Crash/fonts/CCGeekSpeak.svg#CCGeekSpeak W00 Regular") format("svg");
  
  /* IE9*/
  /* iOS 4.1- */
}
@font-face {
  font-family: "CCZoinks";
  src: url("../../../../../content/dam/atvi/Crash/fonts/CCZoinks.eot");
  src: url("../../../../../content/dam/atvi/Crash/fonts/CCZoinks.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../../../../../content/dam/atvi/Crash/fonts/CCZoinks.woff") format("woff"), /* chrome、firefox */ url("../../../../../content/dam/atvi/Crash/fonts/CCZoinks.svg#CCGeekSpeak W00 Regular") format("svg");
  
  /* IE9*/
  /* iOS 4.1- */
}

.crash-header {
  left: 50%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 10;
}
.crash-header .crash-logo {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 220px;
  left: 50%;
  top: 10px;
  overflow: hidden;
  position: absolute;
  text-indent: -100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 588px;
  width: 80%;
}
.crash-header .crash-hamburger {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: -151px -8px;
  display: block;
  height: 50px;
  position: absolute;
  width: 83px;
  top: 125px;
  left: 0;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .crash-header .crash-hamburger {
    background-position: -125px -8px;
    background-size: 220px auto;
    height: 42px;
    left: 20px;
    top: 20px;
    width: 70px;
  }
}
.crash-header .crash-preorder-link {
  /*
        color: @white;
        .geekspeak();
        font-size: 24px;
        letter-spacing: 1px;
        text-transform: uppercase;
        */
  position: absolute;
  right: 10px;
  top: 80px;
  cursor: pointer;
  background-image: url("../../../../../content/dam/atvi/Crash/crash-boxart.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 73px;
  width: auto;
  height: 102px;
  text-align: center;
  /*span{
            display: block;

        }
        span.preorder{
            position: absolute;
            top: 105%;
            left: 50%;
            .translate(-50%, 0);
        }*/
}
.crash-header .crash-preorder-link p {
  height: 100%;
}
.crash-header .crash-preorder-link p a {
  display: block;
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  height: 100%;
}
@media only screen and (max-width: 780px) {
  .crash-header .crash-preorder-link {
    display: none;
  }
}
.crash-menu {
  background-image: url("../../../../../content/dam/atvi/Crash/nav-menu-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
  z-index: 10001;
  padding: 150px 0 0;
  width: 400px;
  max-width: 50%;
  height: 100vh;
  background-color: #8b4111;
  box-shadow: 1px 0 50px 5px #000;
  left: -500px;
  transition: left 0.5s ease;
  /*    
    .query(1079px, {
        height: 500px;
        width: 440px;
        padding: 190px 0 0;
        ul li{
            //font-size: 38px;
            margin: 0 0 20px;
        }
    });
*/
}
.crash-menu.active {
  left: 0;
  overflow: hidden;
}
.crash-menu ul {
  width: 100%;
  margin: 0 auto 0;
  overflow: auto;
  height: 100%;
  margin-left: 50px;
}
.crash-menu ul li,
.crash-menu ul li a {
  color: #ffffff;
  text-align: left;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 32px;
  margin: 0 0 30px;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  display: block;
  cursor: pointer;
}
.crash-menu ul li:hover,
.crash-menu ul li a:hover {
  color: #ff7319;
}
.crash-menu .menu-close {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: -4px -234px;
  height: 35px;
  width: 40px;
  position: absolute;
  right: 30px;
  top: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .crash-menu {
    padding: 90px 0 0;
  }
  .crash-menu ul {
    width: auto;
    margin-left: 20px;
  }
  .crash-menu ul li,
  .crash-menu ul li a {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .crash-menu .menu-close {
    left: 20px;
    top: 20px;
  }
}
.crash-menu-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 565px;
  z-index: 10000;
  display: none;
}

html {
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow-x: visible;
  }
}
body {
  overflow-x: hidden;
}
.crash-section {
  height: 60vw;
  position: relative;
  max-height: 800px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.crash-footer {
  background-image: url("../../../../../content/dam/atvi/Crash/footer-bg.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  min-height: 341px;
  padding-top: 120px;
}
@media only screen and (max-width: 850px) {
  .crash-footer {
    padding: 93px 0 0;
  }
}
@media only screen and (max-width: 650px) {
  .crash-footer {
    background-image: url("../../../../../content/dam/atvi/Crash/footer-bg-mobile.jpg");
    height: auto;
    padding: 93px 0 30px;
  }
}
.crash-footer:before {
  content: "";
  background-image: url("../../../../../content/dam/atvi/Crash/footer-pillars.png");
  background-repeat: no-repeat;
  height: 385px;
  left: 0;
  position: absolute;
  top: -45px;
  width: 200px;
}
@media only screen and (max-width: 850px) {
  .crash-footer:before {
    display: none;
  }
}
.crash-footer:after {
  content: "";
  background-image: url("../../../../../content/dam/atvi/Crash/footer-pillars.png");
  background-repeat: no-repeat;
  background-position: right top;
  height: 385px;
  right: 0;
  position: absolute;
  top: -45px;
  width: 200px;
}
@media only screen and (max-width: 850px) {
  .crash-footer:after {
    display: none;
  }
}
.crash-footer .footer-links {
  width: 80%;
  max-width: 887px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.crash-footer .footer-links:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.crash-footer .footer-links li {
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.crash-footer .footer-links li a,
.crash-footer .footer-links li #ot-sdk-btn.ot-sdk-show-settings,
.crash-footer .footer-links li #ot-sdk-btn.optanon-show-settings {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.crash-footer .footer-links li a:hover,
.crash-footer .footer-links li #ot-sdk-btn.ot-sdk-show-settings:hover,
.crash-footer .footer-links li #ot-sdk-btn.optanon-show-settings:hover {
  color: #ff7319;
  text-shadow: -3px 1px 0 #000000;
}
@media only screen and (max-width: 650px) {
  .crash-footer .footer-links {
    padding: 0 20px;
    width: 100%;
  }
  .crash-footer .footer-links li {
    font-size: 16px;
    margin: 0 10px 0 0;
    width: auto;
  }
}
.crash-footer .footer-copyright-text {
  padding-bottom: 30px;
}
.crash-footer .footer-copyright-text > p {
  font-family: Arial, Helvetica, sans-serif;
  font-size-adjust: 0.42;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  width: 75%;
  max-width: 757px;
  margin: 20px auto 0;
}
.crash-footer .footer-copyright-text > p a {
  color: #ff7319;
}
@media only screen and (max-width: 650px) {
  .crash-footer .footer-copyright-text > p {
    width: 100%;
    padding: 0 20px;
  }
}
.crash-footer .footer-logos {
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.crash-footer .activision-logo {
  background-image: url("../../../../../content/dam/atvi/global/firstparty/activision/activision_logo_white-text.png");
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-indent: -200%;
  width: 150px;
  margin-left: 20px;
}
.crash-footer .esrb-rating {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 60px;
  width: 130px;
  margin-right: 20px;
}
.crash-footer .vv-logo {
  background-image: url("../../../../../content/dam/atvi/global/firstparty/studio/logo_vv_small.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 60px;
  width: 80px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 20px;
}
.crash-footer .toysforbob-logo {
  background-image: url("../../../../../content/dam/atvi/global/firstparty/studio/ToysForBob_Logo_001_v2.png");
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-indent: -200%;
  width: 120px;
}
.crash-footer .irongalaxy-logo {
  background-image: url("../../../../../content/dam/atvi/global/firstparty/studio/irongalaxy.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  text-indent: -200%;
  width: 140px;
}
.crash-footer .atvi-locale-selector {
  position: relative;
  bottom: 20px;
  right: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 680px) {
  .crash-footer .atvi-locale-selector {
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .crash-footer .atvi-locale-selector {
    bottom: 0;
    margin-left: 0;
    display: block;
  }
}
.crash-footer .atvi-locale-selector .locale-menu {
  position: absolute;
  bottom: 20px;
  right: 0;
  min-width: 300px;
  border: 2px solid #aa6c13;
}
@media only screen and (max-width: 480px) {
  .crash-footer .atvi-locale-selector .locale-menu {
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
.crash-footer .atvi-locale-selector .locale-menu .locale-list {
  background-image: url("../../../../../content/dam/atvi/Crash/wood-bg.jpg");
  background-size: cover;
  width: 100%;
}
.crash-footer .atvi-locale-selector .locale-menu li {
  color: #ffffff;
  font-family: "CCGeekSpeak", Helvetica, sans-serif;
  text-transform: uppercase;
  border: none;
}
.crash-footer .atvi-locale-selector .locale-menu li.selected a,
.crash-footer .atvi-locale-selector .locale-menu li a:hover {
  color: #ff7319;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.crash-footer .atvi-locale-selector .locale-menu .close-button {
  display: none;
}
.crash-footer .akuaku {
  background-image: url("../../../../../content/dam/atvi/Crash/AkuAku_Ani.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 205px;
  left: 50%;
  position: absolute;
  top: -100px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 147px;
}
@media only screen and (max-width: 768px) {
  .crash-footer .akuaku {
    display: none;
  }
}
.crash-footer .backtotop {
  background-image: url("../../../../../content/dam/atvi/Crash/top-boxes.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  cursor: pointer;
  height: 210px;
  position: absolute;
  right: 76px;
  width: 120px;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  .crash-footer .backtotop {
    right: 0;
    width: 100px;
    height: 176px;
  }
}
@media only screen and (max-width: 1100px) {
  .crash-footer .backtotop {
    width: 80px;
    height: 100px;
  }
}
@media only screen and (max-width: 860px) {
  .crash-footer .backtotop {
    display: none;
  }
}

