@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/*******************************************************************
DIN NEXT Font
*******************************************************************/
.section-header {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 30px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.noise-gif {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: .17;
  background-image: url('../../../../../../../../../content/dam/atvi/callofduty/cod-touchui/kronos/home/common/noise-gif-square-anim.gif');
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#games-landing-container {
  background: #000000;
}
#games-landing-container .tony-hawk-scroll {
  position: relative;
  margin-bottom: -20vw;
  max-height: 100vw;
  background: url(../../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/games/games-scroll-anim_Img-bkgd-scaled-up.png);
  background-size: 120% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
#games-landing-container .tony-hawk-scroll img {
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  margin-top: 15vh;
  width: 100vw;
}
#games-landing-container .tony-hawk-scroll.scrolled {
  background-size: 100% auto;
  background-position: top;
}
#games-landing-container .tony-hawk-scroll.scrolled img {
  opacity: 1;
  margin-top: 0;
}
#games-landing-container .tony-hawk-scroll .tony-hawk-gradient {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background: radial-gradient(67.26% 44.29% at 50% 44.29%, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.73) 61.98%, #000000 100%);
}
#games-landing-container .inner-container {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  position: relative;
}
#games-landing-container h1 {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: 500;
  color: #FFF;
  font-size: 34px;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#games-landing-container .game-tabs-list {
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #b3b6b7;
  border-bottom: 1px solid #b3b6b7;
  border-top: 1px solid rgba(179, 182, 183, 0.5);
  border-bottom: 1px solid rgba(179, 182, 183, 0.5);
}
#games-landing-container .game-tabs-item {
  color: #ffffff;
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  width: 137px;
  height: 100%;
  opacity: 0.5;
  background: rgba(7, 104, 175, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border-bottom: 0px solid #0768af;
  padding: 10px 0;
}
#games-landing-container .game-tabs-item.active,
#games-landing-container .game-tabs-item:hover {
  opacity: 1;
  border-bottom: 4px solid #0768af;
  padding-bottom: 3px;
}
#games-landing-container .game-tabs-wrapper-mobile {
  display: none;
}
#games-landing-container .game-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 5vw 0;
}
#games-landing-container .game-entry {
  position: relative;
  overflow: hidden;
  flex: 1 1 16.6%;
  max-width: 16.6%;
  padding: 0 7px 50px;
}
#games-landing-container .game-entry a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#games-landing-container .game-entry .game-cover {
  width: 100%;
  padding-top: 125%;
  border-radius: 6px;
  background-size: 105%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 12px;
}
#games-landing-container .game-entry .title {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 8px;
  cursor: pointer;
  line-height: 1.3em;
}
#games-landing-container .game-entry .rating {
  font-family: 'DIN Next LT Pro', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  color: #b3b6b7;
  padding: 2px 0;
}
#games-landing-container .game-entry:hover .game-cover {
  background-size: 115%;
}
#games-landing-container .game-entry:hover .title {
  color: #0768af;
}
@media only screen and (max-width: 1024px) {
  #games-landing-container .game-tabs-wrapper,
  #games-landing-container h1 {
    display: none !important;
  }
  #games-landing-container .game-tabs-wrapper-mobile {
    display: block;
    color: #ffffff;
    position: relative;
    padding: 0;
    overflow: visible;
    height: 120px;
    margin-bottom: 18px;
    border-top: 1px solid #b3b6b7;
    border-bottom: 1px solid #b3b6b7;
  }
  #games-landing-container .game-tabs-list-mobile {
    visibility: hidden;
    display: block;
    overflow: hidden;
    top: 100%;
    position: absolute;
    width: 100%;
    background-color: #000000;
    text-transform: uppercase;
    color: #b3b6b7;
    cursor: pointer;
    z-index: 999;
    max-height: 0;
    transition: all 0.4s ease;
  }
  #games-landing-container .game-tabs-list-mobile .game-tabs-item {
    width: 100%;
    border-bottom: 1px solid #b3b6b7;
    margin: auto;
    height: 70px;
    opacity: 1;
    background: none;
    color: #b3b6b7;
  }
  #games-landing-container .game-tabs-list-mobile .game-tabs-item:hover,
  #games-landing-container .game-tabs-list-mobile .game-tabs-item.active {
    background-color: rgba(7, 104, 175, 0.5);
    border-bottom: 7px solid #0768af;
    padding-bottom: 6px;
    color: #ffffff;
  }
  #games-landing-container .game-tabs-list-mobile.down {
    max-height: 400px;
    visibility: visible;
  }
  #games-landing-container .selected {
    position: relative;
    height: 120px;
    width: 100%;
    font-family: 'DIN Next LT Pro', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 36px;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
  }
  #games-landing-container .selected p {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #games-landing-container .selected:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #ffffff;
    z-index: 1;
    top: 45%;
    right: 5px;
    transform: rotate(90deg);
    margin-left: 8px;
    transition: all .3s ease;
  }
  #games-landing-container .down:after {
    transform: rotate(-90deg);
  }
  #games-landing-container .game-entry {
    flex: 1 1 25%;
    max-width: 25%;
  }
  #games-landing-container .game-entry .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #games-landing-container .game-entry .rating {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #games-landing-container .tony-hawk-scroll {
    height: 100vw;
  }
  #games-landing-container .tony-hawk-scroll img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #games-landing-container .game-tabs-wrapper-mobile {
    height: 70px;
  }
  #games-landing-container .selected {
    height: 70px;
    font-size: 24px;
  }
  #games-landing-container .selected:after {
    top: 38%;
  }
}
@media only screen and (max-width: 600px) {
  #games-landing-container .selected {
    font-size: 18px;
  }
  #games-landing-container .game-list .game-entry {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
html[lang='en'] #na-rating-filter,
html[lang='en-ca'] #na-rating-filter,
html[lang='es-mx'] #na-rating-filter,
html[lang='fr-ca'] #na-rating-filter,
html[lang='en-gb'] #na-rating-filter {
  display: block;
}
html[lang='en'] #pegi-rating-filter,
html[lang='en-ca'] #pegi-rating-filter,
html[lang='es-mx'] #pegi-rating-filter,
html[lang='fr-ca'] #pegi-rating-filter,
html[lang='en-gb'] #pegi-rating-filter,
html[lang='en'] #usk-rating-filter,
html[lang='en-ca'] #usk-rating-filter,
html[lang='es-mx'] #usk-rating-filter,
html[lang='fr-ca'] #usk-rating-filter,
html[lang='en-gb'] #usk-rating-filter,
html[lang='en'] #au-rating-filter,
html[lang='en-ca'] #au-rating-filter,
html[lang='es-mx'] #au-rating-filter,
html[lang='fr-ca'] #au-rating-filter,
html[lang='en-gb'] #au-rating-filter,
html[lang='en'] #pegi-rating-filter-mobile,
html[lang='en-ca'] #pegi-rating-filter-mobile,
html[lang='es-mx'] #pegi-rating-filter-mobile,
html[lang='fr-ca'] #pegi-rating-filter-mobile,
html[lang='en-gb'] #pegi-rating-filter-mobile,
html[lang='en'] #usk-rating-filter-mobile,
html[lang='en-ca'] #usk-rating-filter-mobile,
html[lang='es-mx'] #usk-rating-filter-mobile,
html[lang='fr-ca'] #usk-rating-filter-mobile,
html[lang='en-gb'] #usk-rating-filter-mobile,
html[lang='en'] #au-rating-filter-mobile,
html[lang='en-ca'] #au-rating-filter-mobile,
html[lang='es-mx'] #au-rating-filter-mobile,
html[lang='fr-ca'] #au-rating-filter-mobile,
html[lang='en-gb'] #au-rating-filter-mobile {
  display: none !important;
}
html[lang='fr'] #pegi-rating-filter,
html[lang='it'] #pegi-rating-filter,
html[lang='es'] #pegi-rating-filter {
  display: block;
}
html[lang='fr'] #na-rating-filter,
html[lang='it'] #na-rating-filter,
html[lang='es'] #na-rating-filter,
html[lang='fr'] #usk-rating-filter,
html[lang='it'] #usk-rating-filter,
html[lang='es'] #usk-rating-filter,
html[lang='fr'] #au-rating-filter,
html[lang='it'] #au-rating-filter,
html[lang='es'] #au-rating-filter,
html[lang='fr'] #na-rating-filter-mobile,
html[lang='it'] #na-rating-filter-mobile,
html[lang='es'] #na-rating-filter-mobile,
html[lang='fr'] #usk-rating-filter-mobile,
html[lang='it'] #usk-rating-filter-mobile,
html[lang='es'] #usk-rating-filter-mobile,
html[lang='fr'] #au-rating-filter-mobile,
html[lang='it'] #au-rating-filter-mobile,
html[lang='es'] #au-rating-filter-mobile {
  display: none !important;
}
html[lang='de'] #usk-rating-filter {
  display: block;
}
html[lang='de'] #na-rating-filter,
html[lang='de'] #pegi-rating-filter,
html[lang='de'] #au-rating-filter,
html[lang='de'] #na-rating-filter-mobile,
html[lang='de'] #pegi-rating-filter-mobile,
html[lang='de'] #au-rating-filter-mobile {
  display: none !important;
}
html[lang='en-au'] #au-rating-filter {
  display: block;
}
html[lang='en-au'] #na-rating-filter,
html[lang='en-au'] #usk-rating-filter,
html[lang='en-au'] #pegi-rating-filter,
html[lang='en-au'] #na-rating-filter-mobile,
html[lang='en-au'] #usk-rating-filter-mobile,
html[lang='en-au'] #pegi-rating-filter-mobile {
  display: none !important;
}
