html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

header.container {
  position: relative;
  z-index: 2;
  padding-top: 1.875rem;
  background: white; }
  header.container.skinned {
    margin-top: 200px; }
  header.container .logo {
    margin-left: 27px; }
    header.container .logo img {
      margin-bottom: 0.9375rem;
      height: 100px; }
  header.container .ad {
    float: right;
    margin-right: 27px; }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      header.container .ad {
        float: none;
        width: 100%;
        margin-bottom: 10px; }
        header.container .ad img {
          width: 100%;
          height: auto; } }
    @media screen and (max-width: 860px) {
      header.container .ad {
        float: none;
        width: 100%;
        margin-bottom: 10px; }
        header.container .ad iframe {
          width: 100%;
          max-width: 100%; }
        header.container .ad ins {
          width: 100% !important;
          max-width: 100%; }
          header.container .ad ins img {
            width: 100%; } }
    @media screen and (max-width: 480px) {
      header.container .ad {
        display: none; } }
  header.container nav {
    background: #393939;
    padding: 0 27px; }
    header.container nav::after {
      clear: both;
      content: "";
      display: table; }
  header.container ul {
    height: 3.125rem;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 0;
    background: #393939;
    line-height: 3.125rem; }
    @media screen and (max-width: 860px) {
      header.container ul {
        float: none; } }
    header.container ul > li {
      float: left; }
      header.container ul > li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #ffd540;
        font-weight: 400;
        margin-right: 1.25rem; }
        header.container ul > li a:hover {
          color: grey; }
      header.container ul > li ul {
        display: none;
        width: auto;
        position: absolute;
        z-index: 9999;
        margin-left: -1em;
        height: auto; }
        header.container ul > li ul li {
          clear: left;
          width: 100%; }
          header.container ul > li ul li a {
            float: left;
            width: 100%;
            height: 2.5em;
            line-height: 2.5em;
            background: #484848;
            padding: 0em 0.8em;
            margin-right: 0;
            border-bottom: 1px solid #393939; }
            header.container ul > li ul li a:hover {
              background: #5c5c5c;
              color: white; }
      header.container ul > li:hover ul {
        display: block; }
      header.container ul > li.show-menu {
        display: none; }
    header.container ul.filters {
      margin-right: 0;
      float: right; }
      @media screen and (max-width: 860px) {
        header.container ul.filters {
          float: none;
          clear: left; } }
      header.container ul.filters a {
        display: inline-block;
        color: grey;
        margin-right: 0rem;
        margin-left: 0.625rem;
        padding: 0rem;
        font-size: 0.75rem;
        border-radius: 0.25rem; }
        header.container ul.filters a:hover {
          color: white; }
        @media screen and (max-width: 860px) {
          header.container ul.filters a {
            margin-right: 0.625rem;
            margin-left: 0rem; } }
  header.container .search {
    float: right; }
    header.container .search fieldset {
      margin: 0; }
      header.container .search fieldset .field {
        margin: 0; }
        header.container .search fieldset .field input[type='text'] {
          margin-top: 9px; }
    header.container .search input[type=submit] {
      display: none; }
  header.container.slim {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 0;
    border-bottom: 1px solid grey;
    z-index: 1001; }
    header.container.slim .logo {
      float: left; }
    header.container.slim .menu nav {
      background: #ef5350;
      float: left;
      height: 53px;
      padding-left: 10px; }
      header.container.slim .menu nav ul {
        margin: 0;
        line-height: 43px; }
    header.container.slim .menu .my-account,
    header.container.slim .menu .social-links {
      float: right;
      background: #ef5350;
      height: 53px;
      line-height: 43px; }
    header.container.slim .menu .social-links {
      margin: 0; }
    header.container.slim .menu .chyron {
      clear: right;
      background: white; }
      header.container.slim .menu .chyron em {
        padding-left: 10px; }
    header.container.slim form {
      display: none; }

.chyron.container {
  padding: 1.25rem 0;
  background-color: white;
  border-bottom: 2px solid #ededed; }
  .chyron.container em {
    float: left;
    font-size: 1.3125rem;
    font-family: "Montserrat", sans-serif;
    line-height: 2rem; }
    .chyron.container em a {
      color: grey;
      text-decoration: none; }
      .chyron.container em a:hover {
        color: darkgrey; }
  .chyron.container ul.social-links {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 20px; }
    .chyron.container ul.social-links > li {
      float: left;
      margin-right: 10px; }
      .chyron.container ul.social-links > li a {
        line-height: 0; }
  .chyron.container .my-account {
    position: relative;
    float: right; }
    .chyron.container .my-account::after {
      clear: both;
      content: "";
      display: table; }
    .chyron.container .my-account form {
      position: absolute;
      top: 0;
      display: none; }
  .chyron.container #SearchForm_SearchForm {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 32px; }
    .chyron.container #SearchForm_SearchForm fieldset {
      background: white; }

.site-message {
  background-color: #27aac5;
  padding: 15px 25px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em; }
  .site-message p {
    margin: 0; }
  .site-message a {
    color: white; }

@media screen and (max-width: 860px) {
  header.container nav ul {
    height: auto; }
    header.container nav ul li {
      display: none;
      float: none; }
      header.container nav ul li a {
        display: inline-block;
        width: 100%; }
        header.container nav ul li a:hover, header.container nav ul li a:active {
          background: #393939; }
      header.container nav ul li ul {
        position: relative;
        display: block;
        margin-left: 20px; }
        header.container nav ul li ul li a {
          font-size: 14px;
          background: #393939; }
          header.container nav ul li ul li a:hover, header.container nav ul li ul li a:active {
            color: grey;
            background: #393939; }
      header.container nav ul li.show-menu {
        display: block; }
        header.container nav ul li.show-menu a {
          display: inline-block;
          width: 100%;
          text-align: right; }
          header.container nav ul li.show-menu a img {
            width: 32px;
            vertical-align: middle; }
  header.container nav ul.filters {
    display: none; }
  header.container nav .search {
    display: none;
    width: 100%;
    margin-bottom: 20px; }
    header.container nav .search fieldset {
      max-width: 100%; }
      header.container nav .search fieldset .field input[type='text'] {
        max-width: 100%;
        width: 100%; } }
footer.content.container {
  padding: 20px;
  background: #393939;
  color: #cecece; }
  footer.content.container p {
    float: left;
    margin: 0; }
  footer.content.container .footer-links {
    margin: 0;
    padding: 0;
    float: right; }
    footer.content.container .footer-links li {
      display: inline;
      list-style: none; }
      footer.content.container .footer-links li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #cecece;
        font-size: 13.19px;
        font-weight: 600;
        margin-left: 20px; }

form fieldset {
  border: 0px solid #191919;
  padding: 0em; }
  form fieldset .field {
    margin-bottom: 1.5em; }
    form fieldset .field label {
      font-size: 0.8em;
      text-transform: uppercase;
      font-weight: 600;
      color: #191919; }
      form fieldset .field label.left {
        float: none; }
    form fieldset .field input[type='text'],
    form fieldset .field input[type='password'] {
      margin-top: 0.5em;
      height: 2.5em;
      width: 20em;
      border: 1px solid #cecece;
      padding: 0.3em 0.5em; }
form .Actions input {
  background: #27aac5;
  height: 2.5em;
  border: 0px solid #191919;
  color: white;
  padding: 0.3em 0.8em;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase; }
form .Actions p a {
  color: #27aac5; }

@media screen and (min-width: 861px) and (max-width: 1196px) {
  #SearchForm_SearchForm_Search {
    width: 200px; } }
.reviews-index {
  width: 100%;
  border-spacing: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .reviews-index th {
    font-size: 1.04875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #999999;
    padding: 0.5rem 0rem; }
  .reviews-index tbody tr:nth-child(even) {
    background: #f1f1f1; }
  .reviews-index tbody td {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #cecece;
    padding: 0.4rem 0.2rem;
    max-width: 460px; }
    .reviews-index tbody td:first-child {
      padding-left: 0; }
    .reviews-index tbody td:last-child {
      padding-left: 0; }
  .reviews-index .platform span:after {
    content: ","; }
  .reviews-index .platform span:last-child:after {
    content: ""; }

.print-holder {
  margin: 2rem; }
  .print-holder .logo {
    padding-top: rem-calc(20px);
    margin-bottom: rem-calc(40px); }
  .print-holder .print-footer {
    border-top: 1px solid #5c5b5b;
    padding-top: rem-calc(20px);
    margin-top: rem-calc(40px); }

* {
  box-sizing: border-box; }

body, html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #e7e7e7; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal; }

a {
  color: #35245b; }

p {
  line-height: 1.5em; }
  p a {
    color: #393939; }
    p a:hover, p a:active {
      color: #999999; }

.container:not(.super) {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  background: white; }
  .container:not(.super)::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 861px) and (max-width: 1196px) {
    .container:not(.super) {
      max-width: 840px; } }
  @media screen and (max-width: 860px) {
    .container:not(.super) {
      max-width: 100%; } }

.container.super .inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  .container.super .inner::after {
    clear: both;
    content: "";
    display: table; }

.skinned .page-wrapper {
  padding-top: 200px;
  background: url(http://images.eurogamer.net/2014/takeovers/tornado-8.jpg) 50% 0px no-repeat black; }

.box-heading {
  border-bottom: 2px solid #ef4d4e; }
  .box-heading span {
    display: inline-block;
    padding: 10px;
    background: #ef4d4e;
    min-width: 80px;
    font-weight: 600;
    font-size: 13.19px;
    color: white;
    text-transform: uppercase;
    text-align: center; }

.content.container {
  padding: 1.25rem;
  background: white; }
  .content.container .main::after {
    clear: both;
    content: "";
    display: table; }
  .content.container .main .articles {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 74.5161%;
    width: 820px;
    margin-right: 20px;
    padding-right: 20px; }
    .content.container .main .articles:last-child {
      margin-right: 0; }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      .content.container .main .articles {
        max-width: 100%;
        padding-right: 0; } }
    @media screen and (max-width: 860px) {
      .content.container .main .articles {
        max-width: 100%;
        padding-right: 0; } }
    .content.container .main .articles.page .article .title a {
      font-size: 0.75em;
      color: #191919;
      text-decoration: none;
      text-transform: uppercase; }
    .content.container .main .articles.page .article .content p a {
      color: #35245b; }
    .content.container .main .articles.page .article .content h2,
    .content.container .main .articles.page .article .content h3,
    .content.container .main .articles.page .article .content h4 {
      color: #191919; }
    .content.container .main .articles.page .article .content img.left {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
    .content.container .main .articles.page .article .content img.right {
      float: right;
      margin-left: 20px;
      margin-bottom: 20px; }
    .content.container .main .articles.page .article .content .captionImage {
      width: 100%; }
      .content.container .main .articles.page .article .content .captionImage img {
        vertical-align: text-bottom; }
      .content.container .main .articles.page .article .content .captionImage .caption {
        background: #cecece;
        margin: 0;
        padding: 5px 0;
        text-align: center;
        font-style: italic;
        width: 100%; }
    .content.container .main .articles.page .article .content .quote {
      float: left;
      width: 50%;
      padding: 20px 10px;
      padding-bottom: 20px;
      text-align: center;
      font-size: 1.85em;
      line-height: 1.3em;
      color: #27aac5;
      font-style: italic;
      font-weight: 300; }
      .content.container .main .articles.page .article .content .quote:before {
        content: "\201C"; }
      .content.container .main .articles.page .article .content .quote:after {
        content: "\201D"; }
  .content.container .main .featured-articles::after {
    clear: both;
    content: "";
    display: table; }
  .content.container .main .featured-articles .article {
    width: 15.625rem;
    float: right;
    margin-bottom: 20px; }
    @media screen and (max-width: 860px) {
      .content.container .main .featured-articles .article {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 46.97968%; }
        .content.container .main .featured-articles .article:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .content.container .main .featured-articles .article {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 100%; }
        .content.container .main .featured-articles .article:last-child {
          margin-right: 0; } }
  .content.container .main .featured-articles .article:first-child {
    width: 33.125rem;
    float: left; }
    .content.container .main .featured-articles .article:first-child .headline h2 {
      line-height: 40px;
      height: 40px;
      padding-right: 46px;
      padding-top: 0; }
    @media screen and (max-width: 860px) {
      .content.container .main .featured-articles .article:first-child {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 100%; }
        .content.container .main .featured-articles .article:first-child:last-child {
          margin-right: 0; } }
  .content.container .main .latest-articles::after {
    clear: both;
    content: "";
    display: table; }
  .content.container .main .latest-articles .article {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 49.0322%; }
    .content.container .main .latest-articles .article:last-child {
      margin-right: 0; }
    .content.container .main .latest-articles .article:nth-child(2n) {
      margin-right: 0; }
    .content.container .main .latest-articles .article:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 860px) {
      .content.container .main .latest-articles .article {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 100%; }
        .content.container .main .latest-articles .article:last-child {
          margin-right: 0; } }
    .content.container .main .latest-articles .article.featured .title ul.platforms {
      margin-top: -18px; }
  .content.container .main .video-player {
    margin-bottom: 0.7em; }
    .content.container .main .video-player iframe {
      width: 100%;
      height: 460px; }
  .content.container .main .ad {
    display: none; }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      .content.container .main .ad {
        display: block; } }
    @media screen and (max-width: 860px) {
      .content.container .main .ad {
        display: block; } }
  .content.container .main .reviews::after {
    clear: both;
    content: "";
    display: table; }
  .content.container .main .reviews .article {
    margin-bottom: 10px;
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 32.04294%; }
    .content.container .main .reviews .article:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1197px) {
      .content.container .main .reviews .article:nth-child(3n) {
        margin-right: 0; }
      .content.container .main .reviews .article:nth-child(3n+1) {
        clear: left; } }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      .content.container .main .reviews .article:nth-child(3n) {
        margin-right: 0; }
      .content.container .main .reviews .article:nth-child(3n+1) {
        clear: left; } }
    @media screen and (max-width: 860px) {
      .content.container .main .reviews .article {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 46.97968%; }
        .content.container .main .reviews .article:last-child {
          margin-right: 0; }
        .content.container .main .reviews .article:nth-child(2n) {
          margin-right: 0; }
        .content.container .main .reviews .article:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 480px) {
      .content.container .main .reviews .article {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 100%; }
        .content.container .main .reviews .article:last-child {
          margin-right: 0; } }
    .content.container .main .reviews .article .title ul.platforms {
      display: none; }
  .content.container .main .reviews.elsewhere .article .article-type {
    background: #27aac5; }
    .content.container .main .reviews.elsewhere .article .article-type a {
      color: white; }
  .content.container .main .trending::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1197px) {
    .content.container .main .trending .article .title ul.platforms {
      display: none; } }
  @media screen and (min-width: 861px) and (max-width: 1196px) {
    .content.container .main .trending .article {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 49.0322%; }
      .content.container .main .trending .article:last-child {
        margin-right: 0; }
      .content.container .main .trending .article:nth-child(2n) {
        margin-right: 0; }
      .content.container .main .trending .article:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 861px) and (max-width: 1196px) {
    .content.container .main .top-news .article {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 49.0322%; }
      .content.container .main .top-news .article:last-child {
        margin-right: 0; }
      .content.container .main .top-news .article:nth-child(2n) {
        margin-right: 0; }
      .content.container .main .top-news .article:nth-child(2n+1) {
        clear: left; } }
  .content.container .main .other-articles::after {
    clear: both;
    content: "";
    display: table; }
  .content.container .main .other-articles .article {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 23.5483%; }
    .content.container .main .other-articles .article:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1197px) {
      .content.container .main .other-articles .article:nth-child(4n) {
        margin-right: 0; }
      .content.container .main .other-articles .article:nth-child(4n+1) {
        clear: left; } }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      .content.container .main .other-articles .article:nth-child(4n) {
        margin-right: 0; }
      .content.container .main .other-articles .article:nth-child(4n+1) {
        clear: left; }
      .content.container .main .other-articles .article:nth-child(n+5) {
        display: none; } }
    @media screen and (max-width: 860px) {
      .content.container .main .other-articles .article {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 100%; }
        .content.container .main .other-articles .article:last-child {
          margin-right: 0; } }
    .content.container .main .other-articles .article .image {
      display: block;
      overflow: hidden; }
      @media screen and (min-width: 1197px) {
        .content.container .main .other-articles .article .image {
          height: 106px;
          max-height: 106px; } }
    .content.container .main .other-articles .article .staff-comment {
      color: #393939; }
    .content.container .main .other-articles .article .article-type {
      background: #27aac5;
      color: white; }
    .content.container .main .other-articles .article .staff-comment li {
      border-bottom: 1px solid #cecece; }
      .content.container .main .other-articles .article .staff-comment li a {
        padding: 0.6em;
        color: #27aac5;
        display: inline-block;
        width: 100%; }
      .content.container .main .other-articles .article .staff-comment li:last-child {
        border-bottom: 0px solid #cecece; }
    .content.container .main .other-articles .article .staff-comment span {
      font-size: 0.9em;
      font-weight: bold;
      color: #191919; }
  .content.container .main .extras {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 23.5483%;
    margin-right: 0;
    width: 18.75rem; }
    .content.container .main .extras:last-child {
      margin-right: 0; }
    @media screen and (max-width: 860px) {
      .content.container .main .extras {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 100%; }
        .content.container .main .extras:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      .content.container .main .extras {
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 100%; }
        .content.container .main .extras:last-child {
          margin-right: 0; } }
    .content.container .main .extras .follow-us h2 {
      margin-top: 0; }
    .content.container .main .extras .social-media {
      margin-bottom: 20px; }
      .content.container .main .extras .social-media::after {
        clear: both;
        content: "";
        display: table; }
      .content.container .main .extras .social-media a {
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 23.5483%;
        width: 69px;
        height: 69px;
        margin-right: 8px;
        color: white;
        text-align: center; }
        .content.container .main .extras .social-media a:last-child {
          margin-right: 0; }
        .content.container .main .extras .social-media a:nth-child(4n) {
          margin-right: 0; }
        .content.container .main .extras .social-media a:nth-child(4n+1) {
          clear: left; }
        .content.container .main .extras .social-media a span {
          display: none; }
        .content.container .main .extras .social-media a.facebook {
          background: #3b5998 url("../images/icon-facebook.png") no-repeat center center scroll; }
        .content.container .main .extras .social-media a.twitter {
          background: #1dcaff url("../images/icon-twitter.png") no-repeat center center scroll; }
        .content.container .main .extras .social-media a.youtube {
          background: #dd4b39 url("../images/icon-youtube.png") no-repeat center center scroll; }
        .content.container .main .extras .social-media a.rss {
          background: #fa9b39 url("../images/icon-rss.png") no-repeat center center scroll; }
        @media screen and (max-width: 480px) {
          .content.container .main .extras .social-media a {
            width: 32.04294%;
            margin-right: 1.9356%; } }
    .content.container .main .extras .ad {
      text-align: right;
      display: block;
      margin-bottom: 20px; }
      @media screen and (min-width: 861px) and (max-width: 1196px) {
        .content.container .main .extras .ad {
          display: none; } }
      @media screen and (max-width: 860px) {
        .content.container .main .extras .ad {
          display: none; } }
    .content.container .main .extras .discord iframe {
      width: 100%; }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      .content.container .main .extras .discord {
        display: none; } }
  .content.container .main .ad-unit {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 23.5483%; }
    .content.container .main .ad-unit:last-child {
      margin-right: 0; }
  .content.container .more-articles::after {
    clear: both;
    content: "";
    display: table; }
  .content.container .more-articles .article {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 32.04294%;
    margin-top: 20px; }
    .content.container .more-articles .article:last-child {
      margin-right: 0; }
    .content.container .more-articles .article:nth-child(3n) {
      margin-right: 0; }
    .content.container .more-articles .article:nth-child(3n+1) {
      clear: left; }
    .content.container .more-articles .article::after {
      clear: both;
      content: "";
      display: table; }
    .content.container .more-articles .article .article-type {
      background: #ef4d4e; }
    .content.container .more-articles .article .small-headline {
      margin-bottom: 10px; }
      .content.container .more-articles .article .small-headline::after {
        clear: both;
        content: "";
        display: table; }
      .content.container .more-articles .article .small-headline a {
        text-decoration: none;
        color: black; }
    .content.container .more-articles .article h3 {
      float: left;
      width: 40%; }
    .content.container .more-articles .article .author {
      font-size: 12px; }
    .content.container .more-articles .article .article-image {
      float: right;
      width: 60%; }
  .content.container .more-reviews::after {
    clear: both;
    content: "";
    display: table; }
  .content.container .more-reviews .articles {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 74.5161%; }
    .content.container .more-reviews .articles:last-child {
      margin-right: 0; }
    .content.container .more-reviews .articles .reviews .article {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 32.04294%; }
      .content.container .more-reviews .articles .reviews .article:last-child {
        margin-right: 0; }
      .content.container .more-reviews .articles .reviews .article .article-image {
        width: 100%; }
      .content.container .more-reviews .articles .reviews .article h3 {
        background: #ef4d4e;
        text-transform: uppercase; }
        .content.container .more-reviews .articles .reviews .article h3 a {
          color: black;
          text-decoration: none; }
      .content.container .more-reviews .articles .reviews .article .author {
        font-size: 11px; }
  .content.container .featured-video::after {
    clear: both;
    content: "";
    display: table; }
  .content.container .featured-video .video {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 74.5161%; }
    .content.container .featured-video .video:last-child {
      margin-right: 0; }
    .content.container .featured-video .video .video-frame {
      width: 640px;
      margin: 0 auto; }
  .content.container .featured-video .more-articles {
    margin-bottom: 5px; }
  .content.container .featured-video hr {
    clear: both;
    margin-top: 5px; }
  .content.container .other-sites .article {
    margin-bottom: 20px; }

.latest-reviews {
  float: left;
  display: block;
  margin-right: 1.9356%;
  width: 23.5483%; }
  .latest-reviews:last-child {
    margin-right: 0; }
  .latest-reviews h3 {
    text-transform: uppercase; }
  .latest-reviews ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .latest-reviews ul li {
      position: relative;
      width: 100%;
      height: 120px;
      overflow: hidden;
      background-size: 100% 100%;
      background-position: center center;
      transition: all 0.2s ease;
      margin-bottom: 10px; }
      .latest-reviews ul li h4 {
        text-align: center;
        background: rgba(255, 255, 255, 0.5); }
      .latest-reviews ul li img {
        position: absolute; }
      .latest-reviews ul li:hover {
        background-size: 150% 150%;
        transition: all 0.2s ease; }

h2.section-title,
h3.section-title {
  text-transform: uppercase; }

.ad-unit img {
  width: 100%; }

.button {
  background: #ef4d4e;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  color: black; }
  .button.more-articles {
    padding-left: 30px;
    margin-top: 10px;
    float: right; }

.article-type {
  clear: left;
  padding: 5px;
  background: #ef4d4e;
  font-size: 12px;
  text-transform: uppercase; }
  .article-type a {
    text-decoration: none;
    color: #191919; }

.staff-comment {
  clear: left;
  padding-top: 20px; }
  .staff-comment::after {
    clear: both;
    content: "";
    display: table; }
  .staff-comment p {
    margin-top: 0; }
  .staff-comment ul {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0; }

.article .title span.comments a {
  color: #ffd540; }

.BlogPost header .filters {
  display: none; }

.article::after {
  clear: both;
  content: "";
  display: table; }
.article .headline {
  position: relative; }
  .article .headline .featured-image {
    width: 100%; }
  .article .headline h2, .article .headline h3 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background: #191919;
    color: white; }
  .article .headline a {
    text-decoration: none;
    color: black; }
.article .lead {
  clear: left;
  padding-top: 10px; }
.article ul.platforms {
  position: absolute;
  right: 0;
  bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0; }
  .article ul.platforms li {
    float: left;
    margin-left: 5px; }
    .article ul.platforms li img {
      width: 18px;
      vertical-align: top; }

.article {
  position: relative; }
  .article h3 {
    font-size: 1.04875rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase; }
    .article h3 a {
      text-decoration: none;
      color: black; }
  .article .image img {
    width: 100%; }
  .article .title {
    position: relative; }
    .article .title span {
      color: #999999;
      margin-right: 20px;
      font-weight: 400;
      font-size: 0.78625rem;
      text-transform: uppercase; }
      .article .title span em {
        display: inline-block;
        height: 10px;
        width: 13px;
        background: transparent url("../images/icon-date.png") no-repeat center center scroll;
        margin-right: 4px; }
      .article .title span.comments a {
        text-decoration: none; }
      .article .title span.comments em {
        background: transparent url("../images/icon-comments.png") no-repeat center center scroll; }
  .article .description {
    font-size: 0.955rem;
    color: #393939; }
  .article .read-more {
    display: block;
    font-size: 0.955rem;
    font-weight: 600;
    color: #999999;
    text-transform: uppercase;
    text-decoration: none; }
  .article .article-type {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: #ffd540;
    color: #191919;
    line-height: normal;
    text-transform: uppercase; }
  .article .headline img {
    width: 100%; }
  .article.summary {
    margin-bottom: 10px; }
    .article.summary .image {
      display: block;
      float: left;
      width: 100px;
      margin-right: 10px; }
    .article.summary h3 {
      font-size: 0.78313rem; }
    .article.summary .article-type {
      display: none; }
    .article.summary .title {
      margin-left: 100px; }
  .article.featured .headline {
    line-height: 0; }
    .article.featured .headline h2 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0 16px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 13.19px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 600; }
      .article.featured .headline h2 a {
        color: white; }

.latest-articles .article.featured {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cecece; }

.extras .top-news .article {
  margin-bottom: 10px; }

.article.container .featured-image {
  position: relative;
  margin-bottom: 10px; }
  .article.container .featured-image img {
    width: 100%; }
  .article.container .featured-image .main-image-title {
    width: 100%;
    top: 60%;
    position: absolute;
    margin: 0em; }
    .article.container .featured-image .main-image-title div {
      text-align: center;
      display: block;
      width: 100%; }
      .article.container .featured-image .main-image-title div p {
        display: inline;
        background-color: #191919;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.2em;
        padding: 0em 0.3em; }
        .article.container .featured-image .main-image-title div p a {
          color: #ffd540;
          text-decoration: none;
          font-style: italic;
          font-weight: 400; }
        .article.container .featured-image .main-image-title div p.image-title {
          font-size: 4em; }
.article.container .main {
  float: left;
  display: block;
  margin-right: 1.9356%;
  width: 100%; }
  .article.container .main:last-child {
    margin-right: 0; }
  .article.container .main .article.post {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 74.5161%;
    width: 820px;
    margin-right: 20px; }
    .article.container .main .article.post:last-child {
      margin-right: 0; }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      .article.container .main .article.post {
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 100%; }
        .article.container .main .article.post:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 860px) {
      .article.container .main .article.post {
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 100%; }
        .article.container .main .article.post:last-child {
          margin-right: 0; } }
    .article.container .main .article.post .title h1 {
      font-size: 1.52063rem;
      font-weight: 600;
      margin: 0;
      text-transform: uppercase; }
    .article.container .main .article.post .review-summary {
      width: 25%;
      float: left;
      background: #cecece;
      margin-right: 20px;
      margin-top: 10px;
      padding: 20px; }
      @media screen and (max-width: 860px) {
        .article.container .main .article.post .review-summary {
          width: 100%;
          float: none; } }
      .article.container .main .article.post .review-summary .summary-title {
        line-height: 1em; }
      .article.container .main .article.post .review-summary .summary-release-date {
        border-bottom: 1px solid #999999;
        padding-bottom: 0.8em; }
      .article.container .main .article.post .review-summary .summary-meta-details {
        margin-top: 1em;
        line-height: 1.8em; }
      .article.container .main .article.post .review-summary h4 {
        margin: 0em;
        font-size: 0.8em;
        line-height: 1.8em;
        font-weight: normal; }
        .article.container .main .article.post .review-summary h4 span {
          font-weight: 600; }
    .article.container .main .article.post .content {
      margin-top: 10px;
      margin-bottom: 20px;
      color: #393939; }
      .article.container .main .article.post .content > p:first-child:first-letter {
        float: left;
        font-size: 4.85em;
        line-height: 0.5em;
        padding-top: 0.2em;
        padding-right: 0;
        padding-left: 0;
        padding-right: 4px;
        font-family: 'Roboto Slab', serif; }
      .article.container .main .article.post .content p {
        font-style: normal;
        font-weight: 400;
        color: #191919; }
        .article.container .main .article.post .content p:first-child {
          margin-top: 0; }
        .article.container .main .article.post .content p .quote {
          float: left;
          width: 50%;
          padding: 20px 10px;
          padding-bottom: 20px;
          text-align: center;
          font-size: 1.85em;
          line-height: 1.3em;
          color: #27aac5;
          font-style: italic;
          font-weight: 300; }
          .article.container .main .article.post .content p .quote:before {
            content: "\201C"; }
          .article.container .main .article.post .content p .quote:after {
            content: "\201D"; }
        .article.container .main .article.post .content p a {
          color: #27aac5; }
        .article.container .main .article.post .content p img.left {
          float: left;
          padding-right: 10px;
          padding-bottom: 5px; }
        .article.container .main .article.post .content p img.right {
          float: right;
          padding-left: 10px;
          padding-bottom: 5px; }
      .article.container .main .article.post .content .media.center {
        text-align: center; }
      .article.container .main .article.post .content .captionImage {
        max-width: 100%;
        margin: 0 auto; }
        .article.container .main .article.post .content .captionImage img {
          vertical-align: text-bottom; }
        .article.container .main .article.post .content .captionImage .caption {
          background: #cecece;
          margin: 0;
          padding: 5px;
          text-align: center;
          font-style: italic; }
      .article.container .main .article.post .content .wp-caption {
        max-width: 100%;
        margin: 0;
        padding: 5px 0;
        text-align: center;
        font-style: italic; }
        .article.container .main .article.post .content .wp-caption img {
          vertical-align: text-bottom; }
      .article.container .main .article.post .content iframe {
        max-width: 100%; }
        @media screen and (max-width: 860px) {
          .article.container .main .article.post .content iframe {
            height: 280px; } }
      .article.container .main .article.post .content img {
        max-width: 100%;
        height: auto;
        display: block; }
      .article.container .main .article.post .content blockquote {
        font-style: italic;
        margin-left: 20px;
        padding: 10px;
        padding-left: 20px;
        background: #e7e7e7;
        border-left: 4px #cecece solid;
        color: #393939;
        margin-bottom: 0; }
        .article.container .main .article.post .content blockquote p {
          font-style: italic; }
    .article.container .main .article.post .social-sharing {
      display: block;
      float: left;
      width: 50%;
      margin-bottom: 20px; }
      .article.container .main .article.post .social-sharing::after {
        clear: both;
        content: "";
        display: table; }
      .article.container .main .article.post .social-sharing ul {
        padding: 0em;
        margin: 0em; }
        .article.container .main .article.post .social-sharing ul::after {
          clear: both;
          content: "";
          display: table; }
        .article.container .main .article.post .social-sharing ul li {
          list-style-type: none;
          padding-right: 20px; }
          .article.container .main .article.post .social-sharing ul li a {
            float: left;
            display: inline;
            width: 130px;
            height: 60px;
            margin-right: 20px;
            padding-top: 10px;
            padding-left: 50px;
            text-decoration: none; }
            .article.container .main .article.post .social-sharing ul li a.facebook {
              background: #3b5998 url("../images/icon-facebook.png") no-repeat left center scroll;
              color: white;
              background-position: 20px 18px; }
            .article.container .main .article.post .social-sharing ul li a.twitter {
              background: #1dcaff url("../images/icon-twitter.png") no-repeat left center scroll;
              color: white;
              background-position: 15px 18px; }
    .article.container .main .article.post .tags {
      color: #999999;
      margin-right: 20px;
      font-weight: 400;
      font-size: 0.78625rem;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .article.container .main .article.post #Comments {
      clear: left; }
    .article.container .main .article.post .comments-holder {
      min-height: 60px; }
      .article.container .main .article.post .comments-holder .loader {
        position: absolute;
        left: 50%;
        margin-left: -28px; }
      .article.container .main .article.post .comments-holder .author .avatar {
        float: left;
        width: 40px;
        height: 40px; }
      .article.container .main .article.post .comments-holder .author .post-details {
        margin-left: 50px;
        margin-bottom: 10px; }
        .article.container .main .article.post .comments-holder .author .post-details::after {
          clear: both;
          content: "";
          display: table; }
        .article.container .main .article.post .comments-holder .author .post-details .author-name a {
          color: #27aac5;
          text-decoration: none;
          text-transform: uppercase; }
        .article.container .main .article.post .comments-holder .author .post-details .author-data {
          color: #999999;
          font-weight: 400;
          font-size: 0.78625rem;
          text-transform: uppercase; }
        .article.container .main .article.post .comments-holder .author .post-details .date {
          color: #999999;
          font-weight: 400;
          font-size: 0.78625rem;
          text-transform: uppercase; }
      .article.container .main .article.post .comments-holder .comment {
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #999999; }
        .article.container .main .article.post .comments-holder .comment:first-child {
          display: none; }
        .article.container .main .article.post .comments-holder .comment .comment-body blockquote {
          margin-left: 20px;
          padding: 10px;
          padding-left: 20px;
          background: #e7e7e7;
          border-left: 4px #cecece solid;
          color: #393939;
          margin-bottom: 0; }
          .article.container .main .article.post .comments-holder .comment .comment-body blockquote .blockquote {
            margin-left: 20px; }
        .article.container .main .article.post .comments-holder .comment .comment-body cite {
          display: block; }
        .article.container .main .article.post .comments-holder .comment .controls {
          visibility: hidden;
          margin-top: 10px; }
          .article.container .main .article.post .comments-holder .comment .controls .quote {
            cursor: pointer;
            background: #25b695;
            padding: 3px 6px;
            color: white;
            font-weight: 400;
            font-size: 0.78625rem;
            text-decoration: none; }
      .article.container .main .article.post .comments-holder.logged-in .comment:hover .controls {
        visibility: visible; }
    .article.container .main .article.post .comments-form {
      margin-top: 20px; }
      .article.container .main .article.post .comments-form h3 {
        margin-bottom: 10px; }
      .article.container .main .article.post .comments-form button {
        border: 0;
        background: #25b695;
        color: white;
        padding: 10px;
        font-weight: 600;
        font-size: 13.19px;
        text-transform: uppercase;
        margin-top: 10px; }
      .article.container .main .article.post .comments-form p span {
        font-style: italic; }
      .article.container .main .article.post .comments-form p a {
        color: #27aac5; }
    .article.container .main .article.post .rating {
      margin-bottom: 10px; }
      .article.container .main .article.post .rating::after {
        clear: both;
        content: "";
        display: table; }
      .article.container .main .article.post .rating .rating-summary {
        width: 50%;
        float: left;
        clear: left;
        padding: 0 10px;
        padding-top: 10px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 1.25em;
        line-height: 1.3em;
        font-weight: 600; }
      .article.container .main .article.post .rating .rating-stars {
        font-family: serif;
        width: 50%;
        float: right;
        color: #ffd540;
        font-size: 5em;
        text-align: center;
        white-space: nowrap; }
        .article.container .main .article.post .rating .rating-stars span {
          display: block;
          float: left; }
    .article.container .main .article.post .platforms {
      margin-bottom: 20px;
      background: #cecece;
      padding: 20px; }
      .article.container .main .article.post .platforms::after {
        clear: both;
        content: "";
        display: table; }
      .article.container .main .article.post .platforms .platforms-intro {
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 15.05367%;
        display: block; }
        .article.container .main .article.post .platforms .platforms-intro:last-child {
          margin-right: 0; }
        .article.container .main .article.post .platforms .platforms-intro .platforms-title h3 {
          line-height: 1em; }
        .article.container .main .article.post .platforms .platforms-intro .platforms-available-on h4 {
          margin: 0em;
          font-size: 0.8em;
          line-height: 1.8em; }
      .article.container .main .article.post .platforms .platforms-list {
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 83.01073%;
        display: block; }
        .article.container .main .article.post .platforms .platforms-list:last-child {
          margin-right: 0; }
        .article.container .main .article.post .platforms .platforms-list ul {
          padding: 0em;
          margin: 0em; }
          .article.container .main .article.post .platforms .platforms-list ul::after {
            clear: both;
            content: "";
            display: table; }
          .article.container .main .article.post .platforms .platforms-list ul li {
            list-style-type: none;
            padding-right: 20px;
            text-align: center;
            padding-left: 20px; }
            .article.container .main .article.post .platforms .platforms-list ul li a {
              float: left;
              display: inline-block;
              width: 60px;
              height: 60px;
              margin-right: 20px; }
              .article.container .main .article.post .platforms .platforms-list ul li a.steam {
                background: transparent url("../images/steam.png") no-repeat center center scroll;
                background-size: 48px 48px;
                color: transparent; }
              .article.container .main .article.post .platforms .platforms-list ul li a.developer {
                background: transparent url("../images/download.png") no-repeat center center scroll;
                background-size: 48px 48px;
                color: transparent; }
              .article.container .main .article.post .platforms .platforms-list ul li a.app-store {
                background: transparent url("../images/apple.png") no-repeat center center scroll;
                background-size: 48px 48px;
                color: transparent; }
              .article.container .main .article.post .platforms .platforms-list ul li a.google-play {
                background: transparent url("../images/google.png") no-repeat center center scroll;
                background-size: 48px 48px;
                color: transparent; }
              .article.container .main .article.post .platforms .platforms-list ul li a.boardgame {
                width: 38px;
                background: transparent url("../images/board-game.png") no-repeat center center scroll;
                background-size: auto 48px;
                color: transparent; }
  .article.container .main .extras {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 23.5483%;
    width: 300px; }
    .article.container .main .extras:last-child {
      margin-right: 0; }
    @media screen and (max-width: 860px) {
      .article.container .main .extras {
        float: left;
        display: block;
        margin-right: 6.04063%;
        width: 100%; }
        .article.container .main .extras:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 861px) and (max-width: 1196px) {
      .article.container .main .extras {
        float: left;
        display: block;
        margin-right: 1.9356%;
        width: 100%; }
        .article.container .main .extras:last-child {
          margin-right: 0; } }

.search-results .query {
  color: #999999;
  margin-right: 20px;
  font-weight: 400;
  font-size: 0.78625rem;
  text-transform: uppercase;
  margin-bottom: 20px; }
.search-results .article .date {
  color: #999999;
  margin-right: 20px;
  font-weight: 400;
  font-size: 0.78625rem;
  text-transform: uppercase; }
  .search-results .article .date em {
    display: inline-block;
    height: 10px;
    width: 13px;
    background: transparent url("../images/icon-date.png") no-repeat center center scroll;
    margin-right: 4px; }
.search-results .article p {
  margin-top: 0;
  margin-bottom: 0; }
.search-results .article .read-more {
  margin-bottom: 20px; }

#skin-container {
  position: absolute;
  width: auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
  #skin-container .switch_placeholder {
    position: absolute;
    margin-left: -940px;
    left: 50%; }
  @media screen and (min-width: 861px) and (max-width: 1196px) {
    #skin-container {
      display: none; } }

.content.container {
  position: relative;
  z-index: 1; }

/*# sourceMappingURL=style.css.map */
