@import url(https://fonts.googleapis.com/css?family=Marvel:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700italic,700);
.marvel {
  font-family: 'Marvel', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.roboto b {
  font-weight: 500;
}
.green {
  color: #85e021;
}
.pink {
  color: #ff0072;
}
.cyan {
  color: #00d8ff;
}
body,
html {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
body b,
html b {
  font-weight: 500;
}
a {
  color: #fff;
}
@media (max-width: 996px) {
  .small-centered {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mobile-centered {
    text-align: center;
  }
}
@media (max-width: 996px) {
  .mobile-centered {
    text-align: center;
  }
}
.no-space {
  padding: 0;
}
.header {
  width: 100%;
  height: 85%;
  padding: 25px 0 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .header {
    height: 600px;
  }
}
.header .content {
  z-index: 10;
  position: relative;
}
.header .overlay {
  background: url('images/pixel.png');
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.header #header-video {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.header .logo {
  background: url('images/logo.png') no-repeat;
  background-size: 250px 20px;
  width: 250px;
  height: 20px;
  margin: 19px auto;
  z-index: 5;
}
@media (max-width: 996px) {
  .header .logo {
    width: 180px;
    height: 14px;
    background-size: 180px 14px;
    margin: 22px auto;
  }
}
.header .icon-share {
  background: url('images/icon-share.png') no-repeat;
  background-size: 29px 33px;
  width: 29px;
  height: 33px;
  position: absolute;
  top: 13px;
  right: 20px;
  cursor: pointer;
}
.header .icon-share:hover {
  opacity: 0.8;
}
.header .icon-share:active {
  opacity: 1;
}
.header .icon-share.mobile {
  right: 130px;
}
.header .icon-share.active {
  cursor: pointer;
  opacity: 1;
  display: block;
  height: 35px;
  width: 35px;
  background: transparent;
  padding-top: 15px;
}
.header .icon-share.active:before,
.header .icon-share.active:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  color: #fff;
}
.header .icon-share.active:before {
  transform: rotate(45deg);
}
.header .icon-share.active:after {
  transform: rotate(-45deg);
}
.header .icon-burger {
  background: url('images/icon-burger.png') no-repeat;
  background-size: 36px 24px;
  width: 36px;
  height: 24px;
  display: inline-block;
}
.header h1 {
  font-size: 99px;
  line-height: 90px;
  font-family: 'Marvel', sans-serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 200px 20px 0 20px;
}
.header h1.smaller {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 996px) {
  .header h1.smaller {
    font-size: 30px;
    line-height: 28px;
    padding-top: 60px;
  }
}
@media (max-width: 996px) {
  .header h1 {
    padding: 80px 20px 0 20px;
  }
}
@media (max-width: 768px) {
  .header h1 {
    font-size: 50px;
    line-height: 50px;
    padding: 80px 20px 0 20px;
  }
}
@media (max-width: 996px) and (orientation: landscape) {
  .header h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-height: 550px) {
  .header h1 {
    font-size: 30px;
    line-height: 30px;
    padding-top: 100px;
  }
}
@media (max-height: 700px) {
  .header h1 {
    font-size: 50px;
    line-height: 50px;
    padding-top: 120px;
  }
}
.header h2 {
  font-size: 23px;
  line-height: 25px;
  color: #ff0072;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  font-weight: 700;
  font-style: italic;
  margin: 15px auto;
  text-transform: uppercase;
}
.header .buttons-cta-container {
  position: absolute;
  bottom: 50px;
  z-index: 10;
  width: 100%;
}
@media (max-width: 996px) and (orientation: landscape) {
  .header .buttons-cta-container {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .header .buttons-cta-container {
    bottom: 50px;
  }
}
@media (max-height: 550px) {
  .header .buttons-cta-container {
    bottom: 20px;
  }
}
.header .buttons-cta-container .buttons-cta {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .header .buttons-cta-container .buttons-cta {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .header .buttons-cta-container .buttons-cta {
    margin-top: 70px;
  }
}
.header .buttons-cta-container .buttons-cta .cta {
  height: 60px;
  width: 290px;
  background: #00d8ff;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .buttons-cta-container .buttons-cta .cta b {
  font-weight: 500;
}
@media (max-width: 996px) and (orientation: landscape) {
  .header .buttons-cta-container .buttons-cta .cta {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .header .buttons-cta-container .buttons-cta .cta {
    height: 50px;
  }
}
.header .buttons-cta-container .buttons-cta .cta .icon {
  width: 60px;
  height: 60px;
  background: #00a5c3;
  float: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .buttons-cta-container .buttons-cta .cta .icon.play {
  background: url('images/icon-play.png') no-repeat;
  background-color: #00a5c3;
  width: 60px;
  height: 60px;
  background-size: 21px 26px;
  background-position: center center;
}
@media (max-width: 768px) {
  .header .buttons-cta-container .buttons-cta .cta .icon.play {
    height: 50px;
  }
}
@media (max-width: 996px) and (orientation: landscape) {
  .header .buttons-cta-container .buttons-cta .cta .icon.play {
    height: 50px;
  }
}
.header .buttons-cta-container .buttons-cta .cta .icon.cart {
  background: url('images/icon-cart.png') no-repeat;
  background-color: #00a5c3;
  width: 60px;
  height: 60px;
  background-size: 33px 28px;
  background-position: center center;
}
@media (max-width: 768px) {
  .header .buttons-cta-container .buttons-cta .cta .icon.cart {
    height: 50px;
  }
}
@media (max-width: 996px) and (orientation: landscape) {
  .header .buttons-cta-container .buttons-cta .cta .icon.cart {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .header .buttons-cta-container .buttons-cta .cta .icon {
    height: 50px;
  }
}
.header .buttons-cta-container .buttons-cta .cta:hover {
  background: #00a5c3;
}
.header .buttons-cta-container .buttons-cta .cta:hover .icon {
  background-color: #007185;
  color: #fff;
}
.header .buttons-cta-container .buttons-cta .cta .link {
  width: 230px;
  height: 60px;
  float: left;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 63px;
}
@media (max-width: 768px) {
  .header .buttons-cta-container .buttons-cta .cta .link {
    height: 50px;
    line-height: 53px;
  }
}
@media (max-width: 996px) and (orientation: landscape) {
  .header .buttons-cta-container .buttons-cta .cta .link {
    height: 50px;
    line-height: 53px;
  }
}
#gamemodes .solo {
  width: 100%;
  height: 290px;
  background: url('images/mode-multi-bg-over.jpg') no-repeat;
  background-size: cover;
  display: table;
  position: relative;
  border-right: 5px solid #000;
}
@media (max-width: 768px) {
  #gamemodes .solo {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    border-right: none;
  }
}
#gamemodes .solo .text {
  height: 40px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gamemodes .solo .text b {
  font-weight: 500;
}
#gamemodes .solo .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#gamemodes .solo .overlay .info {
  width: 354px;
  height: 44px;
  background: url('images/mode-solo-text.png') no-repeat;
  background-size: 354px 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
  margin: -22px 0 0 -177px;
}
#gamemodes .solo .overlay .info.hover {
  opacity: 0;
  top: 45%;
}
@media (max-width: 768px) {
  #gamemodes .solo .overlay .info {
    width: 177px;
    height: 22px;
    background-size: 177px 22px;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -87px;
  }
}
#gamemodes .solo .overlay .background {
  background: url('images/mode-solo-bg.jpg') no-repeat;
  background-size: cover;
  opacity: 1;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}
#gamemodes .solo .overlay .background.hover {
  opacity: 0;
}
#gamemodes .solo .overlay .corner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
#gamemodes .solo .overlay .corner.corner01 {
  background: url('images/mode-corner-01.png') no-repeat;
  background-size: 20px;
  top: 100px;
  left: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .solo .overlay .corner.corner01.hover {
  top: 0px;
  left: 0px;
}
#gamemodes .solo .overlay .corner.corner02 {
  background: url('images/mode-corner-02.png') no-repeat;
  background-size: 20px;
  top: 100px;
  right: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .solo .overlay .corner.corner02.hover {
  top: 0px;
  right: 0px;
}
#gamemodes .solo .overlay .corner.corner03 {
  background: url('images/mode-corner-03.png') no-repeat;
  background-size: 20px;
  bottom: 100px;
  left: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .solo .overlay .corner.corner03.hover {
  bottom: 0px;
  left: 0px;
}
#gamemodes .solo .overlay .corner.corner04 {
  background: url('images/mode-corner-04.png') no-repeat;
  background-size: 20px;
  bottom: 100px;
  right: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .solo .overlay .corner.corner04.hover {
  right: 0px;
  bottom: 0px;
}
#gamemodes .multi {
  width: 100%;
  height: 290px;
  background: url('images/mode-solo-bg-over.jpg') no-repeat;
  background-size: cover;
  display: table;
  position: relative;
}
@media (max-width: 768px) {
  #gamemodes .multi {
    border-bottom: 5px solid #000;
  }
}
#gamemodes .multi .text {
  height: 40px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#gamemodes .multi .text b {
  font-weight: 500;
}
#gamemodes .multi .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#gamemodes .multi .overlay .info {
  width: 452px;
  height: 64px;
  background: url('images/mode-multi-text.png') no-repeat;
  background-size: 452px 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -226px;
  z-index: 20;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}
#gamemodes .multi .overlay .info.hover {
  opacity: 0;
  top: 45%;
}
@media (max-width: 768px) {
  #gamemodes .multi .overlay .info {
    width: 226px;
    height: 32px;
    background-size: 226px 32px;
    margin: -16px 0 0 -113px;
    top: 50%;
    left: 50%;
  }
}
#gamemodes .multi .overlay .background {
  background: url('images/mode-multi-bg.jpg') no-repeat;
  background-size: cover;
  opacity: 1;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}
#gamemodes .multi .overlay .background.hover {
  opacity: 0;
}
#gamemodes .multi .overlay .corner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
#gamemodes .multi .overlay .corner.corner01 {
  background: url('images/mode-corner-01.png') no-repeat;
  background-size: 20px;
  top: 90px;
  left: 70px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .multi .overlay .corner.corner01.hover {
  top: 0px;
  left: 0px;
}
#gamemodes .multi .overlay .corner.corner02 {
  background: url('images/mode-corner-02.png') no-repeat;
  background-size: 20px;
  top: 90px;
  right: 70px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .multi .overlay .corner.corner02.hover {
  top: 0px;
  right: 0px;
}
#gamemodes .multi .overlay .corner.corner03 {
  background: url('images/mode-corner-03.png') no-repeat;
  background-size: 20px;
  bottom: 90px;
  left: 70px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .multi .overlay .corner.corner03.hover {
  bottom: 0px;
  left: 0px;
}
#gamemodes .multi .overlay .corner.corner04 {
  background: url('images/mode-corner-04.png') no-repeat;
  background-size: 20px;
  bottom: 90px;
  right: 70px;
  position: absolute;
  width: 20px;
  height: 20px;
}
#gamemodes .multi .overlay .corner.corner04.hover {
  right: 0px;
  bottom: 0px;
}
.social-overlay-nav-container {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  font-weight: 700;
  font-style: italic;
  z-index: 40;
  padding: 90px 20px 0 20px;
  margin: 0;
  display: none;
  opacity: 0.95;
  top: 0;
}
@media (max-width: 768px) {
  .social-overlay-nav-container {
    top: 60px;
    padding: 20px !important;
  }
}
.social-overlay-nav-container .overlay-nav-social {
  margin: 20px 0;
  padding: 0;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -440px;
  width: 890px;
}
@media (max-width: 550px) {
  .social-overlay-nav-container .overlay-nav-social {
    width: 450px;
    height: 40px;
    margin: -20px 0 0 -225px;
  }
}
@media (max-width: 550px) {
  .social-overlay-nav-container .overlay-nav-social {
    height: 30px;
    margin: -15px 0 0 -150px;
    width: 320px;
  }
}
.social-overlay-nav-container .overlay-nav-social li {
  list-style: none;
  display: inline-block;
}
.social-overlay-nav-container .overlay-nav-social li img {
  max-height: 70px;
  width: auto;
  margin: 30px;
}
@media (max-width: 768px) {
  .social-overlay-nav-container .overlay-nav-social li img {
    max-height: 40px;
    margin: 10px;
  }
}
@media (max-width: 550px) {
  .social-overlay-nav-container .overlay-nav-social li img {
    max-height: 30px;
    margin: 10px;
  }
}
.overlay-nav-container {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  font-weight: 700;
  font-style: italic;
  z-index: 40;
  padding: 90px 20px 0 20px;
  margin: 0;
  display: none;
  opacity: 0.95;
  top: 0;
}
@media (max-width: 768px) {
  .overlay-nav-container {
    top: 60px;
    padding: 20px;
  }
}
.overlay-nav-container .overlay-nav-open {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  width: 90%;
  padding: 5%;
}
.overlay-nav-container .overlay-nav-open li {
  text-align: center;
  font-size: 8.0vh;
  padding: 15px 0;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #00424e;
}
@media (max-width: 768px) {
  .overlay-nav-container .overlay-nav-open li {
    font-size: 7.0vh;
  }
}
@media (max-width: 560px) {
  .overlay-nav-container .overlay-nav-open li {
    font-size: 4.0vh;
  }
}
.overlay-nav-container .overlay-nav-open li:last-child {
  border-bottom: none;
}
.overlay-nav-container .overlay-nav-open li a {
  text-decoration: none;
}
.overlay-nav-container .overlay-nav-open li a:hover {
  text-decoration: none;
  color: #00424e;
}
.overlay-nav-container .overlay-nav-social {
  margin: 20px 0;
  padding: 0;
}
.overlay-nav-container .overlay-nav-social li {
  list-style: none;
  display: inline-block;
}
.overlay-nav-container .overlay-nav-social li img {
  max-height: 30px;
  width: auto;
  margin: 5px;
}
.desktop-menu {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0);
}
.desktop-menu .nopaddingright {
  padding-right: 0;
}
.desktop-menu .buy-now {
  height: 60px;
  background: #00d8ff;
  color: #fff;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 0;
  right: -200px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  width: 200px;
}
.desktop-menu .buy-now b {
  font-weight: 500;
}
.desktop-menu .buy-now:hover {
  text-decoration: none;
  background: #00a5c3;
}
.desktop-menu.scroll {
  background: #000000;
}
.desktop-menu.scroll .buy-now {
  right: 0px;
}
.desktop-menu.scroll .icon-share {
  right: 220px;
}
.desktop-menu.open .buy-now {
  right: 0px;
}
.desktop-menu.open .icon-share {
  right: 220px;
}
.mobile-nav {
  height: 60px;
  background: #000;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
}
.mobile-nav .mobile-menu {
  float: left;
  padding: 17px 10px 0 17px;
  width: 60px;
  height: 60px;
}
.mobile-nav .mobile-logo {
  float: left;
  padding: 23px 0 0 10px;
}
.mobile-nav .mobile-logo .logo {
  background: url('images/logo.png') no-repeat;
  background-size: 163px 13px;
  width: 163px;
  height: 13px;
  margin: 0 auto;
  z-index: 5;
}
.mobile-nav .buy-now {
  float: right;
  height: 60px;
  padding: 0 20px;
  background: #00d8ff;
  color: #fff;
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.mobile-nav .buy-now b {
  font-weight: 500;
}
.mobile-nav .buy-now:hover {
  text-decoration: none;
}
.logo-ps4 {
  background: url('images/icon-ps4.png') no-repeat;
  background-size: 65px 14px;
  width: 65px;
  height: 14px;
  margin: 10px 0 10px 110px;
}
@media (max-width: 768px) {
  .logo-ps4 {
    margin: 10px auto;
  }
}
@media (max-width: 996px) {
  .logo-ps4 {
    margin: 10px auto;
  }
}
.kickstarter {
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .kickstarter {
    font-size: 40px;
    cursor: pointer;
  }
}
.kickstarter .kickstarter-logo {
  width: 85px;
  height: 85px;
  background-image: url('images/icon-kickstarter.png');
  background-size: 85px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 768px) {
  .kickstarter .kickstarter-logo {
    position: relative;
    margin: 20px auto;
    top: auto;
    left: auto;
    background-image: url('images/icon-kickstarter-mobile.png');
  }
}
.kickstarter h2 {
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .kickstarter h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 996px) {
  .kickstarter h2 {
    font-size: 35px;
  }
}
@media (max-width: 996px) and (orientation: landscape) {
  .kickstarter h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .kickstarter h2 {
    font-size: 40px;
  }
}
@media (max-width: 570px) {
  .kickstarter h2 .green {
    display: block;
  }
}
.kickstarter h3 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.kickstarter h3 b {
  font-weight: 500;
}
@media (max-width: 996px) and (orientation: landscape) {
  .kickstarter h3 {
    padding: 0 100px;
  }
}
.kickstarter h3 a {
  text-decoration: underline;
}
.carousel-control {
  width: 75px;
}
.carousel-control .arrow-right {
  background: url('images/arrow-right.png') no-repeat;
  background-size: 73px;
  width: 73px;
  height: 73px;
  display: block;
  top: 50%;
  position: absolute;
  right: -30px;
}
@media (max-width: 768px) {
  .carousel-control .arrow-right {
    width: 40px;
    height: 40px;
    background-size: 40px;
    right: 30%;
  }
}
.carousel-control .arrow-left {
  background: url('images/arrow-left.png') no-repeat;
  background-size: 73px;
  width: 73px;
  height: 73px;
  display: block;
  top: 50%;
  position: absolute;
  left: -30px;
}
@media (max-width: 768px) {
  .carousel-control .arrow-left {
    width: 40px;
    height: 40px;
    background-size: 40px;
    left: 30%;
  }
}
.image-gallery {
  position: relative;
  overflow: hidden;
}
@media (min-width: 996px) {
  .image-gallery .carousel-indicators {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .image-gallery .carousel-indicators li {
    display: inline-block;
    width: 10%;
    border: none;
    margin: 1% 0.4%;
    opacity: 0.4;
    border-radius: 3px;
    border: 1px solid #000;
    height: auto;
    width: 9%;
  }
}
@media (min-width: 768px) {
  .image-gallery .carousel-indicators li.active {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 8px 6px #4f035c;
    -moz-box-shadow: 0px 0px 8px 6px #4f035c;
    box-shadow: 0px 0px 8px 6px #4f035c;
    border: 1px solid #b6b4b3;
  }
}
@media (min-width: 769px) {
  .image-gallery .carousel-indicators li img {
    width: 100%;
    height: auto;
    left: auto;
  }
}
@media (max-width: 768px) {
  .image-gallery .carousel-indicators li img {
    display: none;
  }
}
.overlay {
  position: absolute;
  pointer-events: none;
}
.overlay.slider {
  height: 63px;
  width: 100%;
  background: url('images/overlay-slider.png') no-repeat;
  background-size: 100% auto;
  z-index: 10;
  top: 0;
  left: 0;
}
.overlay.music {
  height: 100px;
  width: 100%;
  background: url('images/overlay-music.png') no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  z-index: 10;
  bottom: 0;
  left: 0;
  position: absolute;
  top: auto;
}
.overlay.ship {
  height: 100px;
  width: 100%;
  background: url('images/overlay-ship.png') no-repeat;
  background-size: 100% auto;
  z-index: 10;
  bottom: -20px;
  left: 0;
}
@media (max-width: 996px) {
  .overlay.ship {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .overlay.ship {
    height: 50px;
  }
}
.ship-nav {
  position: absolute;
  top: 50px;
  list-style: none;
  width: 90%;
  left: 34%;
  height: 100px;
}
@media (max-width: 996px) {
  .ship-nav {
    width: 95%;
    left: 32%;
  }
}
@media (max-width: 768px) {
  .ship-nav {
    width: 95%;
    top: 20px;
    left: 32%;
  }
}
@media (max-width: 560px) {
  .ship-nav {
    width: 100%;
    top: 40px;
    left: 29%;
  }
}
.ship-nav li {
  width: 122px;
  height: 142px;
  border: 0px;
  margin: 0 10px;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.4;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
@media (max-width: 996px) {
  .ship-nav li {
    width: 80px;
    height: 93px;
    font-size: 12px;
    line-height: 13px;
  }
}
@media (max-width: 768px) {
  .ship-nav li {
    width: 61px;
    height: 71px;
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 560px) {
  .ship-nav li {
    width: 41px;
    height: 51px;
    font-size: 9px;
    letter-spacing: 0px;
    line-height: 10px;
    margin: 0 5px;
  }
}
.ship-nav li:hover {
  opacity: 1;
}
.ship-nav li.active {
  width: 122px;
  height: 142px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  margin: 0 10px;
  opacity: 1;
}
@media (max-width: 996px) {
  .ship-nav li.active {
    width: 80px;
    height: 93px;
  }
}
@media (max-width: 768px) {
  .ship-nav li.active {
    width: 61px;
    height: 71px;
  }
}
@media (max-width: 560px) {
  .ship-nav li.active {
    width: 41px;
    height: 51px;
    font-size: 9px;
    letter-spacing: 0px;
    line-height: 10px;
    margin: 0 5px;
  }
}
.ship-gallery {
  position: relative;
  overflow: hidden;
}
.ship-gallery .icon {
  width: 122px;
  height: 142px;
}
@media (max-width: 996px) {
  .ship-gallery .icon {
    width: 80px;
    height: 93px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .icon {
    width: 61px;
    height: 71px;
  }
}
@media (max-width: 560px) {
  .ship-gallery .icon {
    width: 41px;
    height: 51px;
  }
}
.ship-gallery .icon.freq {
  background: url('images/icon-freq.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.global {
  background: url('images/icon-global.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.platinum {
  background: url('images/icon-platinum.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.devastating {
  background: url('images/icon-devastating.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.unique {
  background: url('images/icon-unique.png') no-repeat;
  background-size: contain;
}
.ship-gallery .icon.extraordinary {
  background: url('images/icon-extraordinary.png') no-repeat;
  background-size: contain;
}
.ship-gallery .item {
  padding-top: 310px;
  min-height: 750px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 996px) {
  .ship-gallery .item {
    padding-top: 220px;
    min-height: 1050px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item {
    padding-top: 150px;
    min-height: 750px;
  }
}
.ship-gallery .item .screenshots {
  padding: 0 0 0 100px;
}
@media (max-width: 996px) {
  .ship-gallery .item .screenshots {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .screenshots {
    padding: 0;
  }
}
.ship-gallery .item .screenshots .ew-shots {
  padding: 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 996px) {
  .ship-gallery .item .screenshots .ew-shots {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .screenshots .ew-shots {
    padding: 10px 10px 30px 10px;
  }
}
.ship-gallery .item .screenshots .ew-shots li {
  display: inline-block;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.ship-gallery .item .screenshots .ew-shots li img {
  width: 120px;
  height: auto;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .ship-gallery .item .screenshots .ew-shots li img {
    width: 100px;
  }
}
@media (max-width: 560px) {
  .ship-gallery .item .screenshots .ew-shots li img {
    width: 70px;
  }
}
.ship-gallery .item .screenshots .ew-shots li img.active {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 18px 0px #0a586f;
  -moz-box-shadow: 0px 0px 18px 0px #0a586f;
  box-shadow: 0px 0px 18px 0px #0a586f;
  border: 1px solid #b6b4b7;
}
.ship-gallery .item .feature-info {
  padding-right: 150px;
}
@media (max-width: 996px) {
  .ship-gallery .item .feature-info {
    padding: 20px 80px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .feature-info {
    padding: 0 0 100px 0;
  }
}
.ship-gallery .item .feature-info .recticle {
  width: 300px;
  height: auto;
  margin: 20px 0;
}
.ship-gallery .item h2 {
  font-family: 'Marvel', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 63px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 996px) {
  .ship-gallery .item h2 {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item h2 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }
}
.ship-gallery .item h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 19px;
  text-transform: uppercase;
  margin: 15px 0 30px 0;
}
.ship-gallery .item h3 b {
  font-weight: 500;
}
@media (max-width: 768px) {
  .ship-gallery .item h3 {
    font-size: 15px;
    line-height: 15px;
  }
}
.ship-gallery .item p.green {
  color: #bfe19a;
}
.ship-gallery .item.twista h3 {
  color: #34cc05;
}
.ship-gallery .item.shogun h3 {
  color: #b201cb;
}
.ship-gallery .item.chubs h3 {
  color: #0147cb;
}
.ship-gallery .item.raven h3 {
  color: #cd6504;
}
.ship-gallery .item.boxy h3 {
  color: #cbcb37;
}
.ship-gallery .item.freqmode {
  background-image: url('images/freqmode-bg.jpg');
}
.ship-gallery .item.freqmode h3 {
  color: #ffff04;
}
.ship-gallery .item.ew01 {
  background-image: url('images/ew01-bg.jpg');
  -webkit-transition: background 0.5s linear !important;
  -moz-transition: background 0.5s linear !important;
  -o-transition: background 0.5s linear !important;
  -ms-transition: background 0.5s linear !important;
  transition: background 0.5s linear !important;
}
.ship-gallery .item.ew01 h3 {
  color: #02d8fd;
}
.ship-gallery .item.ew02 {
  background-image: url('images/ew02-bg.jpg');
}
.ship-gallery .item.ew02 h3 {
  color: #02d8fd;
}
.ship-gallery .item.ew03 {
  background-image: url('images/ew03-bg.jpg');
}
.ship-gallery .item.ew03 h3 {
  color: #02d8fd;
}
.ship-gallery .item.powerups {
  background-image: url('images/powerups-bg.jpg');
}
.ship-gallery .item.powerups h3 {
  color: #ff9c00;
}
.ship-gallery .item.global {
  background-image: url('images/global-bg.jpg');
}
.ship-gallery .item.global h3 {
  color: #ff0072;
}
.ship-gallery .item.platinum {
  background-image: url('images/platinum-bg.jpg');
}
.ship-gallery .item.platinum h3 {
  color: #a100ff;
}
.ship-gallery .item.ships {
  background-image: url('images/Amplitude_Features_SHIPS_BG.jpg');
}
.ship-gallery .item .ships-container {
  position: relative;
  height: 540px;
}
@media (max-width: 1800px) {
  .ship-gallery .item .ships-container {
    height: 580px;
  }
}
@media (max-width: 1600px) {
  .ship-gallery .item .ships-container {
    height: 540px;
  }
}
@media (max-width: 1400px) {
  .ship-gallery .item .ships-container {
    height: 480px;
  }
}
@media (max-width: 1100px) {
  .ship-gallery .item .ships-container {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .ships-container {
    height: 650px;
  }
}
.ship-gallery .item .ships-container .feature.ship {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.ship-gallery .item .ships-container .feature.ship.active {
  opacity: 1;
  z-index: 3;
}
.ship-gallery .item .ships-container .feature.ship .image {
  margin-top: -50px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .ship-gallery .item .ships-container .feature.ship .image {
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
.ship-gallery .item .ships-container .ship-thumbnails ul {
  list-style: none;
  margin: -20px 0 100px 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 996px) {
  .ship-gallery .item .ships-container .ship-thumbnails ul {
    text-align: center;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .ships-container .ship-thumbnails ul {
    margin: 20px auto;
    text-align: center;
  }
}
.ship-gallery .item .ships-container .ship-thumbnails ul li {
  display: inline-block;
  border: 1px solid transparent;
  margin: 5px;
  cursor: pointer;
}
.ship-gallery .item .ships-container .ship-thumbnails ul li img {
  width: 80px;
  height: auto;
}
@media (max-width: 768px) {
  .ship-gallery .item .ships-container .ship-thumbnails ul li img {
    width: 50px;
  }
}
.ship-gallery .item .ships-container .ship-thumbnails ul li.active {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 18px 0px #0a586f;
  -moz-box-shadow: 0px 0px 18px 0px #0a586f;
  box-shadow: 0px 0px 18px 0px #0a586f;
  border: 1px solid #b6b4b7;
}
.ship-gallery .item .feature {
  display: block;
}
@media (max-width: 996px) {
  .ship-gallery .item .feature .image {
    padding: 0 50px;
  }
  .ship-gallery .item .feature .image img {
    max-height: 400px;
    width: auto;
    margin: 0 auto;
  }
}
.ship-gallery .item .feature .image.padded {
  padding: 0 0 100px 100px;
}
@media (max-width: 996px) {
  .ship-gallery .item .feature .image.padded {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .feature .image.padded {
    padding: 20px 50px 30px 50px;
  }
}
.ship-gallery .item .feature .image.world {
  padding: 0 0 0 100px;
}
@media (max-width: 996px) {
  .ship-gallery .item .feature .image.world {
    padding: 0 120px;
  }
}
@media (max-width: 768px) {
  .ship-gallery .item .feature .image.world {
    padding: 20px 50px 0 50px;
  }
}
.music-gallery {
  margin-top: 150px;
  background: url('images/music-background.jpg') no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .music-gallery {
    margin-top: 60px;
  }
}
.music-gallery .blue-rails {
  background: url('images/blue-rails.png') no-repeat;
  width: 100%;
  background-size: 100% auto;
  background-position: center top;
  height: 350px;
  position: absolute;
}
.music-gallery .blue-rails .music-hdr {
  background: url('images/hdr-music.png') no-repeat;
  width: 70%;
  height: 160px;
  background-size: contain;
  margin: 10px auto 0 auto;
}
@media (max-width: 768px) {
  .music-gallery .blue-rails .music-hdr {
    background: url('images/hdr-music-mobile.png') no-repeat;
    width: 80%;
    height: 180px;
    background-size: contain;
    margin: -10px auto 0 auto;
    background-position: center top;
  }
}
.music-gallery .music-list {
  padding-top: 220px;
}
@media (max-width: 996px) {
  .music-gallery .music-list {
    padding-top: 150px;
  }
}
.music-gallery .music-list .list {
  margin: 45px 0;
}
.music-gallery .music-list .list p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 20px;
}
.music-gallery .music-list .list p b {
  font-weight: 500;
}
.music-gallery .music-list .list p b {
  color: #00d8ff;
  display: block;
}
.music-gallery .music-list h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
  margin: 0;
}
.music-gallery .music-list h4 b {
  font-weight: 500;
}
@media (max-width: 996px) {
  .music-gallery .music-list h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .music-gallery .music-list h4 {
    margin-top: 50px;
  }
}
.music-gallery .music-list h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #ff0072;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
  margin: 0;
}
.music-gallery .music-list h5 b {
  font-weight: 500;
}
@media (max-width: 996px) {
  .music-gallery .music-list h5 {
    font-size: 16px;
    line-height: 18px;
  }
}
.music-gallery .music-list .video {
  position: relative;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .music-gallery .music-list .video {
    padding: 20px 80px;
  }
}
.music-gallery .music-list .video .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .music-gallery .music-list .video .video-overlay {
    margin: -30px 0 0 -30px;
  }
}
.footer {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 50px;
}
@media (max-width: 768px) {
  .footer img {
    max-width: 150px;
    height: auto;
    margin: 30px auto;
  }
}
.social-links {
  text-align: center;
}
.social-links h3 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Marvel', sans-serif;
  font-style: italic;
  font-weight: 700;
}
.social-links ul {
  margin: 30px 0;
  padding: 0;
}
.social-links ul li {
  list-style: none;
  display: inline-block;
}
.social-links ul li img {
  height: 45px;
  width: auto;
  margin: 10px;
}
@media (max-width: 768px) {
  .social-links ul li img {
    height: 35px;
  }
}
.harmonix {
  border-top: 1px solid #fff;
  margin: 80px auto 50px auto;
}
@media (max-width: 768px) {
  .harmonix {
    margin: 40px auto 20px auto;
  }
}
.harmonix .logo {
  margin: 80px auto;
}
.harmonix a {
  color: #ff0072;
  font-weight: 700;
  text-decoration: underline;
  margin: 0 5px;
}
.nav-toggle {
  position: absolute;
  left: 20px;
  top: 19px;
  outline: none;
  z-index: 2000;
}
.nav-toggle:hover {
  opacity: 0.8;
}
.nav-toggle:active {
  opacity: 1;
}
@media (max-width: 768px) {
  .nav-toggle {
    top: 17px;
    left: 17px;
  }
}
.image-rating {
  max-height: 80px;
  width: auto;
}
.modal-backdrop.in {
  opacity: 0.8;
}
@media (max-width: 996px) {
  #gallery-slider .carousel-inner,
  #music-slider .carousel-inner {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  #gallery-slider .carousel-inner,
  #music-slider .carousel-inner {
    margin-bottom: 40px;
  }
}
@media (max-width: 996px) {
  #gallery-slider .carousel-indicators,
  #music-slider .carousel-indicators {
    bottom: -90px;
    width: 100%;
    left: 30%;
  }
}
@media (max-width: 768px) {
  #gallery-slider .carousel-indicators,
  #music-slider .carousel-indicators {
    bottom: -40px;
  }
}
button.close {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  opacity: 1;
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 -35px 10px 10px;
  text-shadow: none;
  outline: none;
}
@media (max-width: 768px) {
  button.close {
    margin: 10px;
  }
}
button.close span:before,
button.close span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  top: 35px;
  color: #fff;
}
button.close span:before {
  transform: rotate(45deg);
}
button.close span:after {
  transform: rotate(-45deg);
}
.nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  transition: all 200ms ease-in-out;
}
.nav-toggle.active span {
  background-color: transparent;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}
.nav-toggle.active span:before {
  transform: rotate(45deg);
}
.nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/***** MODAL PROPERTIES *****/
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  outline: none;
}
.modal-content iframe {
  border: none;
  padding: 0;
  margin: 0;
}
/***** MEDIA QUERIES *****/
@media only screen and (max-width: 641px) {
  /***** MODAL PROPERTIES *****/
  .modal-body {
    height: 100px;
    padding: 0;
    margin: 0;
  }
  .modal-content {
    padding: 0;
    margin: 0;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 15px;
  }
}
