/* HEIGHTS */
/* Container left-right padding  / 2 */
a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.game-rating-item {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 81px;
  border-radius: 2px;
  vertical-align: top; }
  .game-rating-item__logo {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    height: 42px;
    margin: 0;
    margin-top: 5px;
    vertical-align: top;
    display: inline-block; }
  .game-rating-item__score {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333; }
  .game-rating-item__sep {
    display: inline-block;
    margin: 0px 2px;
    font-weight: normal; }
  .game-rating-item.site-steam .game-rating-item__logo {
    text-align: center;
    color: #171a21;
    font-size: 39px; }
    .game-rating-item.site-steam .game-rating-item__logo i {
      vertical-align: top;
      margin-top: 2px; }
  .game-rating-item.site-gm {
    color: #ab1200;
    border: 1px solid rgba(255, 255, 255, 0); }
    .game-rating-item.site-gm:hover {
      border: 1px solid #c51500;
      background: rgba(197, 21, 0, 0.02);
      cursor: pointer; }
  .game-rating-item.site-gm .game-rating-item__score {
    color: #ab1200; }
  .game-rating-item.site-gm .game-rating-item__logo {
    background: url(../images/logo.svg) no-repeat center;
    background-size: 42px;
    background-position: center;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: Century Gothic; }
  .game-rating-item.site-mc .game-rating-item__logo {
    background: url(../images/mc_circle.png) no-repeat center; }

.bootstrap-scope {
  font-size: 12px;
  font-family: Arial; }
  .bootstrap-scope .btn {
    text-decoration: none !important; }

.gameru-game-header {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: #333;
  color: #e4e4e4; }
  .gameru-game-header .game-rating-item__score, .gameru-game-header .game-rating-item.site-steam .game-rating-item__logo {
    color: #e4e4e4; }
  .gameru-game-header a {
    color: #e4e4e4;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-decoration: underline; }
    .gameru-game-header a:not(.ipsButton):hover {
      color: #fff; }
  .gameru-game-header .game-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.2; }
  .gameru-game-header .game-content {
    z-index: 5;
    position: relative;
    padding: 15px 25px; }
  .gameru-game-header .game-ratings {
    position: absolute;
    right: 30px;
    top: 20px; }
  .gameru-game-header .game-title {
    font-size: 1.8rem;
    margin-bottom: 5px;
    padding-right: 80px; }
    .gameru-game-header .game-title a {
      text-decoration: none; }
  .gameru-game-header .title-separator {
    margin-bottom: 10px; }
  .gameru-game-header .game-taglist .game-tag {
    margin-right: 2px;
    margin-bottom: 3px;
    margin-top: 3px;
    display: inline-block; }
    .gameru-game-header .game-taglist .game-tag.badge {
      /* IPB 2.3 BS hack*/
      font-size: 11px;
      font-weight: normal; }
  .gameru-game-header .game-screenshots {
    margin-top: 10px; }
    .gameru-game-header .game-screenshots .one-image {
      margin-bottom: 10px;
      opacity: 0.8;
      display: inline-block;
      -webkit-box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.3);
              box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.3);
      max-height: 100px;
      overflow: hidden; }
      .gameru-game-header .game-screenshots .one-image:hover {
        opacity: 1;
        -webkit-transform: scale(1.02);
                transform: scale(1.02);
        -webkit-box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.4);
                box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.4); }
      .gameru-game-header .game-screenshots .one-image img {
        max-width: 100%; }

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