@import url('https://fonts.googleapis.com/css?family=Arvo|Electrolize|Montserrat|Open+Sans|Open+Sans+Condensed:300');
.cod-global-footer {
  background: #000;
  width: 100%;
  text-align: center;
  position: relative;
}
.cod-global-footer:before {
  content: "";
  width: 100%;
  background-color: rgba(50, 50, 50, 0.3);
  height: 12px;
  display: block;
}
.cod-global-footer .line-break-footer,
.cod-global-footer .footer-links,
.cod-global-footer .privacy-policy,
.cod-global-footer .esrb-logos {
  margin-bottom: 40px;
}
.cod-global-footer ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  display: -webkit-box;
  display: flex;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cod-global-footer p {
  font-size: 11px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #adabab;
  letter-spacing: 1px;
  text-shadow: 0px 0px 18px #646464;
  line-height: 130%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0px auto 20px auto;
  max-width: 960px;
  opacity: 1;
}
.cod-global-footer .inner-footer {
  width: 50%;
  padding: 100px 15px;
  margin: 0 auto;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.cod-global-footer .footer-links li {
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #adabab;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
  opacity: 1;
  text-decoration: none;
}
.cod-global-footer .footer-links li:last-of-type {
  display: none;
}
.cod-global-footer .footer-links a {
  color: #adabab;
  text-decoration: none;
}
.cod-global-footer .line-break-footer {
  margin-bottom: 40px;
}
.cod-global-footer .line-break-footer .break {
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.cod-global-footer .line-break-footer .break2first {
  flex: 0 0 2px;
  margin-right: 4px;
  height: 2px;
  background-color: #ffffff;
}
.cod-global-footer .line-break-footer .break423 {
  flex: 423 0 0;
  margin-right: 4px;
  height: 1px;
}
.cod-global-footer .line-break-footer .break93 {
  flex: 93 0 0;
  margin-right: 4px;
  height: 2px;
}
.cod-global-footer .line-break-footer .break2last {
  flex: 0 0 2px;
  height: 2px;
  background-color: #ffffff;
}
.cod-global-footer .studios li {
  width: 160px;
  margin-bottom: 20px;
  max-width: 160px;
}
.cod-global-footer .studios li img {
  width: 100%;
}
.cod-global-footer .esrb-logos {
  width: 70%;
  margin: 0 auto;
}
.cod-global-footer .esrb-logos li {
  width: 160px;
  margin-bottom: 20px;
}
.cod-global-footer .esrb-logos li img {
  width: 100%;
}
.cod-global-footer .esrb-logos li:last-of-type {
  width: 260px;
}
.cod-global-footer .footer-locale-selector {
  margin-top: 25px;
  position: relative;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector {
  display: block;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector a {
  color: #FFF;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector a.CN > .region,
.cod-global-footer .footer-locale-selector .atvi-locale-selector a.TW > .region {
  display: block;
  color: #000;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-menu {
  position: absolute;
  bottom: 20px;
  z-index: 1000;
  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);
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-menu .locale-list {
  background: #434343;
  display: block;
  text-align: left;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-menu .locale-list li {
  display: inline-block;
  margin-right: 10px;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-menu .close-button {
  display: none;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector .CN .flag,
.cod-global-footer .footer-locale-selector .atvi-locale-selector .TW .flag {
  opacity: 0;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-entry {
  width: 45%;
}
.cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-entry.CN .flag,
.cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-entry.TW .flag {
  display: none;
}
@media screen and (max-width: 1300px) {
  .cod-global-footer .inner-footer {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .cod-global-footer .desktop-only {
    display: none;
  }
  .cod-global-footer .inner-footer {
    width: 90%;
  }
  .cod-global-footer .line-break-footer {
    display: none;
  }
  .cod-global-footer ul {
    display: block;
  }
  .cod-global-footer .footer-links li,
  .cod-global-footer .studios li,
  .cod-global-footer .esrb-logos li {
    margin: 0 auto 20px;
  }
  .cod-global-footer .esrb-logos {
    width: 100%;
  }
  .cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-menu {
    width: 100%;
  }
  .cod-global-footer .footer-locale-selector .atvi-locale-selector .locale-menu .locale-list {
    width: 100%;
  }
}
