html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  font-size: 12px;
}
* {
  box-sizing: border-box;
}
.vcenterouter {
  padding: 5% 0;
}
.vcenterouter .vcenterinner {
  padding: 10% 0;
}
@font-face {
  font-family: "ocrbmedium";
  src: url("../fonts/ocrb-medium-webfont.eot");
  src: url("../fonts/ocrb-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ocrb-medium-webfont.woff2") format("woff2"),
    url("../fonts/ocrb-medium-webfont.woff") format("woff"),
    url("../fonts/ocrb-medium-webfont.ttf") format("truetype"),
    url("../fonts/ocrb-medium-webfont.svg#ocrbmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Interstate Black Comp";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate Black Comp"),
    url("../fonts/interstate-black-comp-58b64117a2ad9.woff") format("woff");
}
@font-face {
  font-family: "Interstate Black Cond";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate Black Cond"),
    url("../fonts/interstate-black-cond-58b642507872b.woff") format("woff");
}
@font-face {
  font-family: "Interstate Light Cond";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate Light Cond"),
    url("../fonts/interstate-light-cond-58b64220b1490.woff") format("woff");
}
@font-face {
  font-family: "Interstate Regular Comp";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate Regular Comp"),
    url("../fonts/interstate-regular-comp-58b641cc0aca1.woff") format("woff");
}
@font-face {
  font-family: "Interstate Regular Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate Regular Italic"),
    url("../fonts/interstate-regular-italic-58b641ecad88f.woff") format("woff");
}
@font-face {
  font-family: "Interstate UltraBlack Comp";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate UltraBlack Comp"),
    url("../fonts/interstate-ultrablack-comp-58b64130a8cbf.woff") format("woff");
}
@font-face {
  font-family: "Interstate Bold Cond";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate Bold Cond"),
    url("../fonts/interstate-bold-cond-58b64162258ca.woff") format("woff");
}
@font-face {
  font-family: "Interstate ExtraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate ExtraLight Italic"),
    url("../fonts/interstate-extralight-italic-58b642045546b.woff")
      format("woff");
}
@font-face {
  font-family: "Interstate Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate Light Italic"),
    url("../fonts/interstate-light-italic-58b64147957e5.woff") format("woff");
}
@font-face {
  font-family: "Interstate Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Interstate Thin Italic"),
    url("../fonts/interstate-thin-italic-58b641b2d5a92.woff") format("woff");
}
h1 {
  font-size: 32px;
}
#homelink {
  position: absolute;
  width: 200px;
  height: 60px;
  top: 5px;
  left: 10px;
  z-index: 25;
}
h2.heading {
  font-size: 45px;
  text-transform: uppercase;
}
h3.heading {
  font-size: 25px;
}
h2 {
  font-family: "Interstate Regular Comp", sans-serif !important;
  font-size: 44px;
}
h3 {
  font-size: 18px;
  font-family: "ocrbmedium", sans-serif !important;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 10px 0;
}
p {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.inner {
  width: 90%;
  max-width: 1440px;
  margin: 20px auto;
}
header {
  position: fixed;
  z-index: 5;
  background: #ffffff;
  width: 100%;
  transition: 0.5s all;
}
header .logo {
  width: 230px;
  position: absolute;
  z-index: 20;
  padding: 14px 20px;
  transition: 0.5s all;
}
@media only screen and (max-width: 1080px) {
  header .logo {
    width: 170px;
    padding: 12px 20px;
  }
}
header .logo img {
  width: 100%;
  margin: 14% 0;
  transition: 0.5s all;
}
@media only screen and (max-width: 1080px) {
  header .logo img {
    margin: 6% 0px;
  }
}
header nav {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  min-height: 60px;
  transition: 0.5s all;
  background-color: #ffffff;
}
header nav .navarea ul {
  width: 100%;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 769px) {
  header nav .navarea ul {
    display: flex !important;
  }
}
header nav .navarea ul li a {
  width: 100%;
  display: block;
  text-align: center;
  color: #000;
  font-family: "ocrbmedium", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media only screen and (max-width: 1080px) {
  header nav .navarea ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 780px) {
  header nav .navarea ul li a {
    font-size: 14px;
  }
}
header nav .navarea ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
header nav .navarea ul li.white a {
  background-color: #ffffff;
  padding: 20px 20px;
}
@media only screen and (max-width: 1080px) {
  header nav .navarea ul li.white a {
    padding: 16px 10px;
  }
}
@media only screen and (max-width: 780px) {
  header nav .navarea ul li.white a {
    padding: 17px 10px;
  }
}
header nav .navarea ul li.white a:hover {
  background-color: #cacaca;
}
header nav .navarea ul li.black a {
  background-color: #000000;
  color: #ffffff;
  padding: 20px;
}
@media only screen and (max-width: 1080px) {
  header nav .navarea ul li.black a {
    padding: 16px 10px;
  }
}
@media only screen and (max-width: 780px) {
  header nav .navarea ul li.black a {
    padding: 17px 10px;
  }
}
header nav .navarea ul li.black a:hover {
  background-color: #cacaca;
}
header nav .navarea ul li.red a {
  background-color: #ff0000;
  padding: 20px 20px;
}
@media only screen and (max-width: 1080px) {
  header nav .navarea ul li.red a {
    padding: 16px 10px;
  }
}
@media only screen and (max-width: 780px) {
  header nav .navarea ul li.red a {
    padding: 17px 10px;
  }
}
header nav .navarea ul li.red a:hover {
  background-color: #cacaca;
}
header nav .navarea ul li.blackred a {
  background-color: #000000;
  padding: 20px 20px;
  color: #ff0000;
}
@media only screen and (max-width: 1080px) {
  header nav .navarea ul li.blackred a {
    padding: 16px 10px;
  }
}
@media only screen and (max-width: 780px) {
  header nav .navarea ul li.blackred a {
    padding: 17px 10px;
  }
}
header nav .navarea ul li.blackred a:hover {
  background-color: #cacaca;
}
header nav .overlay {
  top: 0px;
  right: -80px;
  position: absolute;
  pointer-events: none;
  width: 50%;
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  header nav ul {
    display: none;
    padding-top: 50px;
  }
  header nav ul li a {
    padding: 20px !important;
  }
  header nav div.langarea ul li a {
    padding: 0px !important;
  }
  header nav .hamburger {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
  }
  header nav .hamburger .lines {
    width: 50px;
    border-radius: 15px;
    background-color: #000000;
    height: 8px;
    top: 10px;
    position: absolute;
    transition: 0.5s all;
  }
  header nav .hamburger .lines:before {
    content: " ";
    width: 50px;
    border-radius: 15px;
    background-color: #000000;
    height: 8px;
    position: absolute;
    top: -15px;
    transition: 0.5s all;
  }
  header nav .hamburger .lines:after {
    content: " ";
    width: 50px;
    border-radius: 15px;
    background-color: #000000;
    height: 8px;
    position: absolute;
    top: 15px;
    transition: 0.5s all;
  }
  header nav .hamburger:hover .lines {
    background-color: #ff0000;
  }
  header nav .hamburger:hover .lines:before {
    background-color: #ff0000;
  }
  header nav .hamburger:hover .lines:after {
    background-color: #ff0000;
  }
}
header nav.open .hamburger .lines {
  background-color: #ffffff;
}
header nav.open .hamburger .lines:before {
  transform: rotateZ(-45deg) translateX(-10px) translateY(10px);
}
header nav.open .hamburger .lines:after {
  transform: rotateZ(45deg) translateX(-10px) translateY(-11px);
}
.langarea {
  float: right;
  font-family: "ocrbmedium", sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  .langarea ul.nav {
    display: block !important;
  }
}
.langarea ul li ul li a {
  font-size: 16px;
}
#orderArea {
  margin: 30px 0px;
  font-size: 20px;
  background-color: #fff;
  color: #000;
  padding: 20px;
  text-align: center;
}
#orderArea a {
  color: #000000;
  transition: 0.5s all;
}
#orderArea a:hover {
  opacity: 0.8;
  color: #ff0000;
  text-decoration: none;
}
#orderArea a img {
  width: 40%;
  display: inline;
  border: 1px solid #000;
  border-radius: 5px;
}
.fullheight {
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .fullheight {
    min-height: 100vh;
    height: auto;
  }
}
.modal .modal-dialog {
  width: inherit;
}
.modal .modal-fullwidth {
  width: 100%;
  max-width: 100%;
  margin: 0px;
}
@media only screen and (min-width: 576px) {
  .modal .modal-fullwidth {
    width: 80% !important;
    max-width: 80% !important;
    margin: 1.75rem auto;
  }
}
.modal_buynow button.close,
.awe_modal_buynow button.close {
  color: #ffffff;
}
.modal_buynow .modal-content,
.awe_modal_buynow .modal-content {
  margin: 0px auto;
  border: 1px solid #ffffff;
  background-color: #350207;
  border: 1px solid rgba(255, 255, 255, 0.8);
  width: auto;
}
.modal_buynow h3,
.awe_modal_buynow h3 {
  text-align: center;
  color: #ffffff;
}
.modal_buynow .buttonarea,
.awe_modal_buynow .buttonarea {
  text-align: center;
}
.modal_buynow .buttonarea img,
.awe_modal_buynow .buttonarea img {
  display: inline;
  margin: 20px;
  width: 200px;
  border-radius: 10px;
}
#cue_buynowmodal .modal-dialog .modal-content .modal-body {
  background-color: #350207;
}
#cue_buynowmodal .modal-dialog .modal-content .modal-body img {
  display: inline;
  margin: 20px;
  width: 200px;
  height: auto;
  border-radius: 10px;
}
#expansions {
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding-top: 100px;
  position: relative;
}
#expansions .row {
  min-height: calc(100vh - 100px);
}
#expansions h2 {
  text-align: center;
}
#expansions .homearea {
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
#expansions .homearea .frame {
  display: block;
  margin: 40px auto 40px auto;
  width: 80%;
  max-width: 600px;
}
#expansions .homearea .exp {
  font-family: "ocrbmedium", sans-serif;
  display: block;
  margin: 140px auto 40px auto;
  max-width: 250px;
  width: 100%;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #expansions .homearea .exp {
    font-size: 16px;
  }
}
#expansions .homearea .textArea {
  margin: 40px auto 40px auto;
  display: block;
  width: 100%;
  position: relative !important;
  max-width: 1000px;
  padding: 0px 20px;
  font-family: "ocrbmedium", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  #expansions .homearea .textArea {
    font-size: 16px;
  }
}
#expansions .homearea .button {
  margin: 40px auto;
}
#expansions .ha1 {
  background-image: url("../images/foundation_dlc_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#expansions .ha2 {
  background-image: url("../images/awe_dlc_bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#about_dlc {
  padding: 100px 0px;
  width: 100%;
  background: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
#about_dlc h2 {
  text-align: center;
}
#about_dlc .small-print {
  font-size: 11px;
  line-height: 13px;
  margin-top: 20px;
}
#media_dlc {
  min-height: 100vh;
  width: 100%;
  background: #ffffff;
  background-image: url("../images/bg_trailer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
#media_dlc h2 {
  text-align: center;
}
#media_dlc .mediablock {
  font-family: "Interstate Black Comp", sans-serif;
  margin: 10px 0;
}
#media_dlc .mediablock img {
  width: 100%;
}
#media_dlc .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#media_dlc .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#media_dlc .slick-slide {
  background-color: none;
}
#media_dlc .arrow-container {
  text-align: center;
}
#media_dlc .arrow-container .slick-arrow {
  position: relative;
  display: inline;
  margin: 10px;
}
#awe_dlc {
  min-height: 100vh;
  width: 100%;
  background: #000000;
  padding-top: 150px;
  color: #ffffff;
}
#awe_dlc h2 {
  text-align: center;
}
#awe_dlc .exp {
  font-family: "ocrbmedium", sans-serif;
  display: block;
  margin: 100px auto 40px auto;
  max-width: 250px;
  width: 100%;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
}
#awe_dlc .titleArea {
  font-size: 360px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative !important;
  max-width: 600px;
  padding: 0px 00px;
  margin-bottom: 20px;
  line-height: 250px;
  font-family: "Interstate Regular Comp", sans-serif;
}
#awe_dlc .titleArea img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #awe_dlc .titleArea {
    margin-bottom: 00px;
  }
}
#awe_dlc .textArea {
  font-family: "ocrbmedium", sans-serif;
  font-size: 30px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative !important;
  max-width: 500px;
  padding: 0px 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.button {
  border: 1px solid #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  margin: 0px 5px;
  display: inline-block;
  font-family: "Interstate Regular Comp", helvetica, arial, sans-serif;
  font-size: 35px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  background: #000000;
}
.button:hover {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.1);
  border-color: #202020;
  background: #fc0d1b;
}
.button.red {
  background: #fc0d1b;
  border-color: #202020;
}
.button.nohover:hover {
  background: #000000;
  border-color: #ffffff;
}
.button.ru {
  font-size: 1.2rem;
}
.button.smaller {
  font-size: 2rem;
}
.button.active {
  background: #fc0d1b;
}
#home {
  height: 100vh;
  width: 100%;
  background: #000000;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 15% top 85px;
}
@media only screen and (max-width: 798px) {
  #home {
    background-position: left 15% top 70px;
  }
}
#home .descrip {
  color: #ffffff;
}
#home .content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  left: 55%;
  top: 0;
  height: 85vh;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #home .content {
    bottom: 10px;
    top: auto;
    left: 50%;
  }
}
@media (min-width: 1200px) and (max-height: 800px) {
  #home .content {
    left: 50%;
  }
}
#home .content .contentbox {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  transform: translateY(-50%);
  padding: 10px;
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  #home .content .contentbox {
    top: auto;
    bottom: 10px;
    width: 100%;
    transform: none;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-height: 800px) {
  #home .content .contentbox {
    top: 57%;
  }
}
#home .content .contentbox .buttonset {
  margin: 10px 0px;
}
#home .content .contentbox .buttonset a {
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  #home .content .contentbox .buttonset .hero_button {
    margin: 5px;
    width: 120px;
    min-width: 160px;
  }
}
#home .content .contentbox .buttonset .trailer_image {
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  transition: 0.5s all;
  display: block;
  margin: 10px auto;
}
#home .content .contentbox .buttonset .trailer_image:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
@media (min-width: 1200px) and (max-height: 800px) {
  #home .content .contentbox .buttonset .trailer_image {
    max-width: 330px;
  }
}
#home .content .contentbox h2 {
  font-size: 54px;
  text-transform: uppercase;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  #home .content .contentbox h2 {
    display: none;
  }
}
#home .content .contentbox p {
  margin: 10px auto;
  width: 80%;
}
@media only screen and (max-width: 768px) {
  #home .content .contentbox p {
    display: none;
  }
}
#home .content .contentbox .controllogo {
  width: 75%;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #home .content .contentbox .controllogo {
    display: none;
  }
}
#home .content .contentbox .hero_button {
  width: 100%;
  max-width: 200px;
  transition: all 0.5s;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  #home .content .contentbox .hero_button {
    max-width: 150px;
  }
}
@media only screen and (max-width: 450px) {
  #home .content .contentbox .hero_button {
    max-width: 100px;
  }
}
#home .content .contentbox .hero_button:hover {
  transform: scale(1.1);
  opacity: 0.5;
}
#home .content .contentbox .awards_area {
  margin: 10px 0px;
}
#home .content .contentbox .awards_area img {
  max-width: 140px;
}
#home .content .contentbox .platform_logos {
  color: #ffffff;
  font-size: 16px;
  font-family: "Interstate Regular Comp", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #home .content .contentbox .platform_logos img {
    height: 50px;
    width: auto;
  }
}
@media only screen and (min-width: 1440px) {
  #home .content .contentbox .platform_logos {
    letter-spacing: 1px;
    font-size: 20px;
  }
}
#home .content .contentbox .award_logos img {
  max-height: 120px;
  width: auto;
  max-width: 120px;
}
@media only screen and (max-width: 450px) {
  #home .content .contentbox .award_logos img {
    max-width: 100px;
  }
}
#home .content .contentbox .merch_area {
  margin-top: 10px;
}
#home .content .contentbox .merch_area p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Interstate Regular Comp", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  #home .content .contentbox .merch_area p {
    letter-spacing: 1px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #home .content .contentbox .merch_area p {
    display: block;
  }
}
#home .content .contentbox .merch_area a {
  color: red;
}
@media (min-height: 752px) {
  #home .content .contentbox .merch_area a {
    border: 1px solid #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    margin: 10px auto;
    display: block;
    font-family: "Interstate Regular Comp", helvetica, arial, sans-serif;
    font-size: 35px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    background: #000000;
  }
  #home .content .contentbox .merch_area a:hover {
    text-decoration: none;
    color: #ffffff;
    transform: scale(1.1);
    border-color: #202020;
    background: #fc0d1b;
  }
}
#home .content .contentbox .merch_area a.smaller-text {
  font-size: 25px;
}
@media (min-height: 752px) {
  #home .content .contentbox .merch_area .hide-above-750h {
    display: none;
  }
}
#home .content .contentbox .hiddenh1 {
  display: none;
}
#home .linebox {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  pointer-events: none;
  z-index: 0;
}
#home .linebox .lines {
  width: 50%;
}
#home .social_icons {
  margin-top: 10px;
  margin-bottom: 10px;
}
#home .social_icons a {
  padding: 5px;
}
#home .social_icons a img {
  transition: 0.5s all;
  width: 30px;
  height: 30px;
  background-color: #fff;
  padding: 4px;
}
#home .social_icons a img:hover {
  transform: scale(1.2);
  /* opacity: 0.9; */
}
#home .platform_logos {
  margin: 0 0 10px 0px;
}
.award-triangle {
  height: 100px;
  width: 100px;
  clip-path: polygon(50% 80%, 0 0, 100% 0);
  -webkit-clip-path: polygon(50% 80%, 0 0, 100% 0);
  background: linear-gradient(45deg, #ec0108, #7a1012);
  position: absolute;
  top: 110px;
  left: 10px;
  z-index: 6;
}
.award-triangle p {
  transform: rotate(-58deg) translate(-3px, 29px);
  font-size: 1.2rem;
  color: #fff;
}
.award-trianglehover {
  transform: scale(1.1);
  cursor: pointer;
}
.awards-cross {
  height: 20px;
  width: 20px;
  clip-path: polygon(
    20% 0%,
    0% 20%,
    30% 50%,
    0% 80%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 80%,
    70% 50%,
    100% 20%,
    80% 0%,
    50% 30%
  );
  -webkit-clip-path: polygon(
    20% 0%,
    0% 20%,
    30% 50%,
    0% 80%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 80%,
    70% 50%,
    100% 20%,
    80% 0%,
    50% 30%
  );
  background: linear-gradient(45deg, #ffffff, #f0f0f0);
  position: absolute;
  top: 20px;
  left: 39px;
  z-index: 6;
}
.awards-crosshover {
  cursor: pointer;
}
#open-awards {
  padding: 5px !important;
  max-width: 100% !important;
  width: 120px !important;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 450px) {
  #open-awards {
    max-width: 90px !important;
  }
}
#open-awards:hover {
  outline: 1px solid #f00 !important;
}
#close-awards {
  top: 16px;
  cursor: pointer;
}
.nominations-heading img {
  max-width: 35rem;
  max-height: 10rem;
  display: block;
  margin: 0 auto;
}
#nominations {
  width: 0;
  position: absolute;
  top: 7vh;
  z-index: 5;
  min-height: 82vh;
  padding: 20rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  #nominations {
    padding: 20rem 0;
  }
}
.nominations {
  justify-content: center;
}
.nominations img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .nominations img {
    max-width: 80vw;
  }
}
.nominations .nom-col {
  margin: 40px auto;
}
#error {
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
  padding-top: 175px;
  text-align: center;
}
#error h2 {
  font-family: "ocrbmedium", sans-serif !important;
  font-size: 45px;
}
#error p {
  font-family: "Interstate Regular Comp";
  font-size: 25px;
}
.modal-content {
  border-radius: 0px;
  border: 1px solid #ffffff;
}
.modal-header {
  font-family: "Interstate Regular Comp";
  text-transform: uppercase;
  font-size: 26px;
  color: #ffffff;
  background: red;
}
.modal-body {
  background: #000000;
  color: #ffffff;
  text-align: center;
}
#buynow {
  background: #000000;
  color: #ffffff;
  padding: 100px 25px;
}
#buynow h2 {
  color: #ea000c;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  font-family: "Interstate Black Comp", sans-serif;
  text-align: center;
}
#buynow .exp img {
  width: 100%;
}
#buynow .exp-desc {
  font-family: "Interstate Regular Comp";
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 21px;
}
#buynow form {
  width: 100%;
}
@media (min-width: 1200px) {
  #buynow form .purchase-options {
    max-width: 50%;
    height: 40px;
    font-size: 20px;
  }
}
#buynow #buyNowResults p {
  text-align: center;
}
#buynow #buyNowResults img {
  max-width: 200px;
  height: auto;
  margin: 5px;
}
#buynow #order_button {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 55px;
  margin: 10px auto;
}
#news {
  background-image: url("../images/bg_news.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
#news h2 {
  color: #ea000c;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  font-family: "Interstate Black Comp", sans-serif;
  text-align: center;
}
#news .newscell {
  box-sizing: border-box;
}
#news .newsblock {
  background-color: #000000;
  color: #ffffff;
  height: 100%;
}
#news .newsblock img {
  width: 100%;
}
#news .newsblock date {
  width: 90%;
  padding: 5px 0px;
  margin: 0px auto;
  font-size: 11px;
  font-family: "AkzidenzGroteskLight", sans-serif;
  display: block;
}
#news .newsblock h3 {
  margin: 15px auto;
  width: 90%;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#news .newsblock p {
  margin: 0px auto;
  width: 90%;
  padding-bottom: 20px;
  font-size: 12px;
}
#news .newsblock a {
  color: #ffffff;
  transition: 0.5s all;
  font-weight: bold;
}
#news .newsblock a:hover {
  text-decoration: underline;
  transform: scale(1.2);
  color: #cdcdcd;
}
.col-invisible {
  pointer-events: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #000000;
}
.slick-track {
  display: flex;
  flex-wrap: wrap;
}
.slick-slide {
  flex: 1;
  height: auto;
  margin: 0px 10px;
  background-color: #000;
}
.navblock {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .navblock {
    display: none;
  }
}
.navblock .slick-track {
  height: auto;
}
.navblock .slick-slide div {
  line-height: 200px;
}
.navblock .slick-slide div .imageblock {
  vertical-align: middle;
  cursor: pointer;
}
.navblock .slick-slide div .ytblock {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.navblock .slick-slide div .ytblock:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: 0.4;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.navblock .slick-slide div .ytblock:hover:before {
  color: #eee;
}
#signup {
  padding-top: 100px;
  background-image: url("../images/bg_signup.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#signup #mce-success-response {
  font-size: 16px;
  margin-top: 20px;
  line-height: 22px;
  font-family: "AkzidenzGroteskLight", sans-serif;
}
#signup h2 {
  color: #ea000c;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  font-family: "Interstate Black Comp", sans-serif;
  text-align: left;
}
#signup h3 {
  font-family: "ocrbmedium";
  font-size: 18px;
}
#signup p {
  font-family: "AkzidenzGroteskLight", sans-serif;
  font-size: 12px;
}
#signup form .datepart {
  width: 50px !important;
}
#signup form input,
#signup form select {
  width: 100%;
  border: 2px solid #000000;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 5px;
  font-family: "ocrbmedium", sans-serif;
}
#signup form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background: none;
}
#signup form .cbcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 22px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#signup form .cbcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#signup form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
#signup form .cbcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
#signup form .cbcontainer input:checked ~ .checkmark {
  background-color: #2196f3;
}
#signup form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#signup form .cbcontainer input:checked ~ .checkmark:after {
  display: block;
}
#signup form .cbcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#signup form input[type="submit"] {
  background-color: #ea000c;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 5px;
  height: auto;
}
#about {
  background-image: url("../images/bg_about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  background-position: center;
  padding-bottom: 50px;
  color: #ffffff;
  position: relative;
}
#about h2 {
  text-transform: uppercase;
}
#about h3,
#about h2,
#about p {
  text-align: center;
}
#awards {
  background-image: url("../images/bg_awards.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
#awards .container {
  color: #000000;
}
#awards .container h2 {
  margin-bottom: 20px;
}
#awards .container .alignnone {
  margin: 30px 30px 30px 30px;
}
#media {
  background-image: url("../images/bg_trailer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
#media h2 {
  color: #ea000c;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  font-family: interstate black comp, sans-serif;
  text-align: center;
}
#media .mediablock {
  font-family: "Interstate Black Comp", sans-serif;
  margin: 10px 0;
}
#media .mediablock img {
  width: 100%;
}
#media .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#media .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imgcont {
  position: relative;
  margin-bottom: 20px;
}
.single-post {
  word-wrap: break-word;
}
.single-post main section {
  padding-top: 95px;
}
@media only screen and (max-width: 1080px) {
  .single-post main section {
    padding-top: 78px;
  }
}
@media only screen and (max-width: 768px) {
  .single-post main section {
    padding-top: 72px;
  }
}
.single-post h1 {
  font-family: "Interstate Regular Comp", sans-serif;
  font-size: 55px;
  text-transform: uppercase;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  transform: translateY(50%);
  text-shadow: 4px 4px 1px #000;
}
@media only screen and (max-width: 768px) {
  .single-post h1 {
    bottom: 0px;
    font-size: 30px;
    transform: none;
  }
}
.single-post .backblock {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  display: block;
  margin-bottom: 10px;
  transition: all 0.5s;
  text-align: center;
}
.single-post .backblock:hover {
  text-indent: 20px;
  text-decoration: none;
}
.single-post img {
  max-width: 100%;
  height: auto;
}
.single-post .author {
  text-align: left;
  margin-bottom: 20px;
}
.single-post .author .avatar {
  float: left;
}
.single-post section ul {
  list-style: disc;
  padding-left: 15px;
  font-size: 14px;
  padding-top: 5px;
}
.single-post section ul li {
  padding-top: 3px;
}
.wp-post-image {
  width: 100%;
}
.content {
  padding-bottom: 50px;
}
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#community {
  padding-top: 100px;
  min-height: 50vh;
}
#community .community-links .nav-item {
  border: 1px solid #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  margin: 0px 5px;
  display: inline-block;
  font-family: "Interstate Regular Comp", helvetica, arial, sans-serif;
  font-size: 35px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  background: #000000;
  text-align: center;
}
#community .community-links .nav-item:hover {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.05);
  border-color: #202020;
  background: #fc0d1b;
}
#community .community-links .nav-item.active {
  background: #fc0d1b;
}
#community .nav-tabs {
  border: none;
}
#community .photo-mode .photo-mode-img {
  max-width: 200px;
  margin: 0.5rem;
}
#community .photo-mode .photo-pagination {
  font-size: 2rem;
}
#community .photo-mode .photo-pagination .page-numbers.current {
  text-decoration: underline;
}
#community .fanart .fanart-img {
  max-height: 250px;
  margin: 0 1rem;
}
footer {
  background-color: #000000;
  color: #ffffff;
  padding: 100px 0px;
}
footer p {
  font-size: 11px;
  line-height: 12px;
  color: #4b4b4b;
}
footer .footerlogo {
  width: 45%;
  padding: 0px 15px 20px 0px;
  text-align: center;
}
footer ul li {
  padding-bottom: 8px;
  font-family: "ocrbmedium", sans-serif;
  text-transform: uppercase;
}
footer ul li a {
  color: #4b4b4b;
  transition: all 0.5s;
  text-decoration: none;
}
footer ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer .greylogo {
  width: 80%;
}
.arg_icon {
  width: 30px;
  margin-right: 2px;
  margin-top: 0px;
}
html[lang="fr-FR"] header nav .navarea ul li a,
html[lang="fr"] header nav .navarea ul li a {
  font-size: 16px;
  padding: 20px 16px;
}
@media only screen and (max-width: 1080px) {
  html[lang="fr-FR"] header nav .navarea ul li a,
  html[lang="fr"] header nav .navarea ul li a {
    font-size: 11px;
    padding: 15px 8px;
  }
}
html[lang="it-IT"] header nav .navarea ul li a,
html[lang="it"] header nav .navarea ul li a {
  font-size: 16px;
  padding: 20px 16px;
}
@media only screen and (max-width: 1080px) {
  html[lang="it-IT"] header nav .navarea ul li a,
  html[lang="it"] header nav .navarea ul li a {
    font-size: 11px;
    padding: 15px 8px;
  }
}
html[lang="de-DE"] header nav .navarea ul li a,
html[lang="de"] header nav .navarea ul li a {
  font-size: 16px;
  padding: 20px 16px;
}
@media only screen and (max-width: 1080px) {
  html[lang="de-DE"] header nav .navarea ul li a,
  html[lang="de"] header nav .navarea ul li a {
    font-size: 11px;
    padding: 15px 8px;
  }
}
html[lang="es-ES"] header nav .navarea ul li a,
html[lang="es"] header nav .navarea ul li a {
  font-size: 16px;
  padding: 20px 16px;
}
@media only screen and (max-width: 1080px) {
  html[lang="es-ES"] header nav .navarea ul li a,
  html[lang="es"] header nav .navarea ul li a {
    font-size: 11px;
    padding: 15px 8px;
  }
}
html[lang="ru-RU"] header nav .navarea ul li a,
html[lang="ru"] header nav .navarea ul li a,
html[lang="en"] header nav .navarea ul li a {
  font-size: 16px;
  padding: 20px 16px;
  font-weight: bold;
}
@media only screen and (max-width: 1080px) {
  html[lang="ru-RU"] header nav .navarea ul li a,
  html[lang="ru"] header nav .navarea ul li a,
  html[lang="en"] header nav .navarea ul li a {
    font-size: 11px;
    padding: 15px 8px;
  }
}
.padding-top100 {
  padding-top: 100px;
}
.rating {
  pointer-events: none;
  z-index: 2;
}
.rating img {
  /* height:58px; */
  width: 100%;
  max-width: 210px;
}
#social {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
#social iframe {
  border: 1px solid #cacaca;
}
#social h2 {
  color: #ea000c;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  font-family: "Interstate Black Comp", sans-serif;
  text-align: center;
}
.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.site-main:has(.submission-outcome-box) {
  padding-top: 1px;
  margin-top: -1px;
}
.submission-outcome-box {
  max-width: 1000px;
  padding: 30px;
  margin: 160px auto;
  text-align: center;
  background: #111111;
  border: 2px solid #333333;
  color: #eeeeee;
}
@media screen and (max-width: 520px) {
  .submission-outcome-box {
    max-width: 100%;
    margin: 60px 10px;
  }
}

/*
  Cookiebot style tweaks
*/

div#CybotCookiebotDialogTabContent h2#CybotCookiebotDialogBodyContentTitle {
  font-size: 20px;
  font-weight: normal;
  font-family: "Interstate Regular Comp", sans-serif !important;
}