#spyro-footer {
  position: relative;
  background-image: url(../../../../../../../content/dam/atvi/spyro/common/footer/footer-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 240px;
  margin-top: -120px;
}
@media only screen and (max-width: 768px) {
  #spyro-footer {
    background-image: url(../../../../../../../content/dam/atvi/spyro/common/footer/footer-bg-mobile.png);
    height: auto;
    padding-top: 197px;
  }
}
#spyro-footer .back-to-top {
  background-image: url(../../../../../../../content/dam/atvi/spyro/common/footer/Gem-for-Spyro-website.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  cursor: pointer;
  height: 210px;
  position: absolute;
  right: 76px;
  width: 120px;
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  #spyro-footer .back-to-top {
    right: 0;
    width: 100px;
    height: 176px;
  }
}
@media only screen and (max-width: 860px) {
  #spyro-footer .back-to-top {
    display: none;
  }
}
#spyro-footer .footer-links {
  width: 55% !important;
  max-width: 887px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 2200px) {
  #spyro-footer .footer-links {
    margin-top: 3.5% !important;
  }
}
@media only screen and (min-width: 3600px) {
  #spyro-footer .footer-links {
    margin-top: 5.5% !important;
  }
}
@media only screen and (max-width: 768px) {
  #spyro-footer .footer-links {
    padding: 0 20px;
    width: 80% !important;
  }
}
#spyro-footer .footer-links li {
  color: #ffffff;
  font: normal 400 14px "Josefin Sans", sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
#spyro-footer .footer-links li.privacy-check {
  margin-right: 60px;
}
#spyro-footer .footer-links a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#spyro-footer .footer-links a:hover {
  color: #ffd80f;
}
#spyro-footer .footer-logos {
  max-width: 550px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
  align-items: center;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #spyro-footer .footer-logos {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
  }
}
#spyro-footer .footer-logos a {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 60px;
  text-indent: -200%;
}
#spyro-footer .footer-logos .atvi-locale-selector a {
  text-indent: 0;
  height: auto;
}
#spyro-footer .footer-logos .spyro25th-logo {
  background-size: 90px 100%;
  width: 90px;
}
#spyro-footer .footer-logos .esrb-rating {
  background-size: contain;
  width: 100px;
}
#spyro-footer .footer-logos .activision-logo {
  background-size: 150px auto;
  width: 150px;
}
#spyro-footer .footer-logos .toysforbob-logo {
  background-size: auto 40px;
  width: 120px;
}
#spyro-footer .footer-copyright-text {
  padding-bottom: 30px;
}
#spyro-footer .footer-copyright-text p {
  font: normal normal 12px Arial, Helvetica, sans-serif;
  color: #ffffff;
  width: 75%;
  max-width: 757px;
  margin: 20px auto 0;
}
