html {
  scroll-behavior: smooth;
}
html body {
  background: url('../img/black_wash_wall.png');
  font-family: 'Open-Sans', sans-serif;
  overflow-x: hidden;
  padding: 0 0 50px 0;
  position: relative;
  min-height: 100vh;
}
html body .ie-error {
  display: none;
}
@media (max-width: 1199px) {
  html body {
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  html body {
    padding-top: 50px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html body {
    /* Internet Explorer is not supported */
  }
  html body .container,
  html body .container-fluid,
  html body .container-xl {
    display: none;
  }
  html body .ie-error {
    display: block;
    background-color: white;
    color: #e52d27;
    width: 100%;
    text-align: center;
    margin-top: 100px;
  }
}
html body #loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .gradient {
  bottom: 0;
  width: 100%;
  height: 244px;
  background-image: url('../img/gradient-bottom_black_2.png');
  background-repeat: repeat-x;
  background-position: bottom;
  pointer-events: none;
}
@media (max-width: 991px) {
  html body .gradient {
    display: none;
  }
}
html body .spacer {
  height: 250px;
}
html body .scrolled-background {
  background-color: #424446;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 1;
}
html body .hidden {
  display: none;
}
html body .btn-primary {
  background-color: #e52d27 !important;
  border-color: #e52d27 !important;
}
html body .btn-primary:not(:disabled):not(.disabled):hover,
html body .btn-primary:not(:disabled):not(.disabled):active,
html body .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: white !important;
  color: #e52d27 !important;
  border-color: #e52d27;
}
html body .btn-primary:active,
html body .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
html body .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  border-color: #e52d27;
}
@media (min-width: 1200px) and (orientation: landscape) {
  html body .container.lifted {
    transform: translateY(-100px);
  }
}
html body .navbar {
  background: #424446;
  padding: 0;
  font-size: 15px;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1200px) {
  html body .navbar {
    top: 40px;
    line-height: 80px;
  }
}
html body .navbar .navbar-brand {
  margin: 0 0 0 0px;
  padding: 0 16px;
}
html body .navbar .navbar-brand img {
  max-width: 150px;
  height: auto;
}
html body .navbar .navbar-toggler {
  margin-right: 10px;
}
html body .navbar .navbar-collapse {
  justify-content: space-between;
}
html body .navbar .menu {
  list-style-type: none;
  margin: 0 !important;
  padding-inline-start: 0;
}
@media (min-width: 992px) {
  html body .navbar .menu {
    line-height: 80px;
    display: flex;
  }
}
html body .navbar .menu li {
  border-right: 1px solid #5a5a5a;
  display: flex;
}
@media (min-width: 992px) {
  html body .navbar .menu li {
    line-height: 80px;
  }
}
html body .navbar .menu li:last-child {
  border-right: none;
}
html body .navbar .menu li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 25px;
  font-weight: normal;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  html body .navbar .menu li a {
    line-height: 80px;
  }
}
html body .navbar .menu .nav-item {
  transition: all 300ms ease-in-out;
  display: flex;
}
@media (max-width: 991px) {
  html body .navbar .menu .nav-item {
    padding: 15px;
  }
}
html body .navbar .menu .nav-item:hover {
  background-color: #5a5a5a;
}
html body .navbar .menu .dropdown-menu {
  background-color: #5a5a5a;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  flex-flow: wrap;
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
html body .navbar .menu .dropdown-menu::-webkit-scrollbar {
  width: 10px;
}
html body .navbar .menu .dropdown-menu::-webkit-scrollbar-track {
  background: white;
}
html body .navbar .menu .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
}
html body .navbar .menu .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (min-width: 576px) {
  html body .navbar .menu .dropdown-menu {
    width: 520px;
    max-height: 75vh;
  }
}
html body .navbar .menu .dropdown-menu.show {
  display: flex;
}
@media (min-width: 576px) {
  html body .navbar .menu .dropdown-menu.social-menu {
    width: auto;
  }
}
html body .navbar .menu .dropdown-menu.social-menu.show {
  display: block;
}
html body .navbar .menu .dropdown-menu .dropdown-item {
  line-height: 40px;
  border-bottom: 1px solid #424446;
  font-size: 13px;
}
@media (max-width: 575px) {
  html body .navbar .menu .dropdown-menu .dropdown-item {
    line-height: 20px;
  }
}
@media (min-width: 576px) {
  html body .navbar .menu .dropdown-menu .dropdown-item {
    width: 250px;
  }
}
html body .navbar .menu .dropdown-menu .dropdown-item.active {
  background-color: #e52d27;
}
html body .navbar .menu .dropdown-menu .dropdown-item:hover a {
  color: #777777;
}
html body .navbar .menu .dropdown-menu .dropdown-item:active {
  background-color: white;
}
html body .navbar .menu .dropdown-menu .dropdown-item:nth-child(odd) {
  float: right;
}
html body .navbar .menu .dropdown-menu .dropdown-item.social-menu:nth-child(odd) {
  float: none;
}
html body .navbar .menu .dropdown-menu .dropdown-item.full-width {
  width: 100%;
  text-align: center;
  background-color: #e52d27;
}
html body .navbar .menu .dropdown-menu .dropdown-item a {
  padding: 0;
  line-height: 40px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575px) {
  html body .navbar .menu .dropdown-menu .dropdown-item a {
    line-height: 20px;
  }
}
html body .navbar .menu.soc-icons li a {
  color: white;
  padding: 0 15px;
  font-size: 20px;
}
@media (max-width: 991px) {
  html body .navbar .menu.soc-icons {
    display: flex;
    flex-direction: row;
  }
}
html body #ageGate {
  min-height: 75vh;
}
html body #ageGate .form-container {
  min-height: 50vh;
  background-color: white;
  margin-top: 25vh;
}
html body .five-main-showcase {
  padding: 0;
}
@media (min-width: 992px) and (orientation: portrait) {
  html body .five-main-showcase {
    padding-top: 80px;
  }
}
html body .five-main-showcase .five-featured-slider .five-featured-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide img,
html body .five-main-showcase .five-featured-slider .five-featured-slide video {
  width: 100%;
}
@media (max-width: 575px) {
  html body .five-main-showcase .five-featured-slider .five-featured-slide video {
    display: none;
  }
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container {
  position: absolute;
  top: 25%;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container {
    left: 5%;
  }
}
@media (min-width: 992px) and (orientation: portrait) {
  html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container {
    top: 10%;
  }
}
@media (min-width: 1200px) {
  html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container {
    left: calc((100vw - 1140px)/2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container {
    left: calc((100vw - 960px)/2);
  }
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .five-info {
  background-color: rgba(0, 0, 0, 0.45);
  margin: 0;
  float: left;
  clear: both;
}
@media (max-width: 991px) {
  html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .five-info {
    font-size: 1.5rem;
  }
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .header {
  border-left: 5px solid red;
  padding: 5px 25px 0 25px;
  font-weight: bold;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .tagline {
  border-left: 5px solid white;
  padding: 5px 25px 5px 25px;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .social {
  padding: 5px 25px 5px 25px;
  border-left: 5px solid #868686;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .social .icon {
  display: inline;
  font-size: 2rem;
  margin: 0 5px;
  color: white;
  transition: all 300ms ease-in;
}
@media (max-width: 991px) {
  html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .social .icon {
    font-size: 1.5rem;
  }
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .social .icon:nth-child(1) {
  margin: 0 5px 0 0;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .social .icon:hover.facebook {
  color: #3b5998;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .social .icon:hover.twitter {
  color: #0084b4;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .social .icon:hover.youtube {
  color: #e52d27;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .five-info-buttons {
  margin-top: 10px;
  float: left;
  clear: both;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .five-info-buttons .five-feature-button {
  border-radius: 0;
  background-color: #424446;
	margin-bottom: 5px;
  padding: 10px 20px;
  font-weight: 600;
  letter-spacing: -0.25px;
  border: 0;
  transition: all 300ms ease-in;
  float: left;
  clear: both;
}
html body .five-main-showcase .five-featured-slider .five-featured-slide .five-info-container .five-info-buttons .five-feature-button:hover {
  background-color: #FF0004;
}
html body .five-main-showcase .gradient {
  bottom: 0;
  width: 100%;
  height: 244px;
  background-image: url('../img/gradient-bottom_black_2.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
@media (max-width: 991px) {
  html body .five-main-showcase .gradient {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1440px) and (orientation: portrait) {
  html body .five-secondary-showcase {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 1200px) and (orientation: landscape) {
  html body .five-secondary-showcase {
    transform: translateY(-100px);
  }
}
html body .five-secondary-showcase .five-secondary-slider {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  html body .five-secondary-showcase .five-secondary-slider {
    margin-top: 1rem;
  }
}
html body .five-secondary-showcase .five-secondary-slider .five-secondary-slide {
  position: relative;
  margin-right: 10px;
}
html body .five-secondary-showcase .five-secondary-slider .five-secondary-slide:focus {
  outline: none;
}
html body .five-secondary-showcase .five-secondary-slider .five-secondary-slide .feat-gradient {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  transition: all 100ms ease;
}
html body .five-secondary-showcase .five-secondary-slider .five-secondary-slide .feat-gradient .social-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  animation-duration: 400ms;
}
html body .five-secondary-showcase .five-secondary-slider .five-secondary-slide .feat-gradient .social-icons .five-sec-slide-btn {
  max-height: 50px;
  display: inline;
}
@media (max-width: 991px) {
  html body .five-secondary-showcase .five-secondary-slider .five-secondary-slide .feat-gradient {
    display: block;
  }
}
@media (min-width: 992px) {
  html body .five-secondary-showcase .five-secondary-slider .five-secondary-slide:hover .feat-gradient {
    display: block;
  }
}
html body .five-news-games .five-latest-news .five-news-item {
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}
html body .five-news-games .five-latest-news .five-news-item .five-news-title {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /*background-color: rgba(0, 0, 0, 0.75);*/
	background-color: #000000;
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 1200px) and (orientation: portrait) {
  html body .five-news-games .five-latest-news .five-news-item .five-news-title {
    max-height: 50%;
    font-size: 12px;
  }
}
html body .five-news-games .five-latest-news .five-news-item .five-news-title .title {
  width: 75%;
  float: left;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;	
	
}
html body .five-news-games .five-latest-news .five-news-item .five-news-title .date {
  width: 25%;
  float: right;
  background-color: red;
  color: white;
  padding: 10px;
  /*clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%); 
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
	font-weight: bold;
}
html body .five-news-games .five-latest-news .five-news-item img {
  width: 100%;
}
html body .five-news-games .five-platform-select .img-wrapper video {
  max-width: 100%;
}
html body .five-news-games .five-platform-select .img-wrapper img {
  width: 100%;
}
html body .slick-platforms .platform-logo {
  background-color: transparent;
  margin: 10px;
}
html body .slick-platforms .platform-logo:hover {
  cursor: pointer;
}
html body .slick-platforms .platform-logo:focus {
  outline: none;
}
html body .slick-platforms .platform-logo img {
  transition: all 500ms ease-in-out;
}
html body .slick-platforms .platform-logo img:hover,
html body .slick-platforms .platform-logo img.active {
  background-color: #e52d27;
}
html body .slick-plat-games .slick-list {
  margin-left: -15px;
}
html body .slick-plat-games .plat-games-slide {
  margin-left: 15px;
}
html body #allGamesArchiveContainer {
  margin-top: 30px;
}
html body #gameHeader .header-image {
  width: 100%;
}
html body #gameHeader .play-btn-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body #gameHeader .play-btn-container img {
  max-width: 110px;
}
html body #gameHeader .five-info-container {
  width: 100%;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body #gameHeader .five-info-container {
    top: 35%;
  }
}
@media (min-width: 1200px) and (orientation: portrait) {
  html body #gameHeader .five-info-container {
    top: 35%;
  }
}
html body #gameHeader .five-info-container .five-info {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-left: 5px solid red;
  padding: 5px 25px 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
html body #gameHeader .five-info-container .five-info.creator-welcome {
  border-color: white;
  font-weight: 500;
}
html body #gameInfo .g-breadcrumb {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
html body #gameInfo .about-game {
  min-height: 100%;
  max-height: 100%;
}
@media (min-width: 992px) {
  html body #gameInfo .about-game {
    background-color: white;
  }
}
html body #gameInfo .about-game .text-content {
  padding: 1.5rem 1.5rem 70px 1.5rem;
  font-size: 14px;
  background-color: white;
}
@media (min-width: 992px) {
  html body #gameInfo .about-game .text-content {
    height: 322px;
    overflow-y: scroll;
  }
}
html body #gameInfo .about-game .text-content.collective {
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  html body #gameInfo .about-game .text-content.collective {
    height: 270px;
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) {
  html body #gameInfo .about-game .text-content.collective {
    height: 322px;
    overflow-y: hidden;
  }
}
html body #gameInfo .about-game .text-content::-webkit-scrollbar {
  width: 10px;
}
html body #gameInfo .about-game .text-content::-webkit-scrollbar-track {
  background: white;
}
html body #gameInfo .about-game .text-content::-webkit-scrollbar-thumb {
  background: #888;
}
html body #gameInfo .about-game .text-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
html body #gameInfo .about-game .links-content {
  bottom: 0;
  position: absolute;
  background-color: #616161;
  width: 100%;
}
@media (max-width: 575px) {
  html body #gameInfo .about-game .links-content {
    position: initial;
  }
}
@media (max-width: 450px) {
  html body #gameInfo .about-game .links-content {
    padding-left: 30%;
    min-height: 60px;
    max-height: 120px;
  }
  html body #gameInfo .about-game .links-content a {
    float: right;
  }
}
@media (max-width: 400px) {
  html body #gameInfo .about-game .links-content {
    padding-left: 0;
  }
}
html body #gameInfo .about-game .links-content img {
  width: 70px;
}
@media (max-width: 530px) {
  html body #gameInfo .about-game .links-content img {
    width: 60px;
  }
}
html body #gameInfo .sizzle-video {
  width: 100%;
  position: relative;
}
html body #gameInfo .sizzle-video .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  text-decoration: none;
  font-size: 2rem;
  transition: all 300ms ease-in-out;
}
html body #gameInfo .sizzle-video .play-btn:hover {
  color: red;
  filter: drop-shadow(2px 4px 6px black);
}
html body #gameInfo .sizzle-video img {
  width: 100%;
}
html body #incentives {
  padding: 5px;
}
html body #incentives .creator-incentive .incentives-col .incentive-box {
  background-color: white;
  color: #e52d27;
  margin: 10px;
  height: 200px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background-size: cover;
  background-position: center;
  transition: all 300ms ease-in;
}
html body #incentives .creator-incentive .incentives-col .incentive-box .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 10px;
}
html body #incentives .creator-incentive .incentives-col .incentive-box:hover {
  background-color: #e52d27;
  background-blend-mode: luminosity;
  color: white;
}
html body #incentives .creator-incentive .incentives-col .incentive-box:hover .text-container {
  background-color: rgba(0, 0, 0, 0.3);
}
html body #media .trailers .trailer-slide {
  position: relative;
}
html body #media .trailers .play-btn {
  border: 1px solid white;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 4rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 100%;
  transition: all 300ms ease-in-out;
}
@media (min-width: 576px) and (max-width: 991px) {
  html body #media .trailers .play-btn {
    right: 0;
  }
}
html body #media .trailers .play-btn:hover {
  text-decoration: none;
  color: #e52d27;
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body #media .screenshots {
    min-height: 275px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html body #media .screenshots {
    min-height: 325px;
  }
}
@media (min-width: 1400px) {
  html body #media .screenshots {
    min-height: 395px;
  }
}
html body #media .screenshots .row {
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 991px) {
  html body #media .screenshots .row {
    margin-top: 30px;
  }
}
html body #media .screenshots div:nth-child(n+5) {
  display: none;
}
@media (max-width: 575px) {
  html body #media .screenshots div:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 991px) {
  html body #details {
    margin-top: 50px;
  }
}
html body #details .nav-column {
  background-color: rgba(255, 255, 255, 0.2);
}
html body #details .nav .nav-link {
  border-radius: 0;
  background-color: #777777;
  color: white;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 25px;
  line-height: 50px;
  transition: all 100ms ease-in-out;
}
html body #details .nav .nav-link:hover {
  color: black;
  background-color: #cccccc;
}
html body #details .nav .nav-link.active {
  background-color: #ececec;
  color: #777777;
}
html body #details .info-content {
  background-color: #ececec;
  color: #777777;
  text-transform: uppercase;
}
html body #details .info-content .subheading {
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0;
}
html body #details .info-content .inner-content {
  font-size: 14px;
}
html body #details .info-content .inner-content img {
  max-width: 80px;
  margin: 5px 0;
  background-color: black;
}
html body #details .info-content .inner-content .platform {
  font-weight: 700;
}
html body #details .info-content .inner-content .info {
  text-transform: initial;
  font-weight: initial;
}
html body #details .info-content .circle-sign-up {
  width: 100%;
  padding: 20px;
  text-transform: uppercase;
  font-size: 20px;
}
html body #details .features {
  font-size: 14px;
}
html body #details .features ul {
  padding: 0;
  text-transform: initial;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
}
html body #details .features ul li {
  padding: 25px;
  padding: 15px;
  border: 1px dashed #CCC;
  width: 100%;
}
@media (max-width: 575px) {
  html body #details .features ul li:nth-child(odd) {
    background-color: white;
  }
}
@media (min-width: 576px) {
  html body #details .features ul li {
    max-width: 50%;
  }
  html body #details .features ul li:nth-child(2),
  html body #details .features ul li:nth-child(3),
  html body #details .features ul li:nth-child(6),
  html body #details .features ul li:nth-child(7) {
    background-color: white;
  }
}
html body #details .features.collective-social.active {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 15px;
  flex-wrap: wrap;
}
html body #details .features.collective-social.active p {
  margin: 5px 15px;
}
html body #similarGames .heading,
html body #newsArticles .heading {
  text-transform: uppercase;
  color: white;
}
@media (max-width: 575px) {
  html body #similarGames .heading,
  html body #newsArticles .heading {
    margin-left: 10px;
  }
}
html body #similarGames .item-container,
html body #newsArticles .item-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  html body #similarGames .item-container,
  html body #newsArticles .item-container {
    margin: 0 10px;
  }
}
html body #similarGames .item-container .similar-game,
html body #newsArticles .item-container .similar-game {
  max-width: 30%;
  transition: all 300ms ease;
  position: relative;
}
@media (max-width: 576px) {
  html body #similarGames .item-container .similar-game,
  html body #newsArticles .item-container .similar-game {
    max-width: 45%;
  }
  html body #similarGames .item-container .similar-game:last-child:not(:first-child),
  html body #newsArticles .item-container .similar-game:last-child:not(:first-child) {
    display: none;
  }
}
html body #similarGames .item-container .similar-game .feat-gradient,
html body #newsArticles .item-container .similar-game .feat-gradient {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  html body #similarGames .item-container .similar-game:hover .feat-gradient,
  html body #newsArticles .item-container .similar-game:hover .feat-gradient {
    display: block;
  }
}
html body #otherGames {
  padding: 0;
}
html body #otherGames .game-reel {
  padding: 5px;
}
html body #otherGames .game-reel .slick-gamereel .gamereel-slide {
  padding: 10px;
}
html body #newsArticles .heading {
  text-transform: uppercase;
  color: white;
}
@media (max-width: 991px) {
  html body #newsArticles .item-container {
    flex-direction: column;
  }
  html body #newsArticles .item-container .similar-game {
    max-width: 100%;
    margin: 15px 0;
  }
}
html body #newsArticles .item-container .feat-gradient {
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
html body #newsArticles .item-container .feat-gradient:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  html body #newsArticles .item-container .feat-gradient {
    overflow: hidden;
  }
}
html body #games-platform-select .row {
  justify-content: center;
}
html body #games-platform-select .platform-logo-archive {
  cursor: pointer;
  margin: 5px;
  max-width: 75px;
}
@media (min-width: 768px) {
  html body #games-platform-select .platform-logo-archive {
    max-width: auto;
    flex: 1;
  }
}
@media (min-width: 992px) {
  html body #games-platform-select .platform-logo-archive {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  html body #games-platform-select .platform-logo-archive {
    margin: 0 15px;
  }
}
html body #games-platform-select .platform-logo-archive img {
  background-color: black;
  transition: all 300ms ease-in-out;
}
html body #games-platform-select .platform-logo-archive img:hover {
  background-color: #e52d27;
}
html body #games-platform-select .platform-logo-archive img.active {
  background-color: #e52d27;
}
html body .blog-page-header a {
  text-decoration: none;
}
html body .blog-page-header .five-info-container {
  width: 100%;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body .blog-page-header .five-info-container {
    top: 35%;
  }
}
@media (min-width: 1200px) and (orientation: portrait) {
  html body .blog-page-header .five-info-container {
    top: 35%;
  }
}
html body .blog-page-header .five-info-container .five-info {
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
  border-left: 5px solid red;
  padding: 5px 25px 0 25px;
  text-transform: uppercase;
  font-weight: 700;
}
html body #pageContent .row,
html body .creator-circle .row {
  background-color: white;
  color: #777777;
  border: 1px solid #e7e7e7;
  padding: 30px 20px;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 802px) {
  html body #pageContent .row,
  html body .creator-circle .row {
    margin-bottom: 30px;
  }
}
html body #pageContent .row.creator-circle-info,
html body .creator-circle .row.creator-circle-info {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  html body #pageContent .row.creator-circle-info,
  html body .creator-circle .row.creator-circle-info {
    margin-bottom: 0;
  }
}
html body #pageContent .row.who-can-join,
html body .creator-circle .row.who-can-join {
  background-color: transparent;
  border: none;
  padding: 1rem 0;
}
@media (max-width: 1199px) {
  html body #pageContent .row.who-can-join .col-12,
  html body .creator-circle .row.who-can-join .col-12 {
    padding: 0;
  }
  html body #pageContent .row.who-can-join .col-12:first-child,
  html body .creator-circle .row.who-can-join .col-12:first-child {
    margin-bottom: 20px;
  }
}
html body #pageContent .row.who-can-join .who-can-join-text,
html body .creator-circle .row.who-can-join .who-can-join-text {
  background-color: white;
  padding: 30px 35px;
  height: 100%;
}
html body #pageContent .row .social-links,
html body .creator-circle .row .social-links {
  justify-content: space-evenly;
}
html body #pageContent .row .ajax-loader,
html body .creator-circle .row .ajax-loader {
  display: block;
}
html body #pageContent .cc-logo,
html body .creator-circle .cc-logo {
  max-width: 50%;
}
html body #pageContent .social-links,
html body .creator-circle .social-links {
  justify-content: space-evenly;
}
@media (max-width: 1199px) {
  html body #pageContent .social-links,
  html body .creator-circle .social-links {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  html body #pageContent .social-links p,
  html body .creator-circle .social-links p {
    width: 50%;
    height: auto;
    text-align: center;
  }
}
html body #pageContent .author,
html body .creator-circle .author {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
html body #pageContent .author .avatar,
html body .creator-circle .author .avatar {
  margin-right: 10px;
}
html body #pageContent .about-author,
html body .creator-circle .about-author {
  background-color: #f8f8f8;
}
html body #pageContent img,
html body .creator-circle img {
  max-width: 100%;
  height: auto;
}
html body #pageContent .form-submit-tabs li,
html body .creator-circle .form-submit-tabs li {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
html body #pageContent .form-submit-tabs li a.active,
html body .creator-circle .form-submit-tabs li a.active {
  color: white;
  background-color: #e52d27;
}
html body #pageContent .form-submit-tabs li a:not(.active),
html body .creator-circle .form-submit-tabs li a:not(.active) {
  color: black;
}
html body #pageContent .tab-content .tab-pane,
html body .creator-circle .tab-content .tab-pane {
  padding-top: 30px;
}
html body #pageContent .user-agreement,
html body .creator-circle .user-agreement {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
html body #pageContent .user-agreement:hover,
html body .creator-circle .user-agreement:hover {
  color: #e52d27;
}
html body #pageContent .cg_header,
html body .creator-circle .cg_header {
  display: none;
}
html body #pageContent .cgCenterDivAppearenceHelper,
html body .creator-circle .cgCenterDivAppearenceHelper {
  height: auto !important;
}
html body #pageContent .game-filter,
html body .creator-circle .game-filter {
  margin: 15px 0 15px 0;
}
html body #pageContent .game-filter:focus,
html body .creator-circle .game-filter:focus {
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  html body #pageContent .game-filter,
  html body .creator-circle .game-filter {
    max-width: 50%;
  }
}
html body #pageContent .gallery,
html body .creator-circle .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
html body #pageContent .gallery .gallery-image,
html body .creator-circle .gallery .gallery-image {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 10px 0;
  position: relative;
}
html body #pageContent .gallery .gallery-image .showcase-img-wrapper:hover,
html body .creator-circle .gallery .gallery-image .showcase-img-wrapper:hover {
  text-decoration: none;
}
html body #pageContent .gallery .gallery-image .showcase-img-wrapper .showcase-img,
html body .creator-circle .gallery .gallery-image .showcase-img-wrapper .showcase-img {
  max-width: 200px;
}
html body #pageContent .gallery .gallery-image .end,
html body .creator-circle .gallery .gallery-image .end {
  margin-top: auto;
}
html body #pageContent .f-pagination,
html body .creator-circle .f-pagination {
  width: 100%;
}
html body #pageContent .f-pagination a,
html body .creator-circle .f-pagination a {
  color: #e52d27;
  font-size: 20px;
}
html body #pageContent .f-pagination .page-numbers,
html body .creator-circle .f-pagination .page-numbers {
  font-size: 20px;
}
html body #pageContent .f-pagination .page-numbers.current,
html body .creator-circle .f-pagination .page-numbers.current {
  color: black;
  border: 1px solid black;
  padding: 2px;
}
html body #pageContent #fanart-games .fanart-container,
html body .creator-circle #fanart-games .fanart-container {
  padding: 10px;
  position: relative;
}
html body #pageContent #fanart-games .fanart-game-wrapper .overlay,
html body .creator-circle #fanart-games .fanart-game-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 10px 10px 10px black;
  text-transform: uppercase;
  padding: 5px;
  margin: 10px;
  transition: all 300ms ease-in-out;
}
html body #pageContent #fanart-games .fanart-game-wrapper .overlay:hover,
html body .creator-circle #fanart-games .fanart-game-wrapper .overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  html body #pageContent #fanart-games .fanart-game-wrapper .overlay,
  html body .creator-circle #fanart-games .fanart-game-wrapper .overlay {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html body #pageContent #fanart-games .fanart-game-wrapper .overlay,
  html body .creator-circle #fanart-games .fanart-game-wrapper .overlay {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html body #pageContent #fanart-games .fanart-game-wrapper .overlay,
  html body .creator-circle #fanart-games .fanart-game-wrapper .overlay {
    font-size: 1.5rem;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  html body #pageContent #fanart-games .fanart-game-wrapper .overlay,
  html body .creator-circle #fanart-games .fanart-game-wrapper .overlay {
    font-size: 1.25rem;
  }
}
@media (max-width: 400px) {
  html body #pageContent #fanart-games .fanart-game-wrapper .overlay,
  html body .creator-circle #fanart-games .fanart-game-wrapper .overlay {
    font-size: 1rem;
  }
}
html body #pageContent #fanart-games .fanart-game-wrapper .overlay span,
html body .creator-circle #fanart-games .fanart-game-wrapper .overlay span {
  background-color: rgba(0, 0, 0, 0.5);
  border-left: 5px solid red;
  padding: 0 10px;
}
html body #pageContent .heading,
html body .creator-circle .heading {
  text-transform: uppercase;
}
html body #pageContent .game-link,
html body .creator-circle .game-link {
  position: relative;
  margin: 15px 0;
}
html body #pageContent .game-link .rel-to-game,
html body .creator-circle .game-link .rel-to-game {
  transition: all 300ms ease;
}
html body #pageContent .game-link .rel-to-game .feat-gradient,
html body .creator-circle .game-link .rel-to-game .feat-gradient {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  transition: all 300ms ease;
  margin: 0 15px;
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  html body #pageContent .game-link .rel-to-game .feat-gradient,
  html body .creator-circle .game-link .rel-to-game .feat-gradient {
    display: flex;
  }
}
@media (hover: none) {
  html body #pageContent .game-link .rel-to-game .feat-gradient,
  html body .creator-circle .game-link .rel-to-game .feat-gradient {
    display: flex;
  }
}
@media (min-width: 992px) {
  html body #pageContent .game-link .rel-to-game:hover .feat-gradient,
  html body .creator-circle .game-link .rel-to-game:hover .feat-gradient {
    display: flex;
  }
}
html body .related-news {
  background-color: white;
  color: #777777;
  text-transform: uppercase;
}
html body .related-news .row {
  padding: 30px 20px;
}
@media (max-width: 991px) {
  html body .articles-list {
    padding-top: 75px;
  }
}
html body .articles-list .article-container {
  cursor: pointer;
  color: #777777;
}
html body .articles-list .article-container:hover {
  text-decoration: none;
}
html body .articles-list .article-container .card {
  max-height: 200px;
  overflow: hidden;
}
@media (max-width: 991px) {
  html body .articles-list .article-container .card {
    max-height: initial;
  }
}
html body .articles-list .article-container .image {
  width: 30%;
  min-height: 100%;
}
@media (max-width: 991px) {
  html body .articles-list .article-container .image {
    width: 100%;
    min-height: 200px;
    background-size: cover;
  }
}
html body .articles-list .article-container .card-body {
  width: 70%;
}
@media (max-width: 991px) {
  html body .articles-list .article-container .card-body {
    width: 100%;
    height: auto;
  }
}
html body .articles-list .article-container .card-body p {
  font-size: 12px;
}
html body .articles-list .article-container .card-body .date {
  text-transform: uppercase;
  font-size: 11px;
}
html body .articles-list .small-article-container {
  margin-bottom: 30px;
  transition: all 300ms ease-in-out;
}
html body .articles-list .small-article-container:hover {
  text-decoration: none;
}
html body .articles-list .small-article-container .card {
  background-size: 0;
  background-position: center;
  background-blend-mode: luminosity;
}
@media (min-width: 992px) and (max-width: 1199px) {
  html body .articles-list .small-article-container .card {
    min-height: 325px;
  }
}
@media (min-width: 1200px) {
  html body .articles-list .small-article-container .card {
    min-height: 300px;
  }
}
html body .articles-list .small-article-container .card:hover {
  background-size: cover;
}
html body .articles-list .small-article-container .card .card-body {
  font-size: 12px;
  color: #777777;
}
html body .articles-list .small-article-container .card .card-body:hover {
  color: white;
}
html body .articles-list .small-article-container .card .card-body .card-title {
  font-size: 16px;
}
html body .articles-list .small-article-container.hidden {
  display: none;
}
html body #load-more-container {
  padding-bottom: 2rem;
}
html body .load-more {
  background-color: #777777;
  color: white;
  text-transform: uppercase;
  display: inline;
  padding: 20px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
html body .load-more:hover {
  background-color: #444444;
}
html body .no-more-articles {
  color: #eeeeee;
  text-transform: uppercase;
}
html body #mc_embed_signup .datefield {
  display: flex;
  align-items: flex-end;
}
html body #pageNotFound .text-container {
  min-height: 50vh;
  margin-top: 200px;
  background-color: white;
  padding-bottom: 30px;
}
html body #pageNotFound .text-container .btn {
  background-color: #e52d27;
  border-color: #e52d27;
}
html body #pageNotFound .text-container .btn:hover {
  background-color: white;
  color: #e52d27;
}
html body #timelineFifteen {
  padding-top: 150px;
  color: white;
}
html body #timelineFifteen h1 {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  html body #timelineFifteen {
    padding-top: 50px;
  }
}
html body #timelineFifteen .timeline-container {
  position: relative;
}
html body #timelineFifteen .timeline-container .line {
  position: absolute;
  width: 5px;
  background-color: #e52d27;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  html body #timelineFifteen .timeline-container .line {
    transform: none;
    left: 95%;
  }
}
html body #timelineFifteen .timeline-container .tl-year {
  position: sticky;
  top: 30%;
  transform: translateX(-20%);
  text-align: center;
  left: 50%;
  width: 100%;
  font-size: 21rem;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 10px grey;
  z-index: -1;
  opacity: 1;
  transition: 300ms all ease-in-out;
}
html body #timelineFifteen .timeline-container .tl-year .year-text {
  transition: all 300ms ease-in-out;
}
html body #timelineFifteen .timeline-container .tl-year .year-text.hide {
  opacity: 0;
}
@media (max-width: 1199px) {
  html body #timelineFifteen .timeline-container .tl-year {
    transform: none;
  }
}
@media (max-width: 991px) {
  html body #timelineFifteen .timeline-container .tl-year {
    font-size: 15rem;
  }
}
@media (max-width: 767px) {
  html body #timelineFifteen .timeline-container .tl-year {
    font-size: 10rem;
  }
}
@media (max-width: 576px) {
  html body #timelineFifteen .timeline-container .tl-year {
    font-size: 5rem;
  }
}
html body #timelineFifteen .timeline-container .item {
  width: 55%;
  position: relative;
  padding: 0 15px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  html body #timelineFifteen .timeline-container .item {
    width: 95%;
  }
}
html body #timelineFifteen .timeline-container .item a {
  color: rgba(255, 255, 255, 0.7);
}
html body #timelineFifteen .timeline-container .item .item-inner {
  transition: all 500ms ease-in-out;
  box-shadow: 1px 1px 10px black;
}
html body #timelineFifteen .timeline-container .item .item-inner .item-heading {
  font-size: 1.2rem;
}
html body #timelineFifteen .timeline-container .item .item-inner .item-reveal {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body #timelineFifteen .timeline-container .item .item-inner .item-reveal .item-info {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  opacity: 0;
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-weight: bold;
}
html body #timelineFifteen .timeline-container .item .item-inner .item-reveal .item-info .title {
  text-transform: uppercase;
  font-weight: 500;
}
html body #timelineFifteen .timeline-container .item .item-inner .item-reveal .item-info p {
  margin: 0;
}
html body #timelineFifteen .timeline-container .item .item-inner .item-reveal:hover .item-info {
  opacity: 1;
}
html body #timelineFifteen .timeline-container .item .item-inner:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html body #timelineFifteen .timeline-container .item .circle {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #e52d27;
  border: 2px solid white;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
html body #timelineFifteen .timeline-container .item.left {
  left: 0;
  text-align: center;
}
html body #timelineFifteen .timeline-container .item.left .circle {
  right: 20px;
}
@media (max-width: 1199px) {
  html body #timelineFifteen .timeline-container .item.left {
    text-align: left;
  }
  html body #timelineFifteen .timeline-container .item.left .circle {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  html body #timelineFifteen .timeline-container .item.right {
    left: 50%;
  }
  html body #timelineFifteen .timeline-container .item.right .circle {
    left: -8px;
  }
}
@media (max-width: 1199px) {
  html body #timelineFifteen .timeline-container .item.right .circle {
    right: -25px;
  }
}
html body .footer-container {
  text-align: center;
}
@media (min-width: 768px) {
  html body .footer-container {
    position: absolute;
    bottom: 0;
  }
}
html body .footer-container footer .menu-footer-menu-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
html body .footer-container footer .menu-footer-menu-container .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  list-style-type: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}
@media (max-width: 575px) {
  html body .footer-container footer .menu-footer-menu-container .menu {
    display: block;
  }
}
html body .footer-container footer .menu-footer-menu-container .menu .menu-item {
  margin: 10px;
}
html body .footer-container footer .menu-footer-menu-container .menu .menu-item a {
  color: white;
  font-size: 13px;
}
html body .footer-container footer.copyright {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px 0;
}
