@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
.cod-header-container {
  z-index: 9999;
}
.cod-purchase a {
  color: #FFF;
  padding: 19px 40px;
  font-size: 13px;
  border: 1px solid #f07113;
  background-image: url(../../../../../../content/dam/atvi/callofduty/global/global-nav/break-tile-orange.svg) !important;
  background-position: center center;
  background-repeat: repeat;
  background-color: #713000 !important;
  background-size: 2px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cod-purchase a:hover {
  text-shadow: 3px 3px 10px #f07113;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
.atvi-agegate {
  background: black !important;
}
.atvi-agegate .form h2 {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #f07113;
  text-transform: uppercase;
  margin: 10px;
  letter-spacing: 3px;
  text-shadow: 0px 0px 18px #f07113;
}
.atvi-agegate .form .fields input {
  background-color: black;
  border: 2px solid #f07113;
  padding: .5em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 14px;
}
.atvi-agegate .form .fields input:focus {
  border: 3px solid #fff;
}
.atvi-agegate .form .fields ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.atvi-agegate .form .fields ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.atvi-agegate .form .fields :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.atvi-agegate .form .fields :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media screen and (max-width: 480px) {
  .atvi-agegate .form .fields input {
    padding: .3em;
    margin-right: 0;
  }
}
.atvi-agegate .form .submit-wrapper a {
  padding: 10px;
  width: 200px;
  height: 40px;
  background-image: url(../../../../../../content/dam/atvi/callofduty/blackops4/splash/button-tile.svg);
  background-position: center center;
  background-repeat: repeat;
  background-color: #713000;
  border: 2px solid #f07113;
  box-shadow: 3px 3px 10px 1px rgba(240, 113, 19, 0.6);
  color: #fff;
  text-shadow: 0px 0px 18px #f07113;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 3px;
  margin: 0;
  vertical-align: top;
}
.atvi-agegate .form .submit-wrapper a:hover {
  background-color: #aa4800;
}

body {
  background-color: black;
}
/*html {
    
    @media screen and (max-width: 768px) {
        overflow-x: hidden;
    }
}*/

@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
html[lang='ar'] body {
  /*******play icon inside buttons************/
  /****play button inside of heroes/feature sections*****/
  /*****game header styles *******/
  /***align preorder button left **/
  /******global mobile nav styles *******/
  /***** cta styles ******/
}
html[lang='ar'] body div {
  letter-spacing: 0 !important;
}
html[lang='ar'] body div h1 {
  letter-spacing: 0 !important;
}
html[lang='ar'] body section {
  letter-spacing: 0 !important;
}
html[lang='ar'] body button:before {
  border-left: none !important;
  border-right: 6px solid white;
  margin-right: 0;
  margin-left: 10px;
}
html[lang='ar'] body .cta-container a .play-arrow {
  border-left: none !important;
  border-right: 6px solid white;
  margin-right: 0;
  margin-left: 10px;
}
html[lang='ar'] body .play-button:after,
html[lang='ar'] body .play-btn:after {
  border-left: none !important;
  border-right: 10px solid white;
}
html[lang='ar'] body .top-game-menu .top-game-right {
  left: 0;
  right: unset;
}
html[lang='ar'] body .top-game-menu .top-game-right .top-game-buy a {
  letter-spacing: 0;
}
html[lang='ar'] body .game-mobile-nav li.nav-item {
  text-align: left;
}
html[lang='ar'] body .cta-container a,
html[lang='ar'] body .cta-btn a {
  letter-spacing: 0 !important;
}

/*.atvi-video .playing-overlay {

	display: none !important;
}*/
/*.atvi-video {
    
    .player-part {
        .controls {
            
            .play {
                display: none !important;
            }
            
            .pause {
                display: none !important;
            }
        }
    }
}*/
@media screen and (max-width: 768px) {
  .atvi-video .player-part .controls .fullscreen {
    display: none !important;
  }
}

/*
* TODO: Add vendor prefixes
*/
.bounce {
  animation-name: bounce;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes bounce {
  0%,
  30%,
  60% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(10px);
  }
  45% {
    transform: translateY(15px);
  }
}
.fade-in-from-bottom {
  animation-name: fade-in-from-bottom;
  animation-duration: .5s;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
}
@keyframes fade-in-from-bottom {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fade-in-from-top {
  animation-name: fade-in-from-top;
  animation-duration: .5s;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
}
@keyframes fade-in-from-top {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

