@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.selectricWrapper {
  position: relative;
  margin: .25rem 0 0;
  min-width: 220px;
  cursor: pointer;
  border-radius: 2px;
}
.selectricResponsive {
  width: 100%;
}
.selectric {
  background-color: #000;
  position: relative;
  color: #ffffff;
}
.selectric .label {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px 0 0;
  line-height: 20px;
}
@media screen and (max-width: 640px) {
  .selectric .label {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectric .label {
    text-rendering: optimizeLegibility;
  }
}
.selectric .button {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../../../../content/dam/atvi/callofduty/blackops3/utils/select-box-arrow.svg');
}
.selectric-empty .button {
  display: none;
}
.selectricOpen {
  z-index: 9999;
}
.selectricOpen .selectric {
  z-index: 9999;
}
.selectricOpen .selectricItems {
  display: block;
}
.selectricOpen .label {
  color: #febe23;
}
.selectricDisabled {
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 100%;
  left: 0;
  background: #000;
  z-index: 9998;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 16px;
  min-height: 16px;
}
.selectricItems li {
  font-size: 1rem;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  display: block;
  padding: 5px 0 6px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .selectricItems li {
    text-rendering: optimizeSpeed;
  }
}
@media screen and (min-width: 641px) {
  .selectricItems li {
    text-rendering: optimizeLegibility;
  }
}
.selectricItems li:hover {
  background-color: transparent;
}
.selectricItems li.selected {
  background-color: transparent;
}
.selectricItems li.disabled {
  background-color: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}
.selectricWrapper .beta {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0;
  position: absolute;
  right: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
}
.selectricWrapper .label .beta {
  display: none;
}
.selectricScroll::-webkit-scrollbar {
  width: 8px;
}
.selectricScroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.selectricScroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #ff7319;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.selectricScroll::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4);
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.spyro-hero {
  background-image: url("../../../../../content/dam/atvi/spyro/home/hero/Spyro-hero-bg.png");
  background-size: cover;
  margin-bottom: 10px;
  min-height: 600px;
}
@media screen and (max-width: 1024px) {
  .spyro-hero {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-hero {
    background-image: url("../../../../../content/dam/atvi/spyro/home/hero/mobile-bg.png");
    margin-bottom: 0;
    min-height: 565px;
  }
}
.spyro-hero:after {
  background-image: url("../../../../../content/dam/atvi/spyro/common/borders/hero-border.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 318px;
  z-index: 99;
  left: 0;
  bottom: -268px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .spyro-hero:after {
    bottom: -171px;
    height: 202px;
  }
}
@media only screen and (max-width: 850px) {
  .spyro-hero:after {
    bottom: -130px;
    height: 152px;
  }
}
@media only screen and (max-width: 800px) {
  .spyro-hero:after {
    bottom: -114px;
    height: 134px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-hero:after {
    height: 163px;
    bottom: -137px;
    background-image: url("../../../../../content/dam/atvi/spyro/common/borders/hero-border-mobile.png");
  }
}
@media only screen and (max-width: 510px) {
  .spyro-hero:after {
    height: 120px;
    bottom: -103px;
  }
}
@media only screen and (max-width: 420px) {
  .spyro-hero:after {
    bottom: -74px;
    height: 88px;
  }
}
.spyro-hero .spyro-trailer-overlay {
  width: 80%;
  max-width: 1000px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1106;
  top: -1000px;
  background-image: url("../../../../../content/dam/atvi/Crash/gallery-frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1%;
  background-color: #000000;
  transition: top 1s ease;
}
.spyro-hero .spyro-trailer-overlay.active {
  top: 50%;
}
@media only screen and (max-width: 500px) {
  .spyro-hero .spyro-trailer-overlay {
    width: 65%;
  }
}
.spyro-hero .spyro-trailer-overlay .overlay-close {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: -4px -234px;
  height: 35px;
  width: 40px;
  position: absolute;
  right: -50px;
  top: 0;
  cursor: pointer;
}
.spyro-hero .spyro-trailer-overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1105;
  display: none;
}
.spyro-hero .spyro-img-container {
  display: none;
  position: relative;
  z-index: 1;
  height: 275px;
}
@media only screen and (max-width: 768px) {
  .spyro-hero .spyro-img-container {
    display: block;
  }
}
.spyro-hero .spyro-img-container .spyro-img {
  display: none;
  position: absolute;
  left: 50%;
  top: 69%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  height: 70%;
}
#spyro-bgvid-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
#spyro-bgvid-container video {
  background: transparent url("../../../../../content/dam/atvi/spyro/home/hero/desktop-trailer.jpg") 50% 50% / cover no-repeat;
}
@media only screen and (max-width: 768px) {
  #spyro-bgvid-container video {
    background: transparent url("../../../../../content/dam/atvi/spyro/home/hero/mobile-trailer.jpg") 50% 50% / cover no-repeat;
  }
}
#spyro-bgvid {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  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);
  z-index: 0;
}
.spyro-hero-container {
  position: absolute;
  left: 50%;
  bottom: 60px;
  -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%;
  max-width: 850px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .spyro-hero-container {
    bottom: 20px;
  }
}
.spyro-hero-container .spyro-heading {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  width: 100%;
  max-width: 834px;
  height: 14vw;
  max-height: 76px;
  min-height: 50px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .spyro-hero-container .spyro-heading {
    max-height: 50px;
    min-height: unset;
  }
}
.spyro-hero-container .spyro-subheading {
  margin-top: 10px;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-align: center;
}
@media only screen and (max-width: 945px) {
  .spyro-hero-container .spyro-subheading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-hero-container .spyro-subheading {
    margin-top: 0;
    font-size: 22px;
  }
}
.spyro-hero-container .play-button {
  display: block;
  height: 95px;
  width: 89px;
  background-image: url("../../../../../content/dam/atvi/spyro/home/hero/play-btn-v03.png");
  cursor: pointer;
  margin: 30px auto 0;
  background-size: 90px auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spyro-hero-container .play-button:hover {
  margin-top: 25px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .spyro-hero-container .play-button {
    width: 68px;
    height: 70px;
    background-size: 100% auto;
    margin-top: 10px;
  }
}
.tube-player-container {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
#tubeplayer-player-container-1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.spyro-oldspyro,
.spyro-home-gallery {
  z-index: 9;
  background-image: url("../../../../../content/dam/atvi/spyro/common/3-games/3in1-bg.png");
  padding: 80px 0 0;
  min-height: 667px;
  margin-bottom: 20px;
}
.spyro-oldspyro:after,
.spyro-home-gallery:after {
  content: "";
  height: 290px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -198px;
  background-image: url("../../../../../content/dam/atvi/spyro/common/borders/Frosty_AF_Border.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1530px) {
  .spyro-oldspyro:after,
  .spyro-home-gallery:after {
    bottom: -217px;
  }
}
@media only screen and (max-width: 1265px) {
  .spyro-oldspyro:after,
  .spyro-home-gallery:after {
    bottom: -231px;
  }
}
@media only screen and (max-width: 1080px) {
  .spyro-oldspyro:after,
  .spyro-home-gallery:after {
    bottom: -239px;
  }
}
@media only screen and (max-width: 835px) {
  .spyro-oldspyro:after,
  .spyro-home-gallery:after {
    bottom: -251px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro:after,
  .spyro-home-gallery:after {
    background-image: url("../../../../../content/dam/atvi/spyro/common/borders/Frosty_AF_Border_mobile.png");
    bottom: -234px;
  }
}
@media only screen and (max-width: 557px) {
  .spyro-oldspyro:after,
  .spyro-home-gallery:after {
    bottom: -251px;
  }
}
@media only screen and (max-width: 436px) {
  .spyro-oldspyro:after,
  .spyro-home-gallery:after {
    height: 93px;
    bottom: -61px;
  }
}
@media only screen and (max-width: 988px) {
  .spyro-oldspyro,
  .spyro-home-gallery {
    padding: 40px 0 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro,
  .spyro-home-gallery {
    min-height: 667px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .spyro-oldspyro,
  .spyro-home-gallery {
    margin-bottom: 10px;
  }
}
.spyro-oldspyro .oldspyro-title,
.spyro-home-gallery .oldspyro-title {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  height: 62px;
  margin: 80px 20px 0;
}
@media only screen and (max-width: 1200px) {
  .spyro-oldspyro .oldspyro-title,
  .spyro-home-gallery .oldspyro-title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .oldspyro-title,
  .spyro-home-gallery .oldspyro-title {
    height: 35px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.spyro-oldspyro .arrow-left,
.spyro-home-gallery .arrow-left,
.spyro-oldspyro .arrow-right,
.spyro-home-gallery .arrow-right {
  display: block;
  height: 100%;
  width: 93px;
  background-position: center;
  background-size: 92px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spyro-oldspyro .arrow-left:hover,
.spyro-home-gallery .arrow-left:hover,
.spyro-oldspyro .arrow-right:hover,
.spyro-home-gallery .arrow-right:hover {
  top: -5px;
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .arrow-left,
  .spyro-home-gallery .arrow-left,
  .spyro-oldspyro .arrow-right,
  .spyro-home-gallery .arrow-right {
    width: 12%;
    min-width: 45px;
    background-size: 100% auto;
  }
}
.spyro-oldspyro .arrow-left,
.spyro-home-gallery .arrow-left {
  left: 0;
  background-image: url("../../../../../content/dam/atvi/spyro/common/3-games/left-carousel-btn.png");
}
.spyro-oldspyro .arrow-right,
.spyro-home-gallery .arrow-right {
  right: 0;
  background-image: url("../../../../../content/dam/atvi/spyro/common/3-games/right-carousel-btn.png");
}
.spyro-oldspyro .oldspyro-container,
.spyro-home-gallery .oldspyro-container {
  width: 80%;
  height: 100%;
  max-width: 1300px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.spyro-oldspyro .oldspyro-content,
.spyro-home-gallery .oldspyro-content,
.spyro-oldspyro .home-gallery-content,
.spyro-home-gallery .home-gallery-content {
  width: 100%;
  height: 400px;
  margin: 20px auto 0;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .spyro-oldspyro .oldspyro-content,
  .spyro-home-gallery .oldspyro-content,
  .spyro-oldspyro .home-gallery-content,
  .spyro-home-gallery .home-gallery-content {
    margin: 20px auto 0;
    height: 425px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .oldspyro-content,
  .spyro-home-gallery .oldspyro-content,
  .spyro-oldspyro .home-gallery-content,
  .spyro-home-gallery .home-gallery-content {
    height: 520px;
    margin: 0 auto;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-container,
.spyro-home-gallery .oldspyro-content .spyro-container,
.spyro-oldspyro .home-gallery-content .spyro-container,
.spyro-home-gallery .home-gallery-content .spyro-container {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 1s ease-in-out;
  display: none;
}
.spyro-oldspyro .oldspyro-content .spyro-container.active,
.spyro-home-gallery .oldspyro-content .spyro-container.active,
.spyro-oldspyro .home-gallery-content .spyro-container.active,
.spyro-home-gallery .home-gallery-content .spyro-container.active {
  left: 50%;
  display: block;
}
.spyro-oldspyro .oldspyro-content .spyro-container.setupBefore,
.spyro-home-gallery .oldspyro-content .spyro-container.setupBefore,
.spyro-oldspyro .home-gallery-content .spyro-container.setupBefore,
.spyro-home-gallery .home-gallery-content .spyro-container.setupBefore {
  left: -150%;
}
.spyro-oldspyro .oldspyro-content .spyro-container.before,
.spyro-home-gallery .oldspyro-content .spyro-container.before,
.spyro-oldspyro .home-gallery-content .spyro-container.before,
.spyro-home-gallery .home-gallery-content .spyro-container.before {
  left: -150%;
  display: block;
}
.spyro-oldspyro .oldspyro-content .spyro-container.setupAfter,
.spyro-home-gallery .oldspyro-content .spyro-container.setupAfter,
.spyro-oldspyro .home-gallery-content .spyro-container.setupAfter,
.spyro-home-gallery .home-gallery-content .spyro-container.setupAfter {
  left: 150%;
}
.spyro-oldspyro .oldspyro-content .spyro-container.after,
.spyro-home-gallery .oldspyro-content .spyro-container.after,
.spyro-oldspyro .home-gallery-content .spyro-container.after,
.spyro-home-gallery .home-gallery-content .spyro-container.after {
  left: 150%;
  display: block;
}
.spyro-oldspyro .oldspyro-content .spyro0-container .spyro-game,
.spyro-home-gallery .oldspyro-content .spyro0-container .spyro-game,
.spyro-oldspyro .home-gallery-content .spyro0-container .spyro-game,
.spyro-home-gallery .home-gallery-content .spyro0-container .spyro-game {
  width: 29%;
  margin-left: 2%;
  padding-top: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .oldspyro-content .spyro0-container .spyro-game,
  .spyro-home-gallery .oldspyro-content .spyro0-container .spyro-game,
  .spyro-oldspyro .home-gallery-content .spyro0-container .spyro-game,
  .spyro-home-gallery .home-gallery-content .spyro0-container .spyro-game {
    float: none;
    width: 100%;
    margin-left: 0;
    height: 100%;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-game,
.spyro-home-gallery .oldspyro-content .spyro-game,
.spyro-oldspyro .home-gallery-content .spyro-game,
.spyro-home-gallery .home-gallery-content .spyro-game {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  width: 25%;
  margin-right: 2%;
  padding-top: 25%;
}
.spyro-oldspyro .oldspyro-content .spyro-game:hover .game-btn,
.spyro-home-gallery .oldspyro-content .spyro-game:hover .game-btn,
.spyro-oldspyro .home-gallery-content .spyro-game:hover .game-btn,
.spyro-home-gallery .home-gallery-content .spyro-game:hover .game-btn {
  margin-top: -5px;
}
.spyro-oldspyro .oldspyro-content .spyro-game:hover p,
.spyro-home-gallery .oldspyro-content .spyro-game:hover p,
.spyro-oldspyro .home-gallery-content .spyro-game:hover p,
.spyro-home-gallery .home-gallery-content .spyro-game:hover p {
  color: #ffd80f;
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .oldspyro-content .spyro-game,
  .spyro-home-gallery .oldspyro-content .spyro-game,
  .spyro-oldspyro .home-gallery-content .spyro-game,
  .spyro-home-gallery .home-gallery-content .spyro-game {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    height: 230px;
    padding: 0;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-game .game-btn,
.spyro-home-gallery .oldspyro-content .spyro-game .game-btn,
.spyro-oldspyro .home-gallery-content .spyro-game .game-btn,
.spyro-home-gallery .home-gallery-content .spyro-game .game-btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spyro-oldspyro .oldspyro-content .spyro-game p,
.spyro-home-gallery .oldspyro-content .spyro-game p,
.spyro-oldspyro .home-gallery-content .spyro-game p,
.spyro-home-gallery .home-gallery-content .spyro-game p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 2px 2px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  margin-top: 20px;
}
@media only screen and (max-width: 1150px) {
  .spyro-oldspyro .oldspyro-content .spyro-game p,
  .spyro-home-gallery .oldspyro-content .spyro-game p,
  .spyro-oldspyro .home-gallery-content .spyro-game p,
  .spyro-home-gallery .home-gallery-content .spyro-game p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .oldspyro-content .spyro-game p,
  .spyro-home-gallery .oldspyro-content .spyro-game p,
  .spyro-oldspyro .home-gallery-content .spyro-game p,
  .spyro-home-gallery .home-gallery-content .spyro-game p {
    font-size: 12px;
    margin-top: 10px;
  }
}
.spyro-oldspyro .oldspyro-content #spyro-game3,
.spyro-home-gallery .oldspyro-content #spyro-game3,
.spyro-oldspyro .home-gallery-content #spyro-game3,
.spyro-home-gallery .home-gallery-content #spyro-game3 {
  margin-bottom: 0;
}
.spyro-oldspyro .oldspyro-content .game-btn,
.spyro-home-gallery .oldspyro-content .game-btn,
.spyro-oldspyro .home-gallery-content .game-btn,
.spyro-home-gallery .home-gallery-content .game-btn {
  cursor: pointer;
}
.spyro-oldspyro .oldspyro-content .spyro-game-img,
.spyro-home-gallery .oldspyro-content .spyro-game-img,
.spyro-oldspyro .home-gallery-content .spyro-game-img,
.spyro-home-gallery .home-gallery-content .spyro-game-img {
  width: auto;
  height: 100%;
  max-height: 300px;
}
@media only screen and (max-width: 1100px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-img,
  .spyro-home-gallery .oldspyro-content .spyro-game-img,
  .spyro-oldspyro .home-gallery-content .spyro-game-img,
  .spyro-home-gallery .home-gallery-content .spyro-game-img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-img,
  .spyro-home-gallery .oldspyro-content .spyro-game-img,
  .spyro-oldspyro .home-gallery-content .spyro-game-img,
  .spyro-home-gallery .home-gallery-content .spyro-game-img {
    width: auto;
    height: 100%;
    max-height: 130px;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-game-title,
.spyro-home-gallery .oldspyro-content .spyro-game-title,
.spyro-oldspyro .home-gallery-content .spyro-game-title,
.spyro-home-gallery .home-gallery-content .spyro-game-title {
  width: 100%;
  max-width: 600px;
}
.spyro-oldspyro .oldspyro-content .spyro-game-copy,
.spyro-home-gallery .oldspyro-content .spyro-game-copy,
.spyro-oldspyro .home-gallery-content .spyro-game-copy,
.spyro-home-gallery .home-gallery-content .spyro-game-copy {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  width: 72%;
  float: right;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
@media only screen and (max-width: 1070px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-copy,
  .spyro-home-gallery .oldspyro-content .spyro-game-copy,
  .spyro-oldspyro .home-gallery-content .spyro-game-copy,
  .spyro-home-gallery .home-gallery-content .spyro-game-copy {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-copy,
  .spyro-home-gallery .oldspyro-content .spyro-game-copy,
  .spyro-oldspyro .home-gallery-content .spyro-game-copy,
  .spyro-home-gallery .home-gallery-content .spyro-game-copy {
    float: none;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media,
.spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media,
.spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media,
.spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media {
  position: relative;
  width: 100%;
  padding-top: 5px;
}
@media only screen and (max-width: 650px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media,
  .spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media,
  .spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media,
  .spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media {
    text-align: center;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail,
.spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail,
.spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail,
.spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail {
  position: relative;
  display: inline-block;
  background-image: url("../../../../../content/dam/atvi/spyro/gallery-frame.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0.3%;
  cursor: pointer;
  width: 23%;
  max-width: 255px;
  margin: 15px 1% 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 850px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail,
  .spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail,
  .spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail,
  .spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail {
    width: 45%;
    max-width: none;
    padding: 0.5%;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
.spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
.spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
.spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before {
  background-image: url("../../../../../content/dam/atvi/Crash/crash-sprite.png");
  background-position: 0 0;
  background-size: 160px auto;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 850px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
  .spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
  .spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
  .spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before {
    background-size: 271px auto;
    width: 71px;
    height: 71px;
  }
}
@media only screen and (max-width: 450px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
  .spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
  .spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before,
  .spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:before {
    background-size: 160px auto;
    width: 40px;
    height: 40px;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
.spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
.spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
.spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before {
  background-position: -45px 0;
}
@media only screen and (max-width: 850px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
  .spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
  .spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
  .spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before {
    background-position: -77px 0;
  }
}
@media only screen and (max-width: 450px) {
  .spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
  .spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
  .spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before,
  .spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail.video:hover:before {
    background-position: -45px 0;
  }
}
.spyro-oldspyro .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail img,
.spyro-home-gallery .oldspyro-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail img,
.spyro-oldspyro .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail img,
.spyro-home-gallery .home-gallery-content .spyro-game-copy .spyro-game-media .spyro-game-media-thumbnail img {
  width: 100%;
  display: block;
}
.spyro-oldspyro .pagination,
.spyro-home-gallery .pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9999;
}
.spyro-oldspyro .pagination li,
.spyro-home-gallery .pagination li {
  display: inline-block;
  margin-right: -20px;
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .pagination li,
  .spyro-home-gallery .pagination li {
    margin-right: -10px;
  }
}
.spyro-oldspyro .pagination li a,
.spyro-home-gallery .pagination li a {
  background-image: url("../../../../../content/dam/atvi/spyro/common/3-games/Golden_Button1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-decoration: none;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .pagination li a,
  .spyro-home-gallery .pagination li a {
    width: 40px;
    height: 40px;
  }
}
.spyro-oldspyro .pagination li:last-child,
.spyro-home-gallery .pagination li:last-child {
  margin-right: 0;
}
.spyro-oldspyro .pagination li.current a,
.spyro-home-gallery .pagination li.current a {
  background-image: url("../../../../../content/dam/atvi/spyro/common/3-games/Golden_Button_Selected.png");
}
.spyro-oldspyro .pagination li:hover a,
.spyro-home-gallery .pagination li:hover a {
  margin-top: -5px;
  margin-bottom: 5px;
}
.spyro-oldspyro .pagination li.current,
.spyro-home-gallery .pagination li.current {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .spyro-oldspyro .pagination,
  .spyro-home-gallery .pagination {
    bottom: 20px;
  }
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.spyro-wtb {
  background-image: url("../../../../../content/dam/atvi/spyro/common/buy/buy-BG.png");
  background-position: center top;
  padding: 50px 0 0;
  height: 100%;
  max-height: none;
}
.spyro-wtb:after {
  background-image: url("../../../../../content/dam/atvi/spyro/common/borders/mossy-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  content: "";
  height: 90px;
  left: 0;
  position: absolute;
  bottom: -58px;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb {
    background-image: url("../../../../../content/dam/atvi/spyro/common/buy/buy-BG-mobile.png");
    background-position: center;
    padding-bottom: 30px;
    max-height: 920px;
  }
}
@media only screen and (max-width: 420px) {
  .spyro-wtb {
    background-position: center top;
    max-height: 700px;
    padding: 30px 0 0;
  }
}
.spyro-wtb .spyro-logo {
  background-image: url("../../../../../content/dam/atvi/spyro/common/global/Spyro_Logo.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 175px;
  max-width: 588px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .spyro-logo {
    height: 125px;
  }
}
.spyro-wtb .wtb-bundle {
  max-width: 980px;
  position: relative;
  width: 100%;
  margin: 30px auto;
}
.spyro-wtb .wtb-bundle:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle {
    margin-top: 10px;
  }
}
.spyro-wtb .wtb-bundle .column-one {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 50px;
}
.spyro-wtb .wtb-bundle .column-one .product-img {
  height: 500px;
}
.spyro-wtb .wtb-bundle .column-one .product-img img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.spyro-wtb .wtb-bundle .column-one h1 {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  display: none;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-one {
    float: none;
    height: auto;
    width: 100%;
    padding: 0 15px;
  }
  .spyro-wtb .wtb-bundle .column-one .product-img {
    height: 200px;
  }
  .spyro-wtb .wtb-bundle .column-one h1 {
    display: block;
  }
}
.spyro-wtb .wtb-bundle .column-two {
  float: left;
  width: 50%;
  padding: 0 15px 0 50px;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two {
    float: none;
    height: 100%;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle .column-two {
    width: 100%;
    padding: 10px 15px 30px;
  }
}
.spyro-wtb .wtb-bundle .column-two h1 {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two h1 {
    display: none;
  }
}
.spyro-wtb .wtb-bundle .column-two .bundle-description {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two .bundle-description {
    margin-bottom: 0;
  }
}
.spyro-wtb .wtb-bundle .column-two h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  text-shadow: 0px 3px 0 #000000, 0px 0px 0 #000000, 0px 0px 0 #000000, -1px 3px 0 #000000, 0px 3px 0 #000000, 0px 0px 0 #000000, 0px 0px 0 #000000, 0px 0px 0 #000000;
}
.spyro-wtb .wtb-bundle .column-two h3.coming-soon {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two h3.coming-soon {
    margin-top: 0;
  }
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle .column-two h3.coming-soon {
    font-size: 24px;
  }
}
.spyro-wtb .wtb-bundle .column-two .disclaimer-text {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-shadow: 2px 2px 0 #000;
  color: #ffffff;
  text-align: center;
  margin: 80px 15px 0;
}
.spyro-wtb .wtb-bundle .column-two .disclaimer-text p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two .disclaimer-text p {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two .disclaimer-text {
    font-size: 12px;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle .column-two .disclaimer-text {
    font-size: 10px;
  }
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .platform-select {
  display: block;
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select {
  position: relative;
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select .selectricOpen .selectricItems {
  display: block;
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select .selectricOpen .button {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .wtb-select {
    margin: 0;
  }
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric {
  background-color: transparent;
  background-image: url("../../../../../content/dam/atvi/spyro/common/buy/btn-purple.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric {
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric {
    height: 45px;
    margin-bottom: 20px;
  }
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric:hover {
  background-image: url("../../../../../content/dam/atvi/spyro/common/buy/btn-purple-hover.png");
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric:hover .label {
  color: #ffd80f;
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric:hover .button:before,
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric:hover .button:after {
  background-color: #ffd80f;
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 64px;
  margin-left: 40px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label {
    margin-left: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .label {
    font-size: 16px;
    line-height: 45px;
    margin-left: 30px;
  }
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button {
  position: absolute;
  right: 30px;
  height: 20px;
  width: 30px;
  top: 20px;
  text-indent: -100%;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button {
    top: 17px;
    right: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button {
    right: 20px;
    top: 12px;
  }
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:before,
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:after {
  height: 20px;
  width: 6px;
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 0;
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:before,
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:after {
    height: 15px;
    width: 5px;
  }
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:before {
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:after {
  left: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectric .button:after {
    left: 13px;
  }
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems {
  background-color: transparent;
  background-image: url("../../../../../content/dam/atvi/spyro/common/buy/bg-dropdown-menu.jpg");
  background-size: 100% auto;
  max-width: 100%;
  margin-right: 15px;
  top: 47px;
  left: 0;
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems li {
  height: 43px;
  position: relative;
  margin-bottom: 4px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 420px) {
  .spyro-wtb .wtb-bundle .column-two .wtb-form-container .selectricItems {
    top: 34px;
  }
}
.spyro-wtb .wtb-bundle .column-two .wtb-form-container .empty-retailers {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.spyro-wtb .wtb-bundle .column-two .order-button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.spyro-wtb .wtb-bundle .column-two .order-button:hover {
  margin: -5px 0 25px;
}
.spyro-wtb .wtb-bundle .column-two .order-button .wtb-button {
  display: block;
  background-image: url("../../../../../content/dam/atvi/spyro/common/buy/btn-gold.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60px;
  color: #5e270b;
  line-height: 60px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  margin: 25px 0 0;
}
.spyro-wtb .wtb-bundle .column-two .order-button .wtb-button.no-retailer {
  display: none;
}
.spyro-wtb .wtb-bundle .column-two .order-button .wtb-button.unavailable {
  opacity: .55;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .spyro-wtb .wtb-bundle .column-two .order-button .wtb-button {
    margin: 10px 0 0;
    height: 40px;
    line-height: 40px;
  }
}
.spyro-wtb .wtb-bundle .column-two.coming-soon {
  text-transform: uppercase;
}
.pswtb-container {
  display: none;
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.spyro-social {
  height: auto;
  max-height: none;
  min-height: 500px;
  background-image: url("../../../../../content/dam/atvi/spyro/common/social/social-bg-v2.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .spyro-social {
    background-image: url("../../../../../content/dam/atvi/spyro/common/social/social-bg-mobile.png");
    background-position-y: bottom;
    height: 100%;
    max-height: 950px;
  }
}
@media only screen and (max-width: 630px) {
  .spyro-social {
    max-height: none;
    hegiht: 770px;
    margin-bottom: 50px;
  }
}
.spyro-social-content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 110px 30px;
}
.spyro-social-content .spyro-social-header {
  text-indent: -200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  color: transparent;
  font-size: 12px;
  height: 80px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 420px) {
  .spyro-social-content .spyro-social-header {
    height: 55px;
  }
}
.spyro-social-content .spyro-social-subheader {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .spyro-social-content .spyro-social-subheader {
    font-size: 25px;
  }
}
.spyro-social-content .tagboard-feed {
  margin-top: 20px;
}
.spyro-social-content .social-links {
  margin: 0 auto;
  text-align: center;
}
.spyro-social-content .social-links:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
@media only screen and (max-width: 768px) {
  .spyro-social-content .social-links {
    padding-top: 0;
  }
}
.spyro-social-content .social-links li {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin: 0 1% 20px 1%;
  position: relative;
  width: 130px;
  height: 130px;
}
@media only screen and (max-width: 340px) {
  .spyro-social-content .social-links li {
    width: 43%;
  }
}
.spyro-social-content .social-links li a {
  text-decoration: none;
  color: #94611a;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: block;
}
.spyro-social-content .social-links li .social-btn-txt {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
}
.spyro-social-content .social-links li.facebook-link,
.spyro-social-content .social-links li.twitter-link,
.spyro-social-content .social-links li.instagram-link,
.spyro-social-content .social-links li.youtube-link {
  margin-top: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 685px) {
  .spyro-social-content .social-links li.facebook-link,
  .spyro-social-content .social-links li.twitter-link,
  .spyro-social-content .social-links li.instagram-link,
  .spyro-social-content .social-links li.youtube-link {
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
.spyro-social-content .social-links li.facebook-link:hover,
.spyro-social-content .social-links li.twitter-link:hover,
.spyro-social-content .social-links li.instagram-link:hover,
.spyro-social-content .social-links li.youtube-link:hover {
  margin-top: 45px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 685px) {
  .spyro-social-content .social-links li.facebook-link:hover,
  .spyro-social-content .social-links li.twitter-link:hover,
  .spyro-social-content .social-links li.instagram-link:hover,
  .spyro-social-content .social-links li.youtube-link:hover {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
.spyro-social-content .social-links li.facebook-link {
  background-image: url("../../../../../content/dam/atvi/spyro/common/social/fb-btn-blank.png");
}
.spyro-social-content .social-links li.twitter-link {
  background-image: url("../../../../../content/dam/atvi/spyro/common/social/tw-btn-blank.png");
}
.spyro-social-content .social-links li.instagram-link {
  background-image: url("../../../../../content/dam/atvi/spyro/common/social/ig-btn-blank.png");
}
.spyro-social-content .social-links li.youtube-link {
  background-image: url("../../../../../content/dam/atvi/spyro/common/social/yt-btn-blank.png");
}

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
.spyro-ad-unit:after {
  content: "";
  background-color: #000000;
  background-image: url("../../../../../content/dam/atvi/spyro/rope-divider.png");
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  position: absolute;
}

