body {
  background-color: #262626;
  font-family: 'Open Sans', sans-serif;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 18px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

div#clock {
    display: inline-block;
    color: #ffbb10;
}

p {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
}

a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #cfcfcf;
  text-decoration: none;
}

a:hover {
  color: red;
}

.body {
  background-color: #0e0e0e;
}

.navigation {
  position: relative;
  z-index: 4;
  margin-bottom: 40px;
}

.navbar {
  background-color: transparent;
}

.topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin-bottom: 20px;
  border-bottom: 1px solid #851a1d;
  background-color: #1a1a1a;
  box-shadow: inset 0 -1px 0 1px #000;
}

.header {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container.topbar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.container.small {
  max-width: 1000px;
}

.nav-links {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #d1d1d1;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-links:hover {
  color: #ffbb10;
}

.nav-links.download {
  padding: 10px 30px;
  border: 1px solid #daa520;
  background-color: #ffbb10;
  box-shadow: inset 0 0 0 2px #1a1a1a;
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
  color: #000;
  font-weight: 600;
}

.nav-links.download:hover {
  border-color: red;
  background-color: #c00909;
  color: #fff;
}

.brand {
  width: 153px;
  height: 141px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.navbar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fa-icons {
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  font-size: 16px;
}

.fa-icons.large {
  margin-right: 12px;
  margin-left: 0px;
  font-size: 20px;
  line-height: 24px;
}

.discord-connect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.discord-color {
  color: #7289da;
}

.discord-color:hover {
  color: #9fb5ff;
}

.link-red {
  color: #e6e6e6;
}

.link-red:hover {
  color: red;
}

.large-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  color: #dadada;
  font-size: 110px;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 19px #000;
}

.header-text {
  position: relative;
  text-align: center;
}

.small-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  color: #dadada;
  font-size: 80px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 19px #000;
}

.play-button {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding: 10px 40px;
  border: 1px solid #ffbb10;
  background-color: #ffbb10;
  box-shadow: inset 0 0 0 2px #1a1a1a;
  font-family: 'Titillium Web', sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

.play-button:hover {
  border-color: #ff0f0f;
  background-color: #a00a0e;
  color: #fff;
}

.featured-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #131313;
  background-image: url('../images/texture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px rgba(31, 31, 31, 0.8);
}

.featured-content-icon {
  width: 110px;
  height: 110px;
  margin-right: 15px;
}

.featured-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.featured-title {
  position: relative;
  margin-top: 0px;
  color: #ff1313;
  font-size: 22px;
  line-height: 26px;
  text-shadow: 1px 1px 12px #000;
}

.game-features {
  position: relative;
  z-index: 6;
  padding-top: 0px;
  padding-bottom: 0px;
}

.content-block {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #131313;
  box-shadow: inset 0 0 0 2px rgba(31, 31, 31, 0.8);
}

.content-block.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.content-block.event {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 4%, 0.7);
}

.main-section {
  position: relative;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 40px;
}

.slider {
  height: 320px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1d1d1d;
}

.icon-red {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: red;
}

.icon-red:hover {
  color: #ffbb10;
}

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-header {
  height: 45px;
  margin-top: 0px;
  padding-bottom: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1f1f1f;
  background-image: url('../images/title-bg.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6);
  color: #ffbb10;
  line-height: 41px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 11px #000;
}

.large-paragraph {
  font-size: 16px;
  line-height: 22px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.small-button {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #7c0000;
  background-color: #331516;
  box-shadow: inset 0 0 0 2px #1a1a1a;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.small-button:hover {
  border-color: #ffbb10;
  background-color: #1a1a1a;
  color: #ffbb10;
}

.small-button.half {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  background-image: url('../images/title-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-x;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #0c0c0c;
  background-color: #1a1a1a;
}

.news-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9c0808;
  background-color: #1d1d1d;
  background-image: url('../images/news-bg.png');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-header {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Titillium Web', sans-serif;
  color: #ffbb10;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}

.news-text {
  padding: 10px 20px;
  color: #8a8a8a;
}

.news-text:hover {
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mask {
  padding-top: 45px;
}

.left-arrow {
  margin-top: 45px;
}

.right-arrow {
  margin-top: 45px;
}

.logo-footer {
  width: 100px;
  height: 105px;
  margin-bottom: 20px;
  border-bottom: 1px solid red;
  background-image: url('../images/logo.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer {
  position: relative;
  z-index: 10;
  padding-bottom: 10px;
  border-top: 1px solid #600;
  background-color: #131313;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #000;
  font-family: 'Open Sans', sans-serif;
}

.footer-col-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eb0000;
  font-family: Cinzel, sans-serif;
  font-size: 22px;
}

.footer-link {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #888;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
}

.footer-logo-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.copyright {
  margin-top: 10px;
}

.bottombar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.header-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('../images/background.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
        -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

.header-bg-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/background-hover.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video {
  margin-bottom: 10px;
}

.tagline {
  font-size: 18px;
}

.feature-para {
  margin-bottom: 0px;
}

.slide-1 {
  background-image: url('../images/slider-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/slider-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/slider-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/slider-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.battle {
  color: #dadada;
}

.section-countdown {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #141414;
  background-image: url('../images/events-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.countdown-heading {
  margin: 30px auto 10px;
  color: #d4d4d4;
  text-align: center;
  text-transform: uppercase;
}

.countdown-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #0c0c0c;
  background-color: #1a1a1a;
  text-align: center;
}

.countdown-box-title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  background-color: #292929;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.countdown-info {
  margin-top: 0px;
  color: #ffbb10;
}

.countdown-div {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 31px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  width: 445px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f0f0f;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

.text-span {
  color: #ffbb10;
}

.countdown-skew-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -30px;
  bottom: auto;
  z-index: 1;
  width: 50px;
  height: 31px;
  border-right: 1px solid red;
  background-color: #0f0f0f;
  -webkit-transform: skew(-47deg, 0deg);
  -ms-transform: skew(-47deg, 0deg);
  transform: skew(-47deg, 0deg);
}

.countdown-skew-left {
  position: absolute;
  left: -30px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 31px;
  border-left: 1px solid #ff0d0d;
  background-color: #0f0f0f;
  -webkit-transform: skew(47deg, 0deg);
  -ms-transform: skew(47deg, 0deg);
  transform: skew(47deg, 0deg);
}

.text-block {
  position: relative;
  z-index: 5;
  color: #ddd;
}

.countdown-block {
  position: absolute;
  top: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.countdown-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-small {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #0c0c0c;
  background-color: #1a1a1a;
}

.light-box.play {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9c0808;
  background-color: #1d1d1d;
  background-image: url('../images/news-bg.png');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.input-box {
  position: relative;
  width: 45%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #700404;
  background-color: #141414;
  color: #a8a8a8;
  font-size: 18px;
  text-align: center;
}

.module-para {
  text-align: center;
}

.vote-listing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0c0c0c;
  background-color: #1a1a1a;
}

.vote-listing:hover {
  border-color: #ffbb10;
}

.vote-button {
  width: 25%;
  max-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #7c0000;
  background-color: #331516;
  box-shadow: inset 0 0 0 2px #1a1a1a;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.vote-button:hover {
  border-color: #ffbb10;
  background-color: #1a1a1a;
  color: #ffbb10;
}

.vote-button.half {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.vote-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vote-points {
  position: relative;
  margin-left: 20px;
  padding: 10px 20px;
  border-left: 1px solid #302e2e;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.vote-logo {
  max-width: 20%;
}

.play-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.client-logo {
  width: auto;
  height: 150px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.play-video {
  width: 80%;
  height: auto;
  margin: 20px auto;
}

.product-title {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #ffbb10;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

.product-price {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

@media (max-width: 991px) {
  .navigation {
    margin-bottom: 40px;
  }
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.topbar-box {
    width: 90%;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .container.navigation {
    width: 90%;
  }
  .nav-links {
    text-align: center;
  }
  .nav-links:hover {
    background-color: rgba(0, 0, 0, 0.28);
  }
  .nav-menu {
    background-color: #1a1a1a;
  }
  .menu-button.w--open {
    background-color: #1a1a1a;
  }
  .icon {
    color: #ff1010;
    font-size: 40px;
  }
  .discord-connect {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .large-heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .small-heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .featured-content-block {
    min-height: 290px;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .featured-content-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
  .featured-content-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-block.no-margin {
    margin-bottom: 10px;
  }
  .content-block.event {
    width: 90%;
  }
  .title-header {
    font-size: 20px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .equal-height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .main-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-bg-hover {
    display: none;
  }
  .countdown-div {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 60%;
  width: 420px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom: 1px solid #ff0d0d;
  }
  .countdown-skew-right {
    border-bottom: 1px solid #ff0d0d;
  }
  .countdown-skew-left {
    border-bottom: 1px solid #ff0d0d;
  }
  .players-online {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .countdown-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a1a1a;
  }
  .countdown-center {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .play-video {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .large-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 80px;
    line-height: 82px;
  }
  .small-heading {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .featured-content-block {
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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;
  }
  .featured-content-text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .content-block {
    margin-right: 0px;
    margin-left: 0px;
  }
  .content-block.no-margin {
    margin-bottom: 20px;
  }
  .content-block.event {
    width: 100%;
  }
  .small-button.half {
    width: 80%;
  }
  .slide-nav {
    display: none;
  }
  .news-block {
    margin-bottom: 10px;
  }
  .mask {
    padding-top: 0px;
  }
  .left-arrow {
    margin-top: 0px;
  }
  .right-arrow {
    margin-top: 0px;
  }
  .footer-col-container {
    padding-bottom: 0px;
  }
  .footer-col {
    margin-bottom: 20px;
  }
  .footer-logo-col {
    margin-bottom: 20px;
  }
  .main-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .countdown-box {
    margin-bottom: 10px;
  }
  .countdown-div {
    width: 80%;
  }
  .light-box {
    margin-bottom: 10px;
  }
  .input-box {
    width: 80%;
  }
  .vote-listing {
    margin-bottom: 10px;
  }
  .vote-button {
    width: 40%;
  }
  .vote-button.half {
    width: 80%;
  }
  .vote-block-right {
    width: 70%;
  }
  .vote-logo {
    max-width: 30%;
  }
}

@media (max-width: 479px) {
  .topbar {
    height: auto;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header {
    height: 45vh;
  }
  .container.topbar-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .discord-connect {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .large-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 50px;
  }
  .small-heading {
    margin-top: 0px;
    font-size: 50px;
    line-height: 52px;
  }
  .play-button {
    margin-top: 40px;
  }
  .featured-content-block {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured-content-icon {
    width: 80px;
    height: 80px;
  }
  .featured-content-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .content-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .title-header {
    font-size: 15px;
  }
  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .small-button {
    display: none;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .small-button.half {
    display: block;
  }
  .news-title-block {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-header {
    font-size: 17px;
  }
  .news-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottombar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .countdown-heading {
    font-size: 24px;
    line-height: 26px;
  }
  .countdown-box {
    padding-bottom: 10px;
  }
  .countdown-box-title {
    margin-bottom: 10px;
  }
  .countdown-div {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 31px;
    padding: 5px 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-bottom-style: none;
    text-align: center;
  }
  .countdown-skew-right {
    display: none;
  }
  .countdown-skew-left {
    display: none;
  }
  .text-block {
    font-size: 13px;
    line-height: 16px;
  }
  .players-online {
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .title-block {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .vote-listing {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .vote-button {
    width: 80%;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }
  .vote-button.half {
    display: block;
  }
  .vote-block-right {
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .vote-points {
    margin-left: 0px;
    border-left-style: none;
  }
  .vote-logo {
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .play-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('/static/fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('/static/fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('/static/fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}