@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
@import url('https://fonts.googleapis.com/css?family=Roboto&amp;display=swap');
#footer {
  position: relative;
  background-color: #000;
  border-top: 1px solid #fee000;
  color: #adabad;
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
}
#footer .footer-inner {
  width: 85%;
  margin: 0 auto;
  padding: 50px 0;
  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;
}
#footer .footer-inner .footer-right {
  width: 60%;
}
#footer .footer-inner .footer-left {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #footer .footer-inner .footer-right {
    width: 55%;
  }
  #footer .footer-inner .footer-left {
    width: 45%;
  }
}
#footer .legal-links {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 10px;
}
#footer .legal-links > ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
}
#footer .legal-links li {
  margin: 0 5px;
}
#footer .legal-links li a {
  text-decoration: none;
  color: #ffe93c;
  font-size: 12px;
}
#footer .legal-links li a:hover {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #footer .legal-links {
    text-align: left;
    margin: 20px;
  }
  #footer .legal-links > ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .legal-links li {
    margin: 2px 0;
  }
}
#footer .studio-links {
  text-align: center;
}
#footer .studio-links ul {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .studio-links li {
  vertical-align: middle;
  font-size: 14px;
  line-height: initial;
  width: 200px;
}
#footer .studio-links li a {
  display: block;
}
#footer .studio-links li img {
  width: 100%;
}
#footer .studio-links li.rating img {
  max-width: 150px;
}
#footer .studio-links .tencent {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #footer .studio-links ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .studio-links ul li {
    width: 100%;
  }
}
#footer .rating-links {
  text-align: center;
}
#footer .rating-links li {
  display: inline-block;
  max-width: 250px;
  margin: 25px;
}
#footer .rating-links li img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #footer .rating-links li {
    margin: 10px 10px 20px 10px;
  }
}
#footer .legal-line {
  margin: 20px;
}
#footer .legal-line p {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #footer .legal-line {
    margin: 0 20px 20px 20px;
  }
}
#footer .footer-locale-selector {
  text-align: center;
}
#footer .footer-locale-selector {
  text-align: center;
}
#footer .footer-locale-selector .atvi-locale-selector {
  display: block;
}
#footer .footer-locale-selector .atvi-locale-selector a {
  color: #FFF;
}
@media screen and (max-width: 480px) {
  #footer .footer-locale-selector .atvi-locale-selector .region {
    font-size: 9px;
  }
}
#footer .footer-locale-selector .close-button {
  display: none;
}
#footer .footer-locale-selector .locale-menu {
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
}
#footer .footer-locale-selector .locale-list {
  background: #4a4a4a;
  width: 450px;
  text-align: left;
}
#footer .footer-locale-selector .locale-list .locale-entry {
  width: 45%;
}
#footer .footer-locale-selector .locale-list .locale-entry.loc-mx.MX {
  display: none;
}
#footer .footer-locale-selector .locale-list .locale-entry.loc-zh_cn {
  display: none;
}
#footer .footer-locale-selector .locale-list .locale-entry.loc-zh_tw {
  display: none;
}
#footer .footer-locale-selector .locale-list .locale-entry.loc-ko {
  display: none;
}
@media screen and (max-width: 480px) {
  #footer .footer-locale-selector .locale-list .locale-entry {
    width: 49%;
  }
}
@media screen and (max-width: 680px) {
  #footer .footer-locale-selector .locale-list {
    width: 475px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-locale-selector .locale-list {
    width: 375px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-locale-selector .current .main-flag {
    float: left;
    margin-bottom: 25px;
  }
}
#footer .atvi-locale-selector .CN .flag,
#footer .atvi-locale-selector .TW .flag {
  opacity: 0;
}
#footer .atvi-locale-selector .locale-entry.CN .flag,
#footer .atvi-locale-selector .locale-entry.TW .flag {
  display: none;
}
#footer .atvi-locale-selector a.CN > .region,
#footer .atvi-locale-selector a.TW > .region {
  display: block;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #footer .inner-footer {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  #footer .inner-footer {
    width: 80%;
  }
  #footer .footer-links li {
    display: block;
    border-right: none;
    margin-bottom: 10px;
  }
}
html[lang="de"] #footer .studio-links .rating img,
html[lang="en-GB"] #footer .studio-links .rating img,
html[lang="es"] #footer .studio-links .rating img,
html[lang="sv"] #footer .studio-links .rating img,
html[lang="no"] #footer .studio-links .rating img,
html[lang="fi"] #footer .studio-links .rating img,
html[lang="pl"] #footer .studio-links .rating img,
html[lang="fr"] #footer .studio-links .rating img,
html[lang="it"] #footer .studio-links .rating img,
html[lang="pt"] #footer .studio-links .rating img {
  width: 50%;
  max-width: 100px;
}
html[lang="de"] #footer .studio-links .rating img,
html[lang="ko"] #footer .studio-links .rating img,
html[lang="ar"] #footer .studio-links .rating img {
  width: 50%;
}
html[lang="en-AU"] #footer .studio-links .rating img,
html[lang="pt-BR"] #footer .studio-links .rating img,
html[lang="nl"] #footer .studio-links .rating img,
html[lang="ru"] #footer .studio-links .rating img,
html[lang="ja"] #footer .studio-links .rating img,
html[lang="nl-BE"] #footer .studio-links .rating img,
html[lang="zh-CN"] #footer .studio-links .rating img,
html[lang="zh-TW"] #footer .studio-links .rating img {
  width: 50%;
}
html[lang="ja"] #footer .studio-links li.rating {
  display: none;
}
