/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

body {
  background: #1c1717 !important;
  color: #b8fffd !important;
  font-family: 'Hammersmith One', sans-serif !important;
  font-size: 18px !important; }

a {
  color: #b8fffd !important; }
  a:hover {
    color: #fff1ba !important;
    text-decoration: none !important; }
  a:active {
    color: #fff1ba !important;
    text-decoration: none !important; }

header {
  height: 100vh;
  position: relative;
  overflow: hidden; }

#vignette {
  background: url(../img/vignette.png) no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute; }

.mfp-iframe-holder .mfp-content {
  max-width: 75% !important; }

header > .container-fluid {
  padding: 0px; }

#header-video {
  position: absolute;
  width: 100vw;
  bottom: 0; }

@media (min-aspect-ratio: 16 / 9) {
  #header-video {
    width: 100%;
    height: auto; } }

@media (max-aspect-ratio: 16 / 9) {
  #header-video {
    width: auto;
    height: 100%; } }

#logo {
  position: absolute;
  top: 30px;
  z-index: 1; }

#logo img {
  max-width: 90vw;
  max-height: 35vh; }

#logo, #watch {
  margin: 0 auto; }

#watchA {
  z-index: 2;
  margin-top: 60px; }

.fullScreen {
  box-sizing: border-box;
  height: 100vh;
  overflow: hidden;
  position: relative; }

.imgFondo {
  background: url("../img/video.png") no-repeat left bottom;
  background-size: cover; }

.verticalAlign {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.horizontalAlign {
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.centerAlign {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#subscribe1 {
  position: absolute;
  bottom: 30px;
  width: 90% !important;
  z-index: 2; }

.imagenSeccion {
  width: 100%;
  margin-bottom: 60px; }

.weaponDesc, .environmentDesc {
  margin-top: 15px;
  margin-bottom: 20px; }

.half-offset {
  margin-left: 4.166666665% !important; }

footer {
  min-height: 393px;
  background: url("../img/footer.png");
  padding: 0px !important; }

.class-item {
  margin-bottom: 30px;
  /*height: 250px;*/
  /*width: auto;*/
  -webkit-transition: all .3s;
  transition: all .3s; }

.class-item.redneck {
  background: url("../img/Classes/Class01_Redneck_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.redneck:hover {
  background: url("../img/Classes/Class01_Redneck_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.seth {
  background: url("../img/Classes/Class02_Seth_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.seth:hover {
  background: url("../img/Classes/Class02_Seth_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.apis {
  background: url("../img/Classes/Class03_Apis_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.apis:hover {
  background: url("../img/Classes/Class03_Apis_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.thoth {
  background: url("../img/Classes/Class04_Thoth_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.thoth:hover {
  background: url("../img/Classes/Class04_Thoth_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.sekhmet {
  background: url("../img/Classes/Class05_Sekhmet_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.sekhmet:hover {
  background: url("../img/Classes/Class05_Sekhmet_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.amunet {
  background: url("../img/Classes/Class06_Amunet_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.amunet:hover {
  background: url("../img/Classes/Class06_Amunet_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.ammit {
  background: url("../img/Classes/Class07_Ammit_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.ammit:hover {
  background: url("../img/Classes/Class07_Ammit_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.neith {
  background: url("../img/Classes/Class08_Neith_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.neith:hover {
  background: url("../img/Classes/Class08_Neith_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.hathor {
  background: url("../img/Classes/Class09_Hathor_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.class-item.hathor:hover {
  background: url("../img/Classes/Class09_Hathor_Hover_ImmortalRedneck.png") no-repeat center center;
  background-size: cover; }

.section-title {
  position: relative;
  height: 150px; }

.section-title-background::after, .after::after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  background: #539c9f; }

.section-title-background.before::before, .before::before {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  background: #ad9c7c; }

.section-title-background {
  background: url("../img/texture_1.png");
  padding: 0px !important; }

.section-title h2 {
  position: absolute;
  bottom: 0px;
  left: 15px; }

.weapons-background {
  background: url("../img/weapons-background.png") no-repeat;
  background-size: cover; }

.skilltree-background {
  background: #22201f url("../img/skilltree-background.png") no-repeat;
  background-position: top right; }

.newsletter-background {
  background: #22201f url("../img/newsletter-texture.png");
  background-position: top right;
  padding: 0px !important; }

.p-y-3 {
  padding: 3em 0em; }

.platform-logo, .img-responsive-center {
  margin: 0 auto !important; }

.platform-logo-wrapper {
  height: 130px; }

footer > .container {
  padding-top: 175px;
  padding-bottom: 50px; }

#social {
  margin-top: 0px;
  font-size: 20px !important; }

.claim-textura {
  background: #1c1717 url("../img/claim-textura.png"); }

.claim-text.first {
  font-size: 44px !important;
  font-weight: normal !important; }

.claim-text {
  font-size: 46px !important;
  font-weight: bold !important;
  padding-left: 15px;
  padding-right: 15px; }

h2 {
  font-size: 72px !important;
  background: -webkit-linear-gradient(top, #c1fffd, #4589b0) !important;
  background: linear-gradient(top, #c1fffd, #4589b0) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: 'Cinzel', serif !important; }

.gradient {
  background: -webkit-linear-gradient(top, #c1fffd, #4589b0) !important;
  background: linear-gradient(top, #c1fffd, #4589b0) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important; }

.icono-footer {
  width: 50px;
  text-align: center; }

#social a {
  margin-bottom: 40px !important; }

#coming-to h3 {
  font-size: 48px;
  padding-bottom: 5px; }

#subscribe {
  position: relative;
  padding-bottom: 25px; }

#subscribe h2 {
  font-size: 28px !important;
  font-weight: bold; }

#subscribe input[type="email"] {
  background: #809694;
  color: #22201f;
  text-align: center;
  border: 0px;
  padding: 5px 15px;
  width: 50%;
  font-size: 24px;
  margin: 15px 0px; }

#subscribe input[type="submit"] {
  display: none; }

#subscribe img {
  position: absolute;
  width: 300px;
  height: auto;
  cursor: pointer; }

#subscribe input[type="email"]::-webkit-input-placeholder {
  color: #22201f; }

#subscribe input[type="email"]:-moz-placeholder {
  color: #22201f; }

#subscribe input[type="email"]::-moz-placeholder {
  color: #22201f; }

#subscribe input[type="email"]:-ms-input-placeholder {
  color: #22201f; }

.frame {
  /*	z-index: 2;*/
  position: absolute;
  top: 0;
  padding-right: 30px;
  width: 100%; }

.framed {
  border-radius: 50px;
  width: 100%; }

.clearfix {
  clear: both; }

.ratio-16-9 {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-color: blue;
  z-index: 99; }
  .ratio-16-9 > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.lity-content {
  width: 80%;
  margin: 0 auto; }

@media (max-width: 768px) {
  #watchA {
    margin-top: 0px; }
  .imgFondo {
    background: url("../img/video.png") no-repeat bottom;
    background-size: cover; }
  .section-title h2 {
    font-size: 48px !important; }
  #purchase-buttons h2 {
    font-size: 48px !important; }
  #environments .section-title h2 {
    font-size: 36px !important; }
  .claim-text.first {
    font-size: 28px !important;
    font-weight: bold !important; }
  .claim-text {
    font-size: 24px !important;
    font-weight: bold !important; }
  #logo, #subscribe1 img {
    max-width: 90% !important;
    margin: 0 auto !important; }
  #social {
    text-align: center; }
  #crema-logo a img {
    margin: 0 auto;
    margin-top: 15px; }
  #coming-to {
    text-align: center; }
  #subscribe h2 {
    font-size: 24px !important; }
  #subscribe input[type="email"] {
    width: 100% !important; }
  #skillTree img {
    margin-bottom: 15px; }
  .weapons-item, .environments-item {
    margin-bottom: 15px; }
  .lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 100%; }
  .weaponDesc {
    margin-top: 20px !important;
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center; }
  .environmentDesc {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center; } }

@media (max-width: 992px) {
  .weaponDesc {
    margin-top: 20px !important;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 20px; }
  #skilltreeDesc {
    text-align: center;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px; }
  .environmentDesc {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 20px; } }

@media (max-width: 1280px) {
  #watch {
    max-width: 75%; } }

/*
.frameit {
	border-style: solid;
	border-width: 30px 34px 34px 29px;
	-moz-border-image: url(../img/frame.png) 30 34 34 29 repeat;
	-webkit-border-image: url(../img/frame.png) 30 34 34 29 repeat;
	-o-border-image: url(../img/frame.png) 30 34 34 29 repeat;
	border-image: url(../img/frame.png) 30 34 34 29 repeat;
}*/
#purchase-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

#purchase-buttons a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }
