#spyro-header {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1200px;
  -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: 10;
}
#spyro-header .spyro-hamburger {
  background-image: url(../../../../../../../content/dam/atvi/spyro/common/header/menu-btn.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 90px;
  height: 84px;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 100;
  -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-header .spyro-hamburger:hover {
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  #spyro-header .spyro-hamburger {
    width: 60px;
    height: 60px;
    left: unset;
    right: 15px;
    top: 15px;
    background-size: 100% auto;
  }
}
#spyro-header .spyro-logo {
  background-image: url(../../../../../../../content/dam/atvi/spyro/common/global/Spyro_Logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 80%;
  height: 240px;
  max-width: 588px;
  left: 50%;
  top: 30px;
  overflow: hidden;
  display: block;
  position: absolute;
  text-indent: -100%;
  -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: 10;
}
@media only screen and (max-width: 768px) {
  #spyro-header .spyro-logo {
    height: 140px;
    top: 40px;
  }
}
#spyro-header .spyro-order-link {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  background-image: url(../../../../../../../content/dam/atvi/spyro/common/header/header-order-button-bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 130px;
  height: 205px;
  padding: 20px 10px;
  text-align: center;
  -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-header .spyro-order-link p {
  height: 100%;
}
#spyro-header .spyro-order-link a {
  display: block;
  height: 90%;
  color: #563f0f;
  font: normal 700 14px "Josefin Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  background-size: 100% 86%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#spyro-header .spyro-order-link:hover {
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  #spyro-header .spyro-order-link {
    display: none;
  }
}
#spyro-menu {
  z-index: 10001;
  position: fixed;
  width: 700px;
  height: 100vh;
  left: -700px;
  transition: left 0.5s ease;
  display: block;
}
@media only screen and (max-width: 768px) {
  #spyro-menu {
    width: 100%;
    padding-right: 15px;
    left: -100%;
  }
}
#spyro-menu.active {
  left: 0;
  overflow: hidden;
}
#spyro-menu ul {
  display: inline-block;
  background-image: url(../../../../../../../content/dam/atvi/spyro/common/header/menu-bg.png);
  background-size: 100% 80%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 80px;
  width: 86%;
  height: 100%;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  #spyro-menu ul {
    padding: 50px;
    height: 100%;
    width: calc(100% - 62px);
    background-size: 100% 100%;
  }
}
#spyro-menu li a {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 3px 3px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  text-transform: uppercase;
  font-size: 48px;
  text-decoration: none;
  text-align: left;
  margin: 0 0 30px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #spyro-menu li a {
    font-size: 28px;
  }
}
#spyro-menu li a:hover {
  color: #ffd80f;
}
#spyro-menu .menu-close {
  display: inline-block;
  background-image: url(../../../../../../../content/dam/atvi/spyro/common/header/btn-close.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 84px;
  width: 14%;
  max-width: 90px;
  cursor: pointer;
  vertical-align: top;
  z-index: 100;
  margin-left: -5px;
  -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-menu .menu-close {
    margin-top: 15px;
    min-height: 60px;
    width: 62px;
  }
}
#spyro-menu .menu-close:hover {
  margin-top: -5px;
}
