.tag-list {
  padding: 20px;
}
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
}
body > .container {
  padding: 0;
}
@media only screen and (max-width: 1110px) {
  body > .container {
    padding: 0 15px;
  }
}
#top-bar {
  padding: 0 !important;
  position: relative;
}
#top-bar .top-menu {
  width: 100%;
  margin-bottom: 20px !important;
}
#top-bar #logo {
  background: none;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  #top-bar #logo {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
#top-bar #logo img {
  max-width: 290px;
  height: auto;
}
#top-bar .social-icons {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 35px;
}
@media only screen and (max-width: 1110px) {
  #top-bar .social-icons {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #top-bar .social-icons {
    max-width: unset;
  }
}
@media only screen and (max-width: 480px) {
  #top-bar .social-icons {
    display: block;
    position: relative;
    right: 0;
  }
}
.widget #bigcalendar1 #calendar_1 {
  width: 100% !important;
}
.widget table {
  width: 100% !important;
}
#header {
  box-shadow: 0px 0px 5px 0px #555;
  height: auto;
  height: 60px !important;
  margin: 0 auto 0 auto !important;
}
#header .menu-wrap {
  min-height: 60px;
  position: relative;
}
#header .menu-wrap .click-to-open-menu {
  background-color: #333333;
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  height: auto;
  line-height: 60px;
}
#header .menu-wrap .primary-navigation .game-news > a:before {
  content: '\f11b';
  font-family: "FontAwesome";
  color: rgba(255, 255, 255, 0.5);
  float: left;
  margin-right: 10px;
}
#header .menu-wrap .primary-navigation li.menu-item .sub-menu li a {
  font-size: 1.4em;
  line-height: normal;
}
#header .menu-wrap .primary-navigation li.menu-item a {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  line-height: 60px;
  font-size: 1.6em;
}
#header .menu-wrap .primary-navigation:before,
#header .menu-wrap .primary-navigation:after {
  content: "";
  display: table;
}
#header .menu-wrap .primary-navigation:after {
  clear: both;
}
#header .menu-wrap #search-box {
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0;
  padding: 0;
}
#header .menu-wrap #search-box a {
  top: 8px;
  right: 10px;
}
#header .menu-wrap .open-close-wrapper {
  position: relative;
  z-index: 9999;
}
#slider-container {
  clear: both;
  margin: 0 !important;
}
#slider-container .container {
  box-shadow: 0px 0px 5px 0px #555;
  margin-bottom: 5px;
  position: relative;
  width: 100% !important;
}
#slider-container .container .slider-advertise,
#slider-container .container .slider-side-advertise {
  max-width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9000;
  display: none;
}
@media only screen and (max-width: 960px) {
  #slider-container .container .slider-advertise,
  #slider-container .container .slider-side-advertise {
    max-width: 100%;
    width: 100%;
  }
}
#slider-container .container .slider-advertise .close-button,
#slider-container .container .slider-side-advertise .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 9100;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
#slider-container .container .slider-advertise .close-button:hover,
#slider-container .container .slider-side-advertise .close-button:hover {
  color: #2980B9;
}
#slider-container .container .slider-advertise .status-message,
#slider-container .container .slider-side-advertise .status-message {
  position: absolute;
  z-index: 9200;
  bottom: 15px;
  left: 15px;
  color: #fff;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 0.85em;
}
#slider-container .container .slider-advertise img,
#slider-container .container .slider-side-advertise img {
  width: 100%;
  height: auto;
}
#slider-container .container .slider-side-advertise {
  max-width: 30% !important;
  right: 0 !important;
}
#slider-container .container .bx-wrapper {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 960px) {
  #slider-container .container .bx-wrapper {
    width: 100%;
  }
}
#slider-container .container .bx-wrapper .bx-viewport #featured-slider li {
  max-width: 756px !important;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #slider-container .container .bx-wrapper .bx-viewport #featured-slider li {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 960px) {
  #slider-container .container .bx-wrapper .bx-viewport #featured-slider li a img {
    width: 100% !important;
    max-width: 100%;
  }
}
#slider-container .container .bx-wrapper .bx-viewport #featured-slider li .taxonomy-images-the-terms {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #slider-container .container .bx-wrapper .bx-viewport #featured-slider li .taxonomy-images-the-terms {
    bottom: 30px;
  }
}
#slider-container .container .bx-wrapper .bx-viewport #featured-slider li .taxonomy-images-the-terms li {
  float: left;
  margin-right: 5px;
  width: 8.82%;
}
#slider-container .container .bx-wrapper .bx-viewport #featured-slider li .taxonomy-images-the-terms li a img {
  width: 100%;
  height: auto;
}
#slider-container .container .bx-wrapper .bx-viewport #featured-slider li .bx-caption {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  line-height: 1.4em;
  left: 0 !important;
  bottom: 0 !important;
  margin: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
@media only screen and (max-width: 960px) {
  #slider-container .container .bx-wrapper .bx-viewport #featured-slider li .bx-caption {
    font-size: 1em;
    line-height: 130%;
    padding: 5px;
  }
}
#slider-container .container #featured-slider-pager {
  width: 30%;
  height: 473px !important;
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  #slider-container .container #featured-slider-pager {
    overflow: hidden;
    width: 100% !important;
    position: inherit;
    height: auto !important;
  }
}
#slider-container .container #featured-slider-pager > a {
  height: 94px !important;
}
@media only screen and (max-width: 960px) {
  #slider-container .container #featured-slider-pager > a {
    text-align: center;
    height: auto !important;
    float: left;
    width: 20%;
    margin: 0;
  }
}
#slider-container .container #featured-slider-pager > a > img {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  #slider-container .container #featured-slider-pager > a > img {
    width: 100% !important;
    height: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 960px) {
  #slider-container .container #featured-slider-pager > a > h3,
  #slider-container .container #featured-slider-pager > a .entry-meta {
    display: none;
  }
}
#slider-container .container #featured-slider-pager > a > .entry-meta {
  margin-bottom: 0;
  font-size: 0.9em;
}
#slider-container .container #featured-slider-pager > a > .entry-meta .span {
  font-size: 0.9em !important;
}
.main-content {
  margin-top: 30px;
}
.block .title {
  font-size: 2.5em;
  font-family: "RSU", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.block .tag-filter {
  margin-bottom: 15px;
}
.block .tag-filter .tag {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 2px;
  margin-bottom: 2px;
}
.block .tag-filter .tag a {
  display: block;
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  padding: 3px 15px;
  background-color: #2980B9;
  color: #fff;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #333 50%, #2980B9 50%);
  -webkit-transition: background-position 0.2s ease-in-out;
  -moz-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}
.block .tag-filter .tag a:hover {
  text-decoration: none;
  background-position: 0 -100%;
}
.block .tag-filter .tag a:before {
  font-family: "FontAwesome";
  margin-right: 5px;
}
.block .tag-filter .tag a.default:before {
  content: '\f11b';
}
.block .tag-filter .tag a.hotnews:before {
  content: '\f06d';
}
.block .tag-filter .tag a.game-reviews:before {
  content: '\f024';
}
.block .tag-filter .tag a.upcoming-game:before {
  content: '\f0aa';
}
.block .tag-filter .tag a.gamethai:before {
  content: '\f0c9';
}
.block .tag-filter .tag a.thai-gameonline:before {
  content: '\f067';
}
.block .tag-filter .tag a.gameweb:before {
  content: '\f0ac';
}
.block .tag-filter .tag a.gamemobile:before {
  content: '\f10b';
}
.block .tag-filter .tag a.all:before {
  content: '\f161';
}
.block .tag-filter .tag a.client:before {
  content: '\f109';
}
.block .tag-filter .tag a.mobile:before {
  content: '\f10b';
}
.block .tag-filter .tag a.web:before {
  content: '\f0ac';
}
.block .tag-filter .active a {
  color: #fff;
  background-position: 0 -100%;
}
.game-news .horizontal-posts .wrapper .article-vertical {
  width: 60%;
}
@media only screen and (min-width: 513px) and (max-width: 1023px) {
  .game-news .horizontal-posts .wrapper .article-vertical {
    width: 50%;
  }
}
@media only screen and (max-width: 512px) {
  .game-news .horizontal-posts .wrapper .article-vertical {
    width: 100%;
  }
}
.game-news .horizontal-posts .wrapper .multiple-posts {
  width: 40%;
}
@media only screen and (min-width: 513px) and (max-width: 1023px) {
  .game-news .horizontal-posts .wrapper .multiple-posts {
    width: 50%;
  }
}
@media only screen and (max-width: 512px) {
  .game-news .horizontal-posts .wrapper .multiple-posts {
    width: 100%;
  }
}
.game-news .horizontal-posts .wrapper .multiple-posts .multiple-posts-title h5 {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
}
.game-news .horizontal-posts .wrapper .multiple-posts ul li {
  padding: 0;
}
.game-news .horizontal-posts .wrapper .multiple-posts ul li a {
  padding: 15px;
  display: block;
  color: #333;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ECECEC 50%, #808080 50%);
  -webkit-transition: background-position 0.2s ease-in-out;
  -moz-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .game-news .horizontal-posts .wrapper .multiple-posts ul li a img {
    display: block;
  }
}
.game-news .horizontal-posts .wrapper .multiple-posts ul li a:hover {
  background-position: -100% 0;
  text-decoration: none;
}
.game-news .horizontal-posts .section-footer .view-all {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-align: center;
  display: block;
  padding: 15px;
  background-color: #333;
  color: #fff;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #333 50%, #2980B9 50%);
  -webkit-transition: background-position 0.2s ease-in-out;
  -moz-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}
.game-news .horizontal-posts .section-footer .view-all:hover {
  background-position: 0 100%;
  text-decoration: none;
}
.game-news .horizontal-posts.visible {
  display: block;
}
.game-news .horizontal-posts.hidden {
  display: none;
}
.category .category-title h5,
.tax-game-platform .category-title h5,
.blog .category-title h5,
.post-type-archive .category-title h5 {
  font-family: "RSU", Helvetica, Arial, sans-serif;
}
.category .article-standard,
.tax-game-platform .article-standard,
.blog .article-standard,
.post-type-archive .article-standard {
  width: 47%;
  margin-right: 3%;
  float: left;
  position: relative;
  background-color: transparent;
  box-shadow: none;
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .category .article-standard,
  .tax-game-platform .article-standard,
  .blog .article-standard,
  .post-type-archive .article-standard {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .category .article-standard,
  .tax-game-platform .article-standard,
  .blog .article-standard,
  .post-type-archive .article-standard {
    width: 100%;
    margin-right: 0;
  }
}
.category .article-standard .post-image,
.tax-game-platform .article-standard .post-image,
.blog .article-standard .post-image,
.post-type-archive .article-standard .post-image {
  float: none;
  background-color: transparent;
}
.category .article-standard .entry-content,
.tax-game-platform .article-standard .entry-content,
.blog .article-standard .entry-content,
.post-type-archive .article-standard .entry-content {
  margin-left: 0;
  background-color: #fff;
  padding-bottom: 10px;
}
.category .article-standard .entry-content .entry-title,
.tax-game-platform .article-standard .entry-content .entry-title,
.blog .article-standard .entry-content .entry-title,
.post-type-archive .article-standard .entry-content .entry-title {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
}
.category .article-standard .entry-footer,
.tax-game-platform .article-standard .entry-footer,
.blog .article-standard .entry-footer,
.post-type-archive .article-standard .entry-footer {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.category .article-standard .entry-footer #share-this-article,
.tax-game-platform .article-standard .entry-footer #share-this-article,
.blog .article-standard .entry-footer #share-this-article,
.post-type-archive .article-standard .entry-footer #share-this-article {
  border: none;
}
.category .article-standard .entry-footer #share-this-article ul.social-icons,
.tax-game-platform .article-standard .entry-footer #share-this-article ul.social-icons,
.blog .article-standard .entry-footer #share-this-article ul.social-icons,
.post-type-archive .article-standard .entry-footer #share-this-article ul.social-icons {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding: 0 20px;
}
.category .article-standard .entry-footer #share-this-article ul.social-icons li:last-child,
.tax-game-platform .article-standard .entry-footer #share-this-article ul.social-icons li:last-child,
.blog .article-standard .entry-footer #share-this-article ul.social-icons li:last-child,
.post-type-archive .article-standard .entry-footer #share-this-article ul.social-icons li:last-child {
  margin-right: 0;
}
.category .article-standard .entry-footer .read-more,
.tax-game-platform .article-standard .entry-footer .read-more,
.blog .article-standard .entry-footer .read-more,
.post-type-archive .article-standard .entry-footer .read-more {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-align: center;
  display: block;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #333 50%, #2980B9 50%);
  -webkit-transition: background-position 0.2s ease-in-out;
  -moz-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}
.category .article-standard .entry-footer .read-more:hover,
.tax-game-platform .article-standard .entry-footer .read-more:hover,
.blog .article-standard .entry-footer .read-more:hover,
.post-type-archive .article-standard .entry-footer .read-more:hover {
  background-position: 0 100%;
  text-decoration: none;
}
ul.page-numbers li {
  display: block !important;
}
.post .post-image img:hover,
.article-vertical .post-image img:hover {
  opacity: 1 !important;
}
.post .post-image .social-links,
.article-vertical .post-image .social-links,
.post .post-image .social-links:hover,
.article-vertical .post-image .social-links:hover {
  display: none !important;
}
.post .entry-content .entry-title,
.article-vertical .entry-content .entry-title {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
}
.game {
  list-style: none;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 15px 15px 10px 15px;
}
.game .game-logo {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.game .game-logo .no-image {
  display: block;
  text-align: center;
  vertical-align: middle;
  background-color: #999;
  max-width: 160px;
  width: 100%;
  min-height: 160px;
  color: #fff;
  position: relative;
}
.game .game-logo .no-image span {
  position: absolute;
  top: 40%;
  left: 30%;
}
.game .container {
  float: right;
  width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.game .container .game-title {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 5px;
}
.game .container .description-em span {
  margin-right: 10px;
}
.game .container .description-em .by-view-number:before {
  content: '\f06e';
  font-family: "FontAwesome";
  margin-right: 4px;
}
.game .container .description-em .by-date:before {
  content: '\f017';
  color: #ddd;
  margin-right: 4px;
  font-family: 'FontAwesome';
}
.game .container .game-content {
  margin-bottom: 20px;
}
.game .container .game-information {
  background-color: #ececec;
  padding: 15px;
}
.game .container .game-information .game-release,
.game .container .game-information .game-category,
.game .container .game-information .game-platform,
.game .container .game-information .game-url,
.game .container .game-information .game-country {
  margin-bottom: 5px;
  font-size: 0.9em;
}
.game .container .game-information .game-release .label,
.game .container .game-information .game-category .label,
.game .container .game-information .game-platform .label,
.game .container .game-information .game-url .label,
.game .container .game-information .game-country .label {
  margin-right: 10px;
  padding: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.25em;
  font-family: "RSU", Helvetica, Arial, sans-serif;
}
.game .container .game-information .game-release a,
.game .container .game-information .game-category a,
.game .container .game-information .game-platform a,
.game .container .game-information .game-url a,
.game .container .game-information .game-country a {
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
  background-color: #2980B9;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
}
.game .container .game-information .game-release a:hover,
.game .container .game-information .game-category a:hover,
.game .container .game-information .game-platform a:hover,
.game .container .game-information .game-url a:hover,
.game .container .game-information .game-country a:hover {
  background-color: #333;
  color: #fff;
}
.game .container .game-information > div:last-child {
  margin-bottom: 0;
}
.game .container .game-information .game-release {
  color: #aaa;
}
.game .container .game-information .game-release .label:before {
  content: '\f073';
  font-family: "FontAwesome";
  margin-right: 5px;
}
.game .container .game-information .game-category .label:before {
  content: '\f02c';
  font-family: "FontAwesome";
  margin-right: 5px;
}
.game .container .game-information .game-platform .label:before {
  content: '\f085';
  font-family: "FontAwesome";
  margin-right: 5px;
}
.game .container .game-information .game-platform .platform:before {
  font-family: "FontAwesome";
  margin-right: 5px;
}
.game .container .game-information .game-platform .platform.pc:before {
  content: '\f17a';
}
.game .container .game-information .game-platform .platform.mac:before {
  content: '\f108';
}
.game .container .game-information .game-platform .platform.linux:before {
  content: '\f17c';
}
.game .container .game-information .game-platform .platform.web:before {
  content: '\f0ac';
}
.game .container .game-information .game-platform .platform.ios:before {
  content: '\f179';
}
.game .container .game-information .game-platform .platform.android:before {
  content: '\f17b';
}
.game .container .game-information .game-country:before,
.game .container .game-information .game-country:after {
  content: '';
  display: table;
  clear: both;
}
.game .container .game-information .game-country .label:before {
  content: '\f024';
  font-family: "FontAwesome";
  margin-right: 5px;
}
.game .container .game-information .game-country .label {
  display: inline-block;
}
.game .container .game-information .game-country ul.taxonomy-images-the-terms {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.game .container .game-information .game-country ul.taxonomy-images-the-terms > li {
  margin: 2px 4px 2px 0;
}
.game .container .game-information .game-country ul.taxonomy-images-the-terms > li > a {
  padding: 0 !important;
  background-color: transparent;
  border: 2px solid transparent;
}
.game .container .game-information .game-country ul.taxonomy-images-the-terms > li > a > img {
  width: auto;
  height: 22px;
}
.game .container .game-information .game-country ul.taxonomy-images-the-terms > li > a:hover {
  border: 2px solid #444;
}
.game .container .game-information .game-url .label:before {
  content: '\f0ac';
  font-family: "FontAwesome";
  margin-right: 5px;
}
.game .container .download-links {
  margin-bottom: 15px;
}
.game .container .download-links h4 {
  font-family: "RSU", Helvetica, Arial, sans-serif;
}
.game .container .download-links ul.download-items {
  margin: 0;
}
.game .container .download-links ul.download-items li.download-item {
  list-style: none;
  display: inline-block;
}
.game .container .download-links ul.download-items li.download-item a {
  display: block;
  font-size: 0.9em;
  border-radius: 3px;
  background-color: #2980B9;
  color: #fff;
  padding: 0 5px;
  text-decoration: none;
}
.game .container .download-links ul.download-items li.download-item a:hover {
  background-color: #333;
}
.upcoming-game.block {
  margin-bottom: 30px;
}
.upcoming-game.block a:hover {
  text-decoration: none;
}
.upcoming-game.block .tag-filter .tags {
  float: left;
  margin-right: 4px;
}
.upcoming-game.block .tag-filter .tags .tag {
  border: 2px solid transparent;
}
.upcoming-game.block .tag-filter .countries {
  float: left;
}
.upcoming-game.block .tag-filter .countries ul {
  margin: 0;
}
.upcoming-game.block .tag-filter .countries ul > li {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.upcoming-game.block .tag-filter .countries ul > li > a {
  display: block;
  border: 2px solid transparent;
}
.upcoming-game.block .tag-filter .countries ul > li > a img {
  width: auto;
  height: 30px;
}
.upcoming-game.block .tag-filter .countries ul > li > a:hover {
  border: 2px solid #444;
}
.upcoming-game.block .gamelist {
  background-color: #fff;
}
.upcoming-game.block .gamelist .game-info {
  padding: 30px 30px 0px 30px;
  margin-left: 0;
}
@media only screen and (max-width: 481px) {
  .upcoming-game.block .gamelist .game-info {
    padding: 30px 0px 0px 0px;
  }
}
.upcoming-game.block .gamelist .game-info .game {
  margin-bottom: 15px;
}
.upcoming-game.block .gamelist .game-info .game .game-logo {
  margin-bottom: 15px;
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .upcoming-game.block .gamelist .game-info .game .game-logo {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .upcoming-game.block .gamelist .game-info .game .game-logo {
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.upcoming-game.block .gamelist .game-info .game .game-logo a {
  position: relative;
  display: block;
}
.upcoming-game.block .gamelist .game-info .game .game-logo a img {
  width: 100%;
  height: auto;
}
.upcoming-game.block .gamelist .game-info .game .game-logo a .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity ease-in 0.4s;
  opacity: 1;
  background: transparent url('../lib/img/rank-overlay-01.png') center center no-repeat;
  background-size: cover !important;
}
.upcoming-game.block .gamelist .game-info .game .game-logo a .image-overlay:hover {
  opacity: 0;
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .upcoming-game.block .gamelist .game-info .game .container {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .upcoming-game.block .gamelist .game-info .game .container {
    width: 100%;
  }
}
.upcoming-game.block .gamelist .game-info .game:nth-child(1) .game-logo a .image-overlay {
  background: transparent url('../lib/img/rank-overlay-01.png') center center no-repeat;
}
.upcoming-game.block .gamelist .game-info .game:nth-child(2) .game-logo a .image-overlay {
  background: transparent url('../lib/img/rank-overlay-02.png') center center no-repeat;
}
.upcoming-game.block .gamelist .game-info .game:nth-child(3) .game-logo a .image-overlay {
  background: transparent url('../lib/img/rank-overlay-03.png') center center no-repeat;
}
.upcoming-game.block .gamelist .game-info .game:nth-child(4) .game-logo a .image-overlay {
  background: transparent url('../lib/img/rank-overlay-04.png') center center no-repeat;
}
.upcoming-game.block .gamelist .game-info .game:nth-child(5) .game-logo a .image-overlay {
  background: transparent url('../lib/img/rank-overlay-05.png') center center no-repeat;
}
.upcoming-game.block .gamelist .game-info .game:last-children {
  margin-bottom: 0;
}
.upcoming-game.block .gamelist .viewall {
  font-family: "RSU", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2em;
  text-align: center;
  display: block;
  padding: 15px;
  background-color: #333;
  color: #FFF;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #333 50%, #2980B9 50%);
  transition: background-position 0.2s ease-in-out 0s;
}
.upcoming-game.block .gamelist .viewall i {
  vertical-align: middle;
}
.upcoming-game.block .gamelist .viewall:hover {
  background-position: 0px 100%;
  text-decoration: none;
}
.upcoming-game.block .gamelist.visible {
  display: block;
}
.upcoming-game.block .gamelist.hidden {
  display: none;
}
.entry-content {
  padding-bottom: 0;
}
.entry-content .entry-meta .description-em .by-comments {
  display: none;
}
.entry-content .entry-meta .description-em .by-view-number {
  color: #444 !important;
}
.entry-content .entry-meta .description-em .by-date {
  color: #444 !important;
}
#primary-left > .game {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.single-post-container {
  padding-top: 20px;
}
.single-post-container .game .game-logo {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-post-container .game .game-logo img {
  width: 100%;
  height: auto;
}
.single-post-container .game .game-logo .no-image {
  display: block;
  text-align: center;
  vertical-align: middle;
  background-color: #999;
  max-width: 160px;
  width: 100%;
  min-height: 160px;
  color: #fff;
  position: relative;
}
.single-post-container .game .game-logo .no-image span {
  position: absolute;
  top: 40%;
  left: 30%;
}
.single-post-container .game .container {
  float: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-post-container .game .container .game-category {
  display: block;
}
.single-post-container .game .container .game-platform {
  display: block;
}
.horizontal-posts .entry-meta .description-em .by-view-number:before {
  color: #aaa;
}
.horizontal-posts .entry-meta .description-em .by-date:before {
  color: #aaa;
}
.similar-post .container {
  width: 100%;
  padding-bottom: 15px;
}
.similar-post h3 {
  font-family: "RSU", Helvetica, Arial, sans-serif;
}
.similar-post a:hover {
  text-decoration: none;
}
.fb-comments,
.fb-comments span[style],
.fb-comments iframe[style] {
  width: 100% !important;
}
#topchart {
  background-color: #fff;
  margin-bottom: 60px;
}
#topchart #appstore {
  padding: 15px 0 15px 15px;
}
@media only screen and (max-width: 767px) {
  #topchart #appstore {
    padding: 15px;
  }
}
#topchart #appstore .title:before {
  content: '\f179';
  font-family: "FontAwesome";
  margin-right: 15px;
}
#topchart #playstore {
  padding: 15px 15px 15px 0;
}
@media only screen and (max-width: 767px) {
  #topchart #playstore {
    padding: 15px;
  }
}
#topchart #playstore .title:before {
  content: '\f17b';
  font-family: "FontAwesome";
  margin-right: 15px;
}
#topchart .chart {
  padding: 15px;
}
#topchart .chart .title {
  margin-top: 0;
}
#topchart .chart ul {
  margin: 0;
}
#topchart .chart ul li a {
  color: #333;
  box-sizing: border-box;
  text-transform: capitalize;
}
#topchart .chart ul li.active a {
  border-top: 3px solid #b3c833;
  margin-top: -2px;
}
#topchart .chart .tab-content {
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#topchart .chart .tab-content .post {
  margin-bottom: 15px;
}
#topchart .chart .tab-content .post .post-thumbnail {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #topchart .chart .tab-content .post .post-thumbnail {
    max-width: 60%;
  }
}
#topchart .chart .tab-content .post .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
#topchart .chart .tab-content .post .post-title {
  font-weight: bold;
  font-size: 1.4em;
}
#topchart .chart .tab-content .post .post-meta {
  margin-bottom: 5px;
  font-size: 0.8em;
}
#topchart .chart .tab-content .post .post-meta .post-developer {
  font-size: 1.2em;
}
#topchart .chart .tab-content .post .post-meta .post-genre {
  text-transform: uppercase;
}
#topchart .chart .tab-content .post .post-meta .post-updated {
  font-style: italic;
}
#topchart .chart .tab-content .post .post-url {
  text-align: center;
}
#topchart .chart .tab-content .post .post-url a {
  display: block;
  padding: 5px 15px;
  background-color: #b3c833;
  text-decoration: none;
  color: #fff;
}
#topchart .chart .tab-content .post .post-url a:hover {
  background-color: #333;
}
#topchart .chart .tab-content .post:last-child {
  margin-bottom: 0;
}
.type-top-chart h1.entry-title {
  padding-top: 0;
}
.type-top-chart .game-information {
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.type-top-chart .game-information label {
  margin-right: 15px;
}
.type-top-chart .game-information .game-genre {
  text-transform: uppercase;
}
.type-top-chart .game-information .game-download {
  margin-top: 15px;
}
.type-top-chart .game-information .game-download a.button {
  border-radius: 0 !important;
  text-shadow: none;
  background-color: #333;
  color: #FFF;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #333 50%, #2980B9 50%);
  transition: background-position 0.2s ease-in-out;
}
.type-top-chart .game-information .game-download a.button:hover {
  background-position: 0px 100%;
  text-decoration: none;
  opacity: 1;
}
.video-section .horizontal-posts .wrapper .multiple-posts .multiple-posts-title h5 {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
}
.video-section .horizontal-posts .wrapper .multiple-posts ul > li.type-video > a .embeded-display {
  margin: 0px 15px 0px 0px;
  float: left;
  width: 60px;
  height: 60px;
}
.video-section .horizontal-posts .wrapper .multiple-posts ul > li.type-video > a .embeded-display img {
  float: none;
  margin: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .video-section .horizontal-posts .wrapper .multiple-posts ul > li.type-video > a .embeded-display img {
    display: block;
  }
}
.video-section .horizontal-posts .section-footer .view-all {
  font-family: "RSU", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  text-align: center;
  display: block;
  padding: 15px;
  background-color: #333;
  color: #FFF;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #333 50%, #2980B9 50%);
  transition: background-position 0.2s ease-in-out 0s;
}
.video-section .horizontal-posts .section-footer .view-all:hover {
  background-position: 0px 100%;
  text-decoration: none;
}
.single-post-container .embeded-display {
  margin-bottom: 30px;
}
