.opactiy-hover {
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* border */
.more-module {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  padding: 2px 8px;
}
.more-module:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  text-decoration: none;
  color: #5c91ff;
}
.show-line {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-outline {
  background-color: rgba(35, 35, 35, 0);
  border: 1px solid #353943;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
}
.btn-outline:hover {
  background-color: rgba(35, 35, 35, 0.9);
}
.btn-blue01 {
  background-color: rgba(35, 35, 35, 0);
  border: 1px solid #3f80ff;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 14px;
  color: #3f80ff;
  cursor: pointer;
}
.btn-blue01:hover {
  background-color: #5c91ff;
  box-shadow: 0 0 8px rgba(32, 80, 180, 0.6);
  color: #fff;
}
.btn-blue01:active {
  background-color: #4579e5;
  box-shadow: 0 0 0px none;
}
.btn-outline-short {
  background-color: rgba(35, 35, 35, 0);
  border: 1px solid #353943;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  padding: 5px 15px;
}
.btn-outline-short:hover {
  background-color: rgba(35, 35, 35, 0.9);
}
.btn-main {
  box-sizing: border-box;
  background: #5c91ff;
  border: none;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 9px 15px 11px;
  text-align: center;
  cursor: pointer;
}
.btn-main:hover {
  background: #76a2ff;
  text-decoration: none;
}
@media (min-width: 740px) {
  .btn-main {
    min-width: 150px;
  }
}
.btn-main-full {
  box-sizing: border-box;
  background: #5c91ff;
  border: none;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px 0;
  padding: 9px 15px 11px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  padding: 11px 0 16px;
  width: 100%;
}
.btn-main-full:hover {
  background: #76a2ff;
  text-decoration: none;
}
@media (min-width: 740px) {
  .btn-main-full {
    min-width: 150px;
  }
}
.btn-main-small {
  box-sizing: border-box;
  background: #5c91ff;
  border: none;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 9px 15px 11px;
  text-align: center;
  cursor: pointer;
}
.btn-main-small:hover {
  background: #76a2ff;
  text-decoration: none;
}
@media (min-width: 740px) {
  .btn-main-small {
    min-width: 150px;
  }
}
.i-arrow-right {
  background: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  display: inline-table;
  overflow: hidden;
  text-indent: -999px;
  transform: rotate(-90deg);
  width: 15px;
  height: 22px;
}
.text-left {
  text-align: left !important;
}
.checkbox-dark {
  width: 18px;
  position: relative;
}
.checkbox-dark .checkbox-skin {
  width: 18px;
  height: 18px;
  background: #161718;
  border: 1px solid #353943;
  padding: 0px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
.checkbox-dark .checkbox-skin:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 3px solid #5c91ff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.checkbox-dark .checkbox-skin:hover:after {
  opacity: 0.3;
}
.checkbox-dark .checkbox-label {
  width: 250px;
  padding-left: 30px;
}
.checkbox-dark input[type=checkbox] {
  height: 18px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 18px;
}
.checkbox-dark input[type=checkbox]:checked + .checkbox-skin:after {
  opacity: 1;
}
.guides-body {
  padding: 0 0 50px 0;
}
.guides-body .guides-banner {
  border-bottom: 1px solid rgba(167, 167, 167, 0.3);
  height: 314px;
  overflow: hidden;
  width: 100%;
}
.guides-body .guides-banner .content {
  padding: 4% 50% 5% 0;
  position: relative;
  z-index: 2;
}
.guides-body .guides-banner .content .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
}
.guides-body .guides-banner .content .module-infos {
  color: #fff;
  height: 60px;
  width: 70%;
}
.guides-body .guides-banner img {
  height: 314px;
}
.guides-body .guiden-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(167, 167, 167, 0.3);
  outline: none;
  background: none;
  padding: 25px 0;
}
.guides-body .guiden-item img {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.3);
  height: 150px;
  float: left;
  margin: 0 20px 0 0;
  width: 200px;
}
.guides-body .guiden-item .module-title {
  height: 24px;
}
.guides-body .guiden-item .module-infos {
  padding: 5px 0;
  height: 92px;
  width: 100%;
}
/*1200 grid*/
@media (min-width: 1280px) {
  .guides-body .guides-lists ul {
    overflow: hidden;
  }
  .guides-body .guiden-item {
    float: left;
    padding-right: 48px;
    width: 600px;
  }
  .guides-body .guiden-item:nth-of-type(2n) {
    padding-right: 0;
  }
}
/* 960 grid*/
@media (min-width: 980px) and (max-width: 1279px) {
  .guides-body .guides-banner {
    height: 251px;
  }
  .guides-body .guides-banner .content {
    padding: 6% 50% 5% 0;
  }
  .guides-body .guides-banner .content .module-infos {
    width: 76%;
  }
  .guides-body .guides-banner img {
    height: 251px;
  }
}
/* ipad 740 grid*/
@media (min-width: 760px) and (max-width: 979px) {
  .guides-body .guides-banner {
    height: 194px;
  }
  .guides-body .guides-banner .content {
    padding: 3% 50% 5% 0;
  }
  .guides-body .guides-banner .content .module-infos {
    width: 99%;
  }
  .guides-body .guides-banner img {
    height: 194px;
  }
}
/* iphone 320 grid*/
@media (max-width: 759px) {
  .guides-body .guides-banner {
    height: 194px;
  }
  .guides-body .guides-banner .content {
    padding: 20px 0 0 10px;
  }
  .guides-body .guides-banner .content .module-infos {
    width: 100%;
  }
  .guides-body .guides-banner img {
    display: none;
  }
}
@media (max-width: 480px) {
  .guides-body .guiden-item img {
    height: 75px;
    width: 100px;
  }
}
#steam {
  background: #131313 url(../images/steam/bg-background.jpg) no-repeat center top;
  padding-top: 85px;
}
#steam header {
  padding-bottom: 0px;
}
#steam header > .user-bar,
#steam header > .nav-bar {
  display: none;
}
#steam section.content {
  min-height: 1000px;
}
#steam section.form-background {
  margin: 0 auto;
  padding: 15px 40px 60px;
  background: #1b1e22;
  display: table;
  min-width: 475px;
  box-shadow: 0 0 0 1px #282b2f, 0 0 0 2px #000;
}
#steam section.form-background .already-have-account {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 10px;
}
#steam section.form-background .already-have-account a {
  text-decoration: underline;
}
#steam section.form-background section.top {
  height: 50px;
  margin: 0 0 15px;
}
#steam section.form-background section.top .ico-arc {
  background: url(../images/steam/ico-arc.png) no-repeat left center;
  width: 100px;
  height: 50px;
  display: block;
  float: left;
}
#steam section.form-background section.top .ico-steam {
  background: url(../images/steam/ico-steam.png) no-repeat right center;
  width: 150px;
  height: 50px;
  display: block;
  float: right;
}
#steam section.form-background section.activate,
#steam section.form-background section.confirmation {
  min-height: 300px;
}
#steam section.form-background .steps {
  width: 106%;
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#steam section.form-background .steps .step {
  width: 30%;
  float: left;
  display: inline-block;
  color: rgba(250, 250, 250, 0.5);
  font-size: 14px;
  line-height: 32px;
  margin: 0 22px 0 0;
  position: relative;
  width: 27%;
  padding-left: 8px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2c4169;
}
#steam section.form-background .steps .step.register:before,
#steam section.form-background .steps .step.activate:before,
#steam section.form-background .steps .step.activate:after,
#steam section.form-background .steps .step.confirmation:after {
  content: "";
  border-style: solid;
  border-width: 0;
  height: 0;
  position: absolute;
  width: 0;
  border-width: 16px 0 16px 16px ;
}
#steam section.form-background .steps .step.register:before,
#steam section.form-background .steps .step.activate:before {
  border-color: transparent #2c4169;
  right: -16px;
}
#steam section.form-background .steps .step.activate:after,
#steam section.form-background .steps .step.confirmation:after {
  border-color: #2c4169 transparent;
  left: -16px;
}
#steam section.form-background .steps.selected-step-register .step.register,
#steam section.form-background .steps.selected-step-activate .step.activate,
#steam section.form-background .steps.selected-step-confirmation .step.confirmation {
  background-color: #3d598f;
  color: #fff;
}
#steam section.form-background .steps.selected-step-register .step.register:before,
#steam section.form-background .steps.selected-step-activate .step.activate:before,
#steam section.form-background .steps.selected-step-confirmation .step.confirmation:before {
  border-color: transparent #3d598f;
}
#steam section.form-background .steps.selected-step-register .step.register:after,
#steam section.form-background .steps.selected-step-activate .step.activate:after,
#steam section.form-background .steps.selected-step-confirmation .step.confirmation:after {
  border-color: #3d598f transparent;
}
#steam section.form-background h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  max-width: 470px;
  margin-bottom: 20px;
}
#steam section.form-background h3 {
  font-weight: bold;
  font-size: 14px;
  color: #a7a7a7;
  text-align: center;
  max-width: 470px;
  margin-top: 20px;
}
#steam section.form-background p {
  max-width: 470px;
}
#steam section.form-background .user-facebook-group {
  display: none;
}
#steam section.form-background form p {
  color: #fff;
}
#steam section.form-background form p.error {
  color: #f00;
}
#steam section.form-background form .control-group {
  width: 100%;
  clear: both;
}
#steam section.form-background form input,
#steam section.form-background form select {
  background: #161718;
  border: 1px solid #29292d;
}
#steam section.form-background form input[type="text"],
#steam section.form-background form input[type="password"] {
  width: 97%;
  color: #fff;
}
#steam section.form-background form select {
  width: 29%;
}
#steam section.form-background form input::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
#steam section.form-background form input::-webkit-input-placeholder {
  color: #a7a7a7;
}
#steam section.form-background form .user-input > .clearfix {
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  box-shadow: -1px 2px 0 -1px #262a30;
}
#steam section.form-background form .user-input > .clearfix:after {
  border-bottom: 1px solid #000;
}
#steam section.form-background form label.checkbox {
  line-height: 22px;
}
#steam section.form-background form .user-help {
  display: none;
}
#steam section.form-background form a.btn-black-new {
  margin: 20px auto;
  display: table;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 35px;
  padding: 0 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top: 1px solid #b4ffff;
  -webkit-box-shadow: 0 2px 1px 0px #000;
  -moz-box-shadow: 0 2px 1px 0px #000;
  box-shadow: 0 2px 1px 0px #000;
  background: -moz-linear-gradient(top, #5a88de 0%, #4472d5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a88de), color-stop(100%, #4472d5));
  background: -webkit-linear-gradient(top, #5a88de 0%, #4472d5 100%);
  background: -ms-linear-gradient(top, #5a88de 0%, #4472d5 100%);
  background: linear-gradient(to bottom, #5a88de 0%, #4472d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a88de', endColorstr='#4472d5', GradientType=0);
}
#steam section.form-background form a.btn-black-new:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b9fe4), color-stop(100%, #5188dd));
  background: -webkit-linear-gradient(top, #6b9fe4 0%, #5188dd 100%);
  background: -ms-linear-gradient(top, #6b9fe4 0%, #5188dd 100%);
  background: linear-gradient(to bottom, #6b9fe4 0%, #5188dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9fe4', endColorstr='#5188dd', GradientType=0);
}
#steam-link .user-facebook-group,
#steam-link .user-help {
  display: none;
}
#steam-link h1 {
  text-align: center;
  font: 600 30px/30px "Open Sans", sans-serif;
  text-shadow: 2px 2px 5px #333;
  margin: 100px auto 40px;
}
#steam-link section.login {
  max-width: 80%;
  border-top: solid 1px #2e3038;
  box-shadow: 0 -1px 0 0 #000;
  margin: 0 auto;
  padding: 20px;
}
#steam-link section.login .login-container {
  width: 400px;
  margin: 0 auto;
}
#steam-link section.login .login-container p.enter-credentials {
  font: bold 500 14px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
  margin-bottom: 20px;
  color: #fff;
}
#steam-link section.login .login-container input[type="text"],
#steam-link section.login .login-container input[type="password"] {
  background: #161718;
  border: solid 1px #29292d;
  color: #a7a7a7;
  font: 14px/21px Lucida Grande, Lucida Sans Unicode, sans-serif;
  padding: 6px 16px;
  margin-bottom: 3px;
  box-sizing: border-box;
  width: 100%;
}
#steam-link section.login .login-container label.checkbox {
  display: none;
}
#steam-link section.login .login-container button[type="submit"] {
  width: 250px;
  margin: 22px auto 13px;
  float: none !important;
  display: block;
  font: 600 18px/18px "Open Sans", sans-serif;
  padding: 13px 0 13px;
}
#steam-link section.login .login-container p.steam-login-info {
  text-align: center;
  margin-top: 13px;
}
#steam-link section.login .login-container .error-message {
  padding: 6px 10px;
  background: #1b1c20;
  border: solid 1px #f00;
  margin-bottom: 18px;
}
.module-wrap.module-wrap-forum {
  background: none;
}
.container-forum {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.container-forum .module-header,
.container-forumhome .module-header {
  padding-bottom: 1px;
}
.container-forum .module-header .game-name,
.container-forumhome .module-header .game-name {
  display: none;
}
.container-forum .module-header .module-menus-wrap,
.container-forumhome .module-header .module-menus-wrap {
  margin-top: 30px;
}
.container-forum .module-header .tab-content .module-menus-wrap,
.container-forumhome .module-header .tab-content .module-menus-wrap {
  margin-top: auto;
}
.vanilla-credit {
  display: none !important;
}
.forumhome-body .forumhome-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.forumhome-body .forumhome-bg img {
  width: 100%;
}
.container-forumhome .module-header .game-name {
  display: block;
  text-align: left;
}
.container-forumhome .module-header .module-menus-wrap {
  margin-top: auto;
}
.forumhome {
  padding: 20px;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: inset 1.5px 2.5px 7px 0px rgba(0, 0, 0, 0.55);
}
.forumhome .title {
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  margin-bottom: 14px;
  text-align: left;
}
.forumhome .forum-table-wrap {
  margin: 0 60px;
}
.forumhome .forum-table-wrap h2 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  margin: 30px 0 15px;
}
.forumhome .forum-table {
  text-align: left;
  box-shadow: 0 0 10px 0 #000000;
  border-bottom: 1px solid #27262b;
  border-collapse: separate;
  width: 100%;
}
.forumhome .forum-table > thead > tr th:first-child {
  border-top-left-radius: 2px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.forumhome .forum-table > thead > tr th:last-child {
  border-top-right-radius: 2px;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.forumhome .forum-table > thead > tr th {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  background: linear-gradient(#373a43, #272731);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 19%, rgba(255, 255, 255, 0.1) 100%);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  height: 40px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 18px;
}
.forumhome .forum-table > thead .count-discussions,
.forumhome .forum-table > thead .count-comments {
  width: 130px;
  text-align: center;
}
.forumhome .forum-table > tbody > tr {
  background-color: #0c0d11 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  transition: background-color 0.3s;
}
.forumhome .forum-table > tbody > tr td:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.forumhome .forum-table > tbody > tr td:last-child {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.forumhome .forum-table > tbody > tr td {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 18px;
  vertical-align: top;
}
.forumhome .forum-table > tbody > tr:hover td {
  box-shadow: 0 -1px 0 0 #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
}
.forumhome .forum-table > tbody .category-name h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: inline;
}
.forumhome .forum-table > tbody .child-categories {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  display: block;
  font-size: 11px;
}
.forumhome .forum-table > tbody .child-categories a {
  color: #ffae43;
}
.forumhome .forum-table > tbody .count-discussions,
.forumhome .forum-table > tbody .count-comments {
  width: 130px;
  vertical-align: middle;
  font-size: 14px;
  color: #adadaf;
  font-weight: bold;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.forumhome .forum-table > tbody .latest-post {
  width: 250px;
  vertical-align: middle;
}
.forumhome .forum-table > tbody .latest-post .wrap {
  width: 250px;
  display: inline-block;
}
.forumhome .forum-table > tbody .photo-wrap-small {
  margin-right: 12px;
  float: left;
}
.forumhome .forum-table > tbody .profile-photo-small {
  width: 45px;
  height: 45px;
}
.forumhome .forum-table > tbody .latest-post-title {
  color: #fff;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 2px;
}
.forumhome .forum-table > tbody .meta {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
  white-space: nowrap;
}
.forumhome .forum-table > tbody .meta .comment-date {
  font-size: 10px;
}
.forumhome .forum-table > tbody .meta .user-link,
.forumhome .forum-table > tbody .meta .highlight-links {
  color: #6c89c1;
}
.forumhome-body-full .module-header {
  display: none;
}
.forumhome-body-full .forumhome {
  border: 0 none;
  margin-top: 0;
}
.forumhome-footer {
  margin: 30px 0;
  text-align: center;
}
@media (min-width: 760px) and (max-width: 979px) {
  .forumhome .forum-table-wrap {
    margin: 0;
  }
}
@media (max-width: 759px) {
  .forumhome {
    padding: 10px;
  }
  .forumhome .forum-table-wrap {
    margin: 0;
  }
  .forumhome .forum-table > thead > tr th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .forumhome .forum-table > thead > tr .count-discussions,
  .forumhome .forum-table > thead > tr .count-comments {
    display: none;
  }
  .forumhome .forum-table > tbody > tr td {
    padding: 10px;
  }
  .forumhome .forum-table > tbody > tr .count-discussions,
  .forumhome .forum-table > tbody > tr .count-comments {
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 759px) {
  .forumhome .forum-table > tbody > tr .latest-post,
  .forumhome .forum-table > tbody > tr .latest-post .wrap {
    width: 150px;
  }
}
@media (max-width: 399px) {
  .forumhome .forum-table > tbody > tr .latest-post,
  .forumhome .forum-table > tbody > tr .latest-post .wrap {
    width: 140px;
  }
  .forumhome .forum-table > tbody > tr .latest-post-title,
  .forumhome .forum-table > tbody > tr .category-name h3 {
    font-size: 12px;
  }
}
.arc-container {
  max-width: 960px;
  width: 960px;
  padding: 0 20px;
}
.arc-container .non-arc-games,
.container .non-arc-games {
  background: url(../images/arc3.0/bg-opacity.png) repeat;
  height: 296px;
  width: 440px;
}
.arc-container .non-arc-games h3,
.container .non-arc-games h3 {
  background: url(../images/arc3.0/bg-opacity.png) repeat;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 10px 0;
  padding: 0 20px;
}
.arc-container .non-arc-games h3,
.container .non-arc-games h3,
.arc-container .non-arc-games h3 a,
.container .non-arc-games h3 a,
.arc-container .non-arc-games p,
.container .non-arc-games p {
  font-family: 'Lucida Sans Unicode';
  font-size: 18px;
}
.arc-container .non-arc-games p,
.container .non-arc-games p {
  font-size: 12px;
  padding: 10px 20px;
  line-height: 18px;
}
.game-share .fb,
.game-share .tw,
.game-share .yb,
.game-share .rd,
.game-share .tt,
.game-share .tb,
.game-share .it,
.game-content .game-close {
  background: url(../images/arc3.0/icon-arc.png) no-repeat 0 0;
  display: inline-block;
  height: 30px;
  width: 26px;
}
.game-share .fb {
  background-position: 0 -400px;
}
.game-share .fb:hover {
  background-position: 0 -450px;
}
.game-share .tw {
  background-position: -3px -498px;
}
.game-share .tw:hover {
  background-position: -3px -548px;
}
.game-share .yb {
  background-position: -3px -597px;
}
.game-share .yb:hover {
  background-position: -3px -647px;
}
.game-share .rd {
  background-position: -1px -785px;
}
.game-share .rd:hover {
  background-position: -1px -909px;
}
.game-share .tt {
  background-position: 0px -743px;
}
.game-share .tt:hover {
  background-position: 0px -866px;
}
.game-share .tb {
  background-position: -5px -824px;
}
.game-share .tb:hover {
  background-position: -6px -950px;
}
.game-share .it {
  background-position: -2px -1001px;
}
.game-share .it:hover {
  background-position: -3px -1043px;
}
.game-content .game-close {
  background-position: 0 -700px;
  width: 24px;
  height: 23px;
}
.arc-product-container {
  min-height: 450px;
  padding: 10px 0 0 460px;
  position: relative;
}
.arc-product-container .carousel-caption {
  bottom: 0;
  left: 0;
  text-align: left;
  right: 0;
  padding: 3px 20px;
  z-index: 5;
}
.arc-product-container .left-arc-content {
  left: 0;
  top: 0;
  position: absolute;
  width: 440px;
}
.arc-product-container .left-arc-content .carousel {
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.75);
}
.arc-product-container .left-arc-content .carousel-indicators {
  bottom: 85px;
  text-align: left;
  z-index: 2;
}
.arc-product-container .left-arc-content .carousel-indicators li.active {
  margin-top: 2px;
}
.arc-product-container .left-arc-content .carousel-caption {
  background: url(../images/arc3.0/bg-landing-news.png) repeat-x 0 100%;
  padding-top: 80px;
}
.arc-product-container .left-arc-content .carousel-caption h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.arc-product-container .left-arc-content .carousel-caption h3,
.arc-product-container .left-arc-content .carousel-caption h3 a {
  font-family: 'Lucida Sans Unicode';
  font-size: 18px;
  line-height: 30px;
}
.arc-product-container .left-arc-content .carousel-caption p {
  color: #a7a7a7;
  font-family: 'Lucida Sans Unicode';
  font-size: 12px;
  line-height: 18px;
  height: 40px;
  overflow: hidden;
}
.arc-product-container .left-arc-content .carousel-inner > .item {
  height: 305px;
}
.arc-product-container .left-arc-content .carousel-inner > .item:hover .carousel-caption h3,
.arc-product-container .left-arc-content .carousel-inner > .item:hover .carousel-caption h3 a {
  color: #4d7edb;
}
.arc-product-container .left-arc-content .carousel-inner > .item:hover .carousel-caption p {
  color: #fff;
}
.arc-product-container .left-arc-content .carousel-inner {
  z-index: 1;
}
.arc-product-container .right-arc-content {
  width: 460px;
}
.arc-product-container .right-arc-content .right-carousel {
  height: 296px;
  position: relative;
}
.arc-product-container .right-arc-content .right-carousel .carousel,
.arc-product-container .right-arc-content .right-carousel .carousel-large {
  bottom: 0;
  position: absolute;
}
.arc-product-container .right-arc-content .right-carousel .carousel-indicators {
  display: none;
}
.arc-product-container .right-arc-content .right-carousel .carousel-caption {
  background: url(../images/arc3.0/bg-landing-news-right.png) repeat-x 0 0;
  padding: 10px 20px;
  height: 36px;
}
.arc-product-container .right-arc-content .right-carousel .carousel-caption h5 {
  padding-top: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.arc-product-container .right-arc-content .right-carousel .carousel-caption h5,
.arc-product-container .right-arc-content .right-carousel .carousel-caption h5 a {
  line-height: 18px;
  font-family: 'Lucida Sans Unicode';
  font-size: 12px;
}
.arc-product-container .right-arc-content .right-carousel .carousel-caption p {
  font-family: 'Lucida Sans Unicode';
  font-size: 12px;
  height: 45px;
}
.arc-product-container .right-arc-content .right-carousel .carousel-control {
  background: none;
  z-index: 10;
  width: 24px;
}
.arc-product-container .right-arc-content .right-carousel .carousel-control .glyphicon-chevron-right,
.arc-product-container .right-arc-content .right-carousel .carousel-control .glyphicon-chevron-left {
  background: url(../images/arc3.0/arrow-carousel.png) no-repeat 0 0;
  font-size: 0;
  height: 24px;
  width: 24px;
  top: 54%;
}
.arc-product-container .right-arc-content .right-carousel .carousel-control .glyphicon-chevron-left {
  left: 0;
}
.arc-product-container .right-arc-content .right-carousel .carousel-control .glyphicon-chevron-left:hover {
  background-position: 0 -25px;
}
.arc-product-container .right-arc-content .right-carousel .carousel-control .glyphicon-chevron-right {
  background-position: -25px 0;
  right: 0;
}
.arc-product-container .right-arc-content .right-carousel .carousel-control .glyphicon-chevron-right:hover {
  background-position: -25px -25px;
}
.arc-product-container .right-arc-content .carousel-large {
  display: none;
}
.arc-product-container .right-arc-content .carousel-small {
  display: block;
}
.arc-product-container .right-arc-content .game-news {
  margin-left: -20px;
}
.arc-product-container .right-arc-content .game-news li {
  float: left;
  margin: 0 0 0 20px;
  height: 166px;
  padding: 60px 0 0 0;
  width: 220px;
  position: relative;
  overflow: hidden;
}
.arc-product-container .right-arc-content .game-news li .carousel-caption p {
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
}
.arc-product-container .right-arc-content .game-news li:hover,
.arc-product-container .right-arc-content .game-news li.active {
  height: 226px;
  padding: 0;
}
.arc-product-container .right-arc-content .game-news li:hover .overlay,
.arc-product-container .right-arc-content .game-news li.active .overlay {
  display: none;
}
.arc-product-container .right-arc-content .game-news li:hover .carousel-control .glyphicon-chevron-right,
.arc-product-container .right-arc-content .game-news li.active .carousel-control .glyphicon-chevron-right,
.arc-product-container .right-arc-content .game-news li:hover .carousel-control .glyphicon-chevron-left,
.arc-product-container .right-arc-content .game-news li.active .carousel-control .glyphicon-chevron-left {
  top: 40%;
}
.arc-product-container .right-arc-content .game-news li:hover img,
.arc-product-container .right-arc-content .game-news li.active img {
  margin-top: 8px;
}
.arc-product-container .right-arc-content .game-news li:hover .carousel-caption,
.arc-product-container .right-arc-content .game-news li.active .carousel-caption {
  height: 92px;
  padding-bottom: 0;
}
.arc-product-container .right-arc-content .game-news li:hover .carousel-caption h5,
.arc-product-container .right-arc-content .game-news li.active .carousel-caption h5,
.arc-product-container .right-arc-content .game-news li:hover .carousel-caption h5 a,
.arc-product-container .right-arc-content .game-news li.active .carousel-caption h5 a {
  color: #4d7edb;
}
.arc-product-container .right-arc-content .game-news li:hover .carousel-caption p,
.arc-product-container .right-arc-content .game-news li.active .carousel-caption p {
  margin-top: 10px;
}
.arc-product-container .right-arc-content .game-news li:hover .carousel-caption h5,
.arc-product-container .right-arc-content .game-news li.active .carousel-caption h5 {
  padding-top: 17px;
}
.arc-product-container .right-arc-content .game-news .overlay {
  display: block;
  height: 166px;
  width: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 3;
  position: absolute;
  top: 60px;
  left: 0;
}
.arc-product-container .right-arc-content .game-content {
  position: relative;
  padding: 0 0 15px 70px;
}
.arc-product-container .right-arc-content .game-content .game-logo {
  border: 1px solid #3b3c42;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 58px;
  width: 58px;
  overflow: hidden;
}
.arc-product-container .right-arc-content .game-content .game-logo img {
  width: 58px;
}
.arc-product-container .right-arc-content .game-content h5,
.arc-product-container .right-arc-content .game-content h5 span {
  font-family: 'Lucida Sans Unicode';
  font-size: 14px;
}
.arc-product-container .right-arc-content .game-content h5 span {
  color: #fff;
}
.arc-product-container .right-arc-content .game-content p {
  padding: 5px 0 0 0;
  font-size: 12px;
}
.arc-product-container .right-arc-content .game-content p a {
  font-family: 'Lucida Sans Unicode';
  font-size: 12px;
  color: #a7a7a7;
}
.arc-product-container .right-arc-content .game-item {
  cursor: pointer;
  height: 76px;
  overflow: hidden;
  position: relative;
}
.arc-product-container .right-arc-content .game-item .game-close {
  display: none;
  position: absolute;
  right: 0;
  top: -3px;
}
.arc-product-container .right-arc-content .game-item p {
  height: 41px;
  font-family: 'Lucida Sans Unicode';
  font-size: 12px;
}
.arc-product-container .right-arc-content .game-item .game-content.current p a,
.arc-product-container .right-arc-content .game-item .game-content:hover p a {
  color: #fff;
  text-decoration: underline;
}
.arc-product-container .right-arc-content .game-item .game-content.current .game-close,
.arc-product-container .right-arc-content .game-item .game-content:hover .game-close {
  display: block;
}
.arc-product-container .right-arc-content .game-list .game-share {
  padding: 15px 0;
}
.module-wrap-no-arc {
  padding-top: 70px;
}
.module-wrap-no-arc .non-arc-games {
  background: none;
  width: auto;
}
.module-wrap-no-arc .non-arc-games h3 {
  background: none;
  margin: 0;
}
.module-wrap-no-arc .non-arc-games h3,
.module-wrap-no-arc .non-arc-games p {
  padding: 10px 0;
  font-size: 14px;
}
.arc-support-news {
  padding-top: 150px;
}
.arc-support-news .left-arc-content {
  top: 150px;
}
.module-header-arc .module-tabs-arc .dropdown a.fixdropdown {
  box-sizing: border-box;
  text-align: center;
}
.module-tabs-arc .first-nav > a.fixdropdown {
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 1440px) {
  .arc-container {
    width: 1400px;
    max-width: 1400px;
  }
  .arc-container .arc-product-container .right-arc-content {
    width: auto;
  }
  .arc-container .arc-product-container .right-arc-content .carousel-small {
    display: none;
  }
  .arc-container .arc-product-container .right-arc-content .carousel-large {
    display: block;
  }
}
.akami-was-updated-five-twelve-twentysixteen {
  color: green;
}
debug {
  white-space: pre;
}
.november-16-2017 {
  color: #0f0;
}
