@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
.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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
label {
  display: block;
}
h1,
h2,
h3 {
  color: #fff;
  line-height: 1;
}
dl,
dt,
dd {
  line-height: 1;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
input[type="text"] {
  margin-bottom: 10px;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropup {
  position: relative;
}
.dropup .dropdown-menu {
  bottom: 99%;
}
.nav-tabs:after {
  clear: none;
}
[class*="col-sm"],
.row-fluid [class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid .span1 {
  float: left;
  width: 8.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span1 {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span1 {
    float: left;
    width: 8.33333333%;
  }
}
.row-fluid .span2 {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span2 {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span2 {
    float: left;
    width: 16.66666667%;
  }
}
.row-fluid .span3 {
  float: left;
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span3 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span3 {
    float: left;
    width: 25%;
  }
}
.row-fluid .span4 {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span4 {
    float: left;
    width: 33.33333333%;
  }
}
.row-fluid .span5 {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span5 {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span5 {
    float: left;
    width: 41.66666667%;
  }
}
.row-fluid .span6 {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span6 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span6 {
    float: left;
    width: 50%;
  }
}
.row-fluid .span7 {
  float: left;
  width: 58.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span7 {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span7 {
    float: left;
    width: 58.33333333%;
  }
}
.row-fluid .span8 {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span8 {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span8 {
    float: left;
    width: 66.66666667%;
  }
}
.row-fluid .span9 {
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span9 {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span9 {
    float: left;
    width: 75%;
  }
}
.row-fluid .span10 {
  float: left;
  width: 83.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span10 {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span10 {
    float: left;
    width: 83.33333333%;
  }
}
.row-fluid .span11 {
  float: left;
  width: 91.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span11 {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span11 {
    float: left;
    width: 91.66666667%;
  }
}
.row-fluid .span12 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .row-fluid .span12 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row-fluid .span12 {
    float: left;
    width: 100%;
  }
}
.radio.inline {
  display: inline-block;
}
.control-group {
  margin-bottom: 10px;
}
.form-horizontal input[type="text"],
.form-horizontal input[type="password"] {
  padding: 4px 6px;
  margin-bottom: 0;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 3px;
  text-align: right;
}
.modal-open {
  overflow: visible;
}
.modal {
  overflow: visible;
  overflow-y: visible;
  position: absolute;
  top: -500px;
  top: 100px\9\0;
}
.modal-dialog {
  margin-top: 10%;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  [class*="col-sm"] {
    float: left;
  }
}
:root {
  scrollbar-color: rgba(255, 255, 255, 0.2) #000000;
  scrollbar-width: thin;
}
html {
  font-size: 100%;
}
.popover {
  background: transparent;
}
#ArcHeaderLogo {
  overflow: hidden;
}
body {
  background-color: #131313;
  background-position: center 0;
  background-repeat: no-repeat;
  color: #a7a7a7;
  font: 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
  min-height: 100vh;
  width: 100%;
}
a {
  color: #fff;
}
a:hover,
a:focus {
  color: #fff;
  outline: 0;
  outline-offset: 0;
}
a.highlight,
.genre,
.genre a {
  color: #5c91ff;
}
a.highlight:hover,
.genre:hover,
.genre a:hover {
  color: #5c91ff;
}
a.td-n:hover {
  text-decoration: none;
}
.overflow-visible {
  overflow: visible !important;
}
select {
  background-color: #191c24;
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #a7a7a7;
  padding: 5px;
  margin-right: 2px;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.global-headline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  line-height: 36px;
  margin: 0 0 10px 0;
  padding: 20px 0 0 0;
  text-shadow: 1px 2px 2px #000;
}
.no-result {
  font-size: 20px;
}
.rubl {
  font-family: u2000;
  font-size: 16px;
}
.lira {
  font-family: u2000;
  font-size: 18px;
}
.video-responsive-wrap {
  width: 560px;
  height: 315px;
  max-width: 100%;
  margin-bottom: 15px;
}
/* header style start */
.push-down-message {
  background: #1f232d;
  padding: 20px 0;
  color: #a7a7a7;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #373d4a;
  text-align: center;
  display: none;
}
.push-down-message a {
  color: #5c91ff;
}
.push-down-message .ico-line-vertical {
  background: #313337;
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 5px -3px 5px;
}
.header {
  background: url(../images/global/bg-header.png) repeat-x 0 0;
  width: 100%;
  padding-bottom: 1px;
  z-index: 2000;
}
.header .user-bar-inner,
.header .nav-bar-inner {
  margin: 0 auto;
}
.header .user-bar {
  font-size: 11px;
}
.header .user-bar ul {
  float: right;
}
.header .user-bar ul li {
  float: left;
  margin: 15px 0 8px 0;
}
.header .user-bar #fb-load-container {
  width: 25px;
  height: 25px;
  position: absolute;
  margin: -4px 0 0 -20px;
}
.header .user-bar #fb-load-container p.error-message {
  width: 230px;
  position: absolute;
  margin: -2px 0 0 -165px;
}
.header .user-bar .install-arc {
  padding: 0 0 0 8px;
  float: right;
  margin: 0 0 0 10px;
  text-decoration: none;
}
.header .user-bar .install-arc .icon-install {
  background: url(../images/global/icon-sprites2.png) no-repeat 2px -944px;
  display: inline-block;
  height: 23px;
  width: 26px;
}
.header .user-bar .install-arc span {
  padding: 13px 13px 13px 5px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.header .user-bar .install-arc:hover,
.header .user-bar .install-arc:active,
.header .user-bar .install-arc:focus {
  background-color: #282d37;
  text-decoration: none;
}
.header .user-bar .logo-arcgames a {
  background: url(../images/global/logos.png) no-repeat 0 6px;
  background-size: 90px;
  display: block;
  height: 54px;
  margin: -20px 0 -10px 0;
  width: 110px;
  text-indent: -9999px;
  overflow: hidden;
}
.header .user-bar .lnk-arcgames {
  border-width: 0 0 0 1px;
  border-style: dotted;
  border-color: #3d3d3d;
  padding: 0 0 0 20px;
}
.header .user-bar .lnk-arcgames a {
  color: #a7a7a7;
}
.header .user-bar .shopping-cart,
.header .user-bar .email {
  border-width: 0 1px 0 0;
  border-style: dotted;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0 12px 0 10px;
}
.header .user-bar .shopping-cart a,
.header .user-bar .email a {
  background: url(../images/global/icons.png) no-repeat 0 4px;
  display: block;
  min-width: 25px;
  margin: 1px 0 0;
  height: 20px;
}
.header .user-bar .shopping-cart a span,
.header .user-bar .email a span,
.header .user-bar .shopping-cart a b,
.header .user-bar .email a b {
  background: url(../images/global/bg_digit.png) no-repeat;
  display: block;
  height: 20px;
  line-height: 1;
}
.header .user-bar .shopping-cart a span,
.header .user-bar .email a span {
  padding-left: 9px;
  position: relative;
  top: -8px;
  left: 8px;
}
.header .user-bar .shopping-cart a span b,
.header .user-bar .email a span b {
  background-position: 100% -30px;
  font-size: 10px;
  padding: 2px 10px 0 0;
}
.header .user-bar .shopping-cart a {
  background-position: 0 -502px;
}
.header .user-bar .welcome {
  margin-bottom: 0;
  height: auto;
  padding: 0 17px 0 20px;
}
.header .user-bar .welcome .user-login:focus {
  color: #5c91ff;
}
.header .user-bar .welcome .user-login .ico-user {
  background-image: url(../images/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -850px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  height: 16px;
  margin: -1px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.header .user-bar .welcome .user-login a {
  color: #a9a9a9;
}
.header .user-bar .welcome .user-login a:hover {
  color: #fff;
}
.header .user-bar .welcome .user-login a:first-child:hover .ico-user {
  background-position: 0 -50px;
}
.header .user-bar .welcome .user-login.current a {
  color: #fff;
}
.header .user-bar .welcome .user-login.current a .ico-user {
  background-position: 0 -50px;
}
.header .user-bar .welcome .user-infos {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #353943;
  padding: 1px;
  position: absolute;
  top: 35px;
  left: auto;
  right: -93px;
  font-size: 12px;
}
.header .user-bar .welcome .user-infos .bar-45 {
  width: 43%;
  display: block;
  padding: 0;
  height: 11px;
  border-bottom: 1px solid #1D212A;
  -webkit-box-shadow: 0 1px 0 #373D4A;
  -moz-box-shadow: 0 1px 0 #373D4A;
  box-shadow: 0 1px 0 #373D4A;
}
.header .user-bar .welcome .user-infos .bar-45-left {
  width: 43%;
  display: block;
  padding: 0;
  height: 11px;
  border-bottom: 1px solid #1D212A;
  -webkit-box-shadow: 0 1px 0 #373D4A;
  -moz-box-shadow: 0 1px 0 #373D4A;
  box-shadow: 0 1px 0 #373D4A;
  float: left;
}
.header .user-bar .welcome .user-infos .bar-45-right {
  width: 43%;
  display: block;
  padding: 0;
  height: 11px;
  border-bottom: 1px solid #1D212A;
  -webkit-box-shadow: 0 1px 0 #373D4A;
  -moz-box-shadow: 0 1px 0 #373D4A;
  box-shadow: 0 1px 0 #373D4A;
  float: right;
}
.header .user-bar .welcome .user-infos .text-10 {
  width: 14%;
  text-align: center;
  display: block;
  height: 22px;
  float: left;
}
.header .user-bar .welcome .user-infos:before {
  position: absolute;
  top: -6px;
  left: 70px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: #353943;
  content: '';
}
.header .user-bar .welcome .user-infos:after {
  position: absolute;
  top: -5px;
  left: 71px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #282d37;
  border-left: 6px solid transparent;
  content: '';
}
.header .user-bar .welcome .user-infos .user-before-login,
.header .user-bar .welcome .user-infos .user-after-login,
.header .user-bar .welcome .user-infos .user-register {
  background: #282d37;
}
.header .user-bar .welcome .user-infos .user-before-login.user-register-short a.tos,
.header .user-bar .welcome .user-infos .user-after-login.user-register-short a.tos,
.header .user-bar .welcome .user-infos .user-register.user-register-short a.tos {
  color: #5c91ff;
}
.header .user-bar .welcome .user-infos input.placeholder-for-not-support,
.header .user-bar .welcome .user-infos input.text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #a7a7a7;
  background: #191c24;
  padding: 3px;
  width: 302px;
}
.header .user-bar .welcome .user-infos input.placeholder-for-not-support:focus,
.header .user-bar .welcome .user-infos input.text:focus {
  background: #191c24;
}
.header .user-bar .welcome .user-infos input.has-error.text {
  border-width: 1px;
  border-style: solid;
  border-color: #ff0000;
}
.header .user-bar .welcome .user-infos .user-input {
  padding: 15px 15px 10px;
}
.header .user-bar .welcome .user-infos .user-input .control-group .control-label {
  float: none;
  width: auto;
  text-align: left;
}
.header .user-bar .welcome .user-infos .user-input .control-group img.captcha-image {
  width: 188px;
}
.header .user-bar .welcome .user-infos .user-input .control-group .icon-refresh {
  text-align: right;
}
.header .user-bar .welcome .user-infos .user-input .checkbox {
  margin: 3px 0;
}
.header .user-bar .welcome .user-infos .user-input .icon-refresh {
  float: right;
}
.header .user-bar .welcome .user-infos .control-group.dates select {
  width: 45px;
  height: 18px;
  padding: 3px;
}
.header .user-bar .welcome .user-infos .control-group.dates select.year {
  width: 62px;
  margin-right: 0;
}
.header .user-bar .welcome .user-infos label.checkbox {
  font-size: 10px;
  line-height: 19px;
  padding-top: 0;
}
.header .user-bar .welcome .user-infos label.checkbox a {
  color: #5c91ff;
}
.header .user-bar .welcome .user-infos .user-after-login dd {
  border-bottom: 1px solid #1D212A;
  -webkit-box-shadow: 0 1px 0 #373D4A;
  -moz-box-shadow: 0 1px 0 #373D4A;
  box-shadow: 0 1px 0 #373D4A;
  padding: 10px 15px;
  width: 185px;
}
.header .user-bar .welcome .user-infos .user-after-login dd a {
  font-size: 13px;
}
.header .user-bar .welcome .user-infos .user-after-login dd:last-child {
  border: 0;
}
.header .user-bar .welcome .user-infos .user-after-login .username {
  padding: 0 0 0 14px;
}
.header .user-bar .welcome .user-infos .user-help > p > a,
.header .user-bar .welcome .user-infos .user-after-login > dd > a {
  background: url(../images/global/icons.png) no-repeat 0 -146px;
  padding-left: 15px;
  color: #5c91ff;
}
.header .user-bar .welcome .user-infos .user-help,
.header .user-bar .welcome .user-infos .user-facebook-group {
  padding: 10px 15px;
}
.header .user-bar .welcome .user-infos .user-help p,
.header .user-bar .welcome .user-infos .user-facebook-group p {
  margin: 0 0 10px 0;
}
.header .user-bar .welcome .user-infos .user-input,
.header .user-bar .welcome .user-infos .user-help {
  border-bottom: 1px solid #1D212A;
  -webkit-box-shadow: 0 1px 0 #373D4A;
  -moz-box-shadow: 0 1px 0 #373D4A;
  box-shadow: 0 1px 0 #373D4A;
}
.header .user-bar .welcome .user-infos .user-help:last-child {
  border: 0;
}
.header .user-bar .languages {
  border-width: 0 1px 0 1px;
  border-style: dotted;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  margin-top: 14px;
}
.header .user-bar .languages .current-language {
  height: 20px;
  line-height: 20px;
}
.header .user-bar .languages dl {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  width: 105px;
  min-width: 105px;
  font-size: 11px;
}
.header .user-bar .languages .current-language {
  border: none;
  width: 50px;
  min-width: 50px;
  margin-bottom: 2px;
  overflow: hidden;
}
.header .user-bar .languages .current-language span {
  float: left;
  display: none;
}
.header .user-bar .languages .current-language i {
  background-image: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
  height: 22px;
  display: inline-block;
}
.header .user-bar .languages .dropdown-menu {
  background-color: #161718;
  top: 34px;
}
.header .user-bar .arc-download {
  margin: 0;
}
.header .user-bar .arc-download .install-arc .icon-install {
  position: relative;
  top: 2px;
}
.header .user-bar .arc-download .install-arc span {
  padding: 14px 13px 12px 5px;
}
.header .nav-bar .logo {
  background-image: url(../images/global/logos.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 146px;
  height: 72px;
  float: left;
  margin-top: -8px;
}
.header .nav-bar .btn-nav-bar {
  display: none;
}
.header .nav-bar nav {
  float: left;
}
.header .nav-bar nav ul li {
  margin-left: 50px;
  line-height: 70px;
  float: left;
}
.header .nav-bar nav ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.header .nav-bar .install-arc-client {
  float: right;
  padding-top: 10px;
}
.header .nav-bar .install-arc-client dt {
  font-size: 11px;
  margin-bottom: 10px;
  padding-right: 5px;
  text-align: right;
}
.header .nav-bar .install-arc-client .btn-all,
.header .nav-bar .install-arc-client .btn-all span {
  height: 32px;
  line-height: 32px;
}
.header .nav-bar .install-arc-client .btn-install-normal {
  background-position: 0 0;
}
.header .nav-bar .install-arc-client .btn-install-normal:hover,
.header .nav-bar .install-arc-client .btn-install-normal:focus {
  background-position: 0 -100px;
}
.header .nav-bar .install-arc-client .btn-install-normal:active {
  background-position: 0 -200px;
}
.header .nav-bar .install-arc-client .btn-install-normal span {
  background-position: 100% -400px;
}
.header .nav-bar .install-arc-client .btn-install-normal span:hover,
.header .nav-bar .install-arc-client .btn-install-normal span:focus {
  background-position: 100% -500px;
}
.header .nav-bar .install-arc-client .btn-install-normal span:active {
  background-position: 100% -600px;
}
.header .nav-bar .install-arc-client .btn-install-disabled {
  background-position: 0 -300px;
  cursor: default;
}
.header .nav-bar .install-arc-client .btn-install-disabled span {
  background-position: 100% -700px;
  color: #4d4d4d;
}
.header #notifications {
  display: block;
}
.header #notifications .js_close_notifications {
  cursor: pointer;
}
.header #notifications #notification-list {
  background-color: #4e7edb;
  padding: 25px;
  border-top: 1px solid #324c7e;
  border-bottom: 2px solid #324c7e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header #notifications #notification-list li {
  display: inline-block;
}
.header #notifications #notification-list li p {
  color: #fff;
}
.no-touch .nav-bar nav ul li a:hover {
  color: #5c91ff;
  text-decoration: none;
}
/* header style end */
/* container style start */
.notification {
  background-color: #4e7edb;
  padding: 25px;
  text-align: center;
  color: #fff;
  border-width: 1px 0 2px;
  border-style: solid;
  border-color: #324c7e;
}
.notification .ico-line-vertical {
  background: #fff;
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 5px -3px 5px;
}
.container {
  margin: 0 auto;
  overflow: hidden;
}
/* container style end */
/* footer style start */
.footer {
  background: rgba(0, 0, 0, 0.5);
  color: #7b7b7b;
  font-size: 11px;
  padding: 20px 0;
}
.footer-inner {
  width: 1080px;
  margin: 0 auto;
}
.footer-inner .logo-pw,
.footer-inner .logo-arc {
  float: left;
  text-align: left;
  margin-right: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.footer-inner .logo-pw {
  background: url(../images/logos/arcgames-side.svg) no-repeat center;
  width: 60px;
  height: 50px;
  margin-right: 20px;
  background-size: contain;
  background-position: center;
  margin-top: -4px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
.footer-inner .logo-arc {
  background-image: url(../images/global/logos.png);
  background-repeat: no-repeat;
  background-position: 0 -500px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 75px;
  height: 40px;
}
.footer-inner .footer-nav {
  width: 750px;
  text-align: center;
}
.footer-inner nav ul {
  overflow: hidden;
}
.footer-inner nav ul li {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #2b2b2b;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.2;
  margin-left: -1px;
}
.footer-inner nav ul li:first-child {
  border-left: 0;
}
.footer-inner nav ul li a {
  color: #7b7b7b;
}
.footer-inner nav ul li a:hover {
  color: #7b7b7b;
}
.footer-inner p {
  clear: both;
  margin: 5px 0 0 5px;
}
.footer-inner .languages {
  float: right;
  margin: 3px 0 0 20px;
}
.footer-inner .languages .current-language,
.footer-inner .languages dl {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  width: 90px;
  min-width: 90px;
  z-index: 2000;
}
.footer-inner .languages .current-language {
  overflow: hidden;
}
.footer-inner .languages .current-language span {
  float: left;
}
.footer-inner .languages .current-language i {
  background-image: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
  height: 22px;
  display: inline-block;
}
.footer-inner .languages .dropdown-menu {
  background-color: #161718;
  font-size: 11px;
}
/* footer style end */
.user-bar-inner,
.nav-bar-inner,
.container {
  padding: 0 10px;
}
.dropdown.open > .btn-nav-bar > .ico-bar {
  background-color: #5c91ff;
}
.header .user-bar .dropdown.open > .user-login > .ico-user {
  background-position: 0 -100px;
}
.header .user-bar .dropdown.open > .user-login {
  color: #5c91ff;
  text-decoration: none;
}
.prevent-user-select {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.main-404 {
  width: 100%;
  background: url(../images/global/bg_error.png) no-repeat center top;
}
.main-404 .container {
  padding: 100px 0 200px;
  margin-bottom: 200px;
  border-bottom: 1px solid #2c2d36;
}
.main-404 h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 45px;
  margin-bottom: 20px;
  width: 600px;
}
.main-404 p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .main-404 .extended-maintenance h1 {
    width: auto;
  }
}
.main-404 .buttons-problem {
  text-align: left;
}
.main-404 .buttons-problem .button-problem {
  display: inline-block;
  margin: 30px 0 0;
  padding: 0px 20px 0px 10px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.25), inset -1px -1px 0 0 rgba(0, 0, 0, 0.4), 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  padding: 5px 14px 7px;
  margin-right: 25px;
  color: #cccccc;
  background-image: linear-gradient(to bottom, #383943, #26272f);
}
.main-404 .buttons-problem .button-problem:hover {
  background-image: linear-gradient(to bottom, #494a57, #31333d);
  text-decoration: none;
  color: #fff;
}
.main-404 .buttons-problem .button-problem:active {
  background-image: linear-gradient(to bottom, #31333d, #4a4c57);
  color: #fff;
}
.highlight-block {
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  outline: 1px solid #000;
  background-color: #1b1c1f;
  padding: 10px;
}
/* WebFont Loader */
.wf-loading [class*="btn-"],
.wf-loading .account-title,
.wf-loading .all-games header h1,
.wf-loading .allgames-body .game-right h2,
.wf-loading .account-avatar-wrap .name,
.wf-loading .account-search-module input,
.wf-loading .bg-btn span,
.wf-loading .character-copy-wrap .character-copy-content p.headline,
.wf-loading .community-body .game-item h3 a,
.wf-loading .corp-news-module .corp-banner-item .banner-des h4,
.wf-loading .corp-news-body .corp-news-items .date,
.wf-loading .corp-news-body .corp-news-items .corp-news-infos .title,
.wf-loading .corp-news-body .search-wrap .search-text,
.wf-loading .corp-news-body .search-wrap-result .search-text,
.wf-loading .compose-new-wrap .message-to-wrap .user-plus-group .dropdown-search .search,
.wf-loading .download-module .download-header .about-arc h1.title,
.wf-loading .download-module .download-header .about-arc .arc-advantage,
.wf-loading .download-module .download-header h3,
.wf-loading .download-module .download-header .download-arc-list li h4,
.wf-loading .download-module [class*="module-body"] .content .body-info,
.wf-loading .download-module .module-body05 .back-to-top,
.wf-loading .header .nav-bar nav ul li a,
.wf-loading .hidden-menus .dropdown-menu li a,
.wf-loading .headline h1,
.wf-loading .headline h2,
.wf-loading .friends-wrap .find-friend-way .search-friends input,
.wf-loading .global-headline,
.wf-loading .guides-body .guides-banner .content .title,
.wf-loading .install-arc-client-link .btn-all span b,
.wf-loading .install-arc-client-partial h1,
.wf-loading .menu-list li a,
.wf-loading .module-title-line span,
.wf-loading .main-404 h1,
.wf-loading .main-404 p,
.wf-loading .module-title-line span,
.wf-loading .module-header .game-name,
.wf-loading .module-header .module-item > a,
.wf-loading .module-header .sub-menus .item a,
.wf-loading .module-header .sub-nav .refer-submenu a,
.wf-loading .module-header .product-page span,
.wf-loading .module-header .search-text300 input,
.wf-loading .messages-wrap .btns-inbox .message-search input,
.wf-loading .misc-module .item-service,
.wf-loading .misc-module .item-privacy,
.wf-loading .new-infos .title .title-content h1,
.wf-loading .news-list-body .news-list-wrap .list-wrap .video-list .video-item .video-name,
.wf-loading .right-partial h1,
.wf-loading .right-body .hot-topic-wrap .title,
.wf-loading .right-body .corp-right-title,
.wf-loading .right-body-float .corp-right-title,
.wf-loading .right-body .corp-game-news-list ul li h4,
.wf-loading .right-body-float .corp-game-news-list ul li h4,
.wf-loading .refer-body .refer-title,
.wf-loading .refer-body .email-url input,
.wf-loading .redeemcode .headline h1,
.wf-loading .search-text,
.wf-loading .social-links .title,
.wf-loading .social-wrap .social-submit .social-title,
.wf-loading .search-result-body .search-title,
.wf-loading .store-game-tabs li a,
.wf-loading .search-result-body .search-list-wrap .search-item h3,
.wf-loading .product-content .headline h2,
.wf-loading .product-game-info h1,
.wf-loading .product-game-info h2,
.wf-loading .product-game-info h3 {
  visibility: hidden;
}
.wf-inactive [class*="btn-"],
.wf-active [class*="btn-"],
.wf-inactive .account-title,
.wf-active .account-title,
.wf-inactive .all-games header h1,
.wf-active .all-games header h1,
.wf-inactive .allgames-body .game-right h2,
.wf-active .allgames-body .game-right h2,
.wf-inactive .account-avatar-wrap .name,
.wf-active .account-avatar-wrap .name,
.wf-inactive .account-search-module input,
.wf-active .account-search-module input,
.wf-inactive .bg-btn span,
.wf-active .bg-btn span,
.wf-inactive .character-copy-wrap .character-copy-content p.headline,
.wf-active .character-copy-wrap .character-copy-content p.headline,
.wf-inactive .community-body .game-item h3 a,
.wf-active .community-body .game-item h3 a,
.wf-inactive .corp-news-module .corp-banner-item .banner-des h4,
.wf-active .corp-news-module .corp-banner-item .banner-des h4,
.wf-inactive .corp-news-body .corp-news-items .date,
.wf-active .corp-news-body .corp-news-items .date,
.wf-inactive .corp-news-body .corp-news-items .corp-news-infos .title,
.wf-active .corp-news-body .corp-news-items .corp-news-infos .title,
.wf-inactive .corp-news-body .search-wrap .search-text,
.wf-active .corp-news-body .search-wrap .search-text,
.wf-inactive .corp-news-body .search-wrap-result .search-text,
.wf-active .corp-news-body .search-wrap-result .search-text,
.wf-inactive .compose-new-wrap .message-to-wrap .user-plus-group .dropdown-search .search,
.wf-active .compose-new-wrap .message-to-wrap .user-plus-group .dropdown-search .search,
.wf-inactive .download-module .download-header .about-arc h1.title,
.wf-active .download-module .download-header .about-arc h1.title,
.wf-inactive .download-module .download-header .about-arc .arc-advantage,
.wf-active .download-module .download-header .about-arc .arc-advantage,
.wf-inactive .download-module .download-header h3,
.wf-active .download-module .download-header h3,
.wf-inactive .download-module .download-header .download-arc-list li h4,
.wf-active .download-module .download-header .download-arc-list li h4,
.wf-inactive .download-module [class*="module-body"] .content .body-info,
.wf-active .download-module [class*="module-body"] .content .body-info,
.wf-inactive .download-module .module-body05 .back-to-top,
.wf-active .download-module .module-body05 .back-to-top,
.wf-inactive .header .nav-bar nav ul li a,
.wf-active .header .nav-bar nav ul li a,
.wf-inactive .hidden-menus .dropdown-menu li a,
.wf-active .hidden-menus .dropdown-menu li a,
.wf-inactive .headline h1,
.wf-active .headline h1,
.wf-inactive .headline h2,
.wf-active .headline h2,
.wf-inactive .friends-wrap .find-friend-way .search-friends input,
.wf-active .friends-wrap .find-friend-way .search-friends input,
.wf-inactive .global-headline,
.wf-active .global-headline,
.wf-inactive .guides-body .guides-banner .content .title,
.wf-active .guides-body .guides-banner .content .title,
.wf-inactive .install-arc-client-link .btn-all span b,
.wf-active .install-arc-client-link .btn-all span b,
.wf-inactive .install-arc-client-partial h1,
.wf-active .install-arc-client-partial h1,
.wf-inactive .menu-list li a,
.wf-active .menu-list li a,
.wf-inactive .module-title-line span,
.wf-active .module-title-line span,
.wf-inactive .main-404 h1,
.wf-active .main-404 h1,
.wf-inactive .main-404 p,
.wf-active .main-404 p,
.wf-inactive .module-title-line span,
.wf-active .module-title-line span,
.wf-inactive .module-header .game-name,
.wf-active .module-header .game-name,
.wf-inactive .module-header .module-item > a,
.wf-active .module-header .module-item > a,
.wf-inactive .module-header .sub-menus .item a,
.wf-active .module-header .sub-menus .item a,
.wf-inactive .module-header .sub-nav .refer-submenu a,
.wf-active .module-header .sub-nav .refer-submenu a,
.wf-inactive .module-header .product-page span,
.wf-active .module-header .product-page span,
.wf-inactive .module-header .search-text300 input,
.wf-active .module-header .search-text300 input,
.wf-inactive .messages-wrap .btns-inbox .message-search input,
.wf-active .messages-wrap .btns-inbox .message-search input,
.wf-inactive .misc-module .item-service,
.wf-active .misc-module .item-service,
.wf-inactive .misc-module .item-privacy,
.wf-active .misc-module .item-privacy,
.wf-inactive .new-infos .title .title-content h1,
.wf-active .new-infos .title .title-content h1,
.wf-inactive .news-list-body .news-list-wrap .list-wrap .video-list .video-item .video-name,
.wf-active .news-list-body .news-list-wrap .list-wrap .video-list .video-item .video-name,
.wf-inactive .right-partial h1,
.wf-active .right-partial h1,
.wf-inactive .right-body .hot-topic-wrap .title,
.wf-active .right-body .hot-topic-wrap .title,
.wf-inactive .right-body .corp-right-title,
.wf-active .right-body .corp-right-title,
.wf-inactive .right-body-float .corp-right-title,
.wf-active .right-body-float .corp-right-title,
.wf-inactive .right-body .corp-game-news-list ul li h4,
.wf-active .right-body .corp-game-news-list ul li h4,
.wf-inactive .right-body-float .corp-game-news-list ul li h4,
.wf-active .right-body-float .corp-game-news-list ul li h4,
.wf-inactive .refer-body .refer-title,
.wf-active .refer-body .refer-title,
.wf-inactive .refer-body .email-url input,
.wf-active .refer-body .email-url input,
.wf-inactive .redeemcode .headline h1,
.wf-active .redeemcode .headline h1,
.wf-inactive .search-text,
.wf-active .search-text,
.wf-inactive .social-links .title,
.wf-active .social-links .title,
.wf-inactive .social-wrap .social-submit .social-title,
.wf-active .social-wrap .social-submit .social-title,
.wf-inactive .search-result-body .search-title,
.wf-active .search-result-body .search-title,
.wf-inactive .store-game-tabs li a,
.wf-active .store-game-tabs li a,
.wf-inactive .search-result-body .search-list-wrap .search-item h3,
.wf-active .search-result-body .search-list-wrap .search-item h3,
.wf-inactive .product-content .headline h2,
.wf-active .product-content .headline h2,
.wf-inactive .product-game-info h1,
.wf-active .product-game-info h1,
.wf-inactive .product-game-info h2,
.wf-active .product-game-info h2,
.wf-inactive .product-game-info h3,
.wf-active .product-game-info h3 {
  visibility: visible;
}
/* Large desktop */
@media (min-width: 1280px) {
  .user-bar-inner,
  .nav-bar-inner,
  .container {
    max-width: 1200px;
    width: 1200px;
    padding: 0 40px;
  }
  .main-404 p {
    max-width: 700px;
  }
}
/* small desktop */
@media (min-width: 980px) and (max-width: 1279px) {
  .user-bar-inner,
  .nav-bar-inner,
  .container {
    max-width: 960px;
    width: 960px;
  }
  .main-404 h1 {
    width: 600px;
  }
  .main-404 p {
    width: 600px;
  }
}
@media (min-width: 980px) and (max-width: 1100px) {
  .footer-inner {
    width: 96%;
  }
  .footer-inner .footer-nav {
    width: 550px;
  }
}
/* except major desktop */
@media (max-width: 979px) {
  .dropdown-content {
    display: none;
  }
  .header .nav-bar .nav-bar-inner {
    position: relative;
  }
  .header .nav-bar .btn-nav-bar {
    display: block;
    float: left;
  }
  .header .nav-bar nav {
    position: static;
  }
  .header .nav-bar nav ul {
    z-index: 9999;
  }
  .header .nav-bar nav ul li {
    border-bottom: 1px solid #1D212A;
    -webkit-box-shadow: 0 1px 0 #373D4A;
    -moz-box-shadow: 0 1px 0 #373D4A;
    box-shadow: 0 1px 0 #373D4A;
    float: none;
    line-height: 45px;
    font-size: 15px;
    margin: 1px 0 0 0;
  }
  .header .nav-bar nav ul li a {
    padding: 0 20px;
    width: 180px;
    display: block;
    background: #282d37;
  }
  .header .nav-bar nav ul li a:hover {
    background-color: #191c24;
  }
  .header .nav-bar nav ul li:first-child {
    margin: 0;
  }
  .header .nav-bar nav ul li:last-child {
    border: 0;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 760px) and (max-width: 979px) {
  .header .nav-bar .btn-nav-bar {
    padding: 25px;
  }
  .header nav ul {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    background-color: #353943;
    padding: 1px;
    position: absolute;
    top: 63px;
    left: 10px;
  }
  .header nav ul:before {
    position: absolute;
    top: -6px;
    left: 169px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: #353943;
    content: '';
  }
  .header nav ul:after {
    position: absolute;
    top: -5px;
    left: 170px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #282d37;
    border-left: 6px solid transparent;
    content: '';
  }
  .footer {
    padding: 20px 0;
    background-repeat: repeat;
  }
  .footer-inner .logo-pw,
  .footer-inner .logo-arc {
    margin-right: 0;
  }
  .footer-inner .languages {
    margin-left: 5px;
  }
  .footer-inner .footer-nav {
    width: 460px;
  }
  .user-bar-inner,
  .nav-bar-inner,
  .container,
  .footer-inner {
    max-width: 740px;
    width: 740px;
  }
  .main-404 {
    background-size: auto 385px;
  }
  .main-404 h1 {
    width: 400px;
  }
  .main-404 .container {
    padding-bottom: 60px;
  }
  .main-404 p {
    margin-bottom: 10px;
    width: 400px;
    line-height: 1.8;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 759px) {
  .video-responsive-wrap {
    height: 169px;
  }
  .header {
    position: relative;
  }
  .header .user-bar {
    border: 0;
  }
  .header .user-bar ul li {
    margin: 5px 0;
  }
  .header .user-bar .welcome {
    padding: 10px 10px 0 10px;
    height: 32px;
    /*.user-login {
					span {
						display: none;
					}
				}*/
  }
  .header .user-bar .welcome .user-infos {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    background-color: #353943;
    padding: 1px;
    position: absolute;
    top: 31px;
    left: auto;
    right: -53px;
  }
  .header .user-bar .welcome .user-infos:before {
    position: absolute;
    top: -6px;
    left: 135px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: #353943;
    content: '';
  }
  .header .user-bar .welcome .user-infos:after {
    position: absolute;
    top: -5px;
    left: 136px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #282d37;
    border-left: 6px solid transparent;
    content: '';
  }
  .header .user-bar .welcome .user-infos .user-after-login .user-name {
    display: block;
  }
  .header .user-bar .languages {
    margin-top: 3px;
    padding: 10px 0 0 0;
  }
  .header .user-bar .languages .current-language {
    width: 50px;
    min-width: 50px;
  }
  .header .user-bar .languages .current-language {
    width: 45px;
  }
  .header .user-bar .languages .current-language span {
    display: none;
  }
  .header .user-bar .languages .dropdown-menu {
    left: auto;
    right: 0;
  }
  .header .user-bar .shopping-cart,
  .header .user-bar .email {
    padding-top: 12px;
  }
  .header .nav-bar .nav-bar-inner {
    position: absolute;
    top: 1px;
    left: 0;
  }
  .header .nav-bar .btn-nav-bar {
    padding: 15px;
  }
  .header .nav-bar .logo {
    background-image: url(../images/global/logos.png);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .header .nav-bar .install-arc-client {
    display: none !important;
  }
  .header nav ul {
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    background-color: #353943;
    padding: 1px;
    position: absolute;
    top: 45px;
    left: 10px;
  }
  .header nav ul:before {
    position: absolute;
    top: -6px;
    left: 55px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: #353943;
    content: '';
  }
  .header nav ul:after {
    position: absolute;
    top: -5px;
    left: 56px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #282d37;
    border-left: 6px solid transparent;
    content: '';
  }
  .footer {
    padding: 20px 0;
    background-repeat: repeat;
  }
  .footer-inner {
    width: 100%;
  }
  .footer-inner .footer-nav {
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto;
  }
  .footer-inner .logo-pw {
    width: 64px;
    height: 30px;
  }
  .footer-inner .logo-arc {
    background-image: url(../images/global/logos.png);
    background-repeat: no-repeat;
    background-position: 0 -200px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px;
    height: 30px;
  }
  .footer-inner .logo-pw,
  .footer-inner .logo-arc {
    float: none;
    display: inline-block;
    margin: 0 10px;
  }
  .footer-inner nav {
    margin-top: 5px;
  }
  .footer-inner nav ul li {
    margin: 0;
  }
  .footer-inner nav ul li:first-child {
    border-left: 0;
  }
  .footer-inner .pull-left {
    width: 60%;
    text-align: right;
  }
  .footer-inner .languages {
    float: right;
    margin: 3px 0 0;
    width: 40%;
    text-align: left;
  }
  .container,
  .footer-inner {
    max-width: 739px;
    min-width: 300px;
  }
  .main-404 {
    background: none;
  }
  .main-404 .container {
    padding: 50px 0 30px;
    margin-bottom: 50px;
    width: 300px;
  }
  .main-404 h1 {
    font-size: 24px;
  }
  .main-404 p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main-404 p.btn-link {
    margin-top: 20px;
  }
}
/* Landscape phones and down */
@media (max-width: 320px) {
  body {
    width: 320px;
  }
  .header .user-bar .lnk-arcgames {
    display: none;
  }
}
a.btn-black-new {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  display: block;
  background: #26272f;
  background-image: -webkit-linear-gradient(top, #383943, #26272f);
  background-image: -moz-linear-gradient(top, #383943, #26272f);
  background-image: -o-linear-gradient(top, #383943, #26272f);
  background-image: -ms-linear-gradient(top, #383943, #26272f);
  background-image: linear-gradient(to bottom, #383943, #26272f);
  border: solid 1px #565765;
  border-color: #565765 #20252d #121418 #20252d;
  color: #ccc;
  font: 14px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px #000000;
  -moz-box-shadow: 1px 1px 3px #000000;
  box-shadow: 1px 1px 3px #000000;
}
a.btn-black-new:focus,
a.btn-black-new:hover {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-linear-gradient(top, #474854, #32333e);
  background-image: -moz-linear-gradient(top, #474854, #32333e);
  background-image: -o-linear-gradient(top, #474854, #32333e);
  background-image: -ms-linear-gradient(top, #474854, #32333e);
  background-image: linear-gradient(to bottom, #474854, #32333e);
}
.btn-fb-login,
.btn-fb-login span {
  background-image: url(../images/global/buttons.png);
  background-repeat: no-repeat;
  background-position: 0 -2200px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-decoration: none;
}
.btn-fb-login:hover,
.btn-fb-login span:hover {
  cursor: pointer;
}
.btn-fb-login span {
  margin-left: 35px;
  background-position: 100% -400px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 0 10px 0 8px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.btn-fb-login:hover {
  background-position: 0 -2300px;
}
.btn-fb-login:active {
  background-position: 0 -2400px;
}
.btn-fb-login span:hover {
  background-position: 100% -500px;
}
.btn-fb-login span:active {
  background-position: 100% -600px;
}
.btn-fb-login:hover {
  text-decoration: none;
}
span.icon-refresh {
  background: url(../images/global/icons.png) no-repeat 0 -550px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
p.status-container {
  padding: 5px;
  min-height: 17px;
  clear: both;
  overflow: hidden;
}
.mobile-device .header .user-bar .languages {
  border-width: 0 0 0 1px;
  border-style: dotted;
  border-color: rgba(255, 255, 255, 0.2);
}
.mobile-device .header .user-bar .languages .dropdown-menu {
  left: auto;
  right: 0;
}
@media (hover: 0) {
  p#supporthover {
    display: none;
  }
}
/** PERFECT WORLD REDESIGN CSS **/
html.pw-themed > body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
html.pw-themed .push-down-message {
  width: 100%;
}
html.pw-themed.controller-forums {
  overflow: auto;
}
:root {
  --primary-background-color: #FFFFFF;
  --component-color-1: #DCDDE1;
  --component-text-color-1: #FFFFFF;
  --section-header-bar-bg: #EEEFF2;
  --active-color: #F23030;
  --active-hover-color: #FF6565;
  --error-color: #F23030;
  --plain-text-color: #000;
  --soft-text-color: #36373B;
  --color-label: #36373B;
  --color-caption: ##8E8E8E;
  --background-sub-widget: #F2F2F2;
  --background-widget: #F6F6F6;
  --background-widget-item: #F6F6F6;
  --background-widget-item-selected: #FFFFFF;
  --background-widget-item-border: #E6E6E6;
  --background-widget-dark: #F2F2F2;
  --background-widget-darker: #EEEFF2;
  --section-background: #F6F6F6;
  --gutter-tiny: 4px;
  --font-family-default: Roboto, sans-serif;
  --input-background-color: rgba(0, 0, 0, 0.08);
  --input-background-color-focus: rgba(0, 0, 0, 0.08);
  --input-text-color: #000000;
  --input-text-color-focus: rgba(0, 0, 0, 0.8);
  --input-border-color: rgba(255, 255, 255, 0.4);
  --input-border-color-hover: rgba(114, 113, 112, 0.8);
  --input-border-color-focus: #ffffff;
}
/*
.pw-dropdown is used to limit to new doms
Once old doms are not used, we can stick with only aria-expanded
*/
.pw-dropdown {
  position: relative;
}
.pw-dropdown__toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pw-dropdown__toggle::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 8px;
  color: #ccc;
}
.pw-dropdown__toggle:hover::after {
  color: #fff;
}
.pw-dropdown__menu {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 100%;
  left: 0;
  background-color: #333333;
  z-index: 10000;
}
.pw-dropdown__menu[aria-expanded="true"] {
  display: flex;
}
.pw-dropdown__option {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  background-color: #161616;
  color: #CCCCCC;
  margin-top: 2px;
  font-family: roboto, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.pw-dropdown__option:hover {
  color: #fff;
  text-decoration: none;
  background-color: #262626;
}
.pw-dropdown__option[target="_blank"]::after {
  content: '';
  display: inline-block;
  background-image: url(../images/perfectworld/href-link.png), url(../images/perfectworld/href-link-hover.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 8px 8px, 0px 0px;
  height: 8px;
  width: 8px;
  margin-left: auto;
}
@media (min-width: calc(980px + 1px)) {
  .pw-dropdown__option[target="_blank"]::after {
    margin-left: 4px;
  }
}
.pw-dropdown__option--selected {
  color: #fff;
  pointer-events: none;
}
.pw-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 1000;
}
.pw-header__vertical-line {
  width: 1px;
  height: 40px;
  background: #333333;
  margin: 0px 8px;
}
.pw-header__hamburger-btn {
  display: none;
  margin-left: auto;
  appearance: none;
  background: transparent;
  border: none;
}
.pw-header__hamburger-btn::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
}
.pw-header__hamburger-btn[aria-expanded="false"] {
  transform: scale(0.85);
}
.pw-header__hamburger-btn[aria-expanded="false"]::after {
  content: '\f0c9';
  color: #F96604;
}
.pw-header__hamburger-btn[aria-expanded="true"]::after {
  content: '\f00d';
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 980px) {
  .pw-header__hamburger-btn {
    display: block;
  }
}
.pw-header__nav-dom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.pw-header__game-list-dom {
  position: relative;
}
.pw-header__btn {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  white-space: nowrap;
  margin: 0 8px;
  position: relative;
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #CCCCCC;
  text-transform: uppercase;
}
.pw-header__btn:hover {
  text-decoration: none;
  color: #FFF;
}
.pw-header__btn--nav[target="_blank"]::after {
  content: '';
  display: inline-block;
  background-image: url(../images/perfectworld/href-link.png), url(../images/perfectworld/href-link-hover.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  background-size: 8px 8px, 0px 0px;
  height: 8px;
  width: 8px;
}
@media (min-width: calc(980px + 1px)) {
  .pw-header__btn--nav[target="_blank"]::after {
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);
    transform: translateY(-50%);
  }
}
@media (max-width: 980px) {
  .pw-header__btn--nav {
    order: 2;
  }
}
.pw-header-hover-underline {
  --underline-color: #F96604;
}
.pw-header__btn--selected {
  pointer-events: none;
  color: #fff;
}
.pw-header-hover-underline:hover::before,
.pw-header__btn--selected::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--underline-color);
}
.pw-header-hover-underline.pw-dropdown__toggle:hover::before {
  width: calc(100% - 15px);
}
.pw-header__btn[target="_blank"]:hover::before {
  background-size: 0px 0px, 8px 8px;
}
.pw-header__game-list-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pw-header__game-list-btn::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 8px;
  color: #666666;
}
.pw-header__game-list-btn:hover::after {
  color: #fff;
}
.pw-header__game-list-btn::before {
  content: "";
  background: url(../images/logos/arcgames-side.svg) no-repeat center;
  width: 85px;
  height: 40px;
  background-size: contain;
}
.pw-header__game-list-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 20px 40px 10px;
  box-sizing: border-box;
}
.pw-header__game-list-menu[aria-expanded="true"] {
  display: flex;
}
#pw-header-nav-menu[aria-expanded="true"] .pw-header__header-logo-wrap {
  padding-left: 20px;
  box-sizing: border-box;
  flex-direction: row;
  position: relative;
  display: block;
  height: 60px;
}
.pw-header__header-logo {
  margin-left: 14px;
  margin-right: 18px;
}
.pw-header__header-logo-wrap {
  flex-grow: 1;
}
@media (min-width: calc(980px + 1px)) {
  .pw-header__header-logo-wrap {
    flex-grow: 0;
  }
}
/* this depends on the topbar being sticky */
/*
.pw-header__header-logo-wrap .pw-header__header-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	@media (min-width: calc(@hamburger-limit + 1px)) {
		position: static;
		top: auto;
		left: auto;
		transform: none;
	}
}

.pw-header__header-logo-wrap .pw-header__header-logo--nw {
	position: static;
	top: auto;
	left: auto;
	transform: none;
}
*/
#pw-header-nav-menu[aria-expanded="true"] .pw-header__header-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.pw-game-list {
  background-color: #EFEFEF;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.pw-game-list__game {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pw-game-list__title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: auto;
  font-family: roboto, sans-serif;
}
.pw-game-list__view-all {
  position: relative;
  color: #666666;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto';
  text-decoration: none;
}
.pw-game-list__view-all::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7.945' viewBox='0 0 8 7.945'%3E%3Cpath d='M86.139,27.9h5.9a.175.175,0,0,1,.116.117l-.019,5.882c.019.058-.039.117-.117.117h-.738l-.019-4.639L84.935,35.7a.458.458,0,0,1-.641.019h0a.463.463,0,0,1,0-.66l6.27-6.27-4.523-.019-.019-.758c.019-.058.078-.116.117-.116Z' transform='translate(-84.156 -27.895)' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.pw-game-list__view-all:hover {
  text-decoration: none;
  color: #000;
}
.pw-game-list__view-all:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7.945' viewBox='0 0 8 7.945'%3E%3Cpath d='M86.139,27.9h5.9a.175.175,0,0,1,.116.117l-.019,5.882c.019.058-.039.117-.117.117h-.738l-.019-4.639L84.935,35.7a.458.458,0,0,1-.641.019h0a.463.463,0,0,1,0-.66l6.27-6.27-4.523-.019-.019-.758c.019-.058.078-.116.117-.116Z' transform='translate(-84.156 -27.895)' fill-rule='evenodd'/%3E%3C/svg%3E");
}
@media (max-width: 760px) {
  .pw-game-list__view-all {
    width: 100%;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    margin: 20px auto 10px;
    order: 20;
    background-color: #E5E5E5;
  }
}
.pw-game-list__view-all-text {
  position: relative;
}
.pw-game-list__view-all:hover > .pw-game-list__view-all-text::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.pw-game-list__close {
  color: #666666;
  font-size: 24px;
  background: transparent;
  border: none;
}
.pw-game-list__close:hover {
  color: #000;
}
.pw-game-list__games {
  width: 100%;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(auto-fill, 212px);
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  margin: 20px auto 0;
}
@media (min-width: calc(980px + 1px)) {
  .pw-game-list__games {
    margin: 12px 0 0;
  }
}
.pw-game-list__game-image {
  transform-origin: top;
  transform: scale(1);
  border-radius: 5px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pw-game-list__game:hover > .pw-game-list__game-image {
  box-shadow: 0px 4px 13px 0px #000;
  transform: scale(1.01);
}
.pw-game-list__game-name {
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  color: #161616;
  margin: 6px 0;
  transition: opacity 0.2s;
}
.pw-game-list__game:hover > .pw-game-list__game-name {
  opacity: 1;
}
@media (max-width: 980px) {
  .pw-header__lang-dom {
    order: 4;
  }
}
@media (min-width: 980px) {
  .pw-header__lang-dom {
    margin-left: auto;
  }
}
.pw-header__lang-btn::before {
  content: attr(data-mobile-text);
  display: inline-block;
}
@media (min-width: calc(980px + 1px)) {
  .pw-header__lang-btn::before {
    content: '';
    background-image: url(../images/perfectworld/lang-globe.png), url(../images/perfectworld/lang-globe-hover.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: 16px 16px, 0px 0px;
    height: 16px;
    width: 16px;
  }
  .pw-header__lang-btn:hover::before {
    background-size: 0px 0px, 16px 16px;
  }
}
.pw-header__user-options,
.pw-header__lang-options {
  min-width: 200px;
  top: calc(100% + 20px);
  left: auto;
  right: 0;
}
.pw-header__lang-option {
  padding-left: 20px;
  box-sizing: border-box;
}
.pw-header__shopping-cart {
  position: relative;
  margin-left: 8px;
  text-decoration: none !important;
}
.pw-header__shopping-cart::before {
  content: url(../images/perfectworld/cart.png);
}
.pw-header__shopping-cart::after {
  content: url(../images/perfectworld/cart-hover.png);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.pw-header__shopping-cart:hover::after {
  opacity: 1;
}
@media (max-width: 980px) {
  .pw-header__shopping-cart {
    order: 3;
  }
  .pw-header__shopping-cart::before {
    content: attr(data-mobile-text);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .pw-header__shopping-cart:hover::after {
    display: none;
  }
}
.pw-header--game .pw-header__shopping-cart {
  order: -998;
}
@media (min-width: calc(980px + 1px)) {
  .pw-header--game .pw-header__shopping-cart {
    order: 3;
  }
}
.pw-header__mobile-back-btn {
  display: none;
  border: 0;
}
.pw-header__mobile-back-btn::before {
  content: '\f0d9';
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 16px;
  padding-right: 16px;
}
@media (min-width: calc(980px + 1px)) {
  .pw-game-list {
    height: auto !important;
  }
}
@media (max-width: 980px) {
  .pw-header__hamburger-btn {
    display: block;
  }
  .pw-game-list {
    overflow-y: auto;
  }
  .pw-header__nav-dom {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    background-color: #161616;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.5s;
  }
  .pw-header__nav-dom[aria-expanded="true"] {
    display: flex;
    max-height: calc(100vh - 100%);
    overflow-y: auto;
  }
  .pw-header__nav-dom .pw-header__shopping-cart,
  .pw-header__nav-dom .pw-dropdown__option,
  .pw-header__nav-dom .pw-header__btn {
    display: flex;
    height: 60px;
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    border-top: solid 1px #333333;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin: 0;
    flex-shrink: 0;
  }
  .pw-header__nav-dom .pw-header__shopping-cart:hover,
  .pw-header__nav-dom .pw-dropdown__option:hover,
  .pw-header__nav-dom .pw-header__btn:hover {
    background-color: #262626;
  }
  .pw-header__nav-dom .pw-header__lang-option:not(.pw-dropdown__option--selected) {
    color: #CCCCCC;
  }
  .pw-header__nav-dom > .pw-dropdown {
    flex-shrink: 0;
  }
  .pw-header__nav-dom .pw-dropdown {
    position: static;
  }
  .pw-header__nav-dom .pw-dropdown__menu {
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.5s;
    z-index: 100;
    overflow-y: auto;
  }
  .pw-header__nav-dom .pw-dropdown__menu[aria-expanded="true"] {
    transform: translateX(0%);
  }
  .pw-header__nav-dom .pw-dropdown__menu::after {
    content: '';
    display: inline-block;
    flex-grow: 1;
    width: 100%;
    background-color: #161616;
    order: 10;
    border-top: 2px solid #333333;
  }
  .pw-header__nav-dom .pw-header__mobile-back-btn {
    color: #ccc;
  }
  .pw-header__nav-dom .pw-header__mobile-back-btn:hover {
    color: #fff;
  }
  .pw-header__nav-dom .pw-header__btn--nav[target="_blank"]::after {
    margin-left: auto;
    margin-right: 30px;
  }
  .pw-header__lang-dom {
    border-bottom: solid 1px #333333;
  }
  .pw-dropdown__toggle::after {
    margin-left: auto;
    margin-right: 30px;
    transform: rotate(-90deg);
  }
}
.pw-header--game .pw-header__btn {
  margin-right: 20px;
}
@media (min-width: calc(980px + 1px)) {
  .pw-header--game .pw-header__btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1440px) {
  .pw-header--game .pw-header__btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.pw-header--game-sto .pw-header-hover-underline {
  --underline-color: #1D78FF;
}
.pw-header--game-nw .pw-header-hover-underline {
  --underline-color: #E32733;
}
.pw-header--game-pwi .pw-header-hover-underline {
  --underline-color: #8B1009;
}
#react-game-playnow-button {
  order: -999;
}
@media (min-width: calc(980px + 1px)) {
  #react-game-playnow-button {
    margin-left: 20px;
    order: 999;
  }
}
#react-game-playnow-button .pwe-button {
  font-size: 16px;
  height: 60px;
}
@media (min-width: calc(980px + 1px)) {
  #react-game-playnow-button .pwe-button {
    font-size: 12px;
    height: 40px;
  }
}
/*
// All the changes for the game list display
#js-pw-header.pw-header--game.pw-header--open {
	.pw-header__game-list-dom {
		display: none;
	}
	> .pw-header__vertical-line {
		display: none;
	}
	.pw-header__header-logo-wrap .pw-header__header-logo {
		left: 0;
		transform: translateX(0) translateY(-50%);
		position: absolute;
	}
}
*/
.header__menu-toggle {
  display: none;
}
.pwrd-logo {
  background: url(../images/logos/arcgames-side.svg) no-repeat center;
  width: 85px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-size: contain;
  margin-right: 20px;
}
.pwrd-logo:hover svg path {
  fill: #FFF;
}
.pwrd-logo__more-games {
  position: absolute;
  top: 8px;
  right: -14px;
  cursor: pointer;
}
.pwe-game-subheader {
  height: 200px;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
}
.pwe-game-subheader--sto {
  background-image: url('../images/perfectworld/sto/header.jpg');
}
.pwe-game-subheader--nw {
  background-image: url('../images/perfectworld/nw/header.jpg');
}
.pwe-game-subheader--fw {
  background-image: url('../images/perfectworld/fw/header.jpg');
}
.pwe-game-subheader--pwi {
  background-image: url('../images/perfectworld/pwi/header.jpg');
}
.pwe-game-subheader--co {
  background-image: url('../images/perfectworld/co/header.jpg');
}
.pwe-game-subheader__contents {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .pwe-game-subheader__contents {
    justify-content: start;
    max-width: 1208px;
  }
}
@media (min-width: 640px) {
  .pwe-game-subheader--fw .pwe-game-subheader__contents {
    justify-content: center;
  }
}
.game-logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.game-logo--sto {
  width: 229px;
  height: 60px;
  background-image: url('../images/perfectworld/sto/game-logo.webp');
}
.game-logo--nw {
  width: 229px;
  height: 60px;
  background-image: url('../images/perfectworld/nw/game-logo.webp');
}
.game-logo--fw {
  width: 187px;
  height: 103px;
  background-image: url('../images/perfectworld/fw/game-logo.webp');
}
.game-logo--pwi {
  width: 103px;
  height: 107px;
  background-image: url('../images/perfectworld/pwi/game-logo.webp');
}
.game-logo--co {
  width: 220px;
  height: 67px;
  background-image: url('../images/perfectworld/co/game-logo.webp');
}
.pw-footer {
  width: 100%;
  font-family: Roboto, sans-serif;
  box-sizing: border-box;
  background-color: #1D1E21;
  padding: 32px;
}
.pw-footer__logo {
  display: block;
  margin: 0 auto 20px;
}
.pw-footer__logo-arc {
  width: 127px;
  height: 60px;
  background: url(../images/logos/arc_games.webp);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.pw-footer__row {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.pw-footer__row--column {
  flex-direction: column;
}
.pw-footer__legal {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}
.pw-footer__link {
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.82);
}
.pw-footer__link:hover {
  color: #fff;
  text-decoration: none;
}
.pwe-logo {
  display: inline-block;
}
.pwe-game-social-footer {
  background: #1b1b1b;
}
.pwe-game-social-footer--game-fw {
  background: #331B19;
}
.pwe-game-social-footer--game-co {
  background: #FFD500;
}
.pwe-social-list {
  display: flex;
  justify-content: center;
  max-width: 532px;
  box-sizing: content-box;
  padding-left: 16px;
  padding-right: 16px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  height: 95px;
  align-items: center;
}
.pwe-social-list--game-co .fab {
  color: #00012B;
}
.pwe-social-list__social {
  flex-basis: 100px;
  font-size: 32px;
  text-align: center;
}
.pwe-game-footer {
  background: #000000;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
.pwe-game-footer__legal {
  font-family: Lato, sans-serif;
  font-size: 10px;
  color: #747474;
  text-align: center;
  margin-bottom: 40px;
}
.pwe-game-footer__legal a {
  color: #B7B7B7;
  white-space: nowrap;
}
.pwe-game-footer__legal--nw {
  max-width: 650px;
  box-sizing: content-box;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: auto;
  margin-right: auto;
}
.pwe-game-footer__links {
  color: #B7B7B7;
  text-align: center;
}
.pwe-game-footer__links a {
  color: #B7B7B7;
}
.pwe-game-footer-logos-big {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: content-box;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 960px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 0 clamp(10px, 3.125vw, 50px);
  padding-top: 20px;
}
.pwe-game-footer-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  box-sizing: content-box;
  padding-left: 8px;
  padding-right: 8px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
@media (min-width: 610px) {
  .pwe-game-footer-logos {
    max-width: 640px;
  }
}
.pwe-game-legal-text {
  margin-bottom: 40px;
}
.pwe-gme-footer-logos-big .pwe-logo,
.pwe-game-footer-logos .pwe-logo {
  max-width: none;
}
.pwe-game-footer-logos-big__logo .pwe-logo {
  margin-top: clamp(16px, 5vw, 20px);
  margin-bottom: clamp(16px, 5vw, 20px);
}
.pwe-game-footer-logos-big__logo .pwe-logo__image--pwe {
  width: clamp(124px, 38.75vw, 145px);
}
.pwe-game-footer-logos-big__logo .pwe-logo__image--cryptic {
  width: clamp(112px, 35vw, 131px);
}
.pwe-game-footer-logos-big__logo .pwe-logo__image--rating {
  max-width: 124px;
  max-height: 72px;
}
.pwe-game-footer-logos__logo .pwe-logo {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: clamp(11px, 3.4375vw, 22px);
  margin-bottom: clamp(11px, 3.4375vw, 30px);
}
.pwe-game-footer-logos__logo .pwe-logo__image--arc {
  width: clamp(87px, 27.1875vw, 93px);
}
.pwe-game-footer-logos__logo .pwe-logo__image--epic {
  width: clamp(32px, 10vw, 34px);
}
.pwe-game-footer-logos__logo .pwe-logo__image--steam {
  width: clamp(89px, 27.8125vw, 95px);
}
.pwe-game-footer-logos__logo .pwe-logo__image--ps4 {
  width: clamp(129px, 40.3125vw, 135px);
}
.pwe-game-footer-logos__logo .pwe-logo__image--xbox {
  width: clamp(126px, 39.375vw, 138px);
}
.pwe-button {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  transition: background 0.2s;
  text-transform: uppercase;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.pwe-button--game-co,
.pwe-button--game-co:hover .pwe-button__text {
  color: #000;
}
.pwe-button:hover,
.pwe-button:focus {
  text-decoration: none;
}
.pwe-button--game-sto.pwe-button--primary {
  background: #356DFF;
}
.pwe-button--game-sto.pwe-button--primary:hover,
.pwe-button--game-sto.pwe-button--primary:focus {
  background: #1D78FF;
}
.pwe-button--game-nw.pwe-button--primary {
  background: #E32733;
}
.pwe-button--game-nw.pwe-button--primary:hover,
.pwe-button--game-nw.pwe-button--primary:focus {
  background: #BA222C;
}
.pwe-button--game-pwi.pwe-button--primary {
  background: #8B1009;
}
.pwe-button--game-pwi.pwe-button--primary:hover,
.pwe-button--game-pwi.pwe-button--primary:focus {
  background: #AC1818;
}
.pwe-button--game-fw.pwe-button--primary {
  background: #C86535;
}
.pwe-button--game-fw.pwe-button--primary:hover,
.pwe-button--game-fw.pwe-button--primary:focus {
  background: #DE733F;
}
.pwe-button--game-pwi.pwe-button--primary {
  background: #8B1009;
}
.pwe-button--game-pwi.pwe-button--primary:hover,
.pwe-button--game-pwi.pwe-button--primary:focus {
  background: #AC1818;
}
.pwe-button--game-co.pwe-button--primary {
  background: #FFBB00;
}
.pwe-button--game-co.pwe-button--primary:hover,
.pwe-button--game-co.pwe-button--primary:focus {
  background: #FD9F2F;
}
.pw-themed #vanilla-comments,
.pw-themed #vanilla-comments iframe {
  min-height: 100vh;
  background: #000;
}
.pwe-sign-background-header {
  height: 200px;
  width: 100%;
  background: url(../images/cookie-header.png) no-repeat center;
}
.pw-themed .sign-background a:not(.button) {
  color: var(--active-color);
  text-decoration: none;
}
.pw-themed .sign-background a:hover:not(.button) {
  text-decoration: underline;
}
.pw-themed .sign-background hr {
  opacity: 1;
  border: none;
  height: 1px;
  background: #e1e1e1;
}
.pw-themed .container-sign p {
  text-shadow: none;
  font-family: Roboto, sans-serif;
  color: var(--soft-text-color);
}
.pw-themed .container-sign li {
  font-family: Roboto, sans-serif;
  color: var(--soft-text-color);
}
.pw-themed .sign-background {
  background: none;
  min-height: calc(100vh - 458px);
  padding: 0;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.pw-themed .container-sign {
  background: #f6f6f6;
  padding: 40px 30px;
  box-shadow: none;
}
.pw-themed .container-sign h1 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--soft-text-color);
  font-family: Roboto, sans-serif;
  text-shadow: none;
}
.pw-themed .container-sign .control-label {
  color: var(--soft-text-color);
}
.pw-themed .container-sign .infobox {
  color: var(--soft-text-color);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  align-items: center;
  text-shadow: none;
  font-family: Roboto, sans-serif;
}
.pw-themed .container-sign .infobox em {
  color: #000;
  font-weight: 700;
}
.pw-themed .container-sign .forgot-container > p.text-left {
  color: #000;
}
.pw-themed .container-sign .further-assistance {
  color: var(--soft-text-color);
  font-family: Roboto, sans-serif;
  text-shadow: none;
}
.pw-themed .container-sign .p-email-activate {
  font-family: Roboto, sans-serif;
  color: var(--soft-text-color);
  text-shadow: none;
}
.pw-themed .container-sign h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  color: var(--soft-text-color);
  font-family: Roboto, sans-serif;
  text-shadow: none;
  font-weight: 700;
}
.pw-themed .verify-email-container__info .button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pw-themed .container-sign input.text {
  border: solid 1px #fff;
  background: #FBFBFB;
  color: #36373B;
}
.pw-themed .container-sign input.text:focus,
.pw-themed .container-sign input.text:focus-within,
.pw-themed .container-sign input.text:focus-visible {
  outline: none;
  border-color: var(--active-color);
}
.pw-themed .button {
  display: block;
  min-width: 120px;
  min-height: 4rem;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  color: #FFF;
  border: 0;
  cursor: pointer;
  padding: 1.2rem 2.4rem;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
}
.pw-themed .button--primary {
  background-color: var(--active-color);
  transition: background-color 0.15s;
}
.pw-themed .button--primary:hover {
  background-color: #000;
  text-decoration: none;
}
.pw-themed .button--secondary {
  border: 1px solid var(--active-color);
  color: var(--active-color);
  background-color: transparent;
  transition: all 0.15s;
}
.pw-themed .button--secondary:hover {
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}
.pw-themed .button--no-border {
  border: none;
  color: var(--active-color);
  background-color: transparent;
  min-height: 20px;
  min-width: auto;
  padding: 0;
  margin-left: 20px;
}
.pw-themed .button--no-border:hover {
  border: none;
  text-decoration: underline;
}
.pw-themed .button--inline {
  display: inline-block;
}
.pw-themed #verify-email-button.button[disabled] {
  background-color: #000;
  text-decoration: none;
  cursor: not-allowed;
}
.pw-themed #verify-email-button.button + .status-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pw-themed #verify-email-button.button + .status-container > .spinner {
  width: 8px !important;
}
.pw-themed #verify-email-button.button + .status-container > .spinner > div > div {
  background: #000 !important;
}
.pw-themed .btn-common {
  text-shadow: none;
}
.pw-themed.controller-my-account #cboxOverlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1 !important;
}
.pw-themed.controller-my-account #colorbox:not(.colorbox-web-defender) #cboxContent {
  background: var(--background-widget) !important;
}
.pw-themed.controller-my-account .account-name-change__header {
  font-family: Roboto, sans-serif;
  color: var(--plain-text-color);
}
.pw-themed.controller-my-account .account-name-change__header:before {
  display: none;
}
.pw-themed.controller-my-account .account-name-change__header:after {
  display: none;
}
.pw-themed.controller-my-account .account-name-change__instructions {
  color: var(--soft-text-color);
}
.pw-themed.controller-my-account .account-name-change__label {
  font-family: Roboto, sans-serif;
  color: var(--soft-text-color);
}
.pw-themed.controller-my-account .account-name-change__instruction {
  color: var(--soft-text-color);
  font-family: Roboto, sans-serif;
}
.pw-themed.controller-my-account #colorbox:not(.colorbox-web-defender) .account-btn {
  padding-left: 10px;
  padding-right: 10px;
}
.pw-themed.controller-my-account #colorbox:not(.colorbox-web-defender) .account-btn:hover {
  color: #000 !important;
  border-color: #000 !important;
}
.pw-themed.controller-my-account #colorbox:not(.colorbox-web-defender) [type="submit"] {
  background: #F23030 !important;
  border-radius: 0;
}
.pw-themed.controller-my-account #colorbox:not(.colorbox-web-defender) [type="submit"]:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.pw-themed.controller-my-account #colorbox:not(.colorbox-web-defender) #cboxClose::after {
  border: none;
  color: #F23030;
}
.pw-themed.controller-my-account #colorbox:not(.colorbox-web-defender) #cboxClose:hover::after {
  color: #000;
}
.pw-themed.controller-my-account .account-name-change__instructions {
  font-family: Roboto, sans-serif;
}
.pw-themed .account-name-change__form-buttons > .btn-common {
  border-radius: 0;
  background: #F23030;
  font-family: Roboto, sans-serif;
}
.pw-themed .account-name-change__form-buttons > .btn-common:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.pw-themed .account-name-change__verification {
  margin-top: 16px;
}
.pw-themed #ver-errors.success {
  color: var(--soft-text-color) !important;
}
.footer-flexbox-color-wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.footer-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #7b7b7b;
  font-size: 11px;
  padding: 20px 10px;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 760px) {
  .footer-flexbox {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
@media (min-width: 760px) {
  .footer-flexbox__logos {
    flex-shrink: 0;
  }
}
@media (min-width: 760px) {
  .footer-flexbox__languages {
    order: 3;
  }
}
.footer-flexbox__languages .languages {
  float: right;
  margin: 3px 0 0 20px;
}
.footer-flexbox__languages .languages .current-language,
.footer-flexbox__languages .languages dl {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  width: 90px;
  min-width: 90px;
  z-index: 2000;
}
.footer-flexbox__languages .languages .current-language {
  overflow: hidden;
}
.footer-flexbox__languages .languages .current-language span {
  float: left;
}
.footer-flexbox__languages .languages .current-language i {
  background-image: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
  height: 22px;
  display: inline-block;
}
.footer-flexbox__languages .languages .dropdown-menu {
  background-color: #161718;
  font-size: 11px;
}
.footer-flexbox__logos .logo-pw {
  background: url(../images/logos/arcgames-side.svg) no-repeat center;
  width: 140px;
  height: 50px;
  margin-right: 20px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  vertical-align: middle;
}
.footer-flexbox__logos .logo-arc {
  background: url(../images/corp-site/logos/arcgames-stacked.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 58px;
  opacity: .5;
}
.footer-flexbox__nav {
  width: 100%;
}
@media (min-width: 760px) {
  .footer-flexbox__nav {
    width: auto;
    flex-shrink: 1;
    padding: 0 20px;
  }
}
.footer-flexbox__nav ul {
  text-align: center;
}
.footer-flexbox__nav ul li {
  border-width: 0 0 0 1px;
  border-left-width: 1px;
  border-style: solid;
  border-left-style: solid;
  border-color: #2b2b2b;
  border-left-color: #2b2b2b;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.2;
  margin-left: -1px;
}
.footer-flexbox__nav ul li a {
  color: #7b7b7b;
  text-decoration: none;
}
.footer-flexbox__nav ul li a:hover {
  color: #7b7b7b;
  text-decoration: underline;
}
.footer-flexbox__nav ul li:first-of-type {
  border: none;
}
.footer-flexbox__nav__copyright {
  text-align: center;
  margin-top: 4px;
}
.footer-flexbox__nav__copyright a {
  color: #B7B7B7;
}
/* font */
@font-face {
  font-family: 'Rouble PTSans';
  src: url('../fonts/ie-rouble-ptsans-regular.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rouble PTSans';
  src: local('Rouble PTSans'), url(data:font/truetype;charset=utf-8;base64,AAEAAAARAQAABAAQRkZUTV5+0g8AAAEcAAAAHEdERUYATgAEAAABOAAAACBPUy8ydNqNzgAAAVgAAABgY21hcIyaUZwAAAG4AAAB2mN2dCAB3QE5AAADlAAAAA5mcGdtU7QvpwAAA6QAAAJlZ2FzcAAAABAAAAYMAAAACGdseWaAL3GKAAAGFAAABBBoZWFkAdafrQAACiQAAAA2aGhlYQnRB/oAAApcAAAAJGhtdHg94AEQAAAKgAAAAIRsb2NhFY4WlgAACwQAAABEbWF4cAE7AK8AAAtIAAAAIG5hbWUacjZiAAALaAAAAXBwb3N0Wnbh7QAADNgAAAEgcHJlcEcoC/8AAA34AAAAbndlYmZ6BVMYAAAOaAAAAAYAAAABAAAAAMw9os8AAAAAwwMEvAAAAADPPiqDAAEAAAAOAAAAGAAAAAAAAgABAAEAIAABAAQAAAACAAAAAwKgArwABQAEBZoFMwAAAR8FmgUzAAAD0QBmAgAAAAIABQYAAAACAAQAAAADAAAAAAAAAAAAAAAAUFlSUwAhAA0l/AZm/mYAAAWqACgAAAABAAAAAAAABaoAAAAgAAEAAAADAAAAAwAAABwAAQAAAAAA1AADAAEAAAAcAAQAuAAAACoAIAAEAAoADQAgAC4AQgBSAFUAYgByAHUAoAQRBCAEIwQxBEAEQyAKIC8gXyX8//8AAAANACAALgBCAFIAVQBiAHIAdQCgBBEEIAQjBDEEQARDIAAgLyBfJfz////2/+T/1//E/7X/s/+n/5j/lv9s+/z77vvs+9/70fvP4BPf79/A2iQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQYAAAEAAAAAAAAAAQIAAAADAAAAAAAAAAAAAAAAAAAAAQAABAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAAAAAAHAAAIAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAAAAAAAoAAAsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfwCPAKoAqgC0AACwACywABNLsExQWLBKdlmwACM/GLAGK1g9WUuwTFBYfVkg1LABEy4YLbABLCDasAwrLbACLEtSWEUjWSEtsAMsaRggsEBQWCGwQFktsAQssAYrWCEjIXpY3RvNWRtLUlhY/RvtWRsjIbAFK1iwRnZZWN0bzVlZWRgtsAUsDVxaLbAGLLEiAYhQWLAgiFxcG7AAWS2wByyxJAGIUFiwQIhcXBuwAFktsAgsEhEgOS8tsAksIH2wBitYxBvNWSCwAyVJIyCwBCZKsABQWIplimEgsABQWDgbISFZG4qKYSCwAFJYOBshIVlZGC2wCiywBitYIRAbECFZLbALLCDSsAwrLbAMLCAvsAcrXFggIEcjRmFqIFggZGI4GyEhWRshWS2wDSwSESAgOS8giiBHikZhI4ogiiNKsABQWCOwAFJYsEA4GyFZGyOwAFBYsEBlOBshWVktsA4ssAYrWD3WGCEhGyDWiktSWCCKI0kgsABVWDgbISFZGyEhWVktsA8sIyDWIC+wBytcWCMgWEtTGyGwAVlYirAEJkkjiiMgikmKI2E4GyEhISFZGyEhISEhWS2wECwg2rASKy2wESwg0rASKy2wEiwgL7AHK1xYICBHI0ZhaoogRyNGI2FqYCBYIGRiOBshIVkbISFZLbATLCCKIIqHILADJUpkI4oHsCBQWDwbwFktsBQsswBAAUBCQgFLuBAAYwBLuBAAYyCKIIpVWCCKIIpSWCNiILAAI0IbYiCwASNCWSCwQFJYsgAgAENjQrIBIAFDY0KwIGOwGWUcIVkbISFZLbAVLLABQ2MjsABDYyMtAAAAAAEAAf//AA8AAgBEAAAEJQWqABwAMAB4ALIbAAArsgEBACuwFjOxAALpsBgysgUBACuwHTOxBALpsBQysgoBACuxLQPpsBsvAbAxL7Ab1rECBjIysRoE6bEVHTIyshobCiuzQBoYCSuyGxoKK7NAGwAJK7AEMrAaELEkASuxDwbpsTIBK7EkGhESsAo5ADAxEzUzNSM1MxE+ATMyHgIVFA4CDwEVIRUhESMREzMyPgE3NjU8ATU0Jy4CIyIGB0SRkZFOslhet41WWJK6YKIBVP6sqqqcPXtiHx0YGlh0QjVgHQEff5N/AtsSDSViqIOBrGstAgKRf/7hAR8BnRlGPDhbBgwGTDQ4RB0HBgACAEQAAAQlBaoAHAAwAHgAshsAACuyAQEAK7AWM7EAAumwGDKyBQEAK7AdM7EEAumwFDKyCgEAK7EtA+mwGy8BsDEvsBvWsQIGMjKxGgTpsRUdMjKyGhsKK7NAGhgJK7IbGgors0AbAAkrsAQysBoQsSQBK7EPBumxMgErsSQaERKwCjkAMDETNTM1IzUzET4BMzIeAhUUDgIPARUhFSERIxETMzI+ATc2NTwBNTQnLgIjIgYHRJGRkU6yWF63jVZYkrpgogFU/qyqqpw9e2IfHRgaWHRCNWAdAR9/k38C2xINJWKog4Gsay0CApF//uEBHwGdGUY8OFsGDAZMNDhEHQcGAAIARAAABCUFqgAcACsAegCyGwAAK7IBAQArsBYzsQAC6bAYMrIFAQArsB0zsQQC6bAUMrIKAQArsSgD6bAbLwGwLC+wG9axAgYyMrEaBOmxFR0yMrIaGwors0AaGAkrshsaCiuzQBsACSuwBDKwGhCxIwErsQ8G6bEtASuxIxoRErEKKDk5ADAxEzUzNSM1MxE+ATMyHgIVFA4CDwEVIRUhESMREzMyPgInNi4CIyIGB0SRkZFOslhet41WWJK6YKIBVP6sqqqcPXtiPgICNFh0QjVgHQEff5N/AtsSDSViqIOBrGstAgKRf/7hAR8BnRlGeGNUcEQdBwYAAAIARAAABCUFqgAcACsAegCyGwAAK7IBAQArsBYzsQAC6bAYMrIFAQArsB0zsQQC6bAUMrIKAQArsSgD6bAbLwGwLC+wG9axAgYyMrEaBOmxFR0yMrIaGwors0AaGAkrshsaCiuzQBsACSuwBDKwGhCxIwErsQ8G6bEtASuxIxoRErEKKDk5ADAxEzUzNSM1MxE+ATMyHgIVFA4CDwEVIRUhESMREzMyPgInNi4CIyIGB0SRkZFOslhet41WWJK6YKIBVP6sqqqcPXtiPgICNFh0QjVgHQEff5N/AtsSDSViqIOBrGstAgKRf/7hAR8BnRlGeGNUcEQdBwYAAAEAAAAAAAAAAAAAAAAxAAABAAAAAQAAZhJVtF8PPPUAHwgAAAAAAM8+KoMAAAAAzz4qgwAAAAAEJQWqAAMACAACAAAAAAAAAAEAAAWq/9gAAAgAAAAAAAQlAAEAAAAAAAAAAAAAAAAAAAAhBAAAAAAAAAAIAAAAA+gAAAAAAAAAAAAABFwARAAAAAAAAAAABFwARAAAAAAAAAAAAAAAAARcAEQAAAAAAAAAAARcAEQAAAAAAAAAAALNAAAFmgAAAs0AAAWaAAAB3gAAAWYAAADvAAAA7wAAALMAAAEeAAAATwAAAR4AAAFmAAAB9AAAAAAAAAAAAAAAAAAAAAAAggCCAIIBBAEEAQQBBAGCAYIBggIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAggAAQAAACEAMQACAAAAAAACAAEAAgAWAAABAAB6AAAAAAAAAAgAZgADAAEECQABABYAAAADAAEECQACABYAFgADAAEECQADACYALAADAAEECQAEAC4AUgADAAEECQAFABoAgAADAAEECQAGACoAmgADAAEECQDIABYAxAADAAEECQDJADAA2gBSAHUAYgBsAGUAIABBAHIAaQBhAGwAQgBvAGwAZAAgAEkAdABhAGwAaQBjAEEATABTADoAIABBAEwAUwAgAFIAdQBiAGwAOgAgADIAMAAwADcAUgB1AGIAbABlACAAQQByAGkAYQBsACAAQgBvAGwAZAAgAEkAdABhAGwAaQBjAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAwADAAUgB1AGIAbABlAEEAcgBpAGEAbAAtAEIAbwBsAGQASQB0AGEAbABpAGMAVwBlAGIAZgBvAG4AdAAgADEALgAwAFQAaAB1ACAATQBhAHIAIAAgADYAIAAwADgAOgAzADcAOgAwADgAIAAyADAAMQA0AAIAAAAAAAD/ZwBmAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAAAEAAgECAAMAEQAlADUAOABFAFUAWAEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwd1bmkwMDBEB3VuaTAwQTAJYWZpaTEwMDE4CWFmaWkxMDAzNAlhZmlpMTAwMzcJYWZpaTEwMDY2CWFmaWkxMDA4MglhZmlpMTAwODUHdW5pMjAwMAd1bmkyMDAxB3VuaTIwMDIHdW5pMjAwMwd1bmkyMDA0B3VuaTIwMDUHdW5pMjAwNgd1bmkyMDA3B3VuaTIwMDgHdW5pMjAwOQd1bmkyMDBBB3VuaTIwMkYHdW5pMjA1Rgd1bmkyNUZDuAH/hbABjQBLsAhQWLEBAY5ZsUYGK1ghsBBZS7AUUlghsIBZHbAGK1xYALACIEWwAytEsAMgRbICSAIrsAMrRAGwBCBFsAMrRLAFIEW6AAR//wACK7EDRnYrRLAGIEWyBXICK7EDRnYrRFmwFCsAAAABUxh6BAAA) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'u2000';
  src: url('../fonts/u2000.eot');
  src: url('../fonts/u2000.eot?#iefix') format("embedded-opentype"), url('../fonts/u2000.woff') format("woff"), url('../fonts/u2000.ttf') format("truetype"), url('../fonts/u2000.svg') format("svg");
}
/* paginate style start */
.paginate {
  text-align: center;
  margin-top: 20px;
}
.paginate ul li {
  display: inline-block;
  vertical-align: top;
  color: #a7a7a7;
}
.paginate ul li a {
  color: #a7a7a7;
  line-height: 34px;
  padding: 0 2px;
}
.paginate ul .active a {
  color: #fff;
  cursor: default;
  text-decoration: none;
}
.paginate ul .prev,
.paginate ul .next {
  padding: 0;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.paginate ul .prev a,
.paginate ul .next a {
  padding: 0;
}
.paginate ul .next {
  margin-left: 10px;
}
.paginate ul .next a {
  background-image: url(../images/global/icons.png);
  background-repeat: no-repeat;
  background-position: 10px -898px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}
.paginate ul .next a:hover {
  background-position: 10px -948px;
}
.paginate ul .prev {
  margin-right: 10px;
}
.paginate ul .prev a {
  background-image: url(../images/global/icons.png);
  background-repeat: no-repeat;
  background-position: 7px -998px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}
.paginate ul .prev a:hover {
  background-position: 7px -1048px;
}
.paginate ul .next.disabled a:hover {
  background-position: 10px -898px;
}
.paginate ul .prev.disabled a:hover {
  background-position: 7px -998px;
}
.paginate ul .disabled {
  padding: 0;
  opacity: 0.3;
}
.paginate ul .next.disabled a:hover {
  background-position: 10px -898px;
}
.paginate ul .prev.disabled a:hover {
  background-position: 7px -998px;
}
/* paginate style end */
/* platform style start */
.platform-wrap {
  font-size: 0;
  text-align: right;
  height: 27px;
}
.platform-wrap > i {
  background: rgba(255, 255, 255, 0.05) url(../images/global/icon-sprites.png) no-repeat 0 0;
  border-radius: 3px;
  display: inline-block;
  height: 27px;
  width: 27px;
  margin: 0 0 0 4px;
}
.platform-wrap > i.windows {
  background-position: 3px -1947px;
}
.platform-wrap > i.macintosh {
  background-position: 3px -1847px;
}
.platform-wrap > i.android {
  background-position: 3px -1897px;
}
.platform-wrap > i.ios {
  background-position: 3px -1797px;
}
.platform-wrap > i.linux {
  background-position: 3px -1997px;
}
.platform-wrap > i.steam {
  background-position: 3px -2507px;
}
.platform-wrap > i.ps4 {
  background-position: 3px -2573px;
}
.platform-wrap > i.xbox {
  background-position: 3px -2629px;
}
.platform-wrap > i.epic {
  background-position: 5px -2697px;
}
.platform-wrap > i.epic-games {
  background-position: 5px -2697px;
}
.icon-platform > i {
  background: url(../images/global/icon-platform.png) no-repeat 0 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 8px 0 0;
}
.icon-platform > i.windows {
  background-position: 0 0;
  width: 15px;
}
.icon-platform > i.ios {
  background-position: 0 -51px;
  width: 13px;
}
.icon-platform > i.ps {
  background-position: 0 -100px;
  width: 21px;
}
.icon-platform > i.macintosh {
  background-position: 0 -249px;
}
.icon-platform > i.android {
  background-position: 0 -150px;
  width: 14px;
}
.icon-platform > i.linux {
  background-position: 0 -200px;
  width: 14px;
}
.icon-platform > i.steam {
  background-position: 0 -300px;
  width: 16px;
}
.icon-platform > i.ps4 {
  background-position: 0 -348px;
  width: 15px;
}
.icon-platform > i.xbox {
  background-position: 0 -398px;
  width: 16px;
}
.icon-platform > i.epic {
  background-position: 0 -450px;
  width: 16px;
}
.icon-platform > i.epic-games {
  background-position: 0 -450px;
  width: 16px;
}
/* platform style end */
/* buttons style start */
.btn-all,
.btn-all span {
  background-image: url(../images/global/buttons.png);
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
}
.btn-all:hover,
.btn-all span:hover,
.btn-all:focus,
.btn-all span:focus {
  text-decoration: none;
}
.btn-all-new,
.btn-all-new span {
  background-image: url(../images/global/buttons_new.png);
}
.btn-all span {
  margin-left: 37px;
  background-position: 100% -400px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 0 10px 0 8px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.btn-black-common {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  display: block;
  background-color: #2d2e37;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px rgba(29, 29, 29, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px rgba(29, 29, 29, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px rgba(29, 29, 29, 0.25);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
}
.btn-common,
.btn-black,
.btn-common-disabled {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  *display: inline;
  padding: 9px 15px 8px;
  margin-bottom: 0;
  *margin-left: .3em;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.75);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  background-color: #4e7edb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a88de), to(#4472d4));
  background-image: -webkit-linear-gradient(top, #5a88de, #4472d4);
  background-image: -moz-linear-gradient(top, #5a88de, #4472d4);
  background-image: linear-gradient(to bottom, #5a88de, #4472d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a88de', endColorstr='#ff4472d4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-common:hover,
.btn-black:hover,
.btn-common-disabled:hover {
  text-decoration: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6096e1), to(#467cd8));
  background-image: -webkit-linear-gradient(top, #6096e1, #467cd8);
  background-image: -moz-linear-gradient(top, #6096e1, #467cd8);
  background-image: linear-gradient(to bottom, #6096e1, #467cd8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6096e1', endColorstr='#ff467cd8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-common:active,
.btn-black:active,
.btn-common-disabled:active {
  text-decoration: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#477cd9), to(#6097e1));
  background-image: -webkit-linear-gradient(top, #477cd9, #6097e1);
  background-image: -moz-linear-gradient(top, #477cd9, #6097e1);
  background-image: linear-gradient(to bottom, #477cd9, #6097e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff477cd9', endColorstr='#ff6097e1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-common:focus,
.btn-black:focus,
.btn-common-disabled:focus {
  color: #fff;
  text-decoration: none;
}
.btn-common-disabled-style {
  background-image: -moz-linear-gradient(top, #262a33, #21252e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262a33), to(#21252e));
  background-image: -webkit-linear-gradient(top, #262a33, #21252e);
  background-image: -o-linear-gradient(top, #262a33, #21252e);
  background-image: linear-gradient(to bottom, #262a33, #21252e);
  -webkit-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262a33', endColorstr='#ff21252e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
  opacity: 0.5;
}
.btn-common-disabled-style a {
  opacity: 0.3;
  cursor: default;
}
.btn-common-disabled {
  background-image: -moz-linear-gradient(top, #262a33, #21252e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262a33), to(#21252e));
  background-image: -webkit-linear-gradient(top, #262a33, #21252e);
  background-image: -o-linear-gradient(top, #262a33, #21252e);
  background-image: linear-gradient(to bottom, #262a33, #21252e);
  -webkit-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262a33', endColorstr='#ff21252e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
  opacity: 0.5;
}
.btn-common-disabled a {
  opacity: 0.3;
  cursor: default;
}
.btn-common-disabled:hover {
  background-image: -moz-linear-gradient(top, #262a33, #21252e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262a33), to(#21252e));
  background-image: -webkit-linear-gradient(top, #262a33, #21252e);
  background-image: -o-linear-gradient(top, #262a33, #21252e);
  background-image: linear-gradient(to bottom, #262a33, #21252e);
  -webkit-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262a33', endColorstr='#ff21252e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
  opacity: 0.5;
}
.btn-common-disabled:hover a {
  opacity: 0.3;
  cursor: default;
}
.btn-common-disabled:active {
  background-image: -moz-linear-gradient(top, #262a33, #21252e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262a33), to(#21252e));
  background-image: -webkit-linear-gradient(top, #262a33, #21252e);
  background-image: -o-linear-gradient(top, #262a33, #21252e);
  background-image: linear-gradient(to bottom, #262a33, #21252e);
  -webkit-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262a33', endColorstr='#ff21252e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
  opacity: 0.5;
}
.btn-common-disabled:active a {
  opacity: 0.3;
  cursor: default;
}
.btn-black {
  background-color: #2d2e37;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-black:hover {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.15));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.15));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.15));
}
.btn-black:active {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.2);
}
.btn-dark-common {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #a7a7a7;
  padding: 8px 15px;
  display: inline-block;
  background-color: #26272f;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.3);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.05));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
}
.btn-dark-common:hover {
  text-decoration: none;
  color: #a7a7a7;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
}
.btn-dark-common:active {
  color: #a7a7a7;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), inset 0 1px rgba(255, 255, 255, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
}
.btn-blue {
  box-shadow: 1px 1px 0 #000, 0 1px 2px rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(to bottom, #3f80ff, #3f80ff);
  font-weight: 700;
}
.btn-green {
  box-shadow: 1px 1px 0 #000, 0 1px 2px rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(to bottom, #27a600, #27a600);
}
.btn-origin {
  box-shadow: 1px 1px 0 #000, 0 1px 2px rgba(0, 0, 0, 0.75);
  background-image: linear-gradient(to bottom, #ff7e28, #ff7e28);
}
.btn-add-to-cart {
  height: 32px;
  line-height: 32px;
  background-position: 0 -1700px;
}
.btn-add-to-cart:hover {
  background-position: 0 -1800px;
}
.btn-add-to-cart:hover span {
  background-position: 100% -500px;
}
.btn-add-to-cart:active {
  background-position: 0 -1900px;
}
.btn-add-to-cart:active span {
  background-position: 100% -600px;
}
.btn-add-to-cart-disabled {
  height: 32px;
  line-height: 32px;
  background-position: 0 -2000px;
  cursor: default;
}
.btn-add-to-cart-disabled span {
  background-position: 100% -700px;
  color: #4d4d4d;
}
/* buttons style end */
/* icos style start */
.ico-language {
  cursor: pointer;
  background: url(../images/global/icons_languages_2.png) no-repeat;
  padding: 0 0 0 30px;
  text-align: left;
  display: block;
  line-height: 22px;
  height: 22px;
}
.ico-language:hover,
.ico-language:focus {
  text-decoration: none;
}
.ico-language:not(.disabled):hover {
  color: #a7a7a7;
  background-color: #202125;
}
.ico-language:not(.disabled):focus {
  color: #fff;
}
.ico-language.disabled {
  cursor: default;
  opacity: 0.5;
}
.ico-language.ico-en {
  background-position: 6px 6px;
}
.ico-language.ico-de {
  background-position: 6px -44px;
}
.ico-language.ico-fr {
  background-position: 6px -94px;
}
.ico-language.ico-tr {
  background-position: 6px -344px;
}
.ico-language.ico-it {
  background-position: 6px -394px;
}
.ico-language.ico-pl {
  background-position: 6px -444px;
}
.ico-language.ico-pt {
  background-position: 6px -494px;
}
.ico-language.ico-ru {
  background-position: 6px -544px;
}
.ico-language.ico-es {
  background-position: 6px -594px;
}
.ico-lang {
  background: #161718 url(../images/global/icons_languages_2.png) no-repeat;
  display: inline-block;
  width: 14px;
  height: 11px;
}
.ico-lang.ico-en {
  background-position: 0px 0px;
}
.ico-lang.ico-de {
  background-position: 0px -50px;
}
.ico-lang.ico-fr {
  background-position: 0px -100px;
}
.ico-lang.ico-tr {
  background-position: 0px -350px;
}
.ico-lang.ico-it {
  background-position: 0px -400px;
}
.ico-lang.ico-pl {
  background-position: 0px -450px;
}
.ico-lang.ico-pt {
  background-position: 0px -500px;
}
.ico-lang.ico-ru {
  background-position: 0px -550px;
}
.ico-lang.ico-es {
  background-position: 0px -600px;
}
.ico-bar {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  width: 18px;
  height: 2px;
  margin-top: 3px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.flag-bonus,
.flag-bonus b {
  background-image: url(../images/global/buttons.png);
  background-repeat: no-repeat;
  display: block;
  height: 23px;
  line-height: 23px;
  text-decoration: none;
}
.flag-bonus:hover,
.flag-bonus b:hover {
  text-decoration: none;
}
.flag-bonus {
  display: block;
  padding-right: 14px;
  background-position: 100% -2150px;
}
.flag-bonus b {
  background-position: 0 -2100px;
  padding: 0 5px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px #391d00;
  font-weight: normal;
  white-space: nowrap;
}
/* icos style end */
/* price style start */
.discount-rate {
  background: #4e7edb;
  color: #fff;
}
.market-price {
  text-decoration: line-through;
  color: #a7a7a7;
  font-size: 12px;
}
.discount-price {
  color: #fff;
  font-size: 16px;
}
.price-hidden {
  visibility: hidden;
}
/* price style end */
/* popo verlay style start */
.border-bottom-2colors {
  border-bottom: 1px solid #1D212A;
  -webkit-box-shadow: 0 1px 0 #373D4A;
  -moz-box-shadow: 0 1px 0 #373D4A;
  box-shadow: 0 1px 0 #373D4A;
}
.border-top-2colors {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
}
.open > .dropdown-content {
  display: block;
  z-index: 9999;
}
/* popo verlay style end */
/* partical style start */
.right-partial {
  background: #1b1c1f;
  padding: 20px;
  margin-bottom: 10px;
}
.right-partial h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  border-bottom: 1px solid black;
  padding: 0 0 10px 0;
}
.right-partial h2 {
  font-size: 15px;
  font-weight: normal;
}
.right-partial ul {
  margin: 0 0 -10px 0;
  overflow: hidden;
}
.right-partial ul li {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  clear: both;
  overflow: hidden;
  padding: 10px 0;
}
.right-partial ul li img {
  float: left;
  max-width: 64px;
}
.right-partial ul li p,
.right-partial ul li h2 {
  margin: 5px 0 0 75px;
}
.right-partial ul li a p {
  color: #a7a7a7;
}
.partial {
  margin-bottom: 50px;
}
.headline {
  margin-bottom: 20px;
}
.headline h1,
.headline h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  white-space: nowrap;
}
/* partical style end */
/* icon right arrow */
.ico-right-arrow {
  background: url(../images/global/icons.png) no-repeat 0 -151px;
  display: block;
  height: 9px;
  width: 6px;
}
/* dropdown menu style start */
.dropdown-current-value {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background-color: #161718;
  line-height: 26px;
  display: block;
  color: #a7a7a7;
  margin-bottom: 2px;
}
.dropdown-current-value span {
  margin-left: 10px;
}
.dropdown-current-value i {
  background-image: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right 9px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
  height: 22px;
  float: right;
  margin-right: 10px;
}
.dropdown-current-value:hover,
.dropdown-current-value:focus {
  color: #fff;
  text-decoration: none;
}
.dropdown-list {
  background-color: #161718;
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  min-width: 0;
}
.dropdown-list dd a {
  line-height: 26px;
  padding: 0 10px;
  color: #a7a7a7;
  display: block;
  cursor: pointer;
}
.dropdown-list dd a:hover,
.dropdown-list dd a:focus {
  background-color: #202125;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
/* dropdown menu style end */
/*vedio play btn*/
.btn-prev-ico,
.btn-next-ico {
  background: url(../images/global/arrow-video.png) no-repeat 0 0;
  display: block;
  height: 67px;
  width: 38px;
  z-index: 3;
}
.btn-prev-ico {
  background-position: 0 0;
}
.btn-prev-ico:hover {
  background-position: 0 -100px;
}
.btn-prev-ico:active {
  background-position: 0 -200px;
}
.btn-prev-ico:disable {
  background-position: 0 -300px;
}
.btn-next-ico {
  background-position: -186px 0;
}
.btn-next-ico:hover {
  background-position: -186px -100px;
}
.btn-next-ico:active {
  background-position: -186px -200px;
}
.btn-next-ico:disable {
  background-position: -186px -300px;
}
/* text overflow ellipsis */
.ellipsis-content {
  position: relative;
}
.ellipsis-content:after {
  content: "\02026";
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(27, 28, 31, 0)), to(#1b1c1f), color-stop(20%, #1b1c1f));
  background: -moz-linear-gradient(to right, rgba(27, 28, 31, 0), #1b1c1f 20%, #1b1c1f);
  background: -o-linear-gradient(to right, rgba(27, 28, 31, 0), #1b1c1f 20%, #1b1c1f);
  background: -ms-linear-gradient(to right, rgba(27, 28, 31, 0), #1b1c1f 20%, #1b1c1f);
  background: linear-gradient(to right, rgba(27, 28, 31, 0), #1b1c1f 20%, #1b1c1f);
}
.ellipsis-content-hover {
  position: relative;
}
.ellipsis-content-hover:after {
  content: "\02026";
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(40, 45, 55, 0)), to(#282d37), color-stop(20%, #282d37));
  background: -moz-linear-gradient(to right, rgba(40, 45, 55, 0), #282d37 20%, #282d37);
  background: -o-linear-gradient(to right, rgba(40, 45, 55, 0), #282d37 20%, #282d37);
  background: -ms-linear-gradient(to right, rgba(40, 45, 55, 0), #282d37 20%, #282d37);
  background: linear-gradient(to right, rgba(40, 45, 55, 0), #282d37 20%, #282d37);
}
/* text overflow ellipsis end */
/*  carousel style start */
.carousel-indicators {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -50%;
  left: 50%;
  z-index: 1;
}
.carousel-indicators li {
  background-color: #1a1c1f;
  border: solid 1px rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  margin: 3px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 -1px #454e59;
  -moz-box-shadow: inset 0 -1px #454e59;
  box-shadow: inset 0 -1px #454e59;
}
.carousel-indicators .active {
  background-color: #4e7edb;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 11px;
  height: 11px;
  margin: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.42);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.42);
}
.store-banners .carousel-control,
.thumb-pictures-list .carousel-control {
  width: 38px;
  opacity: 0.9;
}
.store-banners .carousel-control.right,
.thumb-pictures-list .carousel-control.right {
  right: 6px;
}
.store-banners .carousel-control .icon-prev,
.thumb-pictures-list .carousel-control .icon-prev,
.store-banners .carousel-control .icon-next,
.thumb-pictures-list .carousel-control .icon-next {
  margin-top: -33px;
  background-image: url(../images/global/arrow-video.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 38px;
  height: 67px;
}
.store-banners .carousel-control .icon-prev,
.thumb-pictures-list .carousel-control .icon-prev {
  left: 0;
  margin-left: 0;
  background-position: 0 -100px;
}
.store-banners .carousel-control .icon-prev:before,
.thumb-pictures-list .carousel-control .icon-prev:before {
  content: '';
}
.store-banners .carousel-control .icon-next,
.thumb-pictures-list .carousel-control .icon-next {
  right: 0;
  margin-right: 0;
  background-position: -186px -100px;
}
.store-banners .carousel-control .icon-next:before,
.thumb-pictures-list .carousel-control .icon-next:before {
  content: '';
}
.store-banners .carousel-control:hover .icon-prev,
.thumb-pictures-list .carousel-control:hover .icon-prev {
  background-position: 0 -100px;
}
.store-banners .carousel-control:hover .icon-next,
.thumb-pictures-list .carousel-control:hover .icon-next {
  background-position: -186px -100px;
}
.store-banners .carousel-control:active .icon-prev,
.thumb-pictures-list .carousel-control:active .icon-prev {
  background-position: 0 -200px;
}
.store-banners .carousel-control:active .icon-next,
.thumb-pictures-list .carousel-control:active .icon-next {
  background-position: -186px -200px;
}
/*.mobile-device {
	.store-banners {
		.carousel-control {
			display: none;
		}
	}
}*/
/*  carousel style end */
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  content: ".";
}
.n-nickname {
  color: #fff !important;
}
.n-tag {
  color: #a7a7a7 !important;
}
/* Read more*/
.read-more,
.privacy-email {
  color: #5c91ff;
  cursor: pointer;
  line-height: 28px;
}
.read-more:hover,
.privacy-email:hover {
  color: #5c91ff;
}
.loading {
  text-align: center;
  font-size: 18px;
  color: #ff0000;
  line-height: 22px;
}
.btn-back-to-top {
  background: #1b1c1f;
  border-width: 2px;
  border-style: solid;
  border-color: #2e374b;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  min-width: 130px;
}
/*cell*/
.cellTemplate {
  display: none;
}
.icon-read-more,
.icon-plus,
.icon-close,
.icon-rectangle,
.icon-right,
.tip-arrow {
  background: url(../images/global/icon-sprites2.png) no-repeat 0 0;
  display: inline-block;
}
.icon-read-more {
  background-position: 0 -450px;
  height: 11px;
  width: 11px;
}
.icon-plus,
.icon-close {
  height: 12px;
  width: 12px;
}
.icon-plus {
  background-position: 2px -548px;
}
.icon-close {
  background-position: 2px -644px;
}
.icon-rectangle {
  background-position: 0 -744px;
  height: 17px;
  width: 22px;
}
.icon-right {
  background-position: 0 -800px;
  height: 17px;
  width: 22px;
}
.tip-arrow {
  background-position: 0 -1000px;
  width: 16px;
  height: 26px;
}
.no-touch .icon-plus:hover {
  background-position: 2px -598px;
}
.no-touch .icon-close:hover {
  background-position: 2px -694px;
}
/*icon sprites*/
.ico-comments,
.ico-arrow-down,
.ico-arrow-up,
.news-tags .icon-tag,
.news-tags .gray-tag,
.ico-more,
.module-header .more-item > a em,
.link-disabled,
.link,
.ico-status-login,
.ico-status-level,
.ico-status-completed,
.ico-fb,
.ico-tw,
.ico-arrow-right,
.ico-avatar-edit,
.ico-edit,
.ico-plus-circle,
.ico-user,
.ico-user-plus,
.ico-checkmark,
.ico-arrow-left,
.ico-close,
.ico-edit-msg,
.ico-delete,
.ico-email,
.ico-blocked,
.ico-report,
.ico-reply,
.ico-reply-big,
.ico-rss,
.ico-messg,
.ico-system,
.ico-move,
.comment-number,
.news-facebook,
.news-twitter,
.news-rss,
.news-tag,
.module-tabs-arc .down-arrow {
  background: url(../images/global/icon-sprites.png) no-repeat 0 0;
}
/* icon comments*/
.ico-comments {
  background-position: 0 -347px;
  color: #a7a7a7;
  padding: 0 0 0 18px;
}
/*icon tags */
.news-tags {
  margin: 20px 0 0 0;
  color: #a7a7a7;
}
.news-tags .icon-tag,
.news-tags .gray-tag {
  background-position: 0 0;
  display: inline-block;
  height: 11px;
  width: 17px;
}
.news-tags .gray-tag {
  background-position: 0 -400px;
  width: 20px;
}
.news-tags .tag {
  color: #5c91ff;
  line-height: 16px;
}
.news-tags span:last-child {
  display: none;
}
/*icon more*/
.ico-more {
  background-position: 0 -42px;
  cursor: pointer;
  color: #5c91ff;
  float: right;
  font-size: 11px;
  line-height: 16px;
  margin: 13px 0 0 0;
  padding: 3px 0 5px 10px;
}
.ico-more:hover {
  background-position: 0 -92px;
  color: #5c91ff;
}
/*icon arrow down , up*/
.ico-arrow-down,
.ico-arrow-up {
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  height: 8px;
  width: 11px;
}
.ico-arrow-right,
.ico-arrow-left {
  display: block;
  float: right;
  width: 11px;
  height: 8px;
  margin: 7px 0 0 0;
}
.ico-arrow-down {
  background-position: 0 -200px;
}
.ico-arrow-up {
  background-position: 0 -150px;
}
.ico-arrow-right {
  float: none;
  background-position: 0 -800px;
}
.ico-arrow-left {
  background-position: 0 -1150px;
  float: none;
  height: 11px;
  width: 5px;
}
.comment-number {
  background-position: 0 -2100px;
  padding: 0 0 0 30px;
}
/*icon right arrow*/
.link {
  background-position: 0 -596px;
  color: #5c91ff;
  padding: 0 0 0 12px;
}
.link a {
  color: #5c91ff;
}
.link-disabled {
  background-position: 0 -646px;
}
.link-disabled a {
  color: #3d3d3d;
}
/*ico status login level completed*/
.ico-status-login,
.ico-status-level,
.ico-status-completed {
  display: inline-block;
  height: 21px;
  width: 21px;
}
.ico-status-login {
  background-position: 0 -450px;
}
.ico-status-level {
  background-position: 0 -500px;
}
.ico-status-completed {
  background-position: 0 -550px;
}
/* ico plus circle*/
.ico-plus-circle {
  background-position: 0 -950px;
  display: inline-block;
  height: 17px;
  width: 17px;
}
/*ico user*/
.ico-user,
.ico-user-plus {
  background-position: 0 -1050px;
  display: inline-block;
  height: 11px;
  width: 13px;
}
.ico-user-plus {
  background-position: 0 -1000px;
  width: 16px;
  height: 13px;
}
/*ico close*/
.ico-close {
  background-position: 0 -1200px;
  display: block;
  height: 13px;
  width: 13px;
}
.ico-close:hover {
  background-position: 0 -1250px;
}
/*ico new message*/
.ico-edit-msg {
  background-position: 0 -1300px;
  display: inline-block;
  height: 13px;
  width: 13px;
}
/*ico delete*/
.ico-delete {
  background-position: 0 -1350px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
/*ico email */
.ico-email {
  background-position: 0 -1400px;
  display: block;
  height: 10px;
  width: 14px;
}
/*ico blocked*/
.ico-blocked {
  background-position: 0 -1450px;
  display: inline-block;
  height: 16px;
  width: 16px;
}
/*icon report*/
.ico-report {
  background-position: 0 -1550px;
  display: inline-block;
  height: 14px;
  width: 14px;
}
/* ico reply*/
.ico-reply,
.ico-reply-big {
  background-position: 0 -1500px;
  display: inline-block;
  height: 13px;
  width: 13px;
}
.ico-reply-big {
  background-position: 0 -1600px;
  height: 18px;
  width: 18px;
}
/*ico rss*/
.ico-rss {
  background-position: 0 -1700px;
  display: inline-block;
  height: 12px;
  width: 12px;
}
/*icon system*/
.ico-system {
  background-position: 0 -1750px;
  display: inline-block;
  height: 14px;
  width: 16px;
}
/*soical icon news*/
.news-facebook,
.news-twitter,
.news-rss,
.news-tag {
  display: inline-block;
  height: 27px;
  width: 27px;
}
.news-facebook {
  background-position: 0 -2150px;
}
.news-twitter {
  background-position: 0 -2250px;
}
.news-rss {
  background-position: 0 -2200px;
}
.news-tag {
  background-position: 0 -2300px;
}
/* search text*/
.search-text {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}
::-webkit-input-placeholder {
  color: fff;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
/*btn search */
.btn-search {
  background: url(../images/global/btn-search.png) no-repeat 0 0;
  display: inline-block;
  border: none;
  cursor: pointer;
  height: 32px;
  width: 32px;
}
.btn-search:hover {
  background-position: -42px 0;
}
.btn-search:active {
  background-position: -84px 0;
}
.btn-search.normal {
  background-position: -126px 0;
}
/*item title */
.module-title {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
/*module title width line*/
.module-title-line {
  border-bottom: 1px solid #7d7d7d;
  height: 17px;
  position: relative;
}
.module-title-line span {
  background: #131313;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 25px;
  left: 0;
  padding: 0 16px 0 0;
  position: absolute;
  top: 0;
}
/*item infos style*/
.module-infos {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
}
.icon-share a {
  background: url(../images/global/icon-social.png) no-repeat 0 0;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 0;
  border: 1px solid transparent;
}
.icon-share .facebook {
  background-position: 0 0;
}
.icon-share .twitter {
  background-position: -30px 0;
}
.icon-share .youtube {
  background-position: -60px 0;
}
.icon-share .tumblr {
  background-position: 0 -61px;
}
.icon-share .reddit {
  background-position: -30px -60px;
}
.icon-share .twitch {
  background-position: -61px -60px;
}
.icon-share .instagram {
  background-position: -90px 0px;
}
.icon-share .vk {
  background-image: url(../images/global/icon-vk.png);
  background-position: 0% 0%;
}
.no-touch .facebook:hover,
.no-touch .facebook:active {
  background-position: 0 -30px !important;
}
.no-touch .twitter:hover,
.no-touch .twitter:active {
  background-position: -30px -30px !important;
}
.no-touch .youtube:hover,
.no-touch .youtube:active {
  background-position: -60px -30px !important;
}
.no-touch .tumblr:hover,
.no-touch .tumblr:active {
  background-position: 0 -90px !important;
}
.no-touch .reddit:hover,
.no-touch .reddit:active {
  background-position: -29px -90px !important;
}
.no-touch .twitch:hover,
.no-touch .twitch:active {
  background-position: -60px -90px !important;
}
.no-touch .instagram:hover,
.no-touch .instagram:active {
  background-position: -90px -30px !important;
}
.no-touch .vk:hover,
.no-touch .vk:active {
  background-position: 0px -30px !important;
}
.ico-share a {
  background: url(../images/global/btn-social.png) no-repeat 0 0;
  display: inline-block;
  height: 38px;
  width: 38px;
}
.ico-share .facebook:hover {
  background-position: 0 -38px;
}
.ico-share .facebook:active {
  background-position: 0 -76px;
}
.ico-share .twitter {
  background-position: -40px 0;
}
.ico-share .twitter:hover {
  background-position: -40px -38px;
}
.ico-share .twitter:active {
  background-position: -40px -76px;
}
.ico-share .youtube {
  background-position: -80px 0;
}
.ico-share .youtube:hover {
  background-position: -80px -38px;
}
.ico-share .youtube:active {
  background-position: -80px -76px;
}
.ico-share .vk {
  background-position: -120px 0;
}
.ico-share .vk:hover {
  background-position: -120px -38px;
}
.ico-share .vk:active {
  background-position: -120px -76px;
}
/*ico facebook , twitter*/
.ico-fb,
.ico-tw {
  display: inline-block;
  height: 21px;
}
.ico-fb {
  background-position: 0 -700px;
  width: 12px;
}
.ico-tw {
  background-position: 0 -750px;
  width: 18px;
}
/* icon edit*/
.ico-avatar-edit,
.ico-edit {
  background-position: 0 -900px;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.ico-avatar-edit {
  background-position: 0 -850px;
  height: 19px;
  width: 19px;
}
/*.icon checkmark*/
.ico-checkmark {
  background-position: 0 -1100px;
  display: inline-block;
  height: 10px;
  width: 13px;
}
/*ico message*/
.ico-messg {
  background-position: 0 -1400px;
  display: inline-block;
  height: 10px;
  margin: 0 5px -1px 0;
  width: 14px;
}
.ico-move {
  background-position: 0 -2050px;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.text-overflow-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
}
/*btn bg*/
.bg-btn {
  background: url(../images/global/bg-btn.png) no-repeat 0 0;
  color: #cccccc;
  display: block;
  height: 32px;
  padding: 0 0 0 10px;
}
.bg-btn span {
  background: url(../images/global/bg-btn.png) no-repeat 100% -32px;
  cursor: pointer;
  display: block;
  height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px 0 5px;
}
.bg-btn:not(.disabled):hover {
  background-position: 0 -65px;
  text-decoration: none;
}
.bg-btn:not(.disabled):hover span {
  background-position: 100% -97px;
}
.bg-btn:active {
  background-position: 0 -130px;
}
.bg-btn:active span {
  background-position: 100% -162px;
}
.bg-btn.normal {
  background-position: 0 -390px;
}
.bg-btn.normal span {
  background-position: 100% -422px;
}
.bg-btn.disabled {
  background-image: -moz-linear-gradient(top, #262a33, #21252e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262a33), to(#21252e));
  background-image: -webkit-linear-gradient(top, #262a33, #21252e);
  background-image: -o-linear-gradient(top, #262a33, #21252e);
  background-image: linear-gradient(to bottom, #262a33, #21252e);
  -webkit-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262a33', endColorstr='#ff21252e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
  opacity: 0.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 31px;
  text-decoration: none;
}
.bg-btn.disabled a {
  opacity: 0.3;
  cursor: default;
}
.bg-btn.disabled span {
  height: 31px;
  background-image: none;
}
.bg-btn.disabled:hover {
  color: #ccc;
}
.bg-btn.disabled:hover span {
  cursor: default;
}
/* prompt dialog*/
.prompt-box,
.prompt-box b {
  background: url(../images/global/bg_digit.png) no-repeat;
  display: block;
  height: 20px;
  line-height: 1;
}
.prompt-box {
  padding-left: 9px;
}
.prompt-box b {
  background-position: 100% -30px;
  font-size: 10px;
  padding: 2px 10px 0 0;
}
/* news author */
.news-author {
  color: #707071;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.news-author a {
  color: #fff;
}
.news-author .line {
  display: none;
}
.social-links {
  background: rgba(0, 0, 0, 0.3);
  margin: 10px 0 0 0;
  padding: 5px 20px;
  /*	.twitter-follow-button{
		margin: 0 0 0 10px;
	}*/
}
.social-links .title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  margin: 0 0 3px 0;
}
.social-links .social-links-inner {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.social-links .social-links-inner .facebook-like-button {
  min-width: 82px;
  margin-bottom: 11px;
}
.social-links .social-links-small-screen {
  display: flex;
  flex-direction: row;
}
@media (max-width: 759px) {
  .social-links .social-links-small-screen {
    flex-direction: column;
  }
}
.social-links .social-links-small-screen > * {
  margin-right: 8px;
}
@media (max-width: 759px) {
  .social-links .social-links-small-screen > * {
    margin-bottom: 6px;
  }
}
.rss-subscribe {
  border: 1px solid #f08809;
  background: #ef7f08;
  border-radius: 2px;
  color: #fff;
  height: 12px;
  /*margin: 0 0 0 10px;*/
  padding: 4px 15px 7px 8px;
  display: inline-block;
}
.rss-subscribe:hover {
  text-decoration: none;
}
.rss-subscribe .ico-rss {
  margin: 0 17px -1px 0;
}
.error {
  color: #ff0000;
  line-height: 20px;
}
/*dialog*/
.dialog-wrap .modal-dialog {
  outline: 1px solid #000;
  outline: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  background: #1b1c1f;
  height: auto;
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
}
.dialog-wrap .modal-dialog .dialog-container {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 10px 0;
  text-align: center;
}
.modal-dialog {
  outline: 1px solid #000;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  background: #1b1c1f;
  height: auto;
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
}
.modal-dialog .dialog-container {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 10px 0;
}
/*scrollbar*/
.scrollbar {
  background: url(../images/global/scrollbar/bg-scrollbar-track-y.png) repeat-y 50% 0;
  position: relative;
  background-position: 0 0;
  float: right;
  width: 10px;
}
.scrollbar .track {
  background: url(../images/global/scrollbar/bg-scrollbar-track-y.png) repeat-y 50% 100%;
  height: 100%;
  width: 10px;
  position: relative;
}
.scrollbar .track .thumb {
  background: url(../images/global/scrollbar/bg-scrollbar-thumb-y.png) repeat-y 50% 100%;
  height: 20px;
  width: 10px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.scrollbar .track .thumb .end {
  background: #212226 url(../images/global/scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 10px;
}
.disable {
  display: none;
}
.viewport {
  border-right: 1px solid #28292c;
  height: 359px;
  overflow: hidden;
  position: relative;
  padding: 0 1px;
  width: 247px;
}
.viewport .overview {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  padding: 0 1px;
  width: 247px;
}
/*moudule common  game menu begin*/
/*header*/
.module-header {
  /*nav*/
  /* product page */
  /*search*/
  /*refer a friend*/
}
.module-header .game-name {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  margin: 0 0 8px 0;
  padding: 40px 0 0 0;
  text-shadow: 1px 2px 2px #000;
}
.module-header .module-menus-content {
  background: url(../images/global/bg-toolbar.png) repeat-x 0 0;
  height: 44px;
}
.module-header .module-menus-wrap {
  position: relative;
  z-index: 99;
  padding: 0 0 0 2px;
}
.module-header .module-menus-content {
  background-position: 100% 100%;
  position: relative;
}
.module-header #menu-bar {
  overflow: hidden;
}
.module-header .module-menus {
  margin: 0;
  padding: 1px;
}
.module-header .module-item {
  float: left;
}
.module-header .module-item a {
  color: #fff;
}
.module-header .module-item > a {
  color: #a7a7a7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  display: block;
  padding: 11px 28px;
}
.module-header .module-item > a:hover {
  color: #fff;
  text-decoration: none;
}
.module-header .line {
  padding: 12px 0 0 0;
}
.module-header .line span {
  background: #a7a7a7;
  display: inline-block;
  height: 18px;
  width: 1px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.module-header .line:hover {
  background: none;
}
.module-header .more-item {
  display: none;
  position: relative;
  width: 160px;
}
.module-header .more-item.active,
.module-header .more-item:hover {
  background: none;
}
.module-header .more-item.active a,
.module-header .more-item:hover a {
  color: #5c91ff;
}
.module-header .more-item > a em {
  background-position: 0 -200px;
  display: inline-block;
  height: 8px;
  width: 13px;
}
.module-header .more-item > a:hover,
.module-header .more-item > a.active {
  color: #5c91ff;
}
.module-header .sub-menus {
  position: absolute;
  top: 43px;
  min-width: 180px;
  max-width: 296px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  z-index: 2;
}
.module-header .sub-menus .item {
  background: rgba(0, 0, 0, 0.85) url(../images/global/bg-toolbar.png) repeat-x 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 30px;
  line-height: 30px;
  padding: 0 28px 2px 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
}
.module-header .sub-menus .item a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #a7a7a7;
  display: block;
  height: 100%;
  width: 100%;
}
.module-header .sub-menus .item a:hover {
  text-decoration: none;
}
.module-header .sub-menus .item:last-child {
  border-bottom: none;
}
.module-header .product-page {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px;
}
.module-header .product-page:hover {
  color: #5c91ff;
  text-decoration: none;
}
.module-header .module-search {
  float: right;
  height: 36px;
  margin: -42px 0 0 0;
  padding: 6px 6px 0 0;
}
.module-header .module-search form {
  display: inline-block;
}
.module-header .search-text300 {
  display: none;
  padding: 4px;
  left: auto;
  right: 0;
  position: absolute;
  top: 44px;
  width: 284px;
  background: rgba(0, 0, 0, 0.85) url(../images/global/bg-toolbar.png) repeat-x 0 0;
}
.module-header .search-text300 input {
  color: #fff;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  margin: 0 0;
  width: 272px;
}
.module-header .search {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: -1px;
}
.module-header .search .search-text {
  background: none;
  color: #fff;
  display: none;
  height: 18px;
  line-height: 16px;
  margin: 0;
  padding: 0 3px 0 6px;
  width: 132px;
  height: 26px;
  outline: none;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.module-header .search input[type="submit"] {
  background: url(../images/global/icon-sprites2.png) no-repeat 4px -1095px;
  display: inline-block;
  height: 26px;
  width: 26px;
}
.module-header .search input[type="submit"]:hover {
  background-position: 4px -1145px;
}
.module-header .refer-friend {
  position: relative;
}
.module-header .refer-menu {
  display: none;
  border-bottom: 1px solid #29292d;
  height: 43px;
}
.module-header .sub-nav {
  display: none;
  left: -30px;
  position: absolute;
  top: 40px;
  width: 400px;
  overflow: hidden;
}
.module-header .sub-nav .refer-submenu {
  float: left;
  padding: 13px 10px;
}
.module-header .sub-nav .refer-submenu a {
  color: #a7a7a7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.module-header .sub-nav .refer-submenu a:hover,
.module-header .sub-nav .refer-submenu a:active,
.module-header .sub-nav .refer-submenu a.current {
  color: #fff;
  text-decoration: none;
}
.module-header .sub-nav .refer-submenu:hover,
.module-header .sub-nav .refer-submenu:active,
.module-header .sub-nav .refer-submenu.current {
  border-bottom: 1px solid #2d487d;
}
.module-header .sub-nav .refer-submenu:hover a,
.module-header .sub-nav .refer-submenu:active a,
.module-header .sub-nav .refer-submenu.current a {
  color: #fff;
  text-decoration: none;
}
.module-header .sub-nav .refer-line {
  float: left;
  padding: 16px 5px;
}
.module-header .sub-nav .refer-line span {
  border-left: 1px dotted #3d3d3d;
  display: block;
  height: 16px;
  width: 2px;
}
/*platform*/
.module-header-platfrom hr.line,
.module-header-platfrom hr.line:hover {
  background: url(../images/global/bg-platform.png) repeat-x 0 0;
  height: 30px;
  border: none;
  border-bottom: 1px solid transparent;
  margin: 0 0 1px 1px;
}
.module-header-platfrom .module-tabs-platform {
  padding: 0;
  position: relative;
  z-index: 100;
  height: 31px;
}
.module-header-platfrom .module-tabs-platform .nav > li {
  padding-right: 1px;
}
.module-header-platfrom .module-tabs-platform .nav > li > a:hover,
.module-header-platfrom .module-tabs-platform .nav > li > a:focus,
.module-header-platfrom .module-tabs-platform .nav > li > a {
  background: url(../images/global/bg-platform.png) repeat-x 0 0;
  border: none;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-right: 0;
  padding: 6px 30px;
}
.module-header-platfrom .module-tabs-platform .nav-tabs {
  border: none;
}
.module-header-platfrom .module-tabs-platform .nav-tabs li.active {
  margin-top: -1px;
}
.module-header-platfrom .module-tabs-platform .nav-tabs li.active > a,
.module-header-platfrom .module-tabs-platform .nav-tabs li.active > a:hover,
.module-header-platfrom .module-tabs-platform .nav-tabs li.active > a:focus {
  background: url(../images/global/bg-toolbar.png) repeat-x 0 0;
  border: none;
  color: #fff;
  text-shadow: 1px 3px #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 30px;
}
.module-header-platfrom .module-tabs-platform .nav-tabs li.xboxone a,
.module-header-platfrom .module-tabs-platform .nav-tabs li.xboxone.active a,
.module-header-platfrom .module-tabs-platform .nav-tabs li.xboxone a:hover {
  color: #00a651;
}
.module-header-platfrom .module-tabs-platform .nav-tabs li.ps4 a,
.module-header-platfrom .module-tabs-platform .nav-tabs li.ps4.active a,
.module-header-platfrom .module-tabs-platform .nav-tabs li.ps4 a:hover {
  color: #118cff;
}
.module-header-platfrom .module-menus-wrap {
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module-header-platfrom .module-menus-wrap .module-item:active,
.module-header-platfrom .module-menus-wrap .module-item:hover,
.module-header-platfrom .module-menus-wrap .module-item.active {
  background: none;
}
.module-header-platfrom .module-menus-wrap .module-item:active a,
.module-header-platfrom .module-menus-wrap .module-item:hover a,
.module-header-platfrom .module-menus-wrap .module-item.active a {
  color: #fff;
}
/*platform*/
.no-touch .module-header .sub-menus .item:hover,
.no-touch .module-header .sub-menus .item:active {
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
  text-decoration: none;
}
.no-touch .module-header .sub-menus .item:hover a,
.no-touch .module-header .sub-menus .item:active a {
  color: #fff;
}
/*arc3.0 toolbar*/
.module-tabs-arc .down-arrow {
  background: none;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.module-header-arc {
  margin: 0 0 10px 0;
  z-index: 301;
}
.module-header-arc .game-logo {
  height: 70px;
  width: 270px;
}
.module-header-arc .arc-logo {
  height: 60px;
}
.module-header-arc .arc-logo img {
  margin: 0 10px 0 0;
}
.module-header-arc .arc-logo span {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}
.module-tabs-arc {
  padding-top: 10px;
  height: 40px;
}
.module-tabs-arc .nav-tabs {
  border-bottom: none;
}
.module-tabs-arc .nav-tabs > li > a {
  border: none;
}
.module-tabs-arc .nav .open > a,
.module-tabs-arc .nav .open > a:hover,
.module-tabs-arc .nav .open > a:focus,
.module-tabs-arc .nav > li > a:hover,
.module-tabs-arc .nav > li > a:focus {
  background: none;
  border: none;
}
.module-tabs-arc .first-nav {
  cursor: pointer;
  margin: 0;
}
.module-tabs-arc .first-nav > a {
  min-width: 46px;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  padding: 0 30px 0 0;
}
.module-tabs-arc .first-nav > a:hover {
  text-shadow: 0 0 10px #fff;
}
.module-tabs-arc .first-nav .js-redeem-code {
  position: relative;
}
.module-tabs-arc .first-nav .js-redeem-code:after {
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAnUlEQVQY033QMQoCMRBG4ReULURdEAvBztJLeJMtBS8k6FqKJ/EY3sBCsVaeTSK7YdcfpkjmI2QGeqJO1auNBHXbYT/ABSiAGzBPL+R5q1V86Bjv7qoJn9VVrGWEdeyd1FK9Jrxv/LUJ63geqZMW7oHVb64MlxlcxBl2AMNsCy9gBjxDCKoFMEjNFg4hCDz6dp/wRj109MddeB3rb772zNJybIcyfQAAAABJRU5ErkJggg==) no-repeat;
  opacity: .8;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.module-tabs-arc .dropdown-menu {
  background-color: #121624;
  border: 1px solid #353945;
  box-shadow: 0 0 0 1px #121624;
  color: rgba(255, 255, 255, 0.6);
  min-width: 180px !important;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  padding: 7px;
}
.module-tabs-arc .dropdown-menu li > a {
  color: #a7a7a7;
  display: block;
  font-size: 14px;
  line-height: 35px;
  height: 100%;
  padding: 0 10px;
  background: transparent !important;
}
.module-tabs-arc .dropdown-menu li > a:hover {
  color: #fff;
  background: #1e222f !important;
}
.module-tabs-arc .dropdown-menu li:after {
  content: '';
  position: absolute;
  right: -22px;
  top: 0;
  width: 30px;
  height: 100%;
}
.module-tabs-arc .dropdown-list > li {
  border-left: none;
  border-right: none;
}
.module-tabs-arc .dropdown-list > li:last-child {
  border-bottom: none;
}
.module-tabs-arc .dropdown-list .dropdown-menu {
  left: 172px;
  top: -8px;
  margin: 0;
}
.module-tabs-arc .dropdown-list .dropdown-menu a {
  overflow: hidden;
}
.module-tabs-arc .social-dropdown > a {
  width: 160px;
}
.module-tabs-arc .social-dropdown .dropdown-menu {
  min-width: 225px;
}
.module-tabs-arc .social-dropdown .dropdown-menu li > a {
  text-align: left;
}
.module-tabs-arc .open .dropdown-menu,
.module-tabs-arc .open .dropdown-menu li,
.module-tabs-arc .open .dropdown-menu a {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/*wiki dialog*/
.waring-dialog .modal-dialog {
  background: rgba(0, 0, 0, 0.95);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.3);
  padding: 15px 20px;
  width: 250px;
}
.waring-dialog .modal-dialog .close {
  background: url(../images/global/icon-sprites.png) no-repeat 0 -2400px;
  display: block;
  width: 17px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  opacity: 1;
  margin-top: 4px;
}
.waring-dialog .modal-dialog .close:hover {
  background-position: 0 -2450px;
}
.waring-dialog .modal-dialog .account-title {
  font-family: 'Lucida Grande';
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  width: 270px;
  border-bottom: 1px solid rgba(167, 167, 167, 0.3);
  margin-left: -20px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.waring-dialog .modal-dialog .dialog-container {
  border-top: none;
  box-shadow: none;
  padding: 10px 0 0 0;
}
.waring-dialog .modal-dialog h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.waring-dialog .modal-dialog p {
  font-size: 12px;
  padding: 10px 0;
}
.waring-dialog .modal-dialog .btn-okay {
  background-color: #4e7edb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  padding: 0;
  width: 100%;
}
.waring-dialog .modal-dialog .btn-okay:hover {
  background-color: #7198e2;
  text-decoration: none;
}
.waring-dialog .modal-dialog .btn-cancel {
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  padding: 0;
  width: 100%;
}
.waring-dialog .modal-dialog .btn-cancel:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #5c91ff;
  text-decoration: none;
}
.waring-dialog .modal-dialog .line {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  margin: 3px 0 14px 0;
}
.waring-dialog .modal-dialog .waring-info {
  margin: 10px 0 20px 0;
  font-size: 14px;
}
/* main body*/
.module-body {
  position: relative;
  padding: 0 0 50px 0;
}
.module-body-float {
  overflow: hidden;
  width: 100%;
}
/* left body*/
.left-body {
  margin-right: 320px;
}
.left-body-float {
  float: left;
  width: 75%;
}
/* right body*/
.right-body {
  position: absolute;
  right: 0;
  top: 18px;
  width: 280px;
}
.right-body .banner-wrap {
  text-align: center;
}
.right-body .hot-topic-wrap {
  background: rgba(0, 0, 0, 0.3);
  margin: 10px 0 0 0;
  padding: 5px 20px;
}
.right-body .hot-topic-wrap .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  padding: 0 0 3px 0;
}
.right-body .hot-topic-wrap .button-more {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid rgba(167, 167, 167, 0.3);
  padding: 5px 10px;
  line-height: 1;
  float: right;
  margin-top: 10px;
}
.right-body .hot-topic-wrap .button-more:hover {
  color: #5c91ff;
  text-decoration: none;
  border-color: #fff;
}
.right-body .hot-topic-wrap .accordion {
  margin-bottom: 0;
  overflow: hidden;
}
.right-body .hot-topic-wrap .accordion-group {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.right-body .hot-topic-wrap .accordion-heading {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  padding: 13px 0;
}
.right-body .hot-topic-wrap .accordion-heading .accordion-toggle {
  display: block;
  width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
  border: none;
  color: #fff;
  font-size: 13px;
  padding: 0 15px 0 0;
  position: relative;
}
.right-body .hot-topic-wrap .accordion-inner {
  border-top: none;
  padding: 0 0;
  height: 124px;
  width: 100%;
}
.right-body .social-links .twitter-follow-button,
.right-body .social-links .rss-subscribe {
  margin: 0;
}
.right-body-float {
  float: left;
  margin: 0 0 0 16px;
  width: 280px;
}
.right-body-float .social-links .twitter-follow-button,
.right-body-float .social-links .rss-subscribe {
  margin: 0;
}
.right-body .corp-right-title,
.right-body-float .corp-right-title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 0;
}
.right-body .corp-game-news-list,
.right-body-float .corp-game-news-list {
  background: rgba(0, 0, 0, 0.3);
  margin: 15px 0 0 0;
  padding: 5px 20px 20px 20px;
}
.right-body .corp-game-news-list ul,
.right-body-float .corp-game-news-list ul {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
}
.right-body .corp-game-news-list ul li,
.right-body-float .corp-game-news-list ul li {
  line-height: 18px;
  padding: 10px 0 0 0;
}
.right-body .corp-game-news-list ul li h4,
.right-body-float .corp-game-news-list ul li h4 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.right-body .corp-game-news-list ul li p a,
.right-body-float .corp-game-news-list ul li p a {
  border-left: 1px solid #a7a7a7;
  color: #5c91ff;
  padding: 0 6px;
}
.right-body .corp-game-news-list ul li p a:first-child,
.right-body-float .corp-game-news-list ul li p a:first-child {
  border-left: none;
  padding: 0 6px 0 0;
}
.right-body .corp-game-news-list ul li:first-child p a,
.right-body-float .corp-game-news-list ul li:first-child p a {
  color: #a7a7a7;
}
.right-body .corp-game-news-list .social-links,
.right-body-float .corp-game-news-list .social-links {
  padding: 0;
  background-color: transparent;
}
.right-body .corp-game-news-list .social-links .social-links-inner,
.right-body-float .corp-game-news-list .social-links .social-links-inner {
  padding: 0;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*install arc client*/
.install-arc-client-link {
  background: #161718;
  padding: 20px 10px;
  text-align: center;
}
.install-arc-client-link .btn-all {
  height: 58px;
  margin: 0 auto 10px;
}
.install-arc-client-link .btn-all span {
  margin-left: 60px;
  background-position: 100% -1200px;
  height: 48px;
  padding: 10px 10px 0 8px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  text-align: left;
}
.install-arc-client-link .btn-all span b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.install-arc-client-link .btn-all span em {
  color: #8dabe7;
  font: normal 11px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
  display: block;
}
.install-arc-client-link .btn-install-normal-large {
  background-position: 0 -800px;
}
.install-arc-client-link .btn-install-normal-large:hover,
.install-arc-client-link .btn-install-normal-large:focus {
  background-position: 0 -900px;
}
.install-arc-client-link .btn-install-normal-large:active {
  background-position: 0 -1000px;
}
.install-arc-client-link .btn-install-normal-large span:hover,
.install-arc-client-link .btn-install-normal-large span:focus {
  background-position: 100% -1300px;
}
.install-arc-client-link .btn-install-normal-large span:active {
  background-position: 100% -1400px;
}
.install-arc-client-link .btn-install-disabled-large {
  background-position: 0 -1100px;
  cursor: default;
}
.install-arc-client-link .btn-install-disabled-large span {
  background-position: 100% -1500px;
  color: #4d4d4d;
}
/*module tab*/
.module-tabs {
  position: relative;
  height: 37px;
}
.module-tabs .line {
  background-color: #2b467b;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border: 0;
}
.module-tabs .nav-tabs {
  border-bottom: none;
  overflow: hidden;
}
.module-tabs .nav-tabs li {
  border-width: 1px;
  border-style: solid;
  border-color: #28292d;
  margin: 0 6px 0 0;
  outline: 1px solid #000;
  height: 34px;
  min-width: 141px;
  text-align: center;
}
.module-tabs .nav-tabs li a {
  background: #1b1c20;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0 24px;
  line-height: 37px;
  margin: 0;
}
.module-tabs .nav-tabs li a:hover {
  color: #fff;
  border: none;
}
.module-tabs .nav-tabs .active {
  border-width: 1px;
  border-style: solid;
  border-color: #2b467b;
  border-bottom: #131313;
  height: 36px;
  position: relative;
  outline: none;
  z-index: 333;
}
.module-tabs .nav-tabs .active a,
.module-tabs .nav-tabs .active a:hover,
.module-tabs .nav-tabs .active a:focus {
  color: #fff;
  border: 0;
  background: #131313 url(../images/global/bg_tabs.png) no-repeat 50% -1px;
  cursor: pointer;
}
/*reset sub-nav*/
.module-header.module-header-common .module-menus-wrap {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #4a4b4c;
}
.module-header.module-header-common .module-menus-content {
  background: transparent none;
}
.module-header.module-header-common .module-item:hover,
.module-header.module-header-common .module-item.active,
.module-header.module-header-common .module-item:active {
  background: none;
}
/* small desktop */
@media (min-width: 980px) and (max-width: 1279px) {
  .left-body {
    margin-right: 310px;
  }
  .left-body-float {
    width: 68.75%;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 760px) and (max-width: 979px) {
  .module-header .game-name {
    padding: 12px 0 0 0;
  }
  .module-header .module-item,
  .module-header .more-item {
    position: relative;
  }
  .right-body .corp-game-news-list ul,
  .right-body-float .corp-game-news-list ul {
    overflow: hidden;
  }
  .right-body .corp-game-news-list ul li,
  .right-body-float .corp-game-news-list ul li {
    float: left;
    width: 27%;
  }
  .right-body .corp-game-news-list ul li:nth-child(2),
  .right-body-float .corp-game-news-list ul li:nth-child(2) {
    width: 46%;
  }
}
/*@media (min-width: 980px) {
	.module-header{
		.product-page{
			display: inline-block;
		}
	}
}*/
@media (max-width: 979px) {
  .module-header .product-page {
    display: none;
  }
  .left-body {
    margin-right: 300px;
  }
  .left-body-float {
    float: none;
    width: 100%;
  }
  .right-body-float {
    float: none;
    margin: 10px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 759px) {
  .module-header .game-name {
    padding: 8px 0 0 0;
  }
  .module-header .sub-nav {
    left: 0;
  }
  .module-header .module-search {
    /*display: none;*/
  }
  .left-body {
    margin-right: 0;
  }
  .right-body {
    display: none;
  }
  .social-links .twitter-follow-button,
  .social-links .rss-subscribe {
    margin: 0;
  }
  .compose-new-wrap .message-to-wrap .message-to-users .search-wrap {
    left: -35px;
  }
  .dialog-wrap {
    margin-left: 0;
    width: auto;
  }
  /*platform*/
  .module-header-platfrom .module-tabs-platform li a {
    padding: 5px 20px;
  }
}
/*moudule common  game menu end*/
.social-links-inner > .twitter-follow-button {
  margin-bottom: 11px !important;
  max-width: 250px;
  text-align: center;
}
.twitter-follow-button {
  display: inline-block;
  background-color: #1b95e0;
  font-size: 11px;
  white-space: nowrap;
  border-radius: 2px;
  padding: 2px 2px 2px 0;
  color: #fff;
  text-decoration: none !important;
}
.twitter-follow-button:hover {
  background-color: #0c7abf;
}
.twitter-follow-button:before {
  content: '';
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
  background: transparent 0 0 no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
.youtube-sub-custom {
  background-color: #e62117;
  border-radius: 2px;
  font-size: 12px;
  font-family: "YouTube Noto", Roboto, arial, sans-serif;
  height: 24px;
  padding: 0 8px 0 5.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: fit-content;
}
.youtube-sub-custom:hover,
.youtube-sub-custom:focus {
  background-color: #cc181e;
  text-decoration: none !important;
}
.youtube-sub-custom .fab {
  font-size: 16px;
  margin-right: 5px;
}
/* Adjustments to prevent overflow of Twitter follow button in PL */
.right-body--pl {
  width: 320px;
}
.right-body--pl .hot-topic-wrap {
  padding: 5px 16px;
}
.right-body--pl .hot-topic-wrap .accordion-heading .accordion-toggle {
  width: 268px;
}
.right-body--pl .social-links {
  padding: 5px 16px;
}
@media (min-width: 980px) {
  .left-body.left-body--pl {
    margin-right: 340px;
  }
}
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 20px;
  background: #000;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  border: none;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxLoadingGraphic {
  background: url(../images/global/colorbox/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious,
#cboxNext {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  background: url(../images/global/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 5px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  right: 5px;
  background-position: top right;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  background: url(../images/global/icon_popup_close.png) no-repeat 0 0;
  display: block;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 18px;
  width: 17px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: 0 -50px;
}
.web-defender-wrap {
  margin: 0 auto;
  background: #000;
  padding: 1px;
  width: 300px;
}
.web-defender-wrap .web-defender {
  border-width: 1px;
  border-style: solid;
  border-color: #282b2f;
  background: #1b1e22;
  padding: 17px 0;
  position: relative;
}
.web-defender-wrap .defender-line,
.web-defender-wrap .arc-defender,
.web-defender-wrap .overview,
.web-defender-wrap .email-link {
  margin-top: 15px;
}
.web-defender-wrap .defender-title,
.web-defender-wrap .arc-defender,
.web-defender-wrap .bg-btn span,
.web-defender-wrap .search-text,
.web-defender-wrap .email-link {
  text-align: center;
}
.web-defender-wrap .error {
  margin: 12px 0 3px 0;
  visibility: hidden;
}
.web-defender-wrap .defender-line {
  border-top: 1px solid #29292d;
  box-shadow: 0 -1px 0 #000;
  height: 0;
}
.web-defender-wrap .defender-title,
.web-defender-wrap .defender-content {
  padding: 0 18px;
}
.web-defender-wrap .defender-title,
.web-defender-wrap .arc-defender h3 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.web-defender-wrap .arc-defender h3 {
  margin-top: 10px;
}
.web-defender-wrap .search-text,
.web-defender-wrap .btn-common,
.web-defender-wrap .bg-btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  font-size: 14px;
  text-decoration: none;
  margin-left: 0 !important;
}
.web-defender-wrap .bg-btn span {
  font-size: 14px;
}
.web-defender-wrap .btn-where-pin,
.web-defender-wrap .btn-common {
  margin-top: 0;
}
.web-defender-wrap .search-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
}
.web-defender-wrap .email-link a,
.web-defender-wrap .overview-success {
  color: #fff;
}
.web-defender-wrap .email-link a {
  text-decoration: none;
}
.web-defender-wrap .email-link a:hover {
  text-decoration: underline;
}
.web-defender-wrap .overview {
  font-size: 14px;
  line-height: 18px;
}
.web-defender-wrap .overview-pin {
  font-size: 12px;
  margin-top: 0;
}
.web-defender-wrap .authenticator-qr-code {
  width: 100%;
  background-color: #fff;
}
.web-defender-wrap .defender-input-box {
  width: 100%;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  padding: 0 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
}
.web-defender-wrap .defender-input-box + .error {
  visibility: visible;
  margin-top: 3px;
}
.web-defender-wrap .defender-input-box + .btn-common {
  margin-top: 15px;
}
.web-defender-wrap .authenticator-secret-display {
  margin-bottom: 5px;
}
#js_verifyEmail input + .error {
  visibility: visible;
  margin-top: 0;
}
.roadblock {
  text-align: center;
  margin: 20px auto 0;
  overflow: visible !important;
  position: relative;
}
.roadblock .sdup {
  position: absolute;
  top: -10px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
  background: url(../images/global/btn_ui_1202.png) no-repeat -44px -17px;
}
.roadblock .sdup:hover {
  background-position: -44px -56px;
}
.roadblock a {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(167, 167, 167, 0.3);
  cursor: pointer;
  display: block;
}
.main-content {
  margin: 20px 0 50px;
  min-height: 800px;
  position: relative;
}
.main-content .genre-tags {
  margin-right: 18px;
  display: block;
}
.main-content .right-content .banner-wrap {
  margin-bottom: 10px;
  padding: 2px;
}
.main-content .right-content .search-games .search-wrap {
  border: 1px solid rgba(167, 167, 167, 0.5);
  border-radius: 2px;
  margin-bottom: 10px;
  position: relative;
}
.main-content .right-content .search-games .search-wrap .btn-search {
  width: 32px;
  outline: none;
  background: url(../images/global/btn_ui_1202.png) no-repeat -440px -10px;
}
.main-content .right-content .search-games .search-wrap .search-text {
  background: none;
  border: none;
  height: 32px;
  margin-bottom: 0;
  width: 232px;
  outline: none;
  font-size: 14px;
}
.main-content .right-content .search-games .search-wrap .search-result {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(74, 75, 76, 0.95);
  display: none;
  left: -1px;
  position: absolute;
  top: 33px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  border-top: none;
  border-radius: 3px;
  padding: 0;
}
.main-content .right-content .search-games .search-wrap .search-result ul {
  margin: 0;
}
.main-content .right-content .search-games .search-wrap .search-result .no-results {
  text-align: center;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.main-content .right-content .search-games .search-wrap .search-result li {
  padding: 10px;
  border-top: 1px solid rgba(74, 75, 76, 0.55);
}
.main-content .right-content .search-games .search-wrap .search-result li h2,
.main-content .right-content .search-games .search-wrap .search-result li .genre,
.main-content .right-content .search-games .search-wrap .search-result li .genre a {
  color: #a7a7a7;
  font-size: 12px;
}
.main-content .right-content .search-games .search-wrap .search-result li img {
  width: 55px;
  height: 38px;
}
.main-content .right-content .search-games .search-wrap .search-result li h2,
.main-content .right-content .search-games .search-wrap .search-result li p {
  margin: 2px 0 0 65px;
  /*height: 15px;*/
  width: 83%;
}
.main-content .right-content .search-games .search-wrap .search-result li h2 {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
  font-size: 15px;
  color: #a7a7a7;
}
.main-content .right-content .search-games .search-wrap .search-result li .discount-price {
  font-size: 12px;
  color: #a7a7a7;
}
.main-content .right-content .top-games ul li {
  background: rgba(0, 0, 0, 0.2);
}
.main-content .right-content .top-games ul li .num {
  background: none;
  box-shadow: 0 0 1px rgba(167, 167, 167, 0.3);
  border: 1px solid rgba(167, 167, 167, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  float: left;
  height: 37px;
  line-height: 37px;
  margin: 2px 0 0 16px;
  text-align: center;
  width: 37px;
}
.main-content .right-content .top-games ul li .genre,
.main-content .right-content .top-games ul li .genre a {
  color: #a7a7a7;
}
.main-content .right-content .top-games ul li.even {
  background: rgba(167, 167, 167, 0.1);
}
.main-content .right-content .top-games ul li:hover .num {
  border-color: #fff;
}
.main-content .right-content .right-partial {
  background: none;
  padding: 20px 0;
}
.main-content .right-content .right-partial h1 {
  font-size: 24px;
  font-weight: 300;
  border-bottom: none;
}
.main-content .right-content .right-partial ul li {
  border-top: none;
  box-shadow: none;
}
.left-content {
  margin-right: 300px;
}
.right-content {
  width: 280px;
  position: absolute;
  right: 0;
  top: 0;
}
.right-content .top-games .genre {
  height: 18px;
  overflow: hidden;
}
.install-arc-client-partial {
  padding: 10px 0;
}
.install-arc-client-partial h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}
.install-arc-client-partial .description {
  padding: 10px 0;
}
.install-arc-client-partial .install-arc-client-link {
  background: none;
  padding: 10px 0;
  text-align: left;
}
.install-arc-client-partial .install-arc-client-link .btn-all {
  background-image: url(../images/global/btn_ui_1202.png);
  background-position: -22px -119px;
}
.install-arc-client-partial .install-arc-client-link .btn-all:hover {
  background-position: -22px -193px;
}
.install-arc-client-partial .install-arc-client-link .btn-all span {
  background-image: none;
}
.install-arc-client-partial .install-arc-client-link .btn-all span em {
  color: #fff;
}
.store-game-tabs {
  margin-right: 0;
  margin-bottom: 25px;
}
.store-game-tabs .dropdown {
  display: none;
}
.store-game-tabs ul {
  display: table;
  width: 100%;
  border: 0;
  margin: 0;
}
.store-game-tabs hr.line {
  background-color: #2b467b;
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border: 0;
}
.store-game-tabs li {
  float: none;
  width: 34%;
  display: table-cell;
  vertical-align: middle;
}
.store-game-tabs li a {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #a7a7a7;
  margin: 0;
  text-align: center;
  padding: 6px 30px;
}
.store-game-tabs li a:hover,
.store-game-tabs li a:focus {
  color: #fff;
  background: transparent;
  border-color: rgba(167, 167, 167, 0.3);
}
.store-game-tabs li:nth-child(2) a {
  margin-left: 1px;
  margin-right: 1px;
}
.store-game-tabs li.active {
  outline: 0;
  position: relative;
  z-index: 999;
}
.store-game-tabs li.active a {
  border-color: #fff;
}
.store-game-tabs li.active a,
.store-game-tabs li.active a:hover,
.store-game-tabs li.active a:focus {
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  color: #fff;
  background: transparent;
  position: relative;
  padding: 6px 30px;
}
.store-game-content {
  min-height: 850px;
}
.store-game-content .viewall {
  text-align: center;
  margin: 30px 0;
}
.store-game-content .btn-viewall {
  background: none;
  display: inline-block;
  min-width: 100px;
  height: 24px;
  padding-left: 0px;
}
.store-game-content .btn-viewall:hover {
  color: #5c91ff;
}
.store-game-content .btn-viewall:hover span {
  border-color: #fff;
}
.store-game-content .btn-viewall span {
  background: none;
  line-height: 22px;
  padding: 0;
  border: solid 1px rgba(167, 167, 167, 0.3);
  height: 22px;
}
.store-game-content .allgames-body .price-col {
  margin-top: 10px;
}
.store-game-content .allgames-body .game {
  border-color: rgba(167, 167, 167, 0.3);
}
.store-game-content .allgames-body .game .platform-wrap > i {
  background-color: transparent;
}
.store-game-content .allgames-body .game-inner .btn-common {
  box-shadow: none;
}
.store-game-content .allgames-body .game-right h2 {
  font-weight: 300;
}
.store-game-content .allgames-body .keywords {
  height: auto;
  overflow: hidden;
}
.store-game-content .allgames-body .keywords .discount-rate,
.store-game-content .allgames-body .keywords .discount-price,
.store-game-content .allgames-body .keywords .market-price {
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
}
.store-game-content .allgames-body .keywords .market-price {
  font-size: 12px;
}
.store-game-content .allgames-body .keywords .discount-rate {
  padding: 0 8px;
}
.store-game-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
  margin-bottom: 20px;
}
.store-game-list li .store-game h2 {
  font-size: 15px;
  font-weight: normal;
}
.store-game-list li .store-game .picture {
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
}
.store-game-list li .store-game .picture img {
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  margin-bottom: 10px;
  max-width: 100%;
  width: 200px;
  height: 150px;
}
.store-game-list li .store-game .picture p,
.store-game-list li .store-game .picture h2 {
  margin: 5px 0 0 5px;
}
.store-game-list li .store-game .picture .genre {
  height: 18px;
  overflow: hidden;
}
.store-game-list li .store-game .desc {
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  background-color: #282d37;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 15px;
  width: 177px;
  height: 100%;
}
.store-game-list li .store-game .desc p {
  line-height: 1.2;
  margin-top: 10px;
}
.store-game-list li .store-game .desc h2 {
  margin-top: 15px;
}
.store-game-list li .store-game .desc .overview {
  height: 86px;
  overflow: hidden;
}
.store-game-list li .store-game .desc .download-total-number {
  margin-top: 20px;
}
.store-game-list li .store-game .desc .download-total-number .ico-lang {
  float: right;
  margin: 1px 2px 0 0;
}
.store-game-list li .store-game .desc .genre {
  margin-top: 20px;
  height: 14px;
  overflow: hidden;
  position: relative;
}
.store-game-list li .store-game .desc .genre .ico-lang {
  position: absolute;
  top: 2px;
  right: 0;
}
.store-game-list li .store-game .desc .genre-tags {
  height: 14px;
}
.store-game-list li .store-game .desc .btn-common {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.store-banners-partial {
  padding: 20px 0;
  width: 100%;
}
.store-banners-partial .container {
  overflow: visible !important;
}
.store-banners-container {
  position: relative;
}
.store-banners-container .sddown {
  position: absolute;
  top: -10px;
  right: 12px;
  width: 20px;
  height: 20px;
  z-index: 100;
  cursor: pointer;
  display: none;
  background: url(../images/global/btn_ui_1202.png) no-repeat -10px -17px;
}
.store-banners-container .sddown:hover {
  background-position: -10px -56px;
}
.store-banners {
  margin: 0 -4px 25px 0;
}
.store-banners .store-banners-inner {
  width: 100%;
  height: 392px;
  clear: both;
  overflow: hidden;
}
.store-banners .store-banners-inner .cell {
  width: 301px;
  height: 392px;
  float: left;
}
.store-banners .store-banners-inner .cell .picture {
  position: relative;
}
.store-banners .store-banners-inner .cell .picture .platform-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  background-color: black;
  opacity: 0.8;
  text-align: left;
  overflow: hidden;
}
.store-banners .store-banners-inner .cell .picture .platform-wrap > i {
  margin: 0;
  background-color: transparent;
}
.store-banners .store-banners-inner .cell .picture .platform-wrap .tags {
  display: inline-block;
  height: 27px;
  float: right;
  color: #fff;
  line-height: 27px;
  font-size: 12px;
  width: 65%;
  text-align: right;
}
.store-banners .store-banners-inner .cell .picture img {
  width: 291px;
  height: 388px;
}
.store-banners .store-banners-inner .cell.large {
  width: 903px;
}
.store-banners .store-banners-inner .cell.large .picture img {
  width: 893px;
  height: 388px;
}
.store-banners .store-banners-inner .cell.medium {
  width: 602px;
}
.store-banners .store-banners-inner .cell.medium .picture img {
  width: 592px;
  height: 388px;
}
.store-banners .store-banners-inner .cell-inner {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.3);
  display: block;
  margin: 0 6px 0 0;
}
.store-banners .store-banners-inner .cell-inner .desc {
  text-decoration: none;
  /*-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
		   		   -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
				        box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);*/
  background-color: #282d37;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  height: 100%;
  width: 273px;
}
.store-banners .store-banners-inner .cell-inner .desc p {
  margin: 10px 10px 0;
  line-height: 1.5;
}
.store-banners .store-banners-inner .cell-inner .desc p a {
  box-shadow: none;
}
.store-banners .store-banners-inner .cell-inner .desc img {
  margin: 0 auto;
  display: block;
  height: 100px;
}
.store-banners .store-banners-inner .cell-inner .desc h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 10px 0;
}
.store-banners .store-banners-inner .cell-inner .desc .desc-content {
  height: 126px;
  color: #a7a7a7;
  overflow: hidden;
}
.store-banners .store-banners-inner .cell-inner .desc .download-total-number {
  margin-top: 20px;
  color: #a7a7a7;
}
.store-banners .store-banners-inner .cell-inner .desc .download-total-number .ico-lang {
  float: right;
  margin: 4px 2px 0 0;
}
.store-banners .store-banners-inner .cell-inner .desc .genre {
  margin-top: 20px;
  height: 18px;
  overflow: hidden;
  position: relative;
}
.store-banners .store-banners-inner .cell-inner .desc .genre .ico-lang {
  position: absolute;
  right: 0;
  top: 4px;
}
.store-banners .store-banners-inner .cell-inner .desc .genre-tags {
  display: block;
  height: 18px;
  margin-right: 18px;
}
.store-banners .store-banners-inner .cell-inner .desc .btn-common {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  padding: 15px 0;
}
.store-banners .store-banners-inner .cell-inner .picture {
  display: block;
  overflow: hidden;
  cursor: pointer;
  /*.border(@color: #4d515a);*/
}
.store-banners .store-banners-inner .cell-inner .picture img {
  display: block;
  margin: 0 auto;
}
.store-banners .carousel-indicators {
  bottom: -25px;
}
.store-banners .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  box-shadow: none;
}
.store-banners .carousel-indicators .active {
  background-color: #5c91ff;
  width: 10px;
  height: 10px;
}
.store-banners .carousel-control.left,
.store-banners .carousel-control.right {
  background-image: none;
}
.store-banners .carousel-control .icon-next {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background-image: url(../images/global/btn_ui_1202.png);
  background-position: -309px -12px;
}
.store-banners .carousel-control .icon-prev {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background-image: url(../images/global/btn_ui_1202.png);
  background-position: -254px -12px;
}
.store-banners .carousel-control:hover .icon-next {
  background-position: -309px -55px;
}
.store-banners .carousel-control:hover .icon-prev {
  background-position: -254px -55px;
}
.mobile-device .store-banners .store-banners-inner .cell-inner .desc {
  display: none;
}
.mobile-device .store-game-list li .store-game .desc {
  display: none;
}
.desktop-device .main-content .right-content .top-games ul li:hover .num,
.desktop-device .main-content .right-content .top-games ul li:hover .genre,
.desktop-device .main-content .right-content .top-games ul li:hover .genre a {
  color: #fff;
}
.desktop-device .main-content .right-content .top-games ul li:hover .num {
  box-shadow: 0 0 1px #fff;
}
.desktop-device .main-content .right-content .top-games ul li:hover h2 {
  color: #5c91ff;
}
.desktop-device .main-content .right-content .top-games ul li > a:hover,
.desktop-device .main-content .right-content .search-result ul li a:hover {
  text-decoration: none;
}
.desktop-device .main-content .right-content .top-games ul li > p a:hover {
  text-decoration: underline;
}
.desktop-device .main-content .right-content .search-result ul li:hover {
  background: #282d37;
}
.desktop-device .main-content .right-content .search-result ul li:hover h2,
.desktop-device .main-content .right-content .search-result ul li:hover .genre,
.desktop-device .main-content .right-content .search-result ul li:hover .discount-price {
  color: #fff;
}
@media (min-width: 760px) {
  .desktop-device .store-banners .store-banners-inner .cell-inner .desc {
    opacity: 0;
  }
  .desktop-device .store-banners .store-banners-inner .cell-inner:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #2b467b;
  }
  .desktop-device .store-banners .store-banners-inner .cell-inner:hover .desc {
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .desktop-device .store-game-list li .store-game .desc {
    opacity: 0;
  }
  .desktop-device .store-game-list li .store-game:hover .desc {
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
}
@media (min-width: 1280px) {
  .store-game-list li {
    width: 23%;
  }
  .store-game-list li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media (min-width: 760px) {
  .store-banners .store-banners-inner .cell-inner {
    position: relative;
  }
  .store-game-list li .store-game {
    position: relative;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .store-banners .store-banners-inner {
    height: 312px;
  }
  .store-banners .store-banners-inner .cell {
    width: 241px;
    height: 312px;
  }
  .store-banners .store-banners-inner .cell .picture img {
    width: 231px;
    height: 308px;
  }
  .store-banners .store-banners-inner .cell.large {
    width: 723px;
  }
  .store-banners .store-banners-inner .cell.large .picture img {
    width: 713px;
    height: 308px;
  }
  .store-banners .store-banners-inner .cell.medium {
    width: 482px;
  }
  .store-banners .store-banners-inner .cell.medium .picture img {
    width: 472px;
    height: 308px;
  }
  .store-banners .store-banners-inner .cell-inner .desc {
    width: 213px;
  }
  .store-banners .store-banners-inner .cell-inner .desc .desc-content {
    height: 72px;
    overflow: hidden;
  }
  .store-banners .store-banners-inner .cell-inner .desc .genre,
  .store-banners .store-banners-inner .cell-inner .desc .download-total-number {
    margin-top: 5px;
  }
  .store-game-list li {
    width: 31.5%;
  }
  .store-game-list li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .store-banners .store-banners-inner {
    height: 322px;
  }
  .store-banners .store-banners-inner .cell {
    width: 248px;
    height: 322px;
  }
  .store-banners .store-banners-inner .cell .picture img {
    width: 238px;
    height: 318px;
  }
  .store-banners .store-banners-inner .cell.large {
    width: 744px;
  }
  .store-banners .store-banners-inner .cell.large .picture img {
    width: 734px;
    height: 318px;
  }
  .store-banners .store-banners-inner .cell.medium {
    width: 496px;
  }
  .store-banners .store-banners-inner .cell.medium .picture img {
    width: 486px;
    height: 318px;
  }
  .store-banners .store-banners-inner .cell-inner .desc {
    width: 220px;
  }
  .store-banners .store-banners-inner .cell-inner .desc .desc-content {
    height: 72px;
    overflow: hidden;
  }
  .store-banners .store-banners-inner .cell-inner .desc .genre,
  .store-banners .store-banners-inner .cell-inner .desc .download-total-number {
    margin-top: 10px;
  }
  .store-game-content .allgames-body .game-link,
  .store-game-content .allgames-body .game-picture {
    width: 140px;
    height: 105px;
  }
  .store-game-content .allgames-body .btn-common {
    left: 17px;
    top: 39px;
  }
  .store-game-content .allgames-body .game-right {
    margin-left: 160px;
  }
  .store-game-list li {
    width: 31%;
  }
  .store-game-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .store-game-list li .store-game .picture img {
    width: 120px;
    height: 90px;
  }
  .store-game-list li .store-game .desc {
    padding: 0 10px;
    width: 116px;
    height: 165px;
  }
  .store-game-list li .store-game .desc h2 {
    height: 30px;
  }
  .store-game-list li .store-game .desc .overview {
    height: 42px;
  }
  .store-game-list li .store-game .desc .download-total-number {
    height: 28px;
  }
  .store-game-list li .store-game .desc .download-total-number .ico-lang {
    margin-top: 2px;
  }
  .store-game-list li .store-game .desc h2,
  .store-game-list li .store-game .desc .overview,
  .store-game-list li .store-game .desc .genre,
  .store-game-list li .store-game .desc .download-total-number {
    margin-top: 10px;
  }
}
@media (max-width: 759px) {
  .store-banners .store-banners-inner {
    height: auto;
  }
  .main-content {
    margin: 10px 0 0 0;
  }
  .left-content {
    margin: 0 0 10px 0;
  }
  .right-content {
    width: 100%;
    position: static;
  }
  .right-content .top-games {
    display: none;
  }
  .store-banners .store-banners-inner .cell {
    width: 50%;
    height: auto;
  }
  .store-banners .store-banners-inner .cell .picture .platform-wrap {
    padding: 5px;
    height: 40px;
  }
  .store-banners .store-banners-inner .cell .picture .platform-wrap .tags {
    display: block;
    height: 15px;
    line-height: 0;
    float: none;
    width: 98%;
  }
  .store-banners .store-banners-inner .cell .picture img {
    width: 100%;
    height: auto;
  }
  .store-banners .store-banners-inner .cell.large {
    display: none;
  }
  .store-banners .store-banners-inner .cell.medium {
    width: 100%;
    height: auto;
  }
  .store-banners .store-banners-inner .cell.medium .picture img {
    width: 100%;
    height: auto;
  }
  .store-banners .store-banners-inner .cell-inner .desc {
    display: none;
  }
  .store-game-tabs {
    margin: 10px 0;
  }
  .store-game-tabs .dropdown-menu dd.active a {
    background: none;
    color: #a7a7a7;
  }
  .store-game-tabs .dropdown-menu dd.active a:hover,
  .store-game-tabs .dropdown-menu dd.active a:focus {
    background-color: #202125;
    color: #fff;
    text-decoration: none;
    outline: 0;
  }
  .store-game-tabs .dropdown-current-value,
  .store-game-tabs .dropdown-list {
    width: 200px;
  }
  .store-game-tabs .dropdown {
    display: block;
    height: 30px;
  }
  .store-game-tabs .nav-tabs-partcial {
    display: none;
  }
  .store-game-content {
    min-height: 100px;
  }
  .store-game-content .allgames-body .game {
    border-width: 1px;
    border-style: solid;
    border-color: #29292d;
    outline: 1px solid #000;
    margin-bottom: 1px;
  }
  .store-game-content .allgames-body .game-inner {
    background: url(../images/global/icons_right.png) no-repeat 98% -217px;
    min-height: 60px;
  }
  .store-game-content .allgames-body .game-link {
    float: left;
    width: 80px;
    height: 60px;
  }
  .store-game-content .allgames-body .btn-common {
    left: 7px;
    top: 10px;
  }
  .store-game-content .allgames-body .game-right {
    margin: 10px 0 0 100px;
  }
  .store-game-content .allgames-body .keywords {
    margin-top: 2px;
  }
  .store-game-content .allgames-body .keywords .genre {
    height: 18px;
    overflow: hidden;
  }
  .store-game-content .allgames-body .platform-wrap,
  .store-game-content .allgames-body .summary {
    display: none;
  }
  .store-game-content .allgames-body .price-col {
    margin-right: 12px;
  }
  .store-game-content .allgames-body .game-picture {
    width: auto;
    height: auto;
  }
  .main-content .right-content .search-games .search-wrap {
    width: 300px;
  }
  .main-content .right-content .search-games .search-wrap .search-text {
    width: 252px;
  }
  .main-content .right-content .search-games .search-wrap .search-result {
    width: 100%;
  }
  .store-game-list {
    margin-bottom: 10px;
  }
  .store-game-list li {
    background: #1b1c1f;
    display: block;
    margin: 0 0 2px 0;
    width: 100%;
  }
  .store-game-list li .store-game {
    border-width: 1px;
    border-style: solid;
    border-color: #29292d;
    padding: 10px;
    outline: 1px solid #000;
    clear: both;
    overflow: hidden;
  }
  .store-game-list li .store-game .desc {
    display: none;
  }
  .store-game-list li .store-game .picture {
    padding-bottom: 0;
    background: url(../images/global/icons_right.png) no-repeat right -230px;
  }
  .store-game-list li .store-game .picture img {
    width: 80px;
    height: 60px;
    margin: 0;
    float: left;
  }
  .store-game-list li .store-game .picture h2,
  .store-game-list li .store-game .picture p {
    margin-left: 95px;
    margin-right: 20px;
  }
  .store-game-list li .store-game .picture h2 {
    margin-top: 10px;
  }
  .install-arc-client-partial h1 {
    text-align: center;
  }
  .install-arc-client-partial .install-arc-client-link {
    text-align: center;
  }
  .install-arc-client-partial .install-arc-client-link .btn-install-normal-large,
  .install-arc-client-partial .install-arc-client-link .btn-install-disabled-large {
    max-width: 280px;
  }
}
@media (max-width: 320px) {
  .store-banners .store-banners-inner {
    height: 198px;
  }
  .store-banners .store-banners-inner .cell {
    width: 152px;
    height: 194px;
  }
  .store-banners .store-banners-inner .cell .picture img {
    width: 142px;
    height: 190px;
  }
  .store-banners .store-banners-inner .cell.medium {
    width: 304px;
  }
  .store-banners .store-banners-inner .cell.medium .picture img {
    width: 294px;
    height: 190px;
  }
}
.allgames-body .right-body {
  top: 0;
}
.allgames-body .friend-activity {
  background: rgba(0, 0, 0, 0.3);
  margin-top: 10px;
}
.allgames-body .friend-activity .friend-name {
  display: inline-block;
  vertical-align: top;
}
.allgames-body .friend-activity .after-name {
  display: inline-block;
  padding-left: 5px;
}
.allgames-body .filter-menus {
  margin-bottom: 2px;
}
.allgames-body .filter-menus .dropdown {
  float: left;
  width: 220px;
  margin-right: 5px;
}
.allgames-body .filter-menus .dropdown .bg-btn {
  position: relative;
  text-decoration: none;
  background: none;
  border: 1px solid rgba(167, 167, 167, 0.3);
  color: #a7a7a7;
}
.allgames-body .filter-menus .dropdown .bg-btn > span {
  background: none;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px 0 0;
}
.allgames-body .filter-menus .dropdown .bg-btn > i {
  background-image: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
  height: 22px;
  position: absolute;
  top: 3px;
  right: 10px;
}
.allgames-body .filter-menus .dropdown .bg-btn:hover {
  border-color: #fff;
  color: #fff;
}
.allgames-body .filter-menus .dropdown .dropdown-list {
  width: 218px;
  border-color: rgba(167, 167, 167, 0.3);
  background-color: rgba(0, 0, 0, 0.9);
}
.allgames-body .filter-menus .dropdown .dropdown-list dd {
  border-bottom: 1px solid rgba(167, 167, 167, 0.3);
}
.allgames-body .filter-menus .dropdown .dropdown-list dd:last-child {
  border-bottom: 0;
}
.allgames-body .filter-menus .dropdown .dropdown-list dd a:hover,
.allgames-body .filter-menus .dropdown .dropdown-list dd a:focus {
  background-color: rgba(167, 167, 167, 0.2);
}
.allgames-body .filter-menus .search-field {
  float: right;
  width: 198px;
  border: 1px solid rgba(167, 167, 167, 0.3);
}
.allgames-body .filter-menus .search-field .input-search-field {
  float: left;
}
.allgames-body .filter-menus .search-field .btn-search {
  float: right;
  background: url(../images/global/btn_ui_1202.png) no-repeat -440px -10px;
}
.allgames-body .filter-menus .input-search {
  border: 0;
  color: #a7a7a7;
  background: transparent;
  padding: 6px 10px 7px;
  margin: 0;
  width: 145px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.allgames-body .filter-menus .input-search:focus {
  outline: 0;
}
.allgames-body .filter-menus .btn-search {
  width: 32px;
  vertical-align: top;
}
.allgames-body .filter-menus .btn-search:focus {
  outline: 0;
}
.allgames-body .game-list {
  clear: both;
  overflow: hidden;
}
.allgames-body .game-inner {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: rgba(167, 167, 167, 0.3);
  padding: 18px;
  min-height: 150px;
}
.allgames-body .game-link {
  position: relative;
  float: left;
  width: 200px;
  height: 150px;
  display: block;
}
.allgames-body .btn-common {
  display: none;
  position: absolute;
  left: 50%;
  top: 65px;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 14px;
  width: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.allgames-body .game-picture {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  width: 200px;
  height: 150px;
}
.allgames-body .game-right {
  margin-left: 220px;
}
.allgames-body .game-right h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.allgames-body .game-right .keywords a,
.allgames-body .game-right .summary a {
  font-size: 14px;
  color: #5c91ff;
}
.allgames-body .game-right .keywords a:hover,
.allgames-body .game-right .summary a:hover {
  color: #5c91ff;
}
.allgames-body .keywords {
  margin-top: 15px;
  color: #5c91ff;
  height: auto;
  overflow: hidden;
}
.allgames-body .keywords .platform-wrap,
.allgames-body .keywords .genre {
  float: left;
  background: none;
  color: #5c91ff;
}
.allgames-body .keywords .platform-wrap > i {
  margin: 0 10px 0 0;
  background-color: transparent;
}
.allgames-body .keywords .genre {
  margin-top: 5px;
}
.allgames-body .keywords .discount-rate,
.allgames-body .keywords .discount-price,
.allgames-body .keywords .market-price {
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
}
.allgames-body .keywords .market-price {
  font-size: 12px;
}
.allgames-body .keywords .discount-rate {
  padding: 0 8px;
}
.allgames-body .summary {
  margin-top: 10px;
  font-size: 14px;
}
.allgames-body .summary > a {
  margin-left: 5px;
  white-space: nowrap;
}
.desktop-device .allgames-body .game:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.desktop-device .allgames-body .game .game-inner:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #2b467b;
}
.desktop-device .allgames-body .game .game-inner:hover .game-picture,
.desktop-device .allgames-body .game .game-inner:hover .game-right {
  opacity: 0.5;
}
.desktop-device .allgames-body .game .game-inner:hover .btn-common {
  display: block;
}
.all-games header {
  margin: 40px 0 20px;
}
.all-games header h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 25px;
}
.all-games header .sort-display li {
  float: left;
  margin-left: 10px;
}
.all-games header .sort-display .btn-black-common {
  opacity: 0.5;
}
.all-games header .sort-display .btn-black-common:hover,
.all-games header .sort-display .btn-active {
  opacity: 1;
}
.all-games header .sort-display .btn-active {
  cursor: default;
}
.all-games header .sort-display .list-display {
  background-image: url(../images/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -300px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
}
.all-games header .sort-display .desc-list-display {
  background-image: url(../images/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -350px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
}
.all-games header .sort-display .dropdown-current-value,
.all-games header .sort-display .dropdown-list {
  width: 65px;
}
.all-games-list {
  margin-bottom: 50px;
}
.all-games-list li {
  width: 20%;
  float: left;
}
.all-games-list li .game-item {
  position: relative;
  background: #1b1c1f;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  -webkit-box-shadow: inset 0 0 1px #626262;
  -moz-box-shadow: inset 0 0 1px #626262;
  box-shadow: inset 0 0 1px #626262;
  padding: 20px 0;
}
.all-games-list li .game-item img {
  border-width: 1px;
  border-style: solid;
  border-color: #24272e;
  width: 200px;
  height: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.all-games-list li .game-item h2 {
  font-size: 15px;
  font-weight: normal;
}
.all-games-list li .game-item p,
.all-games-list li .game-item h2 {
  width: 200px;
  margin: 5px auto 0;
}
.all-games-list li .game-item a {
  display: block;
}
.all-games-list li .game-item .desc {
  display: none;
}
.game-type {
  background-image: url(../images/all_games/icons_game_types.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 43px;
  height: 43px;
  position: absolute;
  left: 0;
  top: 0;
}
.game-0 {
  background: none;
}
.game-1 {
  background-position: 0 0;
}
.game-2 {
  background-position: 0 -50px;
}
.game-3 {
  background-position: 0 -100px;
}
.game-4 {
  background-position: 0 -150px;
}
.game-5 {
  background-position: 0 -200px;
}
.all-games-desc-list li {
  width: 50%;
}
.all-games-desc-list li .game-item {
  clear: both;
  overflow: hidden;
  padding-left: 20px;
}
.all-games-desc-list li .game-item .desc {
  display: block;
  font-size: 13px;
}
.all-games-desc-list li .game-item img {
  width: 140px;
  height: 105px;
  float: left;
}
.all-games-desc-list li .game-item h2,
.all-games-desc-list li .game-item p {
  margin-left: 160px;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .allgames-body .filter-menus .dropdown {
    width: 145px;
  }
  .allgames-body .filter-menus .dropdown .bg-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .allgames-body .filter-menus .dropdown .bg-btn > i {
    right: 5px;
  }
  .allgames-body .filter-menus .dropdown .dropdown-list {
    width: 143px;
  }
  .all-games-list li {
    width: 25%;
  }
}
@media (min-width: 980px) {
  .allgames-body .left-body {
    min-height: 1000px;
  }
  .allgames-body .corp-game-news-list {
    display: none;
  }
}
@media (max-width: 979px) {
  .allgames-body .left-body {
    margin-right: 0;
  }
  .allgames-body .right-body {
    position: static;
    width: 100%;
  }
  .allgames-body .hot-topic-wrap {
    display: none;
  }
  .allgames-body .friend-activity h1 {
    font-size: 18px;
  }
  .allgames-body .friend-activity ul li h2 {
    font-size: 13px;
    margin: 0;
  }
  .allgames-body .friend-activity ul li img,
  .allgames-body .friend-activity ul li p {
    display: none;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .allgames-body .filter-menus .dropdown {
    width: 175px;
  }
  .allgames-body .filter-menus .dropdown .dropdown-list {
    width: 173px;
  }
  .allgames-body .banner-wrap {
    float: right;
  }
  .allgames-body .friend-activity {
    margin: 20px 290px 0 0;
  }
  .allgames-body .corp-game-news-list {
    clear: both;
    margin-top: 20px;
  }
  .allgames-body .right-partial {
    padding: 27px 20px;
    height: 190px;
  }
  .all-games-list li {
    width: 33.3%;
  }
}
@media (max-width: 759px) {
  .allgames-body .right-body {
    display: block;
    margin-top: 20px;
  }
  .allgames-body .game-link {
    float: none;
  }
  .allgames-body .game-right {
    margin: 20px 0 0 0;
  }
  .allgames-body .filter-menus .dropdown {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .allgames-body .filter-menus .dropdown .bg-btn {
    height: auto;
    text-align: center;
    padding: 10px 0;
  }
  .allgames-body .filter-menus .dropdown .bg-btn > span {
    background: none;
    font-size: 16px;
    height: auto;
  }
  .allgames-body .filter-menus .dropdown .bg-btn > i {
    right: 15px;
    top: 15px;
  }
  .allgames-body .filter-menus .dropdown .dropdown-list {
    width: 99.6%;
  }
  .allgames-body .filter-menus .search-field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 5px;
    height: 42px;
    position: relative;
    background: #1b1c1f;
  }
  .allgames-body .filter-menus .search-field .input-search-field {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 65px;
    bottom: 5px;
  }
  .allgames-body .filter-menus .search-field .input-search-field > .input-search {
    width: 100%;
  }
  .allgames-body .filter-menus .search-field .btn-search {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .allgames-body .keywords {
    height: auto;
  }
  .all-games .sort-display {
    display: none;
  }
  .all-games-list li {
    width: 100%;
    float: none;
  }
  .all-games-list li .game-item {
    background: #1b1c1f url(../images/global/icons_right.png) no-repeat 98% -225px;
    clear: both;
    overflow: hidden;
    padding: 10px;
  }
  .all-games-list li .game-item img {
    width: 80px;
    height: 60px;
    margin: 0;
    float: left;
  }
  .all-games-list li .game-item h2,
  .all-games-list li .game-item p {
    margin-left: 95px;
  }
  .all-games-list li .game-item h2 {
    margin-top: 15px;
  }
  .all-games-list li .game-item .desc {
    display: none;
  }
}
debug {
  display: none;
}
.redeem-module {
  background: #131313 url(../images/arc-redeem/main-background.jpg) no-repeat center top;
}
.redeem-module h2 {
  text-align: center;
  line-height: 100px;
}
.redeem-module section.form {
  min-height: 1000px;
  margin: 0 auto;
  padding: 20px 280px 60px;
  display: table;
  min-width: 390px;
  border-top: 1px solid #1f1f1f;
  position: relative;
}
.redeem-module section.form:after {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  border-top: 1px solid #000;
  content: '';
}
.redeem-module section.form .error a {
  color: #f00;
  text-decoration: underline;
}
.redeem-module section.form .control-group {
  max-width: 400px;
  clear: both;
  margin: 0 auto;
}
.redeem-module section.form label {
  padding-left: 2px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 0;
}
.redeem-module section.form input,
.redeem-module section.form select {
  background: #161718;
  border: 1px solid #29292d;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: auto;
}
.redeem-module section.form option {
  border: 0;
}
.redeem-module section.form input[type="text"],
.redeem-module section.form input[type="password"],
.redeem-module section.form select {
  width: 95%;
  color: #fff;
}
.redeem-module section.form input::-moz-placeholder {
  color: #a7a7a7;
  opacity: 1;
}
.redeem-module section.form input::-webkit-input-placeholder {
  color: #a7a7a7;
}
.redeem-module section.form a.submit-button {
  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;
  width: 100%;
}
.redeem-module section.form a.submit-button:hover {
  background: #76a2ff;
  text-decoration: none;
}
@media (min-width: 740px) {
  .redeem-module section.form a.submit-button {
    min-width: 150px;
  }
}
@media only screen and (max-width: 1000px) {
  .redeem-module section.form {
    min-width: auto;
    max-width: 390px;
    width: 90%;
    box-sizing: border-box;
    padding: 20px 3% 60px;
  }
}
.redeem-module .arc-balance__text {
  text-align: center;
  margin-bottom: 24px;
}
.redeem-module .arc-balance__balance {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.redeem-module #error_platform {
  display: none;
}
.product-new-container {
  overflow: visible;
}
.product-new-container .module-header {
  margin: 0 0 10px 0;
  position: relative;
  z-index: 310;
}
.product-new-container .share-link {
  padding: 10px 0 0 0;
}
.product-new-container .share-link a {
  background: url(../images/global/icon-social.png) no-repeat 0 0;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 0;
  border: 1px solid transparent;
}
.product-new-container .share-link .facebook {
  background-position: 0 0;
}
.product-new-container .share-link .twitter {
  background-position: -30px 0;
}
.product-new-container .share-link .youtube {
  background-position: -60px 0;
}
.product-new-container .share-link .tumblr {
  background-position: 0 -61px;
}
.product-new-container .share-link .reddit {
  background-position: -30px -60px;
}
.product-new-container .share-link .twitch {
  background-position: -61px -60px;
}
.product-new-container .share-link .instagram {
  background-position: -90px 0px;
}
.product-new-container .share-link .vk {
  background-image: url(../images/global/icon-vk.png);
  background-position: 0% 0%;
}
.product-new-container .share-link a {
  margin: 0 10px 0 0;
}
.product-new-container .product-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 0 0 5px 0;
}
.product-new-container .product-module {
  padding: 0 0 25px 0;
}
.product-new-container .game-intro {
  padding: 30px 0 30px 0;
}
.product-new-container .game-intro .game-logo {
  width: 215px;
}
.product-new-container .game-intro .desc-content {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  float: left;
  width: 61%;
  margin: 10px 0px 15px 0px;
  max-width: 655px;
  min-height: 60px;
  max-height: 90px;
  overflow: hidden;
}
.product-new-container .game-intro .desc-content.news-letter {
  font-weight: 300;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 30px;
}
.product-new-container .game-intro .btn-game {
  display: inline-block;
  padding: 15px 0;
}
.product-new-container .game-intro .btn-game .btn-common {
  font-size: 24px;
  padding: 11px 40px;
}
.product-new-container .game-intro .newsletter-form p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 300;
  text-shadow: 0 1px 3px #333;
  position: relative;
}
.product-new-container .game-intro .newsletter-form p input[type=checkbox]:checked + label:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-new-container .game-intro .newsletter-form .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(41, 41, 45, 0.3);
  margin-top: 0px;
  display: inline-block;
  outline: none;
  visibility: hidden;
}
.product-new-container .game-intro .newsletter-form .checkbox + label {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(41, 41, 45, 0.3);
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.product-new-container .game-intro .newsletter-form .checkbox + label:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 3px;
  left: 2px;
  border: 3px solid #548FFF;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-new-container .game-intro .newsletter-form #newsletteremail {
  width: 295px;
  height: 46px;
  line-height: 26px;
  border: 1px solid rgba(41, 41, 45, 0.3);
  background-color: #fff;
  border-radius: 2px;
  vertical-align: bottom;
  padding-left: 10px;
  font-size: 18px;
  box-sizing: border-box;
  outline: none;
}
.product-new-container .game-intro .newsletter-form .btn-game {
  width: 240px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  background-color: #3f80ff;
  border-radius: 2px;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin-left: 12px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  text-shadow: 0 1px 3px #333;
  color: #fff;
  border: none;
  outline: none;
}
.product-new-container .game-intro .newsletter-form .btn-game.learnm {
  display: block;
  margin-left: 0;
  margin-bottom: 20px;
  text-decoration: none;
}
.product-new-container .game-intro .newsletter-form .error-message {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.product-new-container .game-intro .newsletter-form .error-message label {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 22px;
  text-shadow: 0 1px 3px #333;
}
.product-new-container .left-product {
  float: left;
  width: 360px;
}
.product-new-container .left-product .pub-view-more {
  padding-top: 11px;
}
.product-new-container .left-product .news-list li {
  padding: 10px 0 0 110px;
  height: 72px;
  position: relative;
  font-size: 14px;
}
.product-new-container .left-product .news-list li img {
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0;
  border: none;
  width: 95px;
  height: 70px;
  position: absolute;
  top: 10px;
  left: 0;
}
.product-new-container .left-product .news-list li h4 {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  font-family: 'Lucida Sans Unicode', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.product-new-container .left-product .news-list li p {
  height: 46px;
  line-height: 22px;
  overflow: hidden;
}
.product-new-container .left-product .overview-content {
  padding: 5px 0 0 0;
}
.product-new-container .left-product .overview-content p {
  font-size: 14px;
  line-height: 24px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-new-container .left-product .overview-content p .highlight,
.product-new-container .left-product .overview-content p.highlight {
  color: #5c91ff;
}
.product-new-container .left-product .overview-content p.highlight span:first-child,
.product-new-container .left-product .overview-content p span:first-child {
  color: #a7a7a7;
  padding-right: 10px;
}
.product-new-container .left-product .overview-content .rating-box {
  overflow: hidden;
  min-height: 92px;
  padding-left: 70px !important;
  margin-top: 5px;
  margin-bottom: 0px;
}
.product-new-container .left-product .overview-content .rating-box img {
  float: left;
  margin-left: -70px;
}
.product-new-container .left-product .overview-content .rating-box ul.tit {
  font-size: 12px;
  display: inline-block;
  white-space: normal;
}
.product-new-container .left-product .overview-content .rating-box ul.tit li {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin-bottom: 2px;
}
.product-new-container .left-product .system-intro {
  margin: 15px 0;
  font-size: 14px;
}
.product-new-container .left-product .system-item {
  margin: 0 0 30px 0;
}
.product-new-container .left-product .system-item h4 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 12px 0;
}
.product-new-container .left-product .system-item h4 span {
  margin: 0 0 0 15px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px;
  border: 1px solid transparent;
  position: relative;
  top: 3px;
}
.product-new-container .left-product .system-item table .title {
  color: #fff;
  text-align: right;
  padding-right: 20px;
  width: 110px;
  vertical-align: top;
}
.product-new-container .left-product .system-item table td {
  padding: 8px 0;
}
.product-new-container .right-product {
  float: right;
  width: 750px;
  padding: 0 60px 0 30px;
}
.product-new-container .right-product .game-info-content {
  padding: 0 0 15px 0;
  overflow: hidden;
  position: relative;
  font-size: 14px;
}
.product-new-container .right-product .content-cover {
  display: none;
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 11px;
}
.product-new-container .right-product .read-more-content {
  padding: 10px 0;
  position: relative;
  z-index: 8;
}
.product-new-container .right-product .read-more-content .read-more-line {
  background-color: #fff;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  width: 89%;
  height: 1px;
}
.product-new-container .right-product .read-more-content .read-more-text {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 5;
}
.product-new-container .right-product .read-more-content .read-more-text:hover {
  text-decoration: none;
  color: #5c91ff;
}
.product-new-container .right-product .read-more-content .read-more-text:hover .icon-read-more {
  background-position: 0 -500px;
}
.product-new-container .right-product .featured-downloadable-list {
  width: 100%;
}
.product-new-container .right-product .featured-downloadable-list td {
  padding: 13px 10px;
}
.product-new-container .right-product .featured-downloadable-list .pack-img {
  width: 100px;
  text-align: center;
}
.product-new-container .right-product .featured-downloadable-list .pack-img img {
  max-width: 100%;
}
.product-new-container .right-product .featured-downloadable-list h4 a {
  color: #fff;
  font-family: 'Lucida Sans Unicode', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.product-new-container .right-product .featured-downloadable-list p {
  font-size: 14px;
  line-height: 22px;
  height: 45px;
  margin: 5px 0 10px 0;
}
.product-new-container .right-product .featured-downloadable-wrap .read-more-content {
  display: none;
}
.product-new-container .right-product .featured-downloadable-wrap .read-more-content .read-more-text {
  right: 15px;
}
.product-new-container .compare-module-edtions {
  padding: 0px 0 3px 0;
}
.product-new-container .compare-module-edtions label {
  display: inline-block;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 40px 0 0;
}
.product-new-container .compare-module-edtions .icon-select {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
}
.product-new-container .compare-module-edtions .icon-select em {
  display: block;
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 12px;
  width: 12px;
  position: relative;
  top: 2px;
  left: 2px;
}
.product-new-container .compare-module-edtions label.active .icon-select em {
  background-color: #4e7edb;
}
.product-new-container .compare-module-edtions p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.product-new-container .compare-module-edtions p .price-large {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 36px;
}
.product-new-container .compare-module-edtions p .price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.product-new-container .compare-module-edtions p .value {
  margin: 0 11px 0 0;
}
.product-new-container .compare-module-edtions p .steam {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
  margin-right: 11px;
  width: 210px;
}
.product-new-container .compare-module-edtions p .steam i {
  display: inline-block;
  position: relative;
  background: url(../images/global/icon-steam-white.png) center top no-repeat;
  width: 43px;
  height: 41px;
  top: 15px;
  margin-right: 12px;
}
.product-new-container .compare-module-edtions p br {
  display: none;
}
.product-new-container .compare-edition-list .title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}
.product-new-container .compare-edition-list .compare-img {
  margin: 8px auto 0 auto;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0;
  border: none;
  width: 84px;
  height: 44px;
  overflow: hidden;
}
.product-new-container .compare-edition-list .compare-table {
  width: 100%;
}
.product-new-container .compare-edition-list .compare-table td.img img {
  max-height: 148px;
  max-width: 160px;
}
.product-new-container .compare-edition-list .compare-table td {
  padding: 12px 3px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-new-container .compare-edition-list .compare-table td.name,
.product-new-container .compare-edition-list .compare-table td.img {
  text-align: left;
  position: relative;
}
.product-new-container .compare-edition-list .compare-table td.name {
  max-width: 220px;
}
.product-new-container .compare-edition-list .compare-table .icon-question {
  display: inline-block;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 0;
  border: 1px solid transparent;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.product-new-container .compare-edition-list .compare-table tr:last-child td {
  border-bottom: none;
}
.product-new-container .compare-edition-list .compare-table .add-to-cart:hover,
.product-new-container .compare-edition-list .compare-table .add-to-cart:active {
  background-color: #5c91ff;
  color: #fff;
  border: none;
}
.product-new-container .compare-edition-list .compare-table .add-to-cart.disabled,
.product-new-container .compare-edition-list .compare-table .add-to-cart.disabled:hover,
.product-new-container .compare-edition-list .compare-table .add-to-cart.disabled:active {
  background-color: #464646;
  color: #787878;
}
.product-new-container .compare-edition-list .compare-table .compare-question {
  display: inline-block;
  position: relative;
}
.product-new-container .compare-edition-list .compare-table .compare-tooltip {
  position: absolute;
  display: none;
  z-index: 999;
}
.product-new-container .compare-edition-list .compare-table .compare-tooltip .tip-arrow {
  position: absolute;
}
.product-new-container .compare-edition-list .compare-table .compare-tooltip .tooltip-inner {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  width: 380px;
  height: auto;
  padding: 25px;
  max-width: 400px;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}
.product-new-container .compare-edition-list .compare-table .compare-tooltip .tooltip-inner img {
  max-width: 120px;
  max-height: 120px;
  margin: 0 10px 0 0;
  float: left;
}
.product-new-container .compare-edition-list .compare-table .compare-tooltip .tooltip-inner h3 {
  font-size: 18px;
  line-height: 22px;
}
.product-new-container .compare-edition-list .compare-table .compare-tooltip .tooltip-inner p {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 22px;
}
.product-new-container .basic-module {
  padding: 12px 0;
}
.product-new-container .basic-module img {
  margin: 0 20px 0 0;
}
.product-new-container .basic-module h5 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}
.product-new-container .basic-module p {
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 22px;
}
.product-new-container .products-list .carousel-control,
.product-new-container .thumbnail-pictures .carousel-control {
  background-image: url(../images/global/icon-sprites2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  opacity: 1;
  margin-top: 0;
  left: 0;
  height: 13px;
}
.product-new-container .products-list .carousel-control.left,
.product-new-container .thumbnail-pictures .carousel-control.left {
  background-position: 50% 0;
  top: 0;
  left: 12px;
}
.product-new-container .products-list .carousel-control.right,
.product-new-container .thumbnail-pictures .carousel-control.right {
  background-position: 50% -100px;
  top: 287px;
  left: 12px;
}
.product-new-container .products-list .carousel-control.left.disable,
.product-new-container .thumbnail-pictures .carousel-control.left.disable,
.product-new-container .products-list .carousel-control.left.disable:hover,
.product-new-container .thumbnail-pictures .carousel-control.left.disable:hover,
.product-new-container .products-list .carousel-control.left.disable:active,
.product-new-container .thumbnail-pictures .carousel-control.left.disable:active {
  background-position: 50% -1200px;
  cursor: default;
}
.product-new-container .products-list .carousel-control.right.disable,
.product-new-container .thumbnail-pictures .carousel-control.right.disable,
.product-new-container .products-list .carousel-control.right.disable:hover,
.product-new-container .thumbnail-pictures .carousel-control.right.disable:hover,
.product-new-container .products-list .carousel-control.right.disable:active,
.product-new-container .thumbnail-pictures .carousel-control.right.disable:active {
  background-position: 50% -1250px;
  cursor: default;
}
.product-new-container .products-list-partial {
  height: 140px;
}
.product-new-container .products-list-partial .view_more_link {
  display: none;
}
.product-new-container .products-list-partial .products-list {
  position: relative;
  background-color: #1b1c1f;
  margin: 10px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  z-index: 999;
  -webkit-box-shadow: 0 8px 8px #000;
  -moz-box-shadow: 0 8px 8px #000;
  box-shadow: 0 8px 8px #000;
}
.product-new-container .products-list-partial .products-list-inner {
  margin: 0 48px;
  height: 110px;
  overflow: hidden;
  position: relative;
}
.product-new-container .products-list-partial .button-expanded {
  background-image: url(../images/global/buttons.png);
  background-repeat: no-repeat;
  background-position: 0 -1600px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 142px;
  height: 27px;
  text-indent: 0;
  position: absolute;
  bottom: -30px;
  left: 45%;
  padding-top: 5px;
  color: #a7a7a7;
}
.product-new-container .products-list-partial .button-expanded span {
  font-size: 11px;
  font-weight: bold;
  margin: 0 5px 0 20px;
}
.product-new-container .products-list-partial .button-expanded i {
  background-image: url(../images/global/icon-sprites.png);
  background-repeat: no-repeat;
  background-position: 0 -200px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
  height: 8px;
  display: inline-block;
}
.product-new-container .products-list-partial .button-expanded:hover {
  color: #fff;
  text-decoration: none;
}
.product-new-container .products-list-partial .button-expanded-close span {
  margin-left: 50px;
}
.product-new-container .products-list-partial .button-expanded-close i {
  background-position: 0 -150px;
}
.product-new-container .products-list-partial .cell {
  float: left;
  width: 110px;
  height: 100px;
  padding: 10px 0 0;
  text-align: center;
}
.product-new-container .products-list-partial .cell img {
  width: 80px;
  max-height: 60px;
  border-width: 2px;
  border-style: solid;
  border-color: #18191b;
}
.product-new-container .products-list-partial .cell span {
  display: block;
  margin-top: 6px;
  line-height: 1;
}
.product-new-container .products-list-partial .cell:hover {
  cursor: pointer;
  background-color: #2d313a;
  width: 106px;
  border-width: 0 2px;
  border-style: solid;
  border-color: #17181a;
}
.product-new-container .products-list-partial .cell:hover img {
  border-color: #bdc2ca;
}
.product-new-container .products-list-partial .cell a {
  text-decoration: none;
  color: #a7a7a7;
  width: 84px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.product-new-container .products-list-partial .cell a:hover {
  color: #fff;
}
.product-new-container .product-gallery .thumb-pictures-list {
  height: 0;
  overflow: hidden;
}
.product-new-container .product-gallery .thumb-pictures-list .item {
  display: block;
}
.product-new-container .product-gallery .product-pictures {
  position: relative;
}
.product-new-container .product-gallery .original-picture {
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0;
  border: none;
  margin: 10px 0;
  position: relative;
  width: 555px;
  height: 300px;
  overflow: hidden;
}
.product-new-container .product-gallery .original-picture .item {
  width: 555px;
  height: 300px;
  z-index: 100;
}
.product-new-container .product-gallery .original-picture .item img,
.product-new-container .product-gallery .original-picture .item .video-play {
  opacity: 0;
}
.product-new-container .product-gallery .original-picture .item.active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 300;
}
.product-new-container .product-gallery .original-picture .item.active img,
.product-new-container .product-gallery .original-picture .item.active .video-play {
  opacity: 1;
}
.product-new-container .product-gallery .original-picture .item.video-item img {
  z-index: 20;
}
.product-new-container .product-gallery .original-picture .item.video-item .video-play {
  z-index: 10;
}
.product-new-container .product-gallery .original-picture .item.video-item.active img {
  z-index: 10;
}
.product-new-container .product-gallery .original-picture .item.video-item.active .video-play {
  z-index: 20;
}
.product-new-container .product-gallery .original-picture .video-play,
.product-new-container .product-gallery .original-picture img {
  width: 555px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-new-container .product-gallery .thumbnail-pictures {
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.product-new-container .product-gallery .thumbnail-pictures-list {
  position: absolute;
  overflow: hidden;
}
.product-new-container .product-gallery .thumbnail-pictures-list .thumbnail-pictures-list-inner {
  position: relative;
  left: 1px;
}
.product-new-container .product-gallery .thumbnail-pictures-list .cell {
  margin: 1px 0 7px 0;
  width: auto;
  width: 146px;
  height: 82px;
  float: left;
}
.product-new-container .product-gallery .thumbnail-pictures-list .cell a {
  display: block;
  position: relative;
}
.product-new-container .product-gallery .thumbnail-pictures-list .cell a .ico-video-play {
  background-image: url(../images/global/icon-sprites2.png);
  background-repeat: no-repeat;
  background-position: 5px -846px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -11px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.product-new-container .product-gallery .thumbnail-pictures-list .cell a .ico-video-play:hover {
  background-position: 5px -896px;
}
.product-new-container .product-gallery .thumbnail-pictures-list .cell a img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 146px;
  height: 80px;
}
.product-new-container .product-gallery .thumbnail-pictures-list .cell.active img,
.product-new-container .product-gallery .thumbnail-pictures-list .cell:hover img {
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-new-container .product-gallery .desc {
  width: 246px;
  height: 483px;
  background-color: #1b1c1f;
  border-left: 1px solid #28292c;
  padding: 10px 15px 0;
}
.product-new-container .product-gallery .desc p {
  margin: 10px 10px 0;
  line-height: 1.5;
}
.product-new-container .product-gallery .desc img {
  margin: 0 auto;
  display: block;
}
.product-new-container .product-gallery .desc h2 {
  font-size: 15px;
  font-weight: normal;
  margin: 10px 10px 0;
  word-wrap: break-word;
}
.product-new-container .product-gallery .desc ul {
  margin-top: 20px;
  min-height: 42px;
  overflow: hidden;
}
.product-new-container .product-gallery .desc ul li {
  float: left;
  width: 50%;
  background: url(../images/global/icon-sprites.png) no-repeat 8px -595px;
}
.product-new-container .product-gallery .desc ul li a {
  font-size: 14px;
  margin-left: 15px;
  display: block;
  color: #5c91ff;
}
.product-new-container .product-gallery .desc .desc-content {
  height: 126px;
  overflow: hidden;
}
.product-new-container .product-gallery .desc .download-total-number {
  margin-top: 15px;
}
.product-new-container .product-gallery .desc .genre {
  height: 18px;
  overflow: hidden;
  margin-top: 90px;
}
.product-new-container .product-gallery .desc .platform-wrap {
  text-align: left;
  margin-left: 5px;
}
.product-new-container .product-gallery .desc .btn-common {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  padding: 15px 0;
}
.product-new-container .product-content {
  min-height: 1000px;
  padding-top: 16px;
}
.product-new-container .product-content .left-body {
  font-size: 14px;
}
.product-new-container .product-content .headline {
  margin-bottom: 10px;
}
.product-new-container .product-content .headline h1,
.product-new-container .product-content .headline h2 {
  line-height: 40px;
  white-space: nowrap;
}
.product-new-container .product-content .new-feature li {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}
.product-new-container .product-content .new-feature li img {
  border-width: 1px;
  border-style: solid;
  border-color: #24272e;
  float: left;
}
.product-new-container .product-content .new-feature li h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 10px;
}
.product-new-container .product-content .new-feature li h2,
.product-new-container .product-content .new-feature li p {
  margin-left: 220px;
}
.product-new-container .product-content .system-requirements {
  margin-top: 20px;
}
.product-new-container .product-content .system-requirements .system-list {
  width: 162px;
  display: none;
  margin-bottom: 20px;
}
.product-new-container .product-content .system-requirements .system-list .dropdown-list {
  width: 160px;
}
.product-new-container .product-content .system-requirements .tab-pane {
  padding: 20px 0 0 0;
}
.product-new-container .product-content .system-requirements .tab-pane table {
  width: 100%;
}
.product-new-container .product-content .system-requirements tr td {
  border-bottom: 1px solid #232323;
  padding: 8px 10px;
}
.product-new-container .product-content .system-requirements tr td:nth-child(2n-1) {
  text-align: right;
  color: #fff;
  width: 200px;
}
.product-new-container .product-content .system-requirements tr td span {
  display: none;
}
/*all games*/
.product-new-container .all-games-wrap {
  display: none;
  width: 270px;
  position: absolute;
  right: -274px;
  top: 0;
  background: #282d37;
  outline: 1px solid #000;
  border: 1px solid #353943;
}
.product-new-container .all-games-wrap .title {
  font-size: 11px;
  padding: 5px 10px;
  border-bottom: 1px solid #1D212A;
  -webkit-box-shadow: 0 1px 0 #373D4A;
  -moz-box-shadow: 0 1px 0 #373D4A;
  box-shadow: 0 1px 0 #373D4A;
}
.product-new-container .all-games-wrap .button-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px 5px 20px;
  cursor: pointer;
  background-size: 15px 15px;
  background-image: url(../images/global/icon_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
}
.product-new-container .all-games-wrap li {
  overflow: hidden;
  border-bottom: 1px solid #1D212A;
  -webkit-box-shadow: 0 1px 0 #373D4A;
  -moz-box-shadow: 0 1px 0 #373D4A;
  box-shadow: 0 1px 0 #373D4A;
}
.product-new-container .all-games-wrap li:active {
  background-color: #191c24;
}
.product-new-container .all-games-wrap li:last-child {
  border: 0;
}
.product-new-container .all-games-wrap li.active {
  background-color: #191c24;
}
.product-new-container .all-games-wrap .game-item {
  background: url(../images/global/icons_right.png) no-repeat 98% -225px;
  clear: both;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.product-new-container .all-games-wrap .game-item a {
  display: block;
  overflow: hidden;
}
.product-new-container .all-games-wrap .game-item img {
  border-width: 1px;
  border-style: solid;
  border-color: #24272e;
  max-width: 80px;
  margin: 0;
  float: left;
}
.product-new-container .all-games-wrap .game-item h2 {
  margin: 15px 0 0 95px;
  font-size: 15px;
  font-weight: normal;
}
.product-new-container .all-games-wrap .game-item .download-cnt-text,
.product-new-container .all-games-wrap .game-item .genre {
  margin: 5px 15px 0 95px;
  color: #a7a7a7;
}
.product-new-container .all-games-wrap .game-item .genre {
  height: 18px;
  overflow: hidden;
}
.product-new-container .all-games-wrap .all-games-more {
  display: block;
  padding: 8px 0 5px;
  cursor: pointer;
}
.product-new-container .all-games-wrap .all-games-more .ico-arrow-down {
  position: static;
  margin: 0 auto;
}
/*game pack*/
.singleplayer-block,
.game-pack-specail {
  margin-bottom: 20px;
  padding: 0;
}
.singleplayer-block h1,
.game-pack-specail h1,
.singleplayer-block h3,
.game-pack-specail h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 20px;
  word-wrap: break-word;
}
.singleplayer-block p,
.game-pack-specail p {
  margin: 10px 20px 0;
}
.singleplayer-block p.dark,
.game-pack-specail p.dark {
  color: #7d7d7d;
  font-size: 12px;
}
.singleplayer-block footer,
.game-pack-specail footer {
  background: #24272e;
  padding: 10px 20px 8px;
  margin-top: 10px;
}
.singleplayer-block footer .price-col,
.game-pack-specail footer .price-col {
  margin-top: 6px;
}
.singleplayer-block footer p.status-container,
.game-pack-specail footer p.status-container {
  margin: 0 0 0 -22px;
  height: 22px;
}
.singleplayer-block .market-price,
.game-pack-specail .market-price,
.singleplayer-block .discount-price,
.game-pack-specail .discount-price,
.singleplayer-block .discount-rate,
.game-pack-specail .discount-rate {
  margin-right: 10px;
}
.singleplayer-block .discount-rate,
.game-pack-specail .discount-rate {
  font-size: 16px;
  padding: 5px 10px;
}
.singleplayer-block .view-details,
.game-pack-specail .view-details {
  color: #f7efda;
}
.game-pack-list {
  border-width: 1px 0;
  border-style: solid;
  border-color: #28292c;
  width: 100%;
  margin-bottom: 20px;
}
.game-pack-list td {
  padding: 10px 20px;
}
.game-pack-list thead,
.game-pack-list tfoot {
  background-color: #1b1c1f;
}
.game-pack-list thead {
  font-weight: bold;
  color: #fff;
}
.game-pack-list tbody td {
  border-bottom: 1px dotted #28292c;
}
.game-pack-list .game-pack-name-col {
  text-align: left;
  color: #fff;
}
.game-pack-list .game-pack-price-col {
  width: 260px;
  text-align: right;
}
.game-pack-list .game-pack-price-col .game-pack-name {
  display: none;
}
.game-pack-list .price-col {
  color: #fff;
  margin-top: 6px;
}
.game-pack-list .price-col span {
  margin: 0 20px;
}
.game-pack-list .market-price,
.game-pack-list .discount-price,
.game-pack-list .discount-rate {
  margin-right: 10px;
}
.game-pack-list .discount-rate {
  padding: 2px 5px;
}
.game-pack-list .view-details {
  color: #f7efda;
}
.game-pack-list-pagination {
  display: none;
  margin: -10px 0 30px 0;
  padding: 5px 0 15px 0;
  border-bottom: 2px solid #28292c;
}
.game-pack-list-pagination .btn-switch,
.game-pack-list-pagination .pagination-block {
  float: right;
}
.game-pack-list-pagination .btn-switch .icon-switch {
  position: static;
  display: inline-block;
  margin-left: 20px;
}
.game-pack-free {
  line-height: 23px;
}
.game-pack-free table {
  width: 100%;
}
.game-pack-free table td {
  vertical-align: top;
  padding: 20px 0 20px 20px;
  border-bottom: 1px dotted #28292c;
}
.game-pack-free h1 {
  line-height: 23px;
}
.game-pack-free .market-price {
  margin-right: 10px;
}
.game-pack-free .discount-price {
  margin-right: 20px;
}
.game-pack-notes {
  border-width: 1px;
  border-style: solid;
  border-color: #4a4a68;
  background: #323167;
  padding: 10px;
}
.game-pack-desc {
  position: relative;
}
.game-pack-desc .game-dlc {
  background-image: url(../images/all_games/icons_game_types.png);
  background-repeat: no-repeat;
  background-position: 0 -250px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
}
.product-new-container .prod-title2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #29292d;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.product-new-container .popup-playnow {
  position: fixed;
  top: 0;
}
.product-new-container .popup-playnow .modal-dialog {
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  outline: 1px solid #000;
  background: #1b1c1f;
  color: #a7a7a7;
  width: 550px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -225px;
}
.product-new-container .popup-playnow .modal-dialog .arc-installed-yes {
  padding: 20px 30px;
}
.product-new-container .popup-playnow .modal-dialog .arc-installed-no {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 20px 30px;
}
.product-new-container .popup-playnow .modal-dialog .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.product-new-container .popup-playnow .modal-dialog .text {
  font-size: 14px;
}
.product-new-container .popup-playnow .modal-dialog .btn-close {
  background-image: url(../images/global/icon_popup_close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-new-container .popup-playnow .modal-dialog .btn-close:hover {
  background-position: 0 -50px;
}
.product-new-container .popup-playnow .modal-dialog .buttonwrap {
  text-align: center;
  margin: 25px auto 0;
}
.product-new-container .popup-playnow .modal-dialog .buttonwrap .btn-popup-yes,
.product-new-container .popup-playnow .modal-dialog .buttonwrap .btn-popup-no {
  width: 150px;
}
.product-new-container .popup-playnow .modal-dialog .buttonwrap .btn-popup-yes span,
.product-new-container .popup-playnow .modal-dialog .buttonwrap .btn-popup-no span {
  font-size: 15px;
}
.product-new-container .popup-playnow .modal-dialog .description {
  background: url(../images/global/playnow_popup_picture.png) no-repeat center 20px;
  padding-top: 180px;
  font-size: 14px;
  list-style: disc inside;
}
.product-new-container .product-game-info h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
}
.product-new-container .product-game-info h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.product-new-container .product-game-info h2.product-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
}
.product-new-container .product-game-info h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.no-touch .product-new-container .product-gallery .thumbnail-pictures-list .cell a:hover img {
  border-color: #bdc2ca;
}
.no-touch .product-new-container .compare-edition-list .compare-table .compare-question:hover .compare-tooltip {
  display: block;
}
.no-touch .product-new-container .compare-edition-list .compare-table .icon-question:hover {
  color: #5c91ff;
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.no-touch .product-new-container .left-product .system-item h4 span:hover,
.no-touch .product-new-container .share-link a:hover {
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-product-common {
  background-color: #3f80ff;
  font-size: 24px;
  padding: 11px 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.btn-product-common:visited {
  text-decoration: none;
}
.btn-product-common:hover {
  text-decoration: none;
}
.btn-product-common:active {
  text-decoration: none;
}
@media (min-width: 1280px) {
  .product-new-container .game-intro .desc-content {
    max-height: 60px;
    height: 60px;
  }
  .product-new-container .product-gallery .original-picture .item.first {
    position: absolute;
    top: 0;
    left: -658px;
    display: block;
    opacity: 0.5;
    z-index: 200;
    cursor: pointer;
  }
  .product-new-container .product-gallery .original-picture .item.first img,
  .product-new-container .product-gallery .original-picture .item.first .video-play {
    opacity: 1;
  }
  .product-new-container .product-gallery .original-picture .item.last {
    /*position: absolute;
				top: 0;
				right: -420px;*/
    display: block;
    opacity: 0.5;
    z-index: 200;
    cursor: pointer;
  }
  .product-new-container .product-gallery .original-picture .item.last img,
  .product-new-container .product-gallery .original-picture .item.last .video-play {
    opacity: 1;
  }
  .product-new-container .product-gallery .original-picture-single {
    border: 0;
  }
  .product-new-container .product-gallery .original-picture-double {
    border-left: 0;
  }
  .product-new-container .product-gallery .thumbnail-pictures {
    width: 150px;
    height: 300px;
    right: 30px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list .thumbnail-pictures-list-inner {
    left: 0;
  }
  .product-new-container .product-game-info table img {
    min-width: inherit;
    max-width: inherit;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .product-new-container .products-list-partial .products-list-inner {
    margin: 0 38px;
  }
  .product-new-container .product-gallery .original-picture {
    width: 455px;
    height: 245px;
  }
  .product-new-container .product-gallery .original-picture .item {
    width: 455px;
    height: 245px;
  }
  .product-new-container .product-gallery .original-picture .item .item img,
  .product-new-container .product-gallery .original-picture .item .video-play {
    width: 455px;
    height: 245px;
  }
  .product-new-container .product-gallery .original-picture .item.active {
    left: 0;
  }
  .product-new-container .product-gallery .thumbnail-pictures {
    width: 120px;
    height: 245px;
    right: 30px;
  }
  .product-new-container .product-gallery .thumbnail-pictures .carousel-control.right {
    top: 230px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list {
    width: 120px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list .cell {
    height: 62px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list .cell a img {
    width: 116px;
    height: 62px;
  }
  .product-new-container .product-game-info table img {
    min-width: 280px;
  }
  .product-new-container .product-content .system-requirements .module-tabs .nav-tabs li {
    min-width: 100px;
  }
  .product-new-container .left-product {
    width: 300px;
  }
  .product-new-container .left-product .news-list li {
    padding: 10px 0 0 90px;
  }
  .product-new-container .left-product .news-list li img {
    width: 79px;
    height: 58px;
  }
  .product-new-container .right-product {
    width: 620px;
    padding: 0 10px 0 30px;
  }
  .product-new-container .right-product .featured-downloadable-list p {
    height: 68px;
  }
  .product-new-container .right-product .read-more-content .read-more-line {
    width: 87%;
  }
  .product-new-container .compare-edition-list .compare-table td.img img {
    max-width: 130px;
  }
  .product-new-container .compare-edition-list .compare-table .compare-tooltip .tooltip-inner {
    width: 320px;
    padding: 15px;
  }
}
.ui-tooltip,
.arrow:after {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(167, 167, 167, 0.3);
}
.ui-tooltip {
  padding: 10px 20px;
  color: #a7a7a7;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  box-shadow: 0 0 7px black;
  width: 255px;
  font-size: 14px;
}
.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}
@media (min-width: 980px) {
  .game-pack-list-ru .game-pack-price-col {
    width: 400px;
  }
  .product-new-container .left-product .system-item table td.title .min-screen {
    display: none;
  }
  .product-new-container .left-product .system-item table td:nth-child(2) {
    display: block;
  }
  .product-new-container .compare-edition-list .compare-table tr td:last-child {
    display: none;
  }
  .product-new-container .compare-edition-list .compare-table .compare-tooltip {
    top: -36px;
    left: 28px;
  }
  .product-new-container .compare-edition-list .compare-table .tip-arrow {
    top: 35px;
    left: -16px;
  }
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.left:hover,
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.left:active {
    background-position: 50% -50px;
  }
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.right:hover,
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.right:active {
    background-position: 50% -150px;
  }
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.left.disable:hover,
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.disable:active {
    background-position: 50% -1200px;
    cursor: default;
  }
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.disable:hover,
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.disable:active {
    background-position: 50% -1250px;
    cursor: default;
  }
}
@media (max-width: 979px) {
  .product-new-container .product-gallery .desc .desc-content {
    display: none;
  }
  .product-new-container .product-gallery .desc .game-pack-content {
    display: block;
  }
  .game-pack-free .game-pack-price {
    clear: left;
    float: left;
  }
  .product-new-container .product-content .system-requirements .module-tabs {
    display: none;
  }
  .product-new-container .product-content .system-requirements .system-list {
    display: block;
  }
  .product-new-container .product-content .system-requirements .tab-content {
    border-width: 2px 0;
    border-style: solid;
    border-color: #24272e;
  }
  .product-new-container .product-content .system-requirements .tab-content .tab-pane {
    padding: 0;
  }
  .product-new-container .left-product .system-item table td.title {
    width: auto;
    text-align: left;
  }
  .product-new-container .left-product .system-item table td.title .min-screen {
    color: #a7a7a7;
    padding: 5px 0 10px 0;
  }
  .product-new-container .left-product .system-item table td:nth-child(2) {
    display: none;
  }
  .product-new-container .compare-edition-list .compare-table td {
    padding: 10px;
  }
  .product-new-container .compare-edition-list .compare-table td.img img {
    max-width: 70px;
  }
  .product-new-container .compare-edition-list .compare-table tr td:last-child {
    display: none;
  }
  .product-new-container .compare-edition-list .compare-table .compare-tooltip {
    left: -35px;
    top: 40px;
  }
  .product-new-container .compare-edition-list .compare-table .compare-tooltip .tip-arrow {
    background-position: 0 -1050px;
    top: -16px;
    left: 30px;
    width: 25px;
    height: 16px;
  }
  .product-new-container .compare-edition-list .compare-table .compare-tooltip .tooltip-inner {
    width: 310px;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .product-new-container .products-list-partial .products-list-inner {
    margin: 0 38px;
  }
  .product-new-container .product-content .system-requirements tr td:nth-child(2n-1) {
    width: 130px;
  }
  .product-new-container .product-game-info table img {
    min-width: 200px;
  }
  .game-pack-list-ru .game-pack-price-col {
    width: 200px;
  }
  .product-new-container .game-intro .desc-content {
    padding: 8px 0 0 0px;
    max-width: 495px;
  }
  .product-new-container .left-product {
    width: 220px;
  }
  .product-new-container .left-product .news-list li {
    padding: 20px 0 0 70px;
  }
  .product-new-container .left-product .news-list li h4 {
    word-break: normal;
    overflow: visible;
    white-space: normal;
    height: 38px;
  }
  .product-new-container .left-product .news-list li p {
    display: none;
  }
  .product-new-container .left-product .news-list li img {
    top: 20px;
    width: 61px;
    height: 44px;
  }
  .product-new-container .right-product {
    width: 450px;
    padding: 0 0 0 30px;
  }
  .product-new-container .right-product .featured-downloadable-list p {
    height: 90px;
  }
  .product-new-container .right-product .read-more-content .read-more-line {
    width: 82%;
  }
  .product-new-container .compare-edition-list .compare-table td {
    padding: 10px 5px;
  }
}
@media (min-width: 760px) {
  .product-new-container .left-product-large-screen {
    display: block;
  }
  .product-new-container .left-product-small-screen {
    display: none;
  }
}
@media (max-width: 759px) {
  .all-games-show {
    display: block;
  }
  .product-new-container .products-list-partial {
    height: auto;
    clear: both;
    overflow: hidden;
    padding: 20px 10px 10px;
  }
  .product-new-container .products-list-partial .products-list {
    display: none;
  }
  .product-new-container .products-list-partial .view_more_link {
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #a7a7a7;
    background: url(../images/global/icons_right.png) no-repeat right -747px;
    padding-right: 10px;
  }
  .product-new-container .product-content .new-feature li img {
    width: 100px;
    margin-right: 10px;
  }
  .product-new-container .product-content .new-feature li h2,
  .product-new-container .product-content .new-feature li p {
    margin-left: 0;
  }
  .product-new-container .product-content .system-requirements tr td:nth-child(2n-1) {
    display: none;
  }
  .product-new-container .product-content .system-requirements tr td span {
    display: block;
    background: url(../images/global/icons.png) no-repeat left -147px;
    padding-left: 15px;
    color: #fff;
  }
  .product-new-container .product-content .system-requirements tr td p {
    margin: 2px 0 0 15px;
  }
  .singleplayer-block footer .btn-col,
  .game-pack-specail footer .btn-col {
    clear: left;
    float: left;
    margin-top: 20px;
  }
  .game-pack-list {
    /*.game-pack-name-col {
			display: none;
			}*/
  }
  .game-pack-list .game-pack-price-col {
    width: auto;
    text-align: left;
  }
  .game-pack-list .game-pack-price-col .game-pack-name {
    display: block;
    margin-bottom: 10px;
  }
  .game-pack-list .btn-col {
    clear: left;
    float: left;
    margin-top: 10px;
  }
  .product-new-container .compare-module-edtions label {
    display: block;
    padding: 5px 10px 9px 0;
    margin-bottom: 0;
  }
  .product-new-container .compare-module-edtions > p {
    padding-top: 16px;
  }
  .product-new-container .compare-module-edtions > p > span,
  .product-new-container .compare-module-edtions > p .value {
    display: block;
    margin: 0 0 15px 0;
  }
  .product-new-container .right-product {
    width: auto;
    float: none;
    padding: 0;
  }
  .product-new-container .right-product .featured-downloadable-list .pack-img {
    vertical-align: top;
  }
  .product-new-container .right-product .featured-downloadable-list p {
    height: auto;
  }
  .product-new-container .left-product-large-screen {
    display: none;
  }
  .product-new-container .left-product-small-screen {
    display: block;
    float: none;
    width: auto;
  }
  .product-new-container .game-intro .game-logo {
    width: auto;
    text-align: left;
    float: none;
  }
  .product-new-container .game-intro .desc-content {
    padding-top: 10px;
  }
  .product-new-container .game-intro .btn-game {
    margin: 0px;
  }
  .product-new-container .left-product .news-list li {
    padding: 10px 0 0 80px;
    height: 46px;
  }
  .product-new-container .left-product .news-list li img {
    width: 63px;
    height: 46px;
  }
  .product-new-container .left-product .news-list li p {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-new-container .compare-module-edtions p .steam {
    margin-top: -15px;
    margin-bottom: 22px;
  }
  .product-new-container .game-intro {
    padding-bottom: 10px;
  }
  .product-new-container .game-intro .newsletter-form #newsletteremail {
    width: 100%;
  }
  .product-new-container .game-intro .newsletter-form .btn-game {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
  .product-new-container .game-intro .newsletter-form .btn-game.learnm {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) and (max-width: 979px) {
  .product-new-container .product-gallery .product-pictures {
    width: 450px;
  }
  .product-new-container .product-gallery .original-picture {
    width: 343px;
    height: 184px;
    border: 0;
  }
  .product-new-container .product-gallery .original-picture .item {
    width: 343px;
    height: 184px;
  }
  .product-new-container .product-gallery .original-picture .item.active {
    left: 0;
  }
  .product-new-container .product-gallery .original-picture .video-play,
  .product-new-container .product-gallery .original-picture img {
    width: 343px;
    height: 184px;
  }
  .product-new-container .product-gallery .thumbnail-pictures {
    height: 184px;
    width: 90px;
    right: 2px;
  }
  .product-new-container .product-gallery .thumbnail-pictures .carousel-control.right {
    top: 170px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list {
    width: 90px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list .cell {
    width: 88px;
    height: 42px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list .cell a img {
    width: 86px;
    height: 40px;
  }
  .product-new-container .product-gallery .desc {
    height: 348px;
    padding-top: 0;
  }
  .product-new-container .product-gallery .desc h2 {
    margin-top: 20px;
  }
  .product-new-container .product-gallery .game-pack-desc h2 {
    margin: 20px 0 0;
  }
  .product-new-container .product-gallery .game-pack-desc p {
    margin: 10px 0 0;
  }
  .product-new-container .product-gallery .game-pack-desc .game-pack-content {
    height: 72px;
  }
  .product-new-container .products-list .carousel-control.right,
  .product-new-container .thumbnail-pictures .carousel-control.right {
    top: 170px;
  }
  .product-new-container .compare-edition-list .compare-table td.img img {
    max-width: 70px;
  }
  .product-new-container .compare-edition-list .compare-table td.name {
    max-width: 130px;
  }
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.left:hover {
    background-position: 50% -50px;
  }
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.right:hover {
    background-position: 50% -150px;
  }
}
@media (min-width: 480px) and (max-width: 759px) {
  .product-new-container .product-game-info table img {
    min-width: 200px;
  }
  .product-new-container .game-intro .desc-content {
    padding-top: 10px;
    max-height: 90px;
    width: 410px;
  }
  .product-new-container .read-more-content .read-more-line {
    width: 85%;
  }
}
@media (max-width: 479px) {
  .product-new-container .product-game-info table img {
    min-width: 100px;
  }
  .product-new-container .game-intro .desc-content {
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 0px;
    max-height: none;
    margin-bottom: 15px;
  }
  .product-new-container .product-gallery .product-pictures {
    height: 210px;
  }
  .product-new-container .product-gallery .original-picture {
    right: 0;
    height: 154px;
    width: 290px;
  }
  .product-new-container .product-gallery .original-picture .item {
    height: 100%;
    width: 100%;
  }
  .product-new-container .product-gallery .original-picture .item img,
  .product-new-container .product-gallery .original-picture .video-play {
    height: 154px;
    width: 290px;
  }
  .product-new-container .product-gallery .thumbnail-pictures {
    height: 46px;
    width: 290px;
    left: 0;
    right: 0;
    top: 165px;
  }
  .product-new-container .product-gallery .thumbnail-pictures .carousel-control {
    height: 42px;
    width: 10px;
  }
  .product-new-container .product-gallery .thumbnail-pictures .carousel-control.left {
    background-position: 0 -187px;
    left: 0;
  }
  .product-new-container .product-gallery .thumbnail-pictures .carousel-control.right {
    left: 278px;
    top: 0;
    background-position: 0 -287px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list {
    height: 100%;
    width: 260px;
    left: 15px;
    top: 0;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list .thumbnail-pictures-list-inner {
    left: 0;
    height: 42px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list .cell {
    margin: 1px 0 0 5px;
    height: 42px;
    width: 80px;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list .cell a img {
    width: 77px;
    height: 42px;
  }
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.left:hover {
    background-position: 0 -237px;
  }
  .no-touch .product-new-container .product-gallery .thumbnail-pictures .carousel-control.right:hover {
    background-position: 0 -337px;
  }
  .product-new-container .right-product .read-more-content .read-more-line {
    width: 73%;
  }
  .product-new-container .compare-edition-list .compare-table tr:first-child,
  .product-new-container .compare-edition-list .compare-table tr:last-child {
    display: none;
  }
  .product-new-container .compare-edition-list .compare-table td {
    padding: 10px;
  }
  .product-new-container .compare-edition-list .compare-table td.img img {
    max-width: 50px;
  }
  .product-new-container .compare-edition-list .compare-table tr td:nth-child(1),
  .product-new-container .compare-edition-list .compare-table tr td:nth-child(2),
  .product-new-container .compare-edition-list .compare-table tr td:nth-child(3),
  .product-new-container .compare-edition-list .compare-table tr td:nth-child(4),
  .product-new-container .compare-edition-list .compare-table tr td:nth-child(5) {
    display: none;
  }
  .product-new-container .compare-edition-list .compare-table tr td:last-child {
    display: block !important;
    padding: 0;
  }
  .product-new-container .compare-edition-list .compare-table .compare-tooltip .tip-arrow {
    background-position: 0 -1050px;
    top: -16px;
    left: 115px;
  }
  .product-new-container .compare-edition-list .compare-table .compare-tooltip .tooltip-inner {
    width: 230px;
  }
  .product-new-container .compare-edition-list .compare-table .compare-tooltip .tooltip-inner img {
    display: none;
  }
  .product-new-container .compare-edition-list .compare-table .min-screen {
    padding: 10px 0;
    text-align: left;
    position: relative;
  }
  .product-new-container .compare-edition-list .compare-table .min-screen img {
    max-width: 75px;
    margin-right: 10px;
  }
  .product-new-container .compare-edition-list .compare-table .min-screen label,
  .product-new-container .compare-edition-list .compare-table .min-screen em {
    display: inline-block;
  }
  .product-new-container .compare-edition-list .compare-table .min-screen label {
    width: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
  }
  .product-new-container .compare-edition-list .compare-table .min-screen span.name {
    line-height: 14px;
    font-family: 'Lucida Sans Unicode', sans-serif;
    font-weight: 300;
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .product-new-container .product-gallery .thumbnail-pictures {
    top: 0;
  }
  .product-new-container .product-gallery .thumbnail-pictures-list {
    left: 0;
    top: 19px;
  }
}
#colorbox .register-button-container {
  transform: none !important;
}
.product-new-container.bigger-container {
  padding: 0 20px !important;
}
@media (max-width: 1199px) {
  .product-new-container.bigger-container {
    box-sizing: border-box !important;
    max-width: 1200px !important;
    width: 100% !important;
  }
}
.game-pack-container {
  /*game pack*/
}
.game-pack-container .module-header {
  margin: 0 0 10px 0;
  position: relative;
  z-index: 310;
}
.game-pack-container .products-list .carousel-control,
.game-pack-container .thumbnail-pictures .carousel-control {
  background-image: url(../images/global/icons_arrows_new.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 45px;
  height: 110px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 0;
  background-color: transparent;
  opacity: 1;
  margin-top: 0;
  top: 0;
  height: 100%;
}
.game-pack-container .products-list .carousel-control.left,
.game-pack-container .thumbnail-pictures .carousel-control.left {
  background-position: 5px center;
  left: 0;
}
.game-pack-container .products-list .carousel-control.left:hover,
.game-pack-container .thumbnail-pictures .carousel-control.left:hover {
  background-position: -395px center;
}
.game-pack-container .products-list .carousel-control.left:active,
.game-pack-container .thumbnail-pictures .carousel-control.left:active {
  background-position: -795px center;
}
.game-pack-container .products-list .carousel-control.right,
.game-pack-container .thumbnail-pictures .carousel-control.right {
  background-position: -205px center;
  right: 0;
}
.game-pack-container .products-list .carousel-control.right:hover,
.game-pack-container .thumbnail-pictures .carousel-control.right:hover {
  background-position: -605px center;
}
.game-pack-container .products-list .carousel-control.right:active,
.game-pack-container .thumbnail-pictures .carousel-control.right:active {
  background-position: -1005px center;
}
.game-pack-container .products-list .carousel-control.left.disable,
.game-pack-container .thumbnail-pictures .carousel-control.left.disable,
.game-pack-container .products-list .carousel-control.left.disable:hover,
.game-pack-container .thumbnail-pictures .carousel-control.left.disable:hover,
.game-pack-container .products-list .carousel-control.left.disable:active,
.game-pack-container .thumbnail-pictures .carousel-control.left.disable:active {
  opacity: 0.3;
  background-position: 5px center;
  cursor: default;
}
.game-pack-container .products-list .carousel-control.right.disable,
.game-pack-container .thumbnail-pictures .carousel-control.right.disable,
.game-pack-container .products-list .carousel-control.right.disable:hover,
.game-pack-container .thumbnail-pictures .carousel-control.right.disable:hover,
.game-pack-container .products-list .carousel-control.right.disable:active,
.game-pack-container .thumbnail-pictures .carousel-control.right.disable:active {
  opacity: 0.3;
  background-position: -205px center;
  cursor: default;
}
.game-pack-container .products-list-partial {
  height: 140px;
}
.game-pack-container .products-list-partial .view_more_link {
  display: none;
}
.game-pack-container .products-list-partial .products-list {
  position: relative;
  background-color: #1b1c1f;
  margin: 10px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  z-index: 999;
  -webkit-box-shadow: 0 8px 8px #000;
  -moz-box-shadow: 0 8px 8px #000;
  box-shadow: 0 8px 8px #000;
}
.game-pack-container .products-list-partial .products-list-inner {
  margin: 0 48px;
  height: 110px;
  overflow: hidden;
  position: relative;
}
.game-pack-container .products-list-partial .button-expanded {
  background-image: url(../images/global/buttons.png);
  background-repeat: no-repeat;
  background-position: 0 -1600px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 142px;
  height: 27px;
  text-indent: 0;
  position: absolute;
  bottom: -30px;
  left: 45%;
  padding-top: 5px;
  color: #a7a7a7;
}
.game-pack-container .products-list-partial .button-expanded span {
  font-size: 11px;
  font-weight: bold;
  margin: 0 5px 0 20px;
}
.game-pack-container .products-list-partial .button-expanded i {
  background-image: url(../images/global/icon-sprites.png);
  background-repeat: no-repeat;
  background-position: 0 -200px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
  height: 8px;
  display: inline-block;
}
.game-pack-container .products-list-partial .button-expanded:hover {
  color: #fff;
  text-decoration: none;
}
.game-pack-container .products-list-partial .button-expanded-close span {
  margin-left: 50px;
}
.game-pack-container .products-list-partial .button-expanded-close i {
  background-position: 0 -150px;
}
.game-pack-container .products-list-partial .cell {
  float: left;
  width: 110px;
  height: 100px;
  padding: 10px 0 0;
  text-align: center;
}
.game-pack-container .products-list-partial .cell img {
  width: 80px;
  max-height: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.3);
}
.game-pack-container .products-list-partial .cell span {
  display: block;
  margin-top: 6px;
  line-height: 1;
}
.game-pack-container .products-list-partial .cell:hover {
  cursor: pointer;
  background-color: #2d313a;
  width: 106px;
  border-width: 0 1px;
  border-style: solid;
  border-color: #17181a;
}
.game-pack-container .products-list-partial .cell:hover img {
  border-color: #fff;
}
.game-pack-container .products-list-partial .cell a {
  text-decoration: none;
  color: #a7a7a7;
  width: 84px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.game-pack-container .products-list-partial .cell a:hover {
  color: #fff;
}
.game-pack-container .product-gallery {
  background-color: rgba(0, 0, 0, 0.3);
}
.game-pack-container .product-gallery .thumb-pictures-list {
  height: 0;
  overflow: hidden;
}
.game-pack-container .product-gallery .thumb-pictures-list .item {
  display: block;
}
.game-pack-container .product-gallery .product-pictures {
  margin-right: 280px;
  position: relative;
}
.game-pack-container .product-gallery .original-picture {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 10px;
  position: relative;
  width: 900px;
  height: 371px;
  overflow: hidden;
}
.game-pack-container .product-gallery .original-picture .item {
  display: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.3);
  width: 656px;
  height: 369px;
  z-index: 100;
}
.game-pack-container .product-gallery .original-picture .item.active {
  display: block;
  position: absolute;
  top: 0;
  left: 121px;
  opacity: 1;
  z-index: 300;
}
.game-pack-container .product-gallery .original-picture .item.active img,
.game-pack-container .product-gallery .original-picture .item.active .video-play {
  opacity: 1;
}
.game-pack-container .product-gallery .original-picture .item.video-item img {
  z-index: 20;
}
.game-pack-container .product-gallery .original-picture .item.video-item .video-play {
  z-index: 10;
}
.game-pack-container .product-gallery .original-picture .item.video-item.active img {
  z-index: 10;
}
.game-pack-container .product-gallery .original-picture .item.video-item.active .video-play {
  z-index: 20;
}
.game-pack-container .product-gallery .original-picture .video-play,
.game-pack-container .product-gallery .original-picture img {
  width: 656px;
  height: 369px;
  position: absolute;
  left: 0;
  top: 0;
}
.game-pack-container .product-gallery .thumbnail-pictures {
  margin: 0;
  height: 100px;
  overflow: hidden;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  position: relative;
}
.game-pack-container .product-gallery .thumbnail-pictures-list {
  position: absolute;
  left: 46px;
  top: 0;
  overflow: hidden;
  height: 100px;
}
.game-pack-container .product-gallery .thumbnail-pictures-list .thumbnail-pictures-list-inner {
  position: relative;
  left: -2px;
}
.game-pack-container .product-gallery .thumbnail-pictures-list .cell {
  margin: 12px 4px;
  width: 131px;
  height: 76px;
  float: left;
}
.game-pack-container .product-gallery .thumbnail-pictures-list .cell a {
  display: block;
  position: relative;
}
.game-pack-container .product-gallery .thumbnail-pictures-list .cell a .ico-video-play {
  background-image: url(../images/global/icon_video_play.png);
  background-repeat: no-repeat;
  background-position: 0 -100px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  height: 35px;
  position: absolute;
  left: 35%;
  top: 30%;
}
.game-pack-container .product-gallery .thumbnail-pictures-list .cell a img {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.3);
  width: 129px;
  height: 73px;
}
.game-pack-container .product-gallery .thumbnail-pictures-list .cell.active a {
  cursor: default;
}
.game-pack-container .product-gallery .thumbnail-pictures-list .cell.active img {
  border-color: #fff;
}
.game-pack-container .product-gallery .desc {
  width: 239px;
  min-height: 483px;
  border-left: 1px solid rgba(167, 167, 167, 0.3);
  padding: 10px 20px 0;
}
.game-pack-container .product-gallery .desc p {
  margin: 0;
  line-height: 1.5;
}
.game-pack-container .product-gallery .desc img {
  margin: 0 auto;
  display: block;
  height: 120px;
}
.game-pack-container .product-gallery .desc h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
  word-wrap: break-word;
  line-height: 1.2;
}
.game-pack-container .product-gallery .desc ul {
  margin-top: 20px;
  min-height: 42px;
  overflow: hidden;
}
.game-pack-container .product-gallery .desc ul li {
  float: left;
  width: 50%;
  background: url(../images/global/icon-sprites.png) no-repeat 8px -595px;
}
.game-pack-container .product-gallery .desc ul li a {
  font-size: 14px;
  margin-left: 15px;
  display: block;
  color: #5c91ff;
}
.game-pack-container .product-gallery .desc .desc-content {
  margin-bottom: 10px;
}
.game-pack-container .product-gallery .desc .genre {
  height: 18px;
  overflow: hidden;
  margin-top: 90px;
}
.game-pack-container .product-gallery .desc .platform-wrap {
  text-align: left;
  margin-left: 5px;
}
.game-pack-container .product-gallery .desc .btn-common {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  padding: 15px 0;
  margin: 0;
}
.game-pack-container .product-gallery .desc .btn-field {
  margin: 10px 0 0;
}
.game-pack-container .product-gallery .desc .price-field .discount-price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.game-pack-container .product-gallery .desc .price-field .discount-rate {
  position: relative;
  top: -3px;
  font-size: 14px;
  padding: 0 8px;
}
.game-pack-container .product-gallery .desc .price-field .market-price {
  position: relative;
  top: -4px;
  margin: 0 5px;
}
.game-pack-container .product-content {
  padding-top: 28px;
}
.game-pack-container .product-content .left-body {
  font-size: 14px;
}
.game-pack-container .product-content .headline {
  margin-bottom: 10px;
}
.game-pack-container .product-content .headline h1,
.game-pack-container .product-content .headline h2 {
  line-height: 40px;
  white-space: nowrap;
}
.game-pack-container .product-content .share-link {
  position: relative;
  right: 10px;
  top: 10px;
  z-index: 101;
}
.game-pack-container .product-content .share-link a {
  background: url(../images/global/icon-social.png) no-repeat 0 0;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 0;
  border: 1px solid transparent;
}
.game-pack-container .product-content .share-link .facebook {
  background-position: 0 0;
}
.game-pack-container .product-content .share-link .twitter {
  background-position: -30px 0;
}
.game-pack-container .product-content .share-link .youtube {
  background-position: -60px 0;
}
.game-pack-container .product-content .share-link .tumblr {
  background-position: 0 -61px;
}
.game-pack-container .product-content .share-link .reddit {
  background-position: -30px -60px;
}
.game-pack-container .product-content .share-link .twitch {
  background-position: -61px -60px;
}
.game-pack-container .product-content .share-link .instagram {
  background-position: -90px 0px;
}
.game-pack-container .product-content .share-link .vk {
  background-image: url(../images/global/icon-vk.png);
  background-position: 0% 0%;
}
.game-pack-container .product-content .new-feature li {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}
.game-pack-container .product-content .new-feature li img {
  border-width: 1px;
  border-style: solid;
  border-color: #24272e;
  float: left;
}
.game-pack-container .product-content .new-feature li h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 10px;
}
.game-pack-container .product-content .new-feature li h2,
.game-pack-container .product-content .new-feature li p {
  margin-left: 220px;
}
.game-pack-container .product-content .system-requirements {
  margin-top: 35px;
}
.game-pack-container .product-content .system-requirements .module-tabs .nav-tabs li {
  height: 34px;
  line-height: 34px;
  border-color: rgba(167, 167, 167, 0.3);
  outline: none;
  margin-right: 1px;
}
.game-pack-container .product-content .system-requirements .module-tabs .nav-tabs li a {
  background-color: transparent;
  line-height: 34px;
}
.game-pack-container .product-content .system-requirements .module-tabs .nav-tabs li.active {
  border: 1px solid #fff;
}
.game-pack-container .product-content .system-requirements .module-tabs .nav-tabs li.active a {
  color: #fff;
  background: none;
  cursor: default;
}
.game-pack-container .product-content .system-requirements .module-tabs .nav-tabs li:hover,
.game-pack-container .product-content .system-requirements .module-tabs .nav-tabs li:focus,
.game-pack-container .product-content .system-requirements .module-tabs .nav-tabs li:active {
  border-color: #fff;
}
.game-pack-container .product-content .system-requirements .module-tabs .line {
  display: none;
}
.game-pack-container .product-content .system-requirements .system-list {
  width: 162px;
  display: none;
  margin-bottom: 20px;
}
.game-pack-container .product-content .system-requirements .system-list .dropdown-list {
  width: 160px;
}
.game-pack-container .product-content .system-requirements .tab-pane {
  padding: 20px 0 0 0;
}
.game-pack-container .product-content .system-requirements .tab-pane table {
  width: 100%;
}
.game-pack-container .product-content .system-requirements tr td {
  padding: 8px 10px;
}
.game-pack-container .product-content .system-requirements tr td:nth-child(2n-1) {
  text-align: right;
  color: #fff;
  width: 200px;
}
.game-pack-container .product-content .system-requirements tr td span {
  display: none;
}
.game-pack-container .product-content .system-requirements .dropdown-current-value {
  background: transparent;
  border-color: rgba(167, 167, 167, 0.3);
  margin-bottom: 0;
}
.game-pack-container .product-content .system-requirements .dropdown-current-value:hover,
.game-pack-container .product-content .system-requirements .dropdown-current-value:focus {
  border-color: #fff;
}
.game-pack-container .product-content .system-requirements .dropdown-list {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(167, 167, 167, 0.3);
  border-top: 0;
}
.game-pack-container .product-content .system-requirements .dropdown-list dd {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
}
.game-pack-container .product-content .system-requirements .dropdown-list dd a:hover,
.game-pack-container .product-content .system-requirements .dropdown-list dd a:focus {
  background-color: rgba(167, 167, 167, 0.3);
}
.game-pack-container .highlight-block {
  background-color: rgba(0, 0, 0, 0.3);
  outline: none;
  border-color: transparent;
}
.game-pack-container .highlight-block ul,
.game-pack-container .highlight-block ol {
  list-style: disc;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.game-pack-container .singleplayer-block,
.game-pack-container .game-pack-specail {
  margin-bottom: 20px;
  padding: 0;
}
.game-pack-container .singleplayer-block h1,
.game-pack-container .game-pack-specail h1,
.game-pack-container .singleplayer-block h3,
.game-pack-container .game-pack-specail h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 20px;
  word-wrap: break-word;
}
.game-pack-container .singleplayer-block p,
.game-pack-container .game-pack-specail p {
  margin: 10px 20px 0;
}
.game-pack-container .singleplayer-block p.dark,
.game-pack-container .game-pack-specail p.dark {
  color: #7d7d7d;
  font-size: 12px;
}
.game-pack-container .singleplayer-block footer,
.game-pack-container .game-pack-specail footer {
  background: #24272e;
  padding: 10px 20px 8px;
  margin-top: 10px;
}
.game-pack-container .singleplayer-block footer .price-col,
.game-pack-container .game-pack-specail footer .price-col {
  margin-top: 6px;
}
.game-pack-container .singleplayer-block footer p.status-container,
.game-pack-container .game-pack-specail footer p.status-container {
  margin: 0 0 0 -22px;
  height: 22px;
}
.game-pack-container .singleplayer-block .market-price,
.game-pack-container .game-pack-specail .market-price,
.game-pack-container .singleplayer-block .discount-price,
.game-pack-container .game-pack-specail .discount-price,
.game-pack-container .singleplayer-block .discount-rate,
.game-pack-container .game-pack-specail .discount-rate {
  margin-right: 10px;
}
.game-pack-container .singleplayer-block .discount-rate,
.game-pack-container .game-pack-specail .discount-rate {
  font-size: 16px;
  padding: 5px 10px;
}
.game-pack-container .singleplayer-block .view-details,
.game-pack-container .game-pack-specail .view-details {
  color: #f7efda;
}
.game-pack-container .game-pack-list {
  border-width: 1px 0;
  border-style: solid;
  border-color: #28292c;
  width: 100%;
  margin-bottom: 20px;
}
.game-pack-container .game-pack-list td {
  padding: 10px 20px;
}
.game-pack-container .game-pack-list thead,
.game-pack-container .game-pack-list tfoot {
  background-color: #1b1c1f;
}
.game-pack-container .game-pack-list thead {
  font-weight: bold;
  color: #fff;
}
.game-pack-container .game-pack-list tbody td {
  border-bottom: 1px dotted #28292c;
}
.game-pack-container .game-pack-list .game-pack-name-col {
  text-align: left;
  color: #fff;
}
.game-pack-container .game-pack-list .game-pack-price-col {
  width: 260px;
  text-align: right;
}
.game-pack-container .game-pack-list .game-pack-price-col .game-pack-name {
  display: none;
}
.game-pack-container .game-pack-list .price-col {
  color: #fff;
  margin-top: 6px;
}
.game-pack-container .game-pack-list .price-col span {
  margin: 0 20px;
}
.game-pack-container .game-pack-list .market-price,
.game-pack-container .game-pack-list .discount-price,
.game-pack-container .game-pack-list .discount-rate {
  margin-right: 10px;
}
.game-pack-container .game-pack-list .discount-rate {
  padding: 2px 5px;
}
.game-pack-container .game-pack-list .view-details {
  color: #f7efda;
}
.game-pack-container .game-pack-list-pagination {
  display: none;
  margin: -10px 0 30px 0;
  padding: 5px 0 15px 0;
  border-bottom: 2px solid #28292c;
}
.game-pack-container .game-pack-list-pagination .btn-switch,
.game-pack-container .game-pack-list-pagination .pagination-block {
  float: right;
}
.game-pack-container .game-pack-list-pagination .btn-switch .icon-switch {
  position: static;
  display: inline-block;
  margin-left: 20px;
}
.game-pack-container .game-pack-free {
  line-height: 23px;
}
.game-pack-container .game-pack-free table {
  width: 100%;
}
.game-pack-container .game-pack-free table td {
  vertical-align: top;
  padding: 20px 0 20px 20px;
  border-bottom: 1px dotted #28292c;
}
.game-pack-container .game-pack-free h1 {
  line-height: 23px;
}
.game-pack-container .game-pack-free .market-price {
  margin-right: 10px;
}
.game-pack-container .game-pack-free .discount-price {
  margin-right: 20px;
}
.game-pack-container .game-pack-notes {
  background: transparent;
  padding: 0;
  border: 0;
}
.game-pack-container .game-pack-desc {
  position: relative;
}
.game-pack-container .game-pack-desc .game-dlc {
  background-image: url(../images/all_games/icons_game_types.png);
  background-repeat: no-repeat;
  background-position: 0 -250px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 55px;
  height: 55px;
  position: absolute;
  left: -1px;
  top: 0;
}
.game-pack-container .prod-title2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #29292d;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.game-pack-container .popup-playnow {
  position: fixed;
  top: 0;
}
.game-pack-container .popup-playnow .modal-dialog {
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  outline: 1px solid #000;
  background: #1b1c1f;
  color: #a7a7a7;
  width: 550px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -225px;
}
.game-pack-container .popup-playnow .modal-dialog .arc-installed-yes {
  padding: 20px 30px;
}
.game-pack-container .popup-playnow .modal-dialog .arc-installed-no {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 20px 30px;
}
.game-pack-container .popup-playnow .modal-dialog .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.game-pack-container .popup-playnow .modal-dialog .text {
  font-size: 14px;
}
.game-pack-container .popup-playnow .modal-dialog .btn-close {
  background-image: url(../images/global/icon_popup_close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.game-pack-container .popup-playnow .modal-dialog .btn-close:hover {
  background-position: 0 -50px;
}
.game-pack-container .popup-playnow .modal-dialog .buttonwrap {
  text-align: center;
  margin: 25px auto 0;
}
.game-pack-container .popup-playnow .modal-dialog .buttonwrap .btn-popup-yes,
.game-pack-container .popup-playnow .modal-dialog .buttonwrap .btn-popup-no {
  width: 150px;
}
.game-pack-container .popup-playnow .modal-dialog .buttonwrap .btn-popup-yes span,
.game-pack-container .popup-playnow .modal-dialog .buttonwrap .btn-popup-no span {
  font-size: 15px;
}
.game-pack-container .popup-playnow .modal-dialog .description {
  background: url(../images/global/playnow_popup_picture.png) no-repeat center 20px;
  padding-top: 180px;
  font-size: 14px;
  list-style: disc inside;
}
.game-pack-container .product-game-info h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.game-pack-container .product-game-info h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.game-pack-container .product-game-info h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.no-touch .game-pack-container .product-gallery .thumbnail-pictures-list .cell a:hover img {
  border-color: #fff;
}
@media (min-width: 1280px) {
  .game-pack-container .product-gallery .original-picture .item.first {
    position: absolute;
    top: 0;
    left: -545px;
    display: block;
    z-index: 200;
    cursor: pointer;
  }
  .game-pack-container .product-gallery .original-picture .item.first img,
  .game-pack-container .product-gallery .original-picture .item.first .video-play {
    opacity: 0.3;
  }
  .game-pack-container .product-gallery .original-picture .item.last {
    position: absolute;
    top: 0;
    right: -545px;
    display: block;
    z-index: 200;
    cursor: pointer;
  }
  .game-pack-container .product-gallery .original-picture .item.last img,
  .game-pack-container .product-gallery .original-picture .item.last .video-play {
    opacity: 0.3;
  }
  .game-pack-container .product-gallery .original-picture-single {
    border: 0;
  }
  .game-pack-container .product-gallery .original-picture-double {
    border-left: 0;
  }
  .game-pack-container .product-game-info table img {
    max-width: none;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .game-pack-container .products-list-partial .products-list-inner {
    margin: 0 38px;
  }
  .game-pack-container .product-gallery .original-picture {
    width: 656px;
    height: 369px;
    border: 1px solid rgba(167, 167, 167, 0.3);
    margin: 10px 12px;
  }
  .game-pack-container .product-gallery .original-picture .item {
    border: 0;
  }
  .game-pack-container .product-gallery .original-picture .item.active {
    left: 0;
  }
  .game-pack-container .product-gallery .thumbnail-pictures-list {
    left: 44px;
  }
  .game-pack-container .product-gallery .thumbnail-pictures-list .thumbnail-pictures-list-inner {
    left: 0;
  }
  .game-pack-container .product-gallery .thumbnail-pictures-list .cell {
    margin: 12px 9px;
  }
  .game-pack-container .product-game-info table img {
    max-width: 300px;
  }
  .game-pack-container .product-content .system-requirements .module-tabs .nav-tabs li {
    min-width: 100px;
  }
}
@media (min-width: 980px) {
  .game-pack-container .game-pack-list-ru .game-pack-price-col {
    width: 400px;
  }
}
@media (max-width: 979px) {
  .game-pack-container .product-gallery .desc .desc-content {
    display: none;
  }
  .game-pack-container .product-gallery .desc .game-pack-content {
    display: block;
  }
  .game-pack-container .game-pack-free .game-pack-price {
    clear: left;
    float: left;
  }
  .game-pack-container .product-content .system-requirements .module-tabs {
    display: none;
  }
  .game-pack-container .product-content .system-requirements .system-list {
    display: block;
  }
  .game-pack-container .product-content .system-requirements .tab-content .tab-pane {
    padding: 0;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .game-pack-container .products-list-partial .products-list-inner {
    margin: 0 38px;
  }
  .game-pack-container .product-gallery .original-picture {
    width: 440px;
    height: 240px;
    margin: 10px;
    border: 1px solid rgba(167, 167, 167, 0.3);
  }
  .game-pack-container .product-gallery .original-picture .item {
    width: 440px;
    height: 240px;
    border: 0;
  }
  .game-pack-container .product-gallery .original-picture .item.active {
    left: 0;
  }
  .game-pack-container .product-gallery .original-picture .video-play,
  .game-pack-container .product-gallery .original-picture img {
    width: 440px;
    height: 240px;
  }
  .game-pack-container .product-gallery .thumbnail-pictures {
    height: 84px;
  }
  .game-pack-container .product-gallery .thumbnail-pictures-list {
    left: 45px;
    height: 84px;
  }
  .game-pack-container .product-gallery .thumbnail-pictures-list .cell {
    margin: 8px 5px 9px;
    width: 116px;
    height: 67px;
  }
  .game-pack-container .product-gallery .thumbnail-pictures-list .cell a img {
    width: 112px;
    height: 63px;
  }
  .game-pack-container .product-gallery .game-pack-desc {
    min-height: 348px;
    padding-top: 0;
  }
  .game-pack-container .product-gallery .game-pack-desc h2 {
    margin: 10px 0 0;
  }
  .game-pack-container .product-gallery .game-pack-desc p {
    margin: 10px 0 0;
    line-height: 1.2;
  }
  .game-pack-container .product-gallery .game-pack-desc .game-pack-content {
    display: none;
  }
  .game-pack-container .product-gallery .game-pack-desc .price-field {
    margin-top: 30px;
  }
  .game-pack-container .product-content .system-requirements tr td:nth-child(2n-1) {
    width: 130px;
  }
  .game-pack-container .product-game-info table img {
    max-width: 200px;
  }
  .game-pack-container .game-pack-list-ru .game-pack-price-col {
    width: 200px;
  }
}
.game-pack-container .product-gallery .desc-bottom {
  margin: 20px 0;
}
@media (max-width: 759px) {
  .all-games-show {
    display: block;
  }
  .game-pack-container .products-list-partial {
    height: auto;
    clear: both;
    overflow: hidden;
    padding: 20px 10px 10px;
  }
  .game-pack-container .products-list-partial .products-list {
    display: none;
  }
  .game-pack-container .products-list-partial .view_more_link {
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #a7a7a7;
    background: url(../images/global/icons_right.png) no-repeat right -747px;
    padding-right: 10px;
  }
  .game-pack-container .product-gallery {
    padding: 0 10px 20px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .game-pack-container .product-gallery .thumb-pictures-list {
    height: auto;
    display: block;
    margin: 0 -10px;
    padding: 10px 10px 50px;
  }
  .game-pack-container .product-gallery .thumb-pictures-list .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0 ease 0;
    transition: all 0 ease 0;
  }
  .game-pack-container .product-gallery .thumb-pictures-list .active,
  .game-pack-container .product-gallery .thumb-pictures-list .next,
  .game-pack-container .product-gallery .thumb-pictures-list .prev {
    opacity: 1;
    z-index: 20;
  }
  .game-pack-container .product-gallery .thumb-pictures-list .video-play,
  .game-pack-container .product-gallery .thumb-pictures-list img {
    width: 100%;
    height: 100%;
  }
  .game-pack-container .product-gallery .thumb-pictures-list .carousel-indicators {
    bottom: 5px;
  }
  .game-pack-container .product-gallery .thumb-pictures-list .carousel-control {
    display: none;
  }
  .game-pack-container .product-gallery .product-pictures {
    height: 0;
    overflow: hidden;
  }
  .game-pack-container .product-gallery .desc {
    padding: 0;
    border: 0;
    width: 100%;
    height: auto;
  }
  .game-pack-container .product-gallery .desc h2 {
    display: none;
  }
  .game-pack-container .product-gallery .desc .product-logo img {
    height: 80px;
  }
  .game-pack-container .product-gallery .desc .genre {
    margin-top: 10px;
  }
  .game-pack-container .product-gallery .game-pack-desc .game-dlc {
    left: -10px;
  }
  .game-pack-container .product-gallery .game-pack-desc h2 {
    display: none;
  }
  .game-pack-container .product-content .new-feature li img {
    width: 100px;
    margin-right: 10px;
  }
  .game-pack-container .product-content .new-feature li h2,
  .game-pack-container .product-content .new-feature li p {
    margin-left: 0;
  }
  .game-pack-container .product-content .system-requirements tr td:nth-child(2n-1) {
    display: none;
  }
  .game-pack-container .product-content .system-requirements tr td span {
    display: block;
    background: url(../images/global/icons.png) no-repeat left -147px;
    padding-left: 15px;
    color: #fff;
  }
  .game-pack-container .product-content .system-requirements tr td p {
    margin: 2px 0 0 15px;
  }
  .game-pack-container .singleplayer-block footer .btn-col,
  .game-pack-container .game-pack-specail footer .btn-col {
    clear: left;
    float: left;
    margin-top: 20px;
  }
  .game-pack-container .game-pack-list {
    /*.game-pack-name-col {
				display: none;
			}*/
  }
  .game-pack-container .game-pack-list .game-pack-price-col {
    width: auto;
    text-align: left;
  }
  .game-pack-container .game-pack-list .game-pack-price-col .game-pack-name {
    display: block;
    margin-bottom: 10px;
  }
  .game-pack-container .game-pack-list .btn-col {
    clear: left;
    float: left;
    margin-top: 10px;
  }
}
@media (min-width: 480px) and (max-width: 759px) {
  .game-pack-container .product-game-info table img {
    max-width: 200px;
  }
}
@media (max-width: 479px) {
  .game-pack-container .product-game-info table img {
    max-width: 100px;
  }
}
.media-content {
  display: block;
  position: relative;
}
.media-content .dropdown {
  margin: 10px 5px;
}
.media-content .dropdown .dropdown-current-value,
.media-content .dropdown .dropdown-list {
  background-color: rgba(167, 167, 167, 0.2);
  min-width: 150px;
  width: auto;
  border-radius: 1px;
}
.media-content .dropdown .dropdown-current-value a,
.media-content .dropdown .dropdown-list a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(167, 167, 167, 0.3);
}
.media-content .dropdown .dropdown-current-value a:hover,
.media-content .dropdown .dropdown-list a:hover {
  background-color: rgba(167, 167, 167, 0.2);
}
.media-content .dropdown .dropdown-current-value dd:last-child a,
.media-content .dropdown .dropdown-list dd:last-child a {
  border-bottom: none;
}
.media-content .dropdown .dropdown-current-value {
  border-color: rgba(167, 167, 167, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0px;
}
.media-content .dropdown .dropdown-current-value i {
  background-position: right -17px;
}
.media-content .dropdown .dropdown-current-value span {
  color: #fff;
}
.media-content .ladda-button {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}
.media-list {
  margin: 0 0 50px;
  min-height: 400px;
  top: -5px;
}
.media-list .media-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.media-list .media-item-inner {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 16px;
}
.media-list .picture {
  display: block;
  overflow: hidden;
  position: relative;
}
.media-list .picture .ico-video-play {
  background-image: url(../images/global/icon_video_play.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 61px;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -26px;
}
.media-list .infos {
  height: 100px;
  margin-top: -100px;
  padding: 0 15px;
  background-color: #000;
  opacity: 0.7;
}
.media-list .infos h2 {
  font-size: 16px;
  padding: 15px 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.media-list .infos .date-time,
.media-list .infos .rate-number {
  color: #a7a7a7;
}
.media-list .infos .date-time {
  font-size: 13px;
}
.media-list .infos .rate-number {
  background: url(../images/global/icons.png) no-repeat 0 -400px;
  padding-left: 25px;
  line-height: 20px;
  margin-top: 15px;
}
.media-overlay {
  margin: 0 4px;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 999;
  overflow: visible;
}
.media-overlay .arrow {
  overflow: inherit;
  position: absolute;
  top: -9px;
  left: 49%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4b4c51;
  border-left: 10px solid transparent;
  content: '';
  width: 0;
  height: 0;
}
.media-overlay .arrow:after {
  border: 0 none;
  position: absolute;
  top: 1px;
  left: -9px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid rgba(0, 0, 0, 0.9);
  border-left: 9px solid transparent;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  tranform: rotate(0deg);
  background: none;
}
.media-overlay .close {
  background: url(../images/global/icon-newm.png) -1px -48px no-repeat;
  border: 1px solid #4E4F50;
  border-radius: 1px;
  padding: 4px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  text-indent: 2000px;
  opacity: 1;
}
.media-overlay .close:hover {
  background-position: -1px -81px;
  border-color: #fff;
}
.media-overlay .media-overlay-inner {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.3);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  clear: both;
  overflow: hidden;
}
.media-overlay .media-overlay-inner .wallpaper,
.media-overlay .media-overlay-inner .video {
  width: 775px;
  height: 480px;
  float: left;
  overflow: hidden;
}
.media-overlay .media-overlay-inner .video {
  background: url(../images/media/media_video_placeholder.png) no-repeat;
}
.media-overlay .media-overlay-inner .desc {
  margin-right: 40px;
}
.media-overlay .media-overlay-inner .desc h3 {
  margin-top: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  overflow-wrap: break-word;
}
.media-overlay .media-overlay-inner .desc .date-time {
  font-size: 13px;
  margin-top: 20px;
}
.media-overlay .media-overlay-inner .desc .rate-number {
  margin-top: 20px;
}
.media-overlay .media-overlay-inner .desc .rate-number span {
  cursor: pointer;
  background: url(../images/global/icon-newm.png) no-repeat 0px -12px;
  padding: 4px 15px 4px 35px;
  border: 1px solid #575755;
  border-radius: 1px;
  display: inline-block;
  color: #fff;
}
.media-overlay .media-overlay-inner .desc .line {
  margin: 40px 0;
  height: 1px;
  border: 0;
}
.media-overlay .media-overlay-inner .desc dl dt {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.media-overlay .media-overlay-inner .desc dl dd {
  float: left;
  margin-bottom: 10px;
}
.media-overlay .media-overlay-inner .desc dl dd .btn-dark-common {
  text-align: center;
  margin-right: 10px;
  width: 68px;
  background-image: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #575755;
  border-radius: 1px;
  color: #fff;
}
.media-overlay .media-overlay-inner .desc dl dd .btn-dark-common:hover {
  background-color: #5c91ff;
  border-color: #5c91ff;
}
.desktop-device .media-list .media-item:hover .media-item-inner {
  border-width: 3px;
  border-style: solid;
  border-color: #5c91ff;
  padding: 13px;
}
.desktop-device .media-overlay .media-overlay-inner .desc .rate-number span:hover,
.desktop-device .media-overlay .media-overlay-inner .desc .rate-number span:focus {
  background-color: #5c91ff;
  border-color: #5c91ff;
}
@media (min-width: 1280px) {
  .media-content {
    margin: 0 -4px;
  }
  .media-list .media-item {
    width: 302px;
    height: 387px;
  }
  .media-list .media-item-medium {
    width: 604px;
  }
  .media-list .media-item-large {
    width: 906px;
  }
  .media-list .picture {
    height: 345px;
  }
  .media-overlay .media-overlay-inner .media-overlay-picture {
    float: left;
    width: 775px;
    height: 480px;
  }
  .media-overlay .media-overlay-inner .desc {
    margin-left: 795px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .media-content {
    margin: 0 -5px;
  }
  .media-list .media-item {
    width: 323px;
    height: 412px;
  }
  .media-list .media-item-medium {
    width: 646px;
  }
  .media-list .media-item-large {
    width: 969px;
  }
  .media-list .picture {
    height: 370px;
  }
  .media-overlay .media-overlay-inner .media-overlay-picture {
    float: left;
    width: 635px;
    height: 394px;
  }
  .media-overlay .media-overlay-inner .desc {
    margin-left: 655px;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .media-content {
    margin: 0 -5px;
  }
  .media-list .media-item {
    width: 250px;
    height: 317px;
  }
  .media-list .media-item-inner {
    padding: 10px;
  }
  .media-list .media-item-medium {
    width: 500px;
  }
  .media-list .media-item-large {
    width: 750px;
  }
  .media-list .picture {
    height: 285px;
  }
  .media-list .infos {
    padding: 0 0 0 15px;
  }
  .media-list .infos h2 {
    padding-top: 10px;
  }
  .media-list .infos .rate-number {
    margin-top: 2px;
  }
  .media-overlay .media-overlay-inner {
    padding-top: 52px;
  }
  .media-overlay .media-overlay-inner .media-overlay-picture {
    width: 686px;
    height: 425px;
  }
  .media-overlay .media-overlay-inner .desc .line {
    margin: 20px 0;
  }
  .media-overlay .media-overlay-inner .desc dl dd {
    float: left;
    width: auto;
  }
  .desktop-device .media-list .media-item:hover .media-item-inner {
    padding: 8px;
  }
}
@media (max-width: 759px) {
  .media-list {
    position: relative;
    top: 0;
  }
  .media-list .media-item {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
  }
  .media-list .media-item .media-item-inner {
    border-width: 1px;
    border-style: solid;
    border-color: #28292c;
    padding: 10px;
    height: auto;
  }
  .media-list .media-item .media-item-inner .picture {
    height: auto;
  }
  .media-list .media-item .media-item-inner .picture img {
    width: 100%;
  }
  .media-list .media-item .media-item-inner .infos {
    height: 80px;
    margin-top: -80px;
    padding: 0 10px;
  }
  .media-list .media-item .media-item-inner .infos h2 {
    padding-top: 10px;
  }
  .media-list .media-item .media-item-inner .infos .rate-number {
    margin-top: 5px;
  }
  .media-list .media-item-large .media-item-inner .picture img {
    top: 0;
  }
  .desktop-device .media-list .media-item:hover .media-item-inner {
    padding: 8px;
  }
  .media-overlay {
    margin: 0;
    width: 100%;
  }
  .media-overlay .media-overlay-inner {
    padding-top: 52px;
  }
  .media-overlay .media-overlay-inner .media-overlay-picture {
    width: 100%;
    height: auto;
    min-height: 150px;
    overflow: hidden;
  }
}
.community-module {
  background: url(../images/social/bg-social.png) no-repeat 50% 0;
  padding-top: 30px;
}
.community-module .module-title-line span {
  font-size: 22px;
}
.community-body {
  padding-top: 30px;
}
.community-body .game-list {
  overflow: hidden;
  margin: 0 0 0 -10px;
}
.community-body .game-item {
  float: left;
  margin: 0 0 25px 13px;
}
.community-body .game-item h3 {
  margin: 0 0 13px 0;
}
.community-body .game-item h3 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 13px 0;
}
.community-body .game-item .content {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  outline: 1px solid #000;
  overflow: hidden;
}
.community-body .game-item .game-img {
  position: relative;
  border-bottom: 1px solid #29292d;
  width: 388px;
  height: 195px;
  overflow: hidden;
}
.community-body .game-item .game-img img {
  width: 388px;
}
.community-body .game-item .game-img p {
  bottom: 5px;
  color: #fff;
  font-size: 14px;
  left: 19px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
  width: 90%;
}
.community-body .game-item .game-img p a {
  text-shadow: 2px 1px 0 #131313;
}
.community-body .game-item .game-img .img-cover {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzA4MDgwOCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMDgwODA4IiBzdG9wLW9wYWNpdHk9IjAuOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTU5NTkiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(8, 8, 8, 0.4) 1%, rgba(8, 8, 8, 0.4) 11%, rgba(40, 40, 40, 0.4) 46%, rgba(89, 89, 89, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(8, 8, 8, 0.4)), color-stop(11%, rgba(8, 8, 8, 0.4)), color-stop(46%, rgba(40, 40, 40, 0.4)), color-stop(100%, rgba(89, 89, 89, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(8, 8, 8, 0.4) 1%, rgba(8, 8, 8, 0.4) 11%, rgba(40, 40, 40, 0.4) 46%, rgba(89, 89, 89, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(8, 8, 8, 0.4) 1%, rgba(8, 8, 8, 0.4) 11%, rgba(40, 40, 40, 0.4) 46%, rgba(89, 89, 89, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(8, 8, 8, 0.4) 1%, rgba(8, 8, 8, 0.4) 11%, rgba(40, 40, 40, 0.4) 46%, rgba(89, 89, 89, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0.4) 1%, rgba(8, 8, 8, 0.4) 11%, rgba(40, 40, 40, 0.4) 46%, rgba(89, 89, 89, 0.4) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc080808', endColorstr='#cc595959', GradientType=0);
  /* IE6-8 */
}
.community-body .game-item .game-share {
  background: #1b1c20;
  height: 44px;
}
.community-body .game-item .game-share span {
  margin-left: 15px;
}
.community-body .game-item .game-share span a {
  line-height: 45px;
  font-size: 14px;
}
.community-body .game-item .share {
  float: right;
  height: 44px;
}
.community-body .game-item .share a {
  border-left: 1px solid #29292d;
  height: 44px;
  width: 44px;
}
.community-body .game-item .share .ico-fb {
  background-position: 18px -687px;
}
.community-body .game-item .share .ico-tw {
  background-position: 13px -735px;
}
.community-body .game-item:hover .img-cover,
.community-body .game-item.active .img-cover {
  display: none;
}
/* small desktop */
@media (min-width: 980px) and (max-width: 1279px) {
  .community-body .game-item {
    margin-left: 10px;
  }
  .community-body .game-item .game-img {
    height: 154px;
    width: 310px;
  }
  .community-body .game-item .game-img img {
    width: 310px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 760px) and (max-width: 979px) {
  .community-body .game-item {
    margin-left: 10px;
  }
  .community-body .game-item .game-img {
    height: 188px;
    width: 362px;
  }
  .community-body .game-item .game-img img {
    width: 362px;
  }
}
@media (max-width: 759px) {
  .community-body .game-list {
    margin: 0 0;
  }
  .community-body .game-list .game-item {
    margin-left: 0;
    float: none;
    width: auto;
  }
  .community-body .game-list .game-item .game-img {
    display: none;
  }
}
.new-infos {
  padding: 0 0 40px 0;
}
.new-infos .title .title-content h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.new-infos .news-detail {
  margin-top: 20px;
}
.new-infos .news-detail .facebook_image {
  margin: 10px 0;
  text-align: center;
}
.new-infos .news-detail .news-youtube {
  width: 100%;
}
.new-infos .news-detail p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px 0;
}
.new-infos .news-detail p:first-child {
  margin-top: 20px;
}
.new-infos .new-pic {
  margin: 20px 0 10px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}
.new-infos .new-pic img {
  width: 100%;
  margin: 0 auto;
}
.new-infos .news-detail ol {
  list-style: decimal;
  margin-left: 20px;
}
.new-infos .news-detail ul {
  list-style: disc;
  margin-left: 15px;
  font-size: 14px;
  line-height: 22px;
}
.new-infos .news-detail table {
  border: 2px solid #24272E;
}
.new-infos .news-detail table td {
  padding: 5px 10px;
}
.new-infos .news-tags .icon-tag {
  margin-top: 4px;
}
.new-infos .new-share {
  margin: 10px 0 0 0;
}
.new-infos .new-share .fb_edge_widget_with_comment {
  margin: 0 20px 0 0;
}
.new-infos .new-share .fb_iframe_widget {
  top: -5px;
  margin-right: 5px;
}
.new-infos .social-content-wrap {
  margin: 10px 0;
}
.new-infos .social-content-wrap a {
  margin-right: 30px;
}
@media (max-width: 739px) {
  .new-infos .news-detail iframe {
    width: 100%;
  }
}
.new-infos.highlight-block {
  padding: 10px;
  outline: none;
  border-width: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
.social-share {
  margin: 20px 0 0 0;
  position: relative;
  z-index: 4;
}
.social-share .twitter-share-button {
  margin: 0 0 0 30px;
}
.social-share .fb_iframe_widget {
  top: -5px;
  top: 0\0;
}
.module-wrap .nav-btn--news {
  padding: 10px;
  font-size: 14px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.module-wrap .nav-btn--news:hover {
  color: #ffffff;
}
/*news conent body*/
.news-body {
  padding-top: 28px;
}
.news-body .left-body .social-links {
  display: none;
}
/*news list*/
.news-list-body {
  padding: 10px 0 50px 0;
  /*item list*/
  /* news list end */
}
.news-list-body #js_newsLoading {
  padding: 10px 0;
}
.news-list-body .news-list-wrap {
  margin: 10px 0 0 -10px;
}
.news-list-body .news-list-wrap .list-wrap {
  overflow: hidden;
  /*video play*/
  /* video list*/
  /* video list end */
}
.news-list-body .news-list-wrap .list-wrap .news-content {
  background: rgba(0, 0, 0, 0.3);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  float: left;
  margin: 0 0 12px 12px;
  overflow: hidden;
  padding: 14px;
  position: relative;
  width: 260px;
}
.news-list-body .news-list-wrap .list-wrap .news-content:hover {
  border-width: 3px;
  border-style: solid;
  border-color: #5c91ff;
  padding: 12px;
}
.news-list-body .news-list-wrap .list-wrap .news-social {
  width: 100%;
  margin-top: 5px;
}
.news-list-body .news-list-wrap .list-wrap .news-social p {
  width: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 6px 14px 0 0;
  height: 27px;
}
.news-list-body .news-list-wrap .list-wrap .news-social .news-tag {
  background-position: 0 8px;
}
.news-list-body .news-list-wrap .list-wrap .news-social em {
  margin-right: 10px;
}
.news-list-body .news-list-wrap .list-wrap .news-social span {
  color: #a7a7a7;
  display: inline-block;
  width: 84%;
  height: 27px;
  line-height: 27px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-list-body .news-list-wrap .list-wrap .news-social span a {
  color: #a7a7a7;
}
.news-list-body .news-list-wrap .list-wrap .ico-video {
  background-image: url(../images/global/icon_video_play.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 61px;
  height: 52px;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -35px;
}
.news-list-body .news-list-wrap .list-wrap .item-img {
  float: left;
  margin: 0 10px 10px 0;
  max-height: 210px;
  width: 100%;
}
.news-list-body .news-list-wrap .list-wrap .news-title {
  color: #fff;
  font-size: 16px;
  height: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
  padding: 0 0 10px 0;
}
.news-list-body .news-list-wrap .list-wrap .posting-infos {
  font-size: 11px;
  margin: -5px 0 10px;
}
.news-list-body .news-list-wrap .list-wrap .posting-infos .separate-line {
  margin: 0 3px;
}
.news-list-body .news-list-wrap .list-wrap .posting-infos .n-nickname {
  color: #a7a7a7 !important;
}
.news-list-body .news-list-wrap .list-wrap .module-infos {
  max-height: 130px;
  padding: 0 0 10px 0;
}
.news-list-body .news-list-wrap .list-wrap .comments {
  margin: 20px 0 0 0;
}
.news-list-body .news-list-wrap .list-wrap .read-more {
  line-height: 14px;
}
.news-list-body .news-list-wrap .list-wrap .video-wrap {
  position: relative;
}
.news-list-body .news-list-wrap .list-wrap .video-wrap .btn-prev-ico,
.news-list-body .news-list-wrap .list-wrap .video-wrap .btn-next-ico {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 34px;
  height: 34px;
}
.news-list-body .news-list-wrap .list-wrap .video-wrap .btn-prev-ico {
  left: 0;
  background-image: url(../images/global/btn_ui_1202.png);
  background-position: -255px -12px;
}
.news-list-body .news-list-wrap .list-wrap .video-wrap .btn-prev-ico:hover {
  background-position: -255px -55px;
}
.news-list-body .news-list-wrap .list-wrap .video-wrap .btn-next-ico {
  right: 0;
  background-image: url(../images/global/btn_ui_1202.png);
  background-position: -309px -12px;
}
.news-list-body .news-list-wrap .list-wrap .video-wrap .btn-next-ico:hover {
  background-position: -309px -55px;
}
.news-list-body .news-list-wrap .list-wrap .video-wrap .video-content {
  position: relative;
  z-index: 1;
}
.news-list-body .news-list-wrap .list-wrap .video-list {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  padding: 14px 0 20px 0;
}
.news-list-body .news-list-wrap .list-wrap .video-list .viewport {
  border-right: none;
}
.news-list-body .news-list-wrap .list-wrap .video-list .video-item {
  height: 54px;
  padding: 9px;
  position: relative;
  cursor: pointer;
}
.news-list-body .news-list-wrap .list-wrap .video-list .video-item .video-img {
  border-width: 2px;
  border-style: solid;
  border-color: #2d3138;
  float: left;
  margin: 0 10px 0 0;
}
.news-list-body .news-list-wrap .list-wrap .video-list .video-item .video-img img {
  height: 50px;
  width: 68px;
}
.news-list-body .news-list-wrap .list-wrap .video-list .video-item .video-name {
  color: #9e9e9e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  line-height: 18px;
  padding: 7px 0 0 0;
}
.news-list-body .news-list-wrap .list-wrap .video-list .video-item.active,
.news-list-body .news-list-wrap .list-wrap .video-list .video-item:hover {
  background: rgba(167, 167, 167, 0.2);
}
.news-list-body .news-list-wrap .list-wrap .video-list .video-item.active .video-img,
.news-list-body .news-list-wrap .list-wrap .video-list .video-item:hover .video-img {
  border-width: 2px;
  border-style: solid;
  border-color: #bdc2ca;
}
.news-list-body .news-list-wrap .list-wrap .video-list .video-item.active .video-name,
.news-list-body .news-list-wrap .list-wrap .video-list .video-item:hover .video-name {
  color: #fff;
}
.news-list-body .news-list-wrap .list-wrap .video-list .scrollbar {
  background-image: none;
}
.news-list-body .news-list-wrap .list-wrap .video-list .scrollbar .track {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.news-list-body .news-list-wrap .list-wrap .video-list .scrollbar .track .thumb {
  border: 1px solid rgba(167, 167, 167, 0.5);
  border-radius: 1px;
  background-image: none;
  width: 8px;
}
.news-list-body .news-list-wrap .list-wrap .video-list .scrollbar .track .thumb .end {
  background-image: none;
  background-color: transparent;
}
.news-list-body .news-list-wrap .list-wrap .news-content2 {
  width: 562px;
}
.news-list-body .news-list-wrap .list-wrap .news-content2 .item-img {
  margin-bottom: 0;
  max-height: 360px;
  width: auto;
}
.news-list-body .news-list-wrap .list-wrap .news-content2 .news-title {
  width: 50%;
}
.news-list-body .news-list-wrap .list-wrap .news-content2 .module-infos {
  max-height: 260px;
}
.news-list-body .news-list-wrap .list-wrap .news-content2 .ico-video {
  left: 27%;
  top: 35%;
}
.news-list-body .news-list-wrap .list-wrap .news-content3 {
  width: 864px;
}
.news-list-body .news-list-wrap .list-wrap .news-content3:hover {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  padding: 14px;
}
.news-list-body .news-list-wrap .list-wrap .news-content3 .news-title960 {
  display: none;
}
.news-list-body .news-list-wrap .list-wrap .news-content3 .video-infos {
  display: none;
}
.news-list-body .hero-carousel .current img {
  border: none;
  height: 390px;
}
.news-list-body .hero-carousel article .banner-info h1,
.news-list-body .hero-carousel article .banner-info h2,
.news-list-body .hero-carousel article .banner-info .module-infos {
  overflow: hidden;
}
.news-list-body .hero-carousel article .banner-info h2 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-shadow: 2px 0 0 #131313;
}
/*
	.mobile-device{
		.news-list-body .news-list-wrap .list-wrap .news-social span{
			position:relative;
			top: -10px;		
		}
	}
*/
.right-body .ico-more {
  background-image: none;
  color: #fff;
  margin: 10px 0 0 0;
  border: 1px solid rgba(167, 167, 167, 0.5);
  border-radius: 1px;
  padding: 2px 10px;
}
.ico-more:hover {
  color: #fff;
}
/*news search result*/
.search-result-body {
  margin: 30px 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.search-result-body .no-result {
  font-size: 20px;
}
.search-result-body .search-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 0 23px 0;
}
.search-result-body .search-list-wrap {
  padding: 20px 0;
}
.search-result-body .search-list-wrap .search-item {
  margin: 0 0 35px 0;
}
.search-result-body .search-list-wrap .search-item h3 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin: 0 0 5px 0;
}
.search-result-body .search-list-wrap .search-item .module-infos {
  padding: 12px 0 0 0;
}
.search-result-body .search-list-wrap .search-item .news-tags {
  margin: 10px 0 0 0;
}
/*1200 grid*/
@media (min-width: 1280px) {
  /*news list*/
  .news-list-body .news-list-wrap .list-wrap .video-wrap {
    width: 608px;
  }
  .news-list-body .news-list-wrap .list-wrap .video-wrap .play-video,
  .news-list-body .news-list-wrap .list-wrap .video-wrap .play-item {
    height: 420px;
  }
  .news-list-body .news-list-wrap .list-wrap .video-list {
    display: block;
  }
  .news-list-body .news-list-wrap .list-wrap .viewport {
    height: 413px;
  }
  .news-body .new-infos .news-detail .news-youtube {
    height: 500px;
  }
}
/* small desktop */
@media (min-width: 980px) and (max-width: 1279px) {
  /*news list*/
  .news-list-body .news-list-wrap .list-wrap .news-content {
    width: 280px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content .module-infos {
    max-height: 110px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content2 {
    width: 602px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content2 .item-img {
    max-height: 360px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content3 {
    width: 602px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content3 .play-video {
    height: 420px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content3 .play-video .play-item {
    height: 420px;
    overflow: hidden;
  }
  .news-body .new-infos .news-detail .news-youtube {
    height: 370px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 760px) and (max-width: 979px) {
  /*news list*/
  .news-list-body .news-list-wrap .list-wrap .module-infos {
    overflow: hidden;
  }
  .news-list-body .news-list-wrap .list-wrap .news-social span {
    width: 75%;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content {
    width: 208px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content .item-img {
    max-height: 156px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content .ico-video {
    top: 17%;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content3 {
    width: 458px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content3 .play-video .play-item {
    height: 396px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content3 .video-infos .module-infos {
    max-height: 56px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content3 .video-infos .news-title,
  .news-list-body .news-list-wrap .list-wrap .news-content3 .video-infos .module-infos {
    display: none;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content2 {
    width: 458px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content2 .item-img {
    height: 310px;
    width: 218px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content2 .module-infos {
    max-height: 260px;
  }
  .news-body .new-infos .news-detail .news-youtube {
    height: 420px;
  }
}
@media (max-width: 979px) {
  .news-body .left-body {
    margin-right: 0;
  }
  .news-body .left-body .social-links {
    display: block;
  }
  .news-body .right-body {
    display: none;
  }
}
@media (max-width: 759px) {
  .news-list-body .news-list-wrap .list-wrap .news-content {
    float: none;
    width: auto;
    height: auto;
    right: 1px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content .item-img {
    height: 75px;
    margin-bottom: 0;
    width: 100px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content .news-title {
    width: 58%;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content .posting-infos .separate-line {
    opacity: 0;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content .posting-infos .datetime {
    display: block;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content .module-infos,
  .news-list-body .news-list-wrap .list-wrap .news-content2 .module-infos {
    max-height: 160px;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content3 {
    display: none;
  }
  .news-list-body .news-list-wrap .list-wrap .news-social {
    position: relative;
  }
  .news-list-body .news-list-wrap .list-wrap .news-social p {
    padding: 8px 0 0 0;
  }
  .news-list-body .news-list-wrap .list-wrap .news-content2 .ico-video,
  .news-list-body .news-list-wrap .list-wrap .ico-video {
    background-position: 0 -100px;
    height: 36px;
    width: 42px;
    left: 78px;
    top: 36px;
  }
  .news-body .new-infos .news-detail .news-youtube {
    height: 300px;
  }
}
@media (max-width: 565px) {
  .news-author .line {
    display: block;
  }
  .social-share .twitter-share-button {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1279px) {
  .news-list-body .hero-carousel .current img {
    height: auto;
  }
}
.controller-prod-news .social-share {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.controller-prod-news .social-share .fb_iframe_widget {
  top: 0;
}
.controller-prod-news .social-share .twitter-share-button {
  margin: 0px;
}
.client-container {
  padding: 0 12px;
}
@media (min-width: 760px) {
  .client-container {
    max-width: 1200px;
    padding: 0 40px;
    margin: auto;
  }
}
@media (min-width: 760px) and (max-width: 859px) {
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content {
    width: 27%;
  }
}
@media (min-width: 860px) and (max-width: 1039px) {
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content {
    width: 28%;
  }
}
@media (min-width: 1040px) and (max-width: 1279px) {
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content {
    width: 29%;
  }
}
@media (min-width: 760px) and (max-width: 859px) {
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content2,
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content3 {
    width: calc(54% + 40px);
  }
}
@media (min-width: 860px) and (max-width: 1040px) {
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content2,
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content3 {
    width: calc(56% + 40px);
  }
}
@media (min-width: 1040px) and (max-width: 1279px) {
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content2,
  .client-container .news-list-body .news-list-wrap .list-wrap .news-content3 {
    width: calc(58% + 40px);
  }
}
/*news v2*/
header {
  position: relative;
  z-index: 100;
}
.news-slider-wrap {
  position: relative;
}
@media (min-width: 1025px) {
  .news-slider-wrap .flexslider {
    top: -118px;
  }
}
.flexslider {
  width: 100%;
  position: absolute;
  max-height: 470px;
  overflow: hidden;
  top: 0;
}
.flexslider .slides li {
  text-align: center;
  position: relative;
  background-size: cover;
}
.flexslider .slides li .title {
  position: absolute;
  font-size: 44px;
  color: #fff;
  top: 200px;
  left: 10%;
  width: 80%;
  max-width: 1000px;
  line-height: 1.4;
  text-align: center;
  font-family: open sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 1280px) {
  .flexslider .slides li .title {
    left: 50%;
    margin-left: -500px;
  }
}
.flexslider .slides li .des {
  height: 72px;
  position: absolute;
  font-size: 20px;
  color: #fff;
  top: 273px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 690px;
  text-align: center;
  line-height: 1.2;
  font-family: open sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.flexslider .slides li .slide-item-container {
  display: block;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.flexslider .slides li .slide-item-container:hover {
  background: rgba(0, 0, 0, 0.3);
}
.flexslider .slides li .slide-item-container:hover .title {
  text-decoration: underline;
}
.flexslider .slides img {
  opacity: 0;
  height: 470px;
}
.flexslider .flex-control-nav {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 43px;
  text-align: center;
}
.flexslider .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flexslider .flex-control-paging li a {
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.flexslider .flex-control-paging li a:hover {
  background: #5c91ff;
  border: 1px solid #5c91ff;
}
.flexslider .flex-control-paging li a:active {
  background: #5c91ff;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #ffffff;
  cursor: default;
}
.flexslider .flex-control-paging li a.flex-active:hover {
  border: 1px solid #fff;
}
.flexslider .flex-direction-nav {
  *height: 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.flexslider .flex-direction-nav a {
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -201px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1px;
}
.flexslider .flex-direction-nav a:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin-left: -6.5px;
  margin-top: -12.5px;
  background-image: url(../images/global/sprite-arrow.png);
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
  text-indent: -1000em;
}
.flexslider .flex-direction-nav .flex-prev:after {
  background-position: 0px 0px;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  border-color: #fff;
}
.flexslider .flex-direction-nav .flex-prev:hover:after {
  background-position: 0px -35px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
  text-indent: 1000em;
}
.flexslider .flex-direction-nav .flex-next:after {
  background-position: 0px -70px;
}
.flexslider .flex-direction-nav .flex-next:hover {
  border-color: #fff;
}
.flexslider .flex-direction-nav .flex-next:hover:after {
  background-position: 0px -105px;
}
.flexslider .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
@media (max-width: 1200px) {
  .flexslider .flex-direction-nav {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .flexslider {
    position: relative;
    margin-top: 0;
    max-height: 280px;
  }
  .flexslider .slides img {
    height: 280px;
  }
  .flexslider .slides li .title {
    top: 80px;
    font-size: 32px;
  }
  .flexslider .slides li .des {
    height: 57px;
    top: 135px;
    font-size: 16px;
    width: 590px;
  }
  .flexslider .flex-direction-nav {
    display: none;
  }
  .flexslider .flex-direction-nav a {
    top: -165px;
  }
  .flexslider .flex-direction-nav .flex-prev {
    margin-left: 18px;
  }
  .flexslider .flex-direction-nav .flex-next {
    margin-right: 18px;
  }
}
@media (max-width: 769px) {
  .flexslider .flex-direction-nav {
    display: none;
  }
}
@media (max-width: 740px) {
  .flexslider {
    max-height: 200px;
  }
  .flexslider .slides img {
    height: 200px;
  }
  .flexslider .slides li .title {
    top: 50px;
    font-size: 20px;
  }
  .flexslider .slides li .des {
    top: 84px;
    font-size: 16px;
    width: 290px;
  }
  .flexslider .flex-control-nav {
    bottom: 17px;
  }
}
.news-module-v2 {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .news-module-v2 {
    padding-top: 24px;
  }
}
@media (max-width: 980px) {
  .news-module-v2 {
    padding-top: 17px;
  }
}
.news-module-v2 .module-title {
  height: 24px;
  line-height: 1;
  margin-bottom: 28px;
}
.news-module-v2 .module-title span {
  display: block;
  font-weight: normal;
  background: none;
  position: relative;
  white-space: nowrap;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
@media (min-width: 1025px) {
  .news-module-v2 .module-title.mthigh {
    margin-top: 347px;
  }
}
@media (max-width: 1024px) {
  .news-module-v2 .module-title {
    margin-top: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 739px) {
  .news-module-v2 .module-title {
    margin-bottom: 9px;
  }
  .news-module-v2 .module-title span {
    font-size: 20px;
  }
}
.news-bar {
  font-family: 'open sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  font-size: 0;
  text-align: right;
  margin-bottom: 19px;
}
.news-bar .all-news-dropdown {
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.news-bar .all-news-dropdown.open .dropdown-current-value {
  border: 1px solid #585b63;
  color: #fffefe;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: none;
}
.news-bar .all-news-dropdown.open .dropdown-current-value i {
  background-position: 0px -52px;
}
.news-bar .all-news-dropdown.open .dropdown-current-value:hover i {
  background-position: 0px -52px;
}
.news-bar .all-news-dropdown .dropdown-list {
  box-sizing: border-box;
  width: 100%;
  top: inherit;
  border: 1px solid #585b63;
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: -1px;
}
.news-bar .all-news-dropdown .dropdown-list dd:first-child {
  border-top: 0 none;
}
.news-bar .all-news-dropdown .dropdown-list dd {
  font-family: 'open sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
  border-top: 1px solid #585b63;
}
.news-bar .all-news-dropdown .dropdown-list dd a {
  line-height: 34px;
  font-size: 14px;
}
.news-bar .all-news-dropdown .dropdown-list dd a:hover,
.news-bar .all-news-dropdown .dropdown-list dd a:focus {
  background-color: #202125;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
.news-bar .all-news-dropdown .dropdown-current-value {
  width: 220px;
  height: 34px;
  border-radius: 0;
  border: 1px solid #585b63;
  background: rgba(0, 0, 0, 0);
  color: #bbb;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.news-bar .all-news-dropdown .dropdown-current-value span {
  font-size: 14px;
  font-family: 'open sans', Lucida Grande, Lucida Sans Unicode, sans-serif;
}
@media (max-width: 430px) {
  .news-bar .all-news-dropdown .dropdown-current-value span {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
@media (max-width: 370px) {
  .news-bar .all-news-dropdown .dropdown-current-value span {
    max-width: 85px;
  }
}
@media (max-width: 330px) {
  .news-bar .all-news-dropdown .dropdown-current-value span {
    max-width: 80px;
  }
}
.news-bar .all-news-dropdown .dropdown-current-value i {
  background-image: url(../images/game_news/sprite.png);
  background-position: 0px 0px;
  width: 18px;
  height: 11px;
  margin-right: 7px;
  margin-top: 11.5px;
}
.news-bar .all-news-dropdown .dropdown-current-value:hover {
  color: #fffefe;
}
.news-bar .all-news-dropdown .dropdown-current-value:hover i {
  background-position: 0px -26px;
}
.news-bar .news-search {
  display: inline-block;
  vertical-align: top;
}
.news-bar .news-search .search-wrap {
  font-size: 0;
  position: relative;
  height: 34px;
  box-sizing: border-box;
  overflow: hidden;
  -o-transition: width 300ms;
  -moz-transition: width 300ms;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}
.news-bar .news-search .search-wrap.showSearch .search-text {
  padding: 0 0 0 12px;
  width: 242px !important;
}
.news-bar .news-search .search-wrap.showSearch:after {
  display: none;
}
.news-bar .news-search .search-wrap.showSearch .search-text {
  padding: 0 0 0 12px;
  width: 242px !important;
  border-color: #fff;
}
.news-bar .news-search .search-wrap.showSearch .search-text + input {
  border-color: #fff;
}
.news-bar .news-search .search-wrap.showSearch .fakeInput label {
  background-position: 0px -677px;
}
.news-bar .news-search .search-wrap .fakeInput {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  margin-top: 1px;
}
.news-bar .news-search .search-wrap .fakeInput:hover label {
  background-position: 0px -677px;
}
.news-bar .news-search .search-wrap label {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../images/game_news/sprite.png);
  background-position: 0px -710px;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: -1;
}
.news-bar .news-search .search-wrap label:hover {
  background-position: 0px -677px;
}
.news-bar .news-search .search-wrap input {
  vertical-align: top;
  border-radius: 0;
}
.news-bar .news-search .btn-search {
  width: 35px;
  height: 34px;
  border: 1px solid #585b63;
  border-left: none;
  box-sizing: border-box;
  background: none;
}
.news-bar .news-search .search-text {
  width: 0 !important;
  height: 34px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #585b63;
  border-right: none;
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
  padding: 0;
  -o-transition: width 300ms;
  -moz-transition: width 300ms;
  -webkit-transition: width 300ms;
  transition: width 300ms;
}
.news-bar .news-bar-right {
  font-size: 0;
}
.news-bar .news-link {
  vertical-align: top;
  display: inline-block;
  width: 124px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #585b63;
  font-size: 14px;
  color: #a7a7a7;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-bar .news-link:hover {
  color: #fff;
}
.news-bar .news-link:active {
  color: #fff;
  border-color: #fff;
}
.news-bar .social-ops {
  width: 139px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #585b63;
  vertical-align: top;
  display: inline-block;
}
.news-bar .social-ops:hover,
.news-bar .social-ops.hover {
  border-color: #fff;
}
.news-bar .social-ops:hover .social-ops-container,
.news-bar .social-ops.hover .social-ops-container {
  background: #fff;
  border-color: #fff;
}
.news-bar .social-ops:hover .social-ops-container > a:nth-child(1),
.news-bar .social-ops.hover .social-ops-container > a:nth-child(1) {
  background-position: 0px -645px;
}
.news-bar .social-ops:hover .social-ops-container > a:nth-child(2),
.news-bar .social-ops.hover .social-ops-container > a:nth-child(2) {
  background-position: 0px -838px;
}
.news-bar .social-ops:hover .social-ops-container > a:nth-child(3),
.news-bar .social-ops.hover .social-ops-container > a:nth-child(3) {
  background-position: 0px -113px;
}
.news-bar .social-ops:hover .social-ops-container > a:nth-child(4),
.news-bar .social-ops.hover .social-ops-container > a:nth-child(4) {
  background-position: 0px -776px;
}
.news-bar .social-ops:hover .social-ops-container .social-ops-items,
.news-bar .social-ops.hover .social-ops-container .social-ops-items {
  opacity: 1;
  z-index: 2;
}
.news-bar .social-ops .social-ops-container {
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
}
.news-bar .social-ops .social-ops-container span.followus {
  display: none;
}
.news-bar .social-ops .social-ops-container > a {
  position: absolute;
  background-image: url(../images/game_news/sprite.png);
  top: 50%;
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-bar .social-ops .social-ops-container > a:nth-child(1) {
  background-position: 0px -613px;
  width: 18px;
  height: 17px;
  left: 12.5%;
}
.news-bar .social-ops .social-ops-container > a:nth-child(1):hover {
  background-position: 0px -953px;
}
.news-bar .social-ops .social-ops-container > a:nth-child(2) {
  background-position: 0px -809px;
  width: 21px;
  height: 14px;
  left: 37.5%;
}
.news-bar .social-ops .social-ops-container > a:nth-child(2):hover {
  background-position: 0px -1008px;
}
.news-bar .social-ops .social-ops-container > a:nth-child(3) {
  background-position: 0px -77px;
  width: 12px;
  height: 21px;
  left: 62.5%;
}
.news-bar .social-ops .social-ops-container > a:nth-child(3):hover {
  background-position: 0px -922px;
}
.news-bar .social-ops .social-ops-container > a:nth-child(4) {
  background-position: 0px -743px;
  width: 21px;
  height: 18px;
  left: 87.5%;
}
.news-bar .social-ops .social-ops-container > a:nth-child(4):hover {
  background-position: 0px -980px;
}
.news-bar .social-ops .social-ops-items {
  top: 32px;
  right: -1px;
  position: absolute;
  height: 34px;
  overflow: hidden;
  background: #fff;
  z-index: -1;
  opacity: 0;
  padding: 0 8px;
  display: table;
}
.news-bar .social-ops .social-ops-items > div {
  display: table-cell !important;
  vertical-align: middle !important;
  font-size: 0 !important;
}
.news-bar .social-ops .social-ops-items .facebook-iframe {
  padding: 0 0 0 8px;
  line-height: normal;
}
.news-bar .social-ops .social-ops-items .twitter-iframe {
  height: 20px;
  line-height: normal;
}
.news-bar .social-ops .social-ops-items .rss-iframe {
  height: 20px;
  width: 86px;
  padding-right: 8px;
}
.news-bar .social-ops .social-ops-items .rss-subscribe {
  font-size: 12px;
  padding: 2px 3px 4px 8px;
}
.news-bar .social-ops .social-ops-items .rss-subscribe .ico-rss {
  margin: 0 6px -1px 0;
}
.news-bar .social-ops .social-ops-items .rss-subscribe:hover {
  background: #d2791a;
  border: 1px solid #d2791a;
}
@media (max-width: 1024px) {
  .news-bar .all-news-dropdown .dropdown-list {
    width: 200%;
    border-top: none;
  }
  .news-bar .all-news-dropdown .dropdown-list dd {
    float: left;
    width: 50%;
    border-top: none;
  }
  .news-bar .all-news-dropdown .dropdown-list dd:nth-child(2) {
    border-top: 1px solid #585b63;
    margin-left: -1px;
  }
  .news-bar .all-news-dropdown .dropdown-list dd:nth-child(2n) {
    margin-left: -1px;
    padding-left: 1px;
  }
  .news-bar .all-news-dropdown .dropdown-current-value {
    width: 186px;
  }
}
@media (max-width: 980px) {
  .news-bar {
    margin-bottom: 20px;
  }
  .news-bar .news-link {
    width: 91px;
    font-size: 12px;
  }
  .news-bar .all-news-dropdown.open .dropdown-current-value {
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  }
  .news-bar .all-news-dropdown .dropdown-current-value {
    width: 158px;
  }
  .news-bar .all-news-dropdown .dropdown-current-value span {
    font-size: 12px;
  }
  .news-bar .all-news-dropdown .dropdown-list dd a {
    font-size: 11.76px;
  }
  .news-bar .news-search .search-wrap.showSearch .search-text {
    width: 169px !important;
  }
  .news-bar .news-search .search-wrap .search-text {
    font-size: 12px;
  }
}
@media (max-width: 740px) {
  .news-bar {
    margin-left: -12px;
    margin-right: -12px;
  }
  .news-bar:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .news-bar .news-search {
    float: left;
    clear: right;
  }
  .news-bar .news-search .search-wrap {
    height: 40px;
  }
  .news-bar .news-search .search-wrap:hover .search-text {
    padding-left: 12px;
    width: 100% !important;
  }
  .news-bar .news-search .search-wrap .search-text {
    font-size: 14px;
    height: 40px;
  }
  .news-bar .news-search .search-wrap .search-text:focus {
    padding-left: 12px;
    width: 100% !important;
    border-color: #fff;
  }
  .news-bar .news-search .search-wrap .search-text:focus + .btn-search {
    border-color: #fff;
  }
  .news-bar .news-search .search-wrap .search-text:focus + .btn-search + .fakeInput label {
    background-position: 0 -677px;
  }
  .news-bar .news-search .search-text {
    width: 100% !important;
    padding-right: 35px;
    padding-left: 12px;
  }
  .news-bar .news-search .btn-search {
    height: 40px;
    position: absolute;
    right: 0;
  }
  .news-bar .news-search .fakeInput {
    z-index: -1;
    height: 100% !important;
  }
  .news-bar .news-link {
    float: right;
    font-size: 14px;
  }
  .news-bar .news-link.patch {
    -o-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .news-bar .news-link.press {
    -o-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .news-bar .social-ops {
    clear: left;
    float: left;
    height: 40px;
  }
  .news-bar .social-ops:hover {
    border-color: #585b63;
    border-bottom-color: #000;
  }
  .news-bar .social-ops:hover .social-ops-container {
    background: #000;
  }
  .news-bar .social-ops:hover .social-ops-container:before {
    color: #fefeff;
  }
  .news-bar .social-ops:hover .social-ops-container .social-ops-items {
    height: 142px;
    background: #000;
  }
  .news-bar .social-ops .social-ops-container {
    text-align: center;
    line-height: 40px;
  }
  .news-bar .social-ops .social-ops-container > a {
    display: none;
  }
  .news-bar .social-ops .social-ops-container span.followus {
    display: inline;
    font-size: 14px;
  }
  .news-bar .social-ops .social-ops-items {
    width: 300%;
    top: 39px;
    left: -1px;
    border: 1px solid #585b63;
    border-top: none;
  }
  .news-bar .social-ops .social-ops-items > div {
    float: none !important;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 11px 0;
    text-align: left;
    display: block !important;
  }
  .news-bar .social-ops .social-ops-items .facebook-iframe {
    padding: 0;
  }
  .news-bar .social-ops .social-ops-items .twitter-iframe {
    padding: 0;
  }
  .news-bar .social-ops .social-ops-items .rss-iframe {
    line-height: 20px;
    padding-left: 0;
  }
  .news-bar .social-ops .social-ops-items .rss-subscribe {
    line-height: normal;
  }
  .news-bar .all-news-dropdown {
    width: 37.1875%;
    height: 40px;
  }
  .news-bar .all-news-dropdown ::-webkit-scrollbar {
    width: 2px;
    height: 67px;
  }
  .news-bar .all-news-dropdown ::-webkit-scrollbar-thumb {
    background: #a7a7a7;
  }
  .news-bar .all-news-dropdown.open .dropdown-list dd:nth-child(2) {
    border-top: none;
    margin-left: 0;
  }
  .news-bar .all-news-dropdown.open .dropdown-list dd:nth-child(2n) {
    margin-left: 0;
    padding-left: 0;
  }
  .news-bar .all-news-dropdown .dropdown-current-value {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .news-bar .all-news-dropdown .dropdown-current-value i {
    margin-top: 14.5px;
    -o-transform: scale(1.11111111, 1.09090909);
    -moz-transform: scale(1.11111111, 1.09090909);
    -webkit-transform: scale(1.11111111, 1.09090909);
    transform: scale(1.11111111, 1.09090909);
  }
  .news-bar .all-news-dropdown .dropdown-current-value span {
    font-size: 14px;
  }
  .news-bar .all-news-dropdown .dropdown-list {
    width: 269%;
    max-height: 148px;
    overflow-y: scroll;
  }
  .news-bar .all-news-dropdown .dropdown-list dd {
    float: none;
    width: 100%;
  }
  .news-bar .all-news-dropdown .dropdown-list dd:last-child {
    border-bottom: none;
  }
  .news-bar .all-news-dropdown .dropdown-list dd a {
    font-size: 14px;
  }
  .news-bar .news-search {
    width: 62.8125%;
  }
  .news-bar .news-search .search-wrap .fakeInput {
    width: 38px;
  }
  .news-bar .news-search .search-wrap label {
    -o-transform: translate(-50%, -50%) scale(1.11111111, 1.11111111);
    -moz-transform: translate(-50%, -50%) scale(1.11111111, 1.11111111);
    -webkit-transform: translate(-50%, -50%) scale(1.11111111, 1.11111111);
    transform: translate(-50%, -50%) scale(1.11111111, 1.11111111);
  }
  .news-bar .news-link,
  .news-bar .social-ops {
    width: 33.33333333333%;
  }
  .news-bar .news-link {
    height: 40px;
    line-height: 40px;
  }
}
.news-body-v2 {
  min-height: 100px;
}
.news-body-v2 .news-share-wrap {
  font-size: 0;
  margin-top: 15px;
}
.news-body-v2 .share-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/game_news/share.png);
}
.news-body-v2 .arc-news-facebook-share {
  background-position: 0px 0px;
}
.news-body-v2 .arc-news-facebook-share:hover {
  background-position: 0px -34px;
}
.news-body-v2 .arc-news-facebook-share:active {
  background-position: 0px -68px;
}
.news-body-v2 .arc-news-twitter-share {
  background-position: 0px -204px;
}
.news-body-v2 .arc-news-twitter-share:hover {
  background-position: 0px -238px;
}
.news-body-v2 .arc-news-twitter-share:active {
  background-position: 0px -272px;
}
.push-down-message {
  position: relative;
  z-index: 101;
}
body.pwecoreclient .news-module-v2 .module-title.mthigh {
  margin-top: 0;
}
body.pwecoreclient .flexslider {
  position: relative;
  margin-top: 0;
  max-height: 280px;
  top: 0;
}
body.pwecoreclient .flexslider .slides img {
  height: 280px;
}
body.pwecoreclient .flexslider .slides li .title {
  top: 80px;
  font-size: 32px;
}
body.pwecoreclient .flexslider .slides li .des {
  height: 57px;
  top: 135px;
  font-size: 16px;
  width: 590px;
}
body.pwecoreclient .flexslider .flex-direction-nav {
  display: block;
}
body.pwecoreclient .flexslider .flex-direction-nav a {
  top: -165px;
}
body.pwecoreclient .flexslider .flex-direction-nav .flex-prev {
  margin-left: 18px;
}
body.pwecoreclient .flexslider .flex-direction-nav .flex-next {
  margin-right: 18px;
}
body.pwecoreclient .news-bar .all-news-dropdown .dropdown-current-value i {
  background-position: 0 -26px;
}
body.pwecoreclient .news-bar .all-news-dropdown.open .dropdown-current-value i {
  background-position: 0 -52px;
}
.news-module-v2 {
  /*news search result*/
}
.news-module-v2 .module-search {
  height: 33px;
  margin-bottom: 28px;
}
.news-module-v2 .module-search .dropdown {
  float: left;
  width: 220px;
  height: 33px;
  line-height: 31px;
  padding-left: 18px;
  color: #a7a7a7;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.news-module-v2 .module-search .dropdown:hover {
  color: #fff;
}
.news-module-v2 .module-search .dropdown:hover .arrow-n {
  border-color: #fff;
}
.news-module-v2 .module-search .dropdown .arrow-n {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 10px;
  border: 2px solid #a7a7a7;
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.news-module-v2 .module-search .dropdown.open .arrow-n {
  top: 12px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.news-module-v2 .module-search .dropdown .dropdown-menu {
  width: 100%;
  left: -1px;
  border: 1px solid rgba(167, 167, 167, 0.3);
  background-color: rgba(0, 0, 0, 0.9);
}
.news-module-v2 .module-search .dropdown .dropdown-menu li {
  font-size: 14px;
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  padding-left: 18px;
  line-height: 34px;
  height: 34px;
}
.news-module-v2 .module-search .dropdown .dropdown-menu li:hover {
  background-color: rgba(167, 167, 167, 0.3);
}
.news-module-v2 .module-search .dropdown .dropdown-menu li:hover a {
  color: #fff;
}
.news-module-v2 .module-search .dropdown .dropdown-menu li a {
  color: #a7a7a7;
  padding: 0;
  line-height: 34px;
  height: 34px;
  font-family: 'Open Sans', sans-serif;
}
.news-module-v2 .module-search .dropdown .dropdown-menu li a:hover {
  background: none;
}
.news-module-v2 .search-result-body {
  margin: 0 0;
  padding: 0 0 40px;
  background: none;
}
.news-module-v2 .search-result-body .no-result {
  font-size: 20px;
}
.news-module-v2 .search-result-body .search-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  padding: 0 300px 28px 0;
  border-bottom: none;
}
.news-body-v2 {
  padding: 0 0 40px 0;
  position: relative;
  background: none;
  /*corp new left body*/
  /*corp news content*/
}
.news-body-v2 .mg15 {
  margin: 15px 0 0 0;
}
.news-body-v2 .corp-news-items {
  overflow: hidden;
  padding: 25px 0 30px;
  border-top: 1px solid #60656d;
}
.news-body-v2 .corp-news-items .corp-news-date {
  float: left;
  padding: 10px 0 0 0;
  width: 100%;
  margin-left: 30px;
}
.news-body-v2 .corp-news-items .corp-news-date .news-tags {
  margin: 5px 0 0 0;
  position: relative;
  padding: 0 0 0 20px;
  word-wrap: break-word;
}
.news-body-v2 .corp-news-items .corp-news-date .news-tags .icon-tag {
  position: absolute;
  left: 0;
  top: 3px;
}
.news-body-v2 .corp-news-items .corp-news-date .news-tags .tag {
  font-size: 14px;
  word-break: break-word;
}
.news-body-v2 .corp-news-items .date {
  font-family: 'Lucida Sans Unicode';
  color: #a7a7a7;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: inline;
  vertical-align: bottom;
}
.news-body-v2 .corp-news-items .corp-news-infos {
  width: 100%;
  overflow: hidden;
}
.news-body-v2 .corp-news-items .corp-news-infos .con-wrap {
  overflow: hidden;
}
.news-body-v2 .corp-news-items .corp-news-infos .title-new {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  max-height: 33px;
  overflow: hidden;
}
.news-body-v2 .corp-news-items .corp-news-infos .right-date {
  padding: 30px 0 0 0;
}
.news-body-v2 .corp-news-items .corp-news-infos .right-date .news-tags {
  display: inline;
  margin: 0 0 0 16px;
}
.news-body-v2 .corp-news-items .corp-news-infos .right-date .news-tags .tag {
  font-size: 14px;
}
.news-body-v2 .corp-news-items .corp-news-infos .right-date .news-tags .icon-tag {
  margin-right: 8px;
  vertical-align: middle;
}
.news-body-v2 .corp-news-items .corp-news-infos .content {
  margin-top: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.news-body-v2 .corp-news-items .corp-news-infos .content .read-more {
  font-size: 14px;
  line-height: 22px;
  margin-left: 16px;
}
.news-body-v2 .corp-news-items .corp-news-infos .content-right {
  float: right;
  width: 62%;
}
.news-body-v2 .corp-news-items .corp-news-infos .img {
  background-color: #fff;
  float: left;
  margin: 25px 30px 0 0;
  width: 260px;
}
.news-body-v2 .corp-news-items .corp-news-infos .img img {
  height: 195px;
}
.news-body-v2 .corp-news-items .corp-news-infos .img:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.news-body-v2 li:last-child .corp-news-infos {
  border-bottom: none;
}
.news-body-v2 .search-wrap,
.news-body-v2 .search-wrap-result {
  border: 1px solid #a7a7a7;
  position: absolute;
  right: 0;
  top: -6px;
  outline: none;
}
.news-body-v2 .search-wrap.fborder,
.news-body-v2 .search-wrap-result.fborder {
  border: 1px solid #fff;
}
.news-body-v2 .search-wrap input[type=text],
.news-body-v2 .search-wrap-result input[type=text] {
  margin-right: 40px;
  width: 216px;
  color: #fff;
}
.news-body-v2 .search-wrap .btn-search,
.news-body-v2 .search-wrap-result .btn-search {
  width: 30px;
  outline: none;
  background: url(../images/global/btn_ui_1202.png) no-repeat -440px -10px;
  height: 30px;
  position: absolute;
  top: 1px;
  right: 4px;
}
.news-body-v2 .search-wrap .search-text,
.news-body-v2 .search-wrap-result .search-text {
  padding: 0 12px;
  line-height: 32px;
  background: none;
  border: none;
  height: 32px;
  margin-bottom: 0;
  outline: none;
  font-size: 14px;
  font-weight: 300;
}
.news-body-v2 .left-body-v2 {
  width: 100%;
}
.news-body-v2 .news-author {
  color: #a7a7a7;
  font-family: 'Lucida Sans Unicode';
  margin-top: 5px;
}
.news-body-v2 .news-author a {
  color: #5c91ff;
  font-family: 'Lucida Sans Unicode';
}
.news-body-v2 .new-infos-v2 {
  overflow: hidden;
  border-top: 1px solid #60656d;
}
.news-body-v2 .new-infos-v2 .title {
  font-size: 26px;
  line-height: 1.4;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 80%;
}
.news-body-v2 .new-infos-v2 .news-detail {
  width: 1000px;
  float: left;
  padding-bottom: 40px;
}
.news-body-v2 .new-infos-v2 .news-detail p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px 0;
}
.news-body-v2 .new-infos-v2 .news-detail ol {
  list-style: decimal;
  margin-left: 20px;
}
.news-body-v2 .new-infos-v2 .news-detail ul {
  list-style: disc;
  margin-left: 15px;
  font-size: 14px;
  line-height: 22px;
}
.news-body-v2 .new-infos-v2 .news-detail table {
  border: 2px solid #24272E;
}
.news-body-v2 .new-infos-v2 .news-detail table td {
  padding: 5px 10px;
}
.news-body-v2 .new-infos-v2 .news-detail img {
  border: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .news-body-v2 .new-infos-v2 .news-detail iframe {
    width: 100% !important;
  }
}
.news-body-v2 .new-infos-v2 .author-mobile {
  display: none;
}
.news-body-v2 .right-body-v2 {
  width: 200px;
  box-sizing: border-box;
  padding-left: 24px;
  float: right;
  line-height: 1.4;
  font-family: 'Lucida Sans Unicode';
  color: #a7a7a7;
}
.news-body-v2 .right-body-v2 .con-right {
  margin-bottom: 21px;
}
.news-body-v2 .right-body-v2 .con-right .tit {
  font-size: 14px;
  font-weight: 600;
  color: #a7a7a7;
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.news-body-v2 .right-body-v2 .con-right .author a {
  color: #5c91ff;
  font-size: 14px;
}
.news-body-v2 .right-body-v2 .con-right .tag {
  color: #5c91ff;
  font-size: 14px;
}
.news-body-v2 .right-body-v2 .con-right .bottom-line {
  border-bottom: 1px solid #585B63;
  width: 40px;
  height: 0;
  margin-top: 21px;
}
.news-body-v2 .right-body-v2 .con-right .time {
  font-size: 14px;
}
/* Landscape phones ------------------------- */
/* small desktop */
@media (min-width: 740px) and (max-width: 1279px) {
  .news-body-v2 .new-infos-v2 .news-detail {
    width: 80%;
    padding-bottom: 30px;
  }
  .news-body-v2 .new-infos-v2 .right-body-v2 {
    width: 20%;
  }
}
.ladda-button {
  height: 32px;
}
.icon-obsessions {
  z-index: 300;
  position: fixed;
  right: 20px;
  bottom: 82px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  transform: scale(1);
  background: #a8a8a8 url(../images/game_news/sprite.png) 9px -862px no-repeat;
}
.icon-obsessions:hover {
  transform: scale(1.05);
  background-color: #fff;
}
.icon-obsessions:focus,
.icon-obsessions:active {
  background-color: #5C91FF;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 740px) and (max-width: 1279px) {
  .news-module-v2 .container {
    padding: 0 18px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /*news search result*/
  .news-module-v2 .search-result-body .search-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding: 0 300px 20px 0;
  }
  .news-body-v2 {
    padding: 0 0 30px;
  }
  .news-body-v2 .corp-news-items {
    padding: 16px 0 20px;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .content {
    margin-top: 13px;
    font-size: 14px;
    line-height: 18px;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .content .read-more {
    font-size: 12px;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .img {
    margin: 16px 22px 0 0;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .right-date {
    padding: 15px 0 0 0;
  }
  .news-body-v2 .new-infos-v2 {
    overflow: hidden;
  }
  .news-body-v2 .new-infos-v2 .title {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .news-body-v2 .new-infos-v2 .news-detail img {
    margin-bottom: 15px;
  }
  .news-body-v2 .right-body-v2 {
    padding-left: 20px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 739px) {
  .news-module-v2 .news-body-v2 .corp-news-items .corp-news-infos .img {
    float: none;
  }
  .news-module-v2 .search-result-body .search-title {
    padding: 20px 0;
    font-size: 18px;
  }
  .news-body-v2 {
    padding: 0 0 30px;
  }
  .news-body-v2 .corp-news-items {
    padding: 16px 0 20px;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .content {
    margin-top: 20px;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .img {
    margin: 20px auto 0;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .right-date {
    padding-top: 10px;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .title-new {
    font-size: 20px;
    max-height: 85px;
  }
  .news-body-v2 .search-wrap-result {
    position: relative;
    top: 0;
  }
  .news-body-v2 .search-wrap-result input[type=text] {
    width: 80%;
  }
  .news-body-v2 .new-infos-v2 .title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .news-body-v2 .new-infos-v2 .news-detail img {
    margin-bottom: 2px;
  }
  .news-body-v2 .new-infos-v2 .news-detail {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .news-body-v2 .new-infos-v2 .author-mobile {
    display: block;
    position: relative;
  }
  .news-body-v2 .new-infos-v2 .author-mobile .article-info {
    line-height: 1;
    font-size: 14px;
    font-family: 'Lucida Sans Unicode';
    color: #a7a7a7;
    margin-bottom: 12px;
  }
  .news-body-v2 .new-infos-v2 .author-mobile .article-info .tit {
    font-weight: bold;
    color: #a7a7a7;
  }
  .news-body-v2 .new-infos-v2 .author-mobile .article-info a {
    color: #5c91ff;
    font-size: 14px;
  }
  .news-body-v2 .new-infos-v2 .author-mobile .tag-wrap {
    margin-bottom: 12px;
  }
  .news-body-v2 .new-infos-v2 .author-mobile .tag-wrap a.tag {
    color: #5c91ff;
    font-size: 14px;
  }
  .news-body-v2 .new-infos-v2 .author-mobile .tag-wrap .icon-tag {
    background: url(../images/global/icon-sprites.png) no-repeat 0 0;
    background-position: 0 0;
    display: inline-block;
    height: 11px;
    width: 17px;
    margin-right: 2px;
  }
  .news-body-v2 .new-infos-v2 .author-mobile .time {
    margin-bottom: 12px;
  }
  .news-body-v2 .new-infos-v2 .author-mobile .news-share-wrap {
    position: absolute;
    right: 0;
    top: -10px;
    margin: 0;
  }
  .news-body-v2 .right-body-v2 {
    display: none;
  }
}
@media (max-width: 1279px) {
  .news-body-v2 .corp-news-items .corp-news-date {
    display: none;
  }
  .news-body-v2 .corp-news-items .corp-news-infos {
    width: 100%;
  }
  .news-body-v2 .corp-news-items .corp-news-infos .right-date {
    display: block;
  }
}
@media (min-width: 980px) {
  .news-body-v2 .corp-news-items .corp-news-date .news-tags {
    padding: 0 20px;
  }
}
@media (max-width: 1079px) and (min-width: 980px) {
  .allgames-body .filter-menus .dropdown {
    width: 130px;
  }
  .allgames-body .filter-menus .dropdown .bg-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px 0 0;
  }
  .allgames-body .filter-menus .dropdown .bg-btn > i {
    right: 5px;
  }
}
/* vim: tabstop=2:expandtab 
*/
.new-infos .news-detail.news-detail--mtg p.newsarticle__article__meta {
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #b0b0b0;
  margin-bottom: 12px;
}
.new-infos .news-detail.news-detail--mtg p.newsarticle__article__meta span {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .new-infos .news-detail.news-detail--mtg p.newsarticle__article__meta {
    margin-bottom: 25px;
  }
}
.new-infos .news-detail.news-detail--mtg img {
  border-radius: 10px;
  margin-bottom: 8px;
}
.new-infos .news-detail.news-detail--mtg figcaption {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
}
.new-infos .news-detail.news-detail--mtg h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffa657;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .new-infos .news-detail.news-detail--mtg h3 {
    font-size: 28px;
  }
}
.new-infos .news-detail.news-detail--mtg h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff0dd;
}
.new-infos .news-detail.news-detail--mtg h5 {
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.new-infos .news-detail.news-detail--mtg p {
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-size: 16px;
  color: #b0b0b0;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50px;
}
.new-infos .news-detail.news-detail--mtg p em {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .new-infos .news-detail.news-detail--mtg p {
    font-size: 20px;
  }
}
.new-infos .news-detail.news-detail--mtg a {
  color: #f96604;
}
.new-infos .news-detail.news-detail--mtg a:hover {
  color: #fff;
  text-decoration: underline;
}
.new-infos .news-detail.news-detail--mtg blockquote {
  background: #1f1b1a;
  border-radius: 10px;
  border: none;
  padding: 24px 18px;
  margin-bottom: 20px;
}
.new-infos .news-detail.news-detail--mtg blockquote p {
  color: #fff0dd;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 30px;
}
.new-infos .news-detail.news-detail--mtg blockquote p:last-of-type {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .new-infos .news-detail.news-detail--mtg blockquote p {
    font-size: 24px;
  }
}
.new-infos .news-detail.news-detail--mtg blockquote p.signature {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666;
}
@media only screen and (min-width: 768px) {
  .new-infos .news-detail.news-detail--mtg blockquote p.signature {
    font-size: 24px;
  }
}
.new-infos .news-detail.news-detail--mtg p + blockquote {
  margin-top: -40px;
}
.new-infos .news-detail.news-detail--mtg ul {
  list-style: none;
}
.new-infos .news-detail.news-detail--mtg ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.new-infos .news-detail.news-detail--mtg ul li:before {
  content: "•";
  vertical-align: middle;
  margin-right: 4px;
  font-size: 20px;
  line-height: 1.5;
}
.new-infos .news-detail.news-detail--mtg ul li p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .new-infos .news-detail.news-detail--mtg ul ul {
    margin-left: 30px;
  }
}
.new-infos .news-detail.news-detail--mtg ul ul li {
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-size: 16px;
  color: #b0b0b0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .new-infos .news-detail.news-detail--mtg ul ul li {
    font-size: 20px;
  }
}
.new-infos .news-detail.news-detail--mtg ol {
  list-style: decimal inside;
}
.new-infos .news-detail.news-detail--mtg ol li {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.new-infos .news-detail.news-detail--mtg ol li p {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .new-infos .news-detail.news-detail--mtg ol li p {
    margin-left: 30px;
  }
}
.new-infos .news-detail.news-detail--mtg ol ul li {
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-size: 16px;
  color: #b0b0b0;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .new-infos .news-detail.news-detail--mtg ol ul li {
    font-size: 20px;
  }
}
/*corp news*/
.corp-news-module {
  padding: 40px 0;
}
.corp-news-module .module-title-line {
  height: 25px;
  border: none;
}
.corp-news-module .module-title-line table {
  width: 100%;
}
.corp-news-module .module-title-line .title-line {
  border-bottom: 1px solid rgba(167, 167, 167, 0.3);
  width: 100%;
}
.corp-news-module .module-title-line span {
  font-weight: 600;
  background: none;
  position: relative;
  white-space: nowrap;
  top: 5px;
}
.corp-news-module .corp-banner-item {
  height: 195px;
}
.corp-news-module .corp-banner-item .banner-des {
  background: #000;
  bottom: 0;
  height: 55px;
  left: 0;
  position: absolute;
  padding: 10px 0;
  filter: alpha(opacity=75);
  opacity: 0.75;
  z-index: 2;
  width: 100%;
}
.corp-news-module .corp-banner-item .banner-des h4 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
}
.corp-news-module .corp-banner-item .banner-des p {
  color: #a7a7a7;
  padding: 10px 15px 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
  font-size: 14px;
}
.corp-news-module .corp-banner-item img {
  /*height: 194px;*/
  min-width: 100%;
}
.corp-news-module .carousel {
  display: none;
}
.corp-news-module .carousel .carousel-control,
.corp-news-module .carousel .carousel-indicators {
  display: none;
}
.corp-banner {
  height: 195px;
  margin: 23px 0 0 0;
  overflow: hidden;
  width: 100%;
}
.corp-banner ul {
  height: 195px;
  width: 1200px;
  overflow: hidden;
}
.corp-banner ul li {
  float: left;
  margin-left: 16px;
  position: relative;
  width: 32.44%;
}
.corp-banner ul li:first-child {
  margin-left: 0;
}
.corp-news-body {
  padding: 40px 0;
  position: relative;
  background: none;
  /*corp new left body*/
  /*corp new right body*/
  /*corp news content*/
}
.corp-news-body .mg15 {
  margin: 15px 0 0 0;
}
.corp-news-body .mg10 {
  margin: 10px 0 0 0;
}
.corp-news-body .corp-news-items {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.corp-news-body .corp-news-items .corp-news-date {
  float: left;
  padding: 10px 0 0 0;
  width: 175px;
}
.corp-news-body .corp-news-items .corp-news-date .news-tags {
  margin: 5px 0 0 0;
  position: relative;
  padding: 0 0 0 20px;
  word-wrap: break-word;
}
.corp-news-body .corp-news-items .corp-news-date .news-tags .icon-tag {
  position: absolute;
  left: 0;
  top: 3px;
}
.corp-news-body .corp-news-items .corp-news-date .news-tags .tag {
  font-size: 14px;
  word-break: break-word;
}
.corp-news-body .corp-news-items .date {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.corp-news-body .corp-news-items .corp-news-infos {
  border-bottom: 1px solid rgba(167, 167, 167, 0.3);
  float: right;
  padding: 0 0 30px 0;
  width: 725px;
}
.corp-news-body .corp-news-items .corp-news-infos .title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
}
.corp-news-body .corp-news-items .corp-news-infos .right-date {
  display: none;
  padding: 5px 0 0 0;
}
.corp-news-body .corp-news-items .corp-news-infos .right-date .news-tags {
  display: inline;
  margin: 0 0 0 5px;
}
.corp-news-body .corp-news-items .corp-news-infos .right-date .news-tags .tag {
  font-size: 14px;
}
.corp-news-body .corp-news-items .corp-news-infos .content {
  padding: 5px 0 0 ;
  font-family: 'Lucida Sans Unicode';
  font-size: 14px;
  line-height: 18px;
}
.corp-news-body .corp-news-items .corp-news-infos .content .read-more {
  font-family: 'Lucida Sans Unicode';
  font-size: 14px;
  line-height: 22px;
}
.corp-news-body .corp-news-items .corp-news-infos .content-right {
  float: right;
  width: 62%;
}
.corp-news-body .corp-news-items .corp-news-infos .img {
  float: left;
  margin: 20px 20px 10px 0;
  width: 260px;
}
.corp-news-body .corp-news-items .corp-news-infos .img img {
  height: 195px;
}
.corp-news-body li:last-child .corp-news-infos {
  border-bottom: none;
}
.corp-news-body .search-wrap,
.corp-news-body .search-wrap-result {
  border: 1px solid rgba(167, 167, 167, 0.5);
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
}
.corp-news-body .search-wrap .btn-search,
.corp-news-body .search-wrap-result .btn-search {
  width: 30px;
  outline: none;
  background: url(../images/global/btn_ui_1202.png) no-repeat -440px -10px;
  height: 30px;
  position: absolute;
  top: 1px;
  right: 4px;
}
.corp-news-body .search-wrap .search-text,
.corp-news-body .search-wrap-result .search-text {
  background: none;
  border: none;
  height: 32px;
  margin-bottom: 0;
  width: 217px;
  outline: none;
  font-size: 14px;
  font-weight: 300;
}
.corp-news-body .search-wrap-result {
  position: absolute;
  right: 0;
  top: -10px;
}
.corp-news-body .search-wrap-result input[type=text] {
  margin-right: 40px;
  width: 246px;
}
.corp-news-body .right-body-float .channel-list {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 20px;
}
.corp-news-body .right-body-float .channel-list ul li {
  border-top: 1px solid rgba(167, 167, 167, 0.3);
  position: relative;
  height: 38px;
}
.corp-news-body .right-body-float .channel-list ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 38px;
}
.corp-news-body .right-body-float .channel-list ul li span {
  position: absolute;
  right: 10px;
  top: 15px;
}
.corp-news-body .right-body-float .corp-game-news-list ul li {
  padding: 15px 0 0 0;
}
.corp-news-body .right-body-float .corp-game-news-list ul li h4 {
  margin-bottom: 10px;
}
.corp-news-body .news-body-left {
  margin-right: 0;
}
.corp-news-body .news-body-left .new-comments {
  padding: 0 0;
}
.corp-news-body .news-author {
  color: #a7a7a7;
  font-family: 'Lucida Sans Unicode';
  margin-top: 5px;
}
.corp-news-body .news-author a {
  color: #5c91ff;
  font-family: 'Lucida Sans Unicode';
}
.corp-news-body .new-infos .news-detail * {
  background: none !important;
}
/* Landscape phones ------------------------- */
/* small desktop */
@media (min-width: 980px) and (max-width: 1279px) {
  .corp-news-body .right-body-float {
    margin: 30px 0 0 16px;
  }
  .corp-banner ul li {
    width: 309px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 760px) and (max-width: 979px) {
  .corp-banner ul li {
    width: 309px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 759px) {
  /*	.corp-banner ul li{
		width:309px;
	}*/
  .corp-news-module .corp-banner {
    display: none;
  }
  .corp-news-module .carousel {
    display: block;
    margin: 23px auto 0 auto;
  }
  .corp-news-module .corp-news-body .corp-news-items .corp-news-infos .img {
    float: none;
  }
}
@media (max-width: 1279px) {
  .corp-news-body .corp-news-items .corp-news-date {
    display: none;
  }
  .corp-news-body .corp-news-items .corp-news-infos {
    width: 100%;
  }
  .corp-news-body .corp-news-items .corp-news-infos .right-date {
    display: block;
  }
}
@media (max-width: 979px) {
  .corp-banner ul {
    position: relative;
    left: 0;
  }
}
@media (min-width: 980px) {
  .corp-news-body .corp-news-items .corp-news-date .news-tags {
    padding: 0 20px;
  }
}
/*get rewards */
.refer-body {
  padding: 18px 0 40px 0;
  /*common  begin*/
  /*common  end*/
  /*get rewards*/
  /*right reward*/
  /*refer status*/
  /*popover*/
}
.refer-body .left-body-float {
  padding: 20px 0 0 0;
}
.refer-body .refer-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 15px 0;
}
.refer-body .refer-title .link {
  float: right;
  color: #5c91ff;
  font-family: Lucida Grande, sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 14px;
  margin: 20px 5px 0 0;
}
.refer-body .module-infos {
  padding: 0;
}
.refer-body .module-infos a {
  color: #5c91ff;
}
.refer-body .refer-header {
  overflow: hidden;
}
.refer-body .btn-earn-rewards {
  background: url(../images/refer/btn-rewards.png) no-repeat 0 0;
  display: block;
  height: 58px;
  float: right;
  margin: -20px 0 0 0;
  width: 240px;
}
.refer-body .btn-earn-rewards:hover {
  background-position: 0 -60px;
}
.refer-body .btn-earn-rewards:active,
.refer-body .btn-earn-rewards.active {
  background-position: 0 -120px;
}
.refer-body .table-bordered {
  border-width: 2px;
  border-style: solid;
  border-color: #24272e;
  border-right: none;
  border-left: none;
}
.refer-body .table-bordered tr th,
.refer-body .table-bordered tr td {
  border-left: 1px solid  #1b1c1f;
  border-top: 1px solid  #1b1c1f;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
}
.refer-body .table-bordered tr th:first-child,
.refer-body .table-bordered tr td:first-child {
  border-left: none;
  text-align: center;
}
.refer-body .table-bordered tr th:first-child .line,
.refer-body .table-bordered tr td:first-child .line {
  display: none;
}
.refer-body .table-bordered tr th {
  color: #fff;
  text-align: center;
}
.refer-body .btn-fb {
  background: url(../images/refer/btn-fb.png) no-repeat 0 0;
  display: inline-block;
  height: 32px;
  width: 153px;
}
.refer-body .btn-fb:hover {
  background-position: 0 -35px;
}
.refer-body .btn-fb:active,
.refer-body .btn-fb.active {
  background-position: 0 -70px;
}
.refer-body .btns-email-copy {
  display: inline;
}
.refer-body .btns-email-copy a {
  background: url(../images/refer/btn-email.png) no-repeat 0 0;
  display: inline-block;
  height: 32px;
  width: 96px;
}
.refer-body .btns-email-copy .ico-copy {
  width: 32px;
}
.refer-body .btns-email-copy .ico-copy:hover {
  background-position: 0 -35px;
}
.refer-body .btns-email-copy .ico-copy:active,
.refer-body .btns-email-copy .ico-copy.active {
  background-position: 0 -70px;
}
.refer-body .btns-email-copy .btn-email {
  background-position: -36px 0;
}
.refer-body .btns-email-copy .btn-email:hover {
  background-position: -36px -35px;
}
.refer-body .btns-email-copy .btn-email:active,
.refer-body .btns-email-copy .btn-email.active {
  background-position: -36px -70px;
}
.refer-body .module-infos .line {
  display: block;
}
.refer-body .get-rewards-step {
  margin: -20px 0 50px 0;
}
.refer-body .row-fluid {
  margin: 30px 0 0 0;
}
.refer-body .row-fluid .span4 {
  float: left;
}
.refer-body .row-fluid .span4 img {
  clear: left;
  float: left;
  margin: 0 0 18px;
}
.refer-body .row-fluid .span4 .module-infos {
  margin: 5px 0 16px 0;
}
.refer-body .row-fluid .span4 .step300 {
  display: none;
  margin: 6px 0 20px 175px;
}
.refer-body .rewards-table {
  margin: 25px 0 0 0;
}
.refer-body .rewards-table .table-bordered tr th:last-child,
.refer-body .rewards-table .table-bordered tr td:last-child {
  display: none;
}
.refer-body .send-email,
.refer-body .refer-module {
  background: #1b1c20;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  margin: 0 0 20px 0;
  outline: 1px solid #000;
  padding: 25px 20px;
  text-align: center;
}
.refer-body .email-url {
  margin: 12px 0 0 0;
}
.refer-body .email-url input {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  width: 516px;
  margin: -27px 0 0 0;
}
.refer-body .refer-right {
  background: #1b1c1f;
  padding: 10px 20px;
}
.refer-body .refer-right .refer-title {
  margin: 5px 0 10px 0;
}
.refer-body .refer-intro {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 13px 0 18px 0;
}
.refer-body .refer-intro h5 {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}
.refer-body .refer-intro p {
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 16px;
}
.refer-body .refer-status .span4 {
  background: #24272e;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  outline: 1px solid #000;
  padding: 4px;
}
.refer-body .refer-status .span4 .content {
  background: #1b1c1f;
  height: 98px;
  padding: 14px 25px 10px 45px;
  position: relative;
}
.refer-body .refer-status .span4 .content h4 {
  line-height: 20px;
}
.refer-body .refer-status .span4 .content span {
  left: 16px;
  position: absolute;
  top: 16px;
}
.refer-body .refer-table {
  margin: 20px 0 0 0;
}
.refer-body .refer-table .table-bordered tr th:first-child,
.refer-body .refer-table .table-bordered tr td:first-child {
  display: none;
}
.refer-body .refer-table .table-bordered tr th:nth-child(2),
.refer-body .refer-table .table-bordered tr td:nth-child(2) {
  border-left: none;
}
.refer-body .refer-table .table-bordered tr th:last-child,
.refer-body .refer-table .table-bordered tr td:last-child {
  text-align: center;
  padding: 5px 15px;
}
.refer-body .refer-table .table-bordered tr th:last-child span,
.refer-body .refer-table .table-bordered tr td:last-child span {
  margin: 4px 0 0 0;
}
.refer-body .refer-module {
  text-align: left;
}
.refer-body .refer-module .btn-fb {
  float: right;
  margin: -5px 0 0 0;
}
.refer-body .refer-module .line {
  display: none;
}
.refer-body .popover {
  border-color: #2b467b;
  background-color: #1b1c1f;
  filter: alpha(opacity=10);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.refer-body .popover .arrow {
  display: none;
}
.refer-body .popover .popover-content {
  padding: 2px 10px;
}
.refer-body .popover.bottom {
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .refer-title .link {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .refer-body .get-rewards-step .row-fluid .span4 img {
    width: 308px;
  }
  .refer-body .left-body-float {
    float: none;
    width: 100%;
  }
  .refer-body .right-body-float {
    float: none;
    margin: 30px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .right-body-float {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 760px) and (max-width: 767px) {
  .refer-body .get-rewards-step .row-fluid .span4 {
    margin-left: 1.8%;
    width: 31.49171271%;
  }
}
@media (min-width: 760px) {
  .refer-body .get-rewards-step .row-fluid .span4 .module-infos {
    min-height: 90px;
  }
  .table-bordered tr th:first-child {
    width: 120px;
  }
}
@media (max-width: 759px) {
  .refer-body {
    /*refer status*/
  }
  .refer-body .refer-title .link {
    margin-top: 8px;
  }
  .refer-body .module-infos .line {
    display: none;
  }
  .refer-body .btn-earn-rewards {
    background: url(../images/refer/btn-rewards300.png) no-repeat 0 0;
    margin: 15px 0 10px 0;
    width: 300px;
    float: left;
  }
  .refer-body .get-rewards-step {
    margin: 0 0 20px 0;
  }
  .refer-body .get-rewards-step .row-fluid .span4 img {
    width: 162px;
    margin: 0 10px 5px 0;
  }
  .refer-body .get-rewards-step .row-fluid .span4 .link:last-child {
    display: none;
  }
  .refer-body .get-rewards-step .row-fluid .span4 .module-title {
    margin: 6px 0 0 0;
  }
  .refer-body .get-rewards-step .row-fluid .span4 .step300 {
    display: block;
  }
  .refer-body .email-url input {
    width: 90%;
    margin: 0 0 10px 0;
  }
  .refer-body .btns-email-copy {
    display: block;
  }
  .refer-body .rewards-table .table-bordered tr th:nth-child(2),
  .refer-body .rewards-table .table-bordered tr td:nth-child(2),
  .refer-body .rewards-table .table-bordered tr th:nth-child(3),
  .refer-body .rewards-table .table-bordered tr td:nth-child(3),
  .refer-body .rewards-table .table-bordered tr th:nth-child(4),
  .refer-body .rewards-table .table-bordered tr td:nth-child(4) {
    display: none;
  }
  .refer-body .rewards-table .table-bordered tr th:last-child,
  .refer-body .rewards-table .table-bordered tr td:last-child {
    display: block;
  }
  .refer-body .rewards-table .table-bordered tr th:last-child {
    padding: 19px 15px;
  }
  .refer-body .rewards-table .table-bordered tr th:first-child .line {
    display: block;
  }
  .refer-body .refer-module {
    text-align: center;
  }
  .refer-body .refer-module .btn-fb {
    float: none;
    margin: 10px 0 0 0;
  }
  .refer-body .refer-module .line {
    display: block;
  }
  .refer-body .refer-table .table-bordered tr th:first-child,
  .refer-body .refer-table .table-bordered tr td:first-child {
    display: block;
    text-align: left;
  }
  .refer-body .refer-table .table-bordered tr th:nth-child(2),
  .refer-body .refer-table .table-bordered tr td:nth-child(2),
  .refer-body .refer-table .table-bordered tr th:nth-child(3),
  .refer-body .refer-table .table-bordered tr td:nth-child(3) {
    display: none;
  }
  .refer-body .refer-table .table-bordered tr th:last-child span,
  .refer-body .refer-table .table-bordered tr td:last-child span {
    margin: 13px 0 0 0;
  }
  .refer-body .refer-status .span4 {
    margin-bottom: 6px;
  }
}
.blue-link {
  display: block;
  color: #5c91ff;
  font-size: 16px;
  font-weight: 600;
}
.blue-link:hover {
  color: #5c91ff;
}
.blue-btn {
  color: white;
  background: #5c91ff;
  border: none;
  border-radius: 2px;
  padding: 4px 10px;
}
.blue-btn:hover {
  background: #296fff;
}
.outline-button {
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  padding: 4px 10px;
}
.outline-button:hover {
  border: 1px solid #ffffff;
}
.link-rp-history,
.link-reward-tiers {
  display: block;
  color: #5c91ff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
}
.link-rp-history:hover,
.link-reward-tiers:hover {
  color: #5c91ff;
}
@media (max-width: 758px) {
  .module-wrap.arc-rewards section.top .module-header {
    display: none;
  }
  .module-wrap.arc-rewards section.top .content {
    padding: 2%;
  }
  .module-wrap.arc-rewards section.top .content .title {
    margin-bottom: 3%;
  }
}
.module-wrap.arc-rewards section.top .timer-messages {
  color: white;
  font-size: 20px;
  font-weight: lighter;
  line-height: 40px;
}
.module-wrap.arc-rewards section.top .reward-time {
  color: white;
  padding-bottom: 20px;
}
.module-wrap.arc-rewards section.top .reward-time .remaining {
  font-size: 36px;
}
.module-wrap.arc-rewards section.top .reward-time .description {
  font-size: 16px;
  color: white;
}
.module-wrap.arc-rewards .content {
  padding: 2% 40% 2% 0;
}
.module-wrap.arc-rewards .content .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 32px;
}
.module-wrap.arc-rewards .content div.module-infos {
  color: white;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0;
  line-height: 26px;
}
@media (min-width: 980px) {
  .module-wrap.arc-rewards .content div.module-infos {
    display: block;
  }
}
.arc-rewards debug {
  display: none;
}
.arc-rewards .row {
  margin: 0;
}
.arc-rewards section.content-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1% 0;
}
.arc-rewards section.content-steps .steps {
  padding: 1%;
  float: left;
  width: 32%;
}
.arc-rewards section.content-steps .steps a,
.arc-rewards section.content-steps .steps a:hover {
  color: #5c91ff;
}
.arc-rewards section.content-steps .steps p {
  font-size: 14px;
  padding-top: 10px;
}
.arc-rewards section.content-steps .steps .step {
  background: url(../images/rewards/ico-steps-lrg.png) no-repeat;
  width: 68px;
  height: 62px;
  float: left;
  margin-right: 5px;
}
.arc-rewards section.content-steps .steps .step.one {
  background-position: left top;
}
.arc-rewards section.content-steps .steps .step.two {
  background-position: left center;
}
.arc-rewards section.content-steps .steps .step.three {
  background-position: left bottom;
}
.arc-rewards section.content-steps .steps:not(:last-child) {
  margin-right: 1%;
}
.arc-rewards section.content-steps .steps:not(:last-child):after {
  border-top: 1px solid white;
  border-right: 1px solid white;
  content: '';
  display: block;
  right: -8px;
  height: 20px;
  position: absolute;
  width: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
@media (min-width: 758px) {
  .arc-rewards section.content-steps {
    display: flex;
  }
}
@media (max-width: 758px) {
  .arc-rewards section.content-steps .steps {
    width: 100%;
    margin: .5% 0;
  }
  .arc-rewards section.content-steps .steps .step {
    background: url(../images/rewards/ico-steps-sml.png) no-repeat;
    width: 36px;
    height: 32px;
  }
  .arc-rewards section.content-steps .steps:not(:last-child) {
    margin: 0;
  }
  .arc-rewards section.content-steps .steps:not(:last-child):after {
    display: none;
  }
}
@media (min-width: 759px) and (max-width: 980px) {
  .arc-rewards section.content-steps .steps .step {
    background: url(../images/rewards/ico-steps-mid.png) no-repeat;
    width: 44px;
    height: 41px;
  }
  .arc-rewards section.content-steps .steps:not(:last-child) {
    margin-right: 3%;
  }
}
@media (max-width: 980px) {
  .arc-rewards section.content-steps .steps p {
    display: none;
  }
}
.arc-rewards section.level-dropdown {
  margin-bottom: 1%;
  max-width: 100%;
}
@media (min-width: 980px) {
  .arc-rewards section.level-dropdown {
    display: none;
  }
}
.arc-rewards section.level-dropdown .btn-sm {
  background-color: #161718;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  position: relative;
  padding-right: 15px;
  box-sizing: border-box;
  min-width: 140px;
  max-width: 100%;
  text-align: left;
  z-index: 999;
}
.arc-rewards section.level-dropdown .btn-sm p {
  padding: 5px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.arc-rewards section.level-dropdown .btn-sm span.caret-thin {
  margin-left: 90px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  display: inline-block;
  height: 6px;
  width: 6px;
  right: 10px;
  top: 8px;
  position: absolute;
  transform: rotate(45deg);
}
.arc-rewards section.level-dropdown .dropdown-select {
  background-color: #161718;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.arc-rewards section.level-dropdown .dropdown-select li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.arc-rewards section.level-dropdown .dropdown-select li a {
  display: block;
  color: #fff;
  padding: 7px;
}
.arc-rewards section.level-dropdown .dropdown-select li a:hover,
.arc-rewards section.level-dropdown .dropdown-select li a:focus {
  background-color: #202125;
  color: #a7a7a7;
  text-decoration: none;
}
.arc-rewards section.level-dropdown .select-dropdown {
  margin: 10px 0;
}
.arc-rewards section.level-dropdown .title-select {
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  word-break: break-all;
}
.arc-rewards section.levels {
  overflow: hidden;
}
@media (max-width: 980px) {
  .arc-rewards section.levels {
    display: none;
  }
}
.arc-rewards section.levels .tab {
  margin: 5px .1% 20px;
  min-width: 9.5%;
  float: left;
}
.arc-rewards section.levels section.tabs {
  overflow: hidden;
}
.arc-rewards section.levels section.tabs .tab {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
.arc-rewards section.levels section.tabs .tab.active,
.arc-rewards section.levels section.tabs .tab:hover,
.arc-rewards section.levels section.tabs .tab.selected {
  color: #ffffff;
  border: 1px solid white;
}
.arc-rewards section.levels section.tabs .tab .max {
  background: url(../images/rewards/ico-star.png) no-repeat center center;
  width: 13px;
  height: 12px;
  margin: 8px 0 0 15%;
  position: absolute;
}
.arc-rewards section.levels section.tabs .tab.selected::after,
.arc-rewards section.levels section.tabs .tab.selected::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  display: inline-block;
}
.arc-rewards section.levels section.tabs .tab.selected::after {
  border-bottom: 17px solid rgba(255, 255, 255, 0.3);
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  bottom: -7px;
  right: 50%;
  transform: translate(25%, 100%);
  z-index: -1;
}
.arc-rewards section.levels section.tabs .tab.selected::before {
  border-bottom: 13px solid rgba(0, 0, 0, 0.7);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  bottom: -8px;
  transform: translate(0, 100%);
}
.arc-rewards section.levels section.select .active {
  margin: 5px auto 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #24272e;
}
.arc-rewards section.thermometer-row {
  display: block;
  height: 50px;
  padding-top: 75px;
}
@media (max-width: 980px) {
  .arc-rewards section.thermometer-row {
    display: none;
  }
}
.arc-rewards .thermometer {
  position: relative;
}
.arc-rewards .thermometer .tier {
  position: absolute;
  transform: translate(-50%, 0);
}
.arc-rewards .thermometer .tier:after {
  content: '';
  background: rgba(165, 165, 165, 0.65);
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  width: 12px;
  right: 40%;
  position: absolute;
  top: -2px;
}
.arc-rewards .thermometer .tier.full:after {
  background: white;
}
.arc-rewards .thermometer .tier .text-container {
  display: block;
  width: 69px;
  text-align: center;
  font: 14px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
  color: #fff;
  position: relative;
  top: -25px;
  opacity: 0.5;
}
.arc-rewards .thermometer .tier.full .text-container {
  opacity: 1;
}
.arc-rewards .thermometer .fill-body,
.arc-rewards .thermometer .bar {
  border-radius: 10px;
  display: block;
  position: absolute;
  height: 8px;
}
.arc-rewards .thermometer .bar {
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
}
.arc-rewards .thermometer .fill-body {
  background-color: gray;
  max-width: 100%;
}
.arc-rewards .thermometer .indicator {
  border: solid 1px #51525d;
  background: #111111;
  padding: 10px;
  position: absolute;
  margin-top: -76px;
  white-space: nowrap;
}
.arc-rewards .thermometer .indicator p {
  padding: 0;
  margin: 0;
  font: 14px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
  color: gray;
}
.arc-rewards .thermometer .indicator-arrow {
  border-top: 10px solid #51525d;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  width: 0px;
  height: 0px;
  margin-left: -7px;
  margin-top: 11px;
}
.arc-rewards .thermometer .indicator-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 10px solid #111111;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: -11px 0 0 -5px;
}
.arc-rewards section.reward-items {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: -1px;
  z-index: -2;
}
.arc-rewards section.reward-items .reward .reward-bottom {
  clear: both;
  padding: 15px 0;
  text-align: center;
  height: 30px;
}
.arc-rewards section.reward-items .reward .reward-bottom p.moreRP {
  text-align: center;
  line-height: 200%;
}
.arc-rewards section.reward-items .reward .reward-bottom .reward-button {
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  padding: 4px 10px;
  margin: 0 auto;
}
.arc-rewards section.reward-items .reward .reward-bottom .reward-button:hover {
  border: 1px solid #ffffff;
}
.arc-rewards section.reward-items .reward .reward-bottom .reward-button:disabled,
.arc-rewards section.reward-items .reward .reward-bottom .reward-button:disabled:hover {
  border: 1px solid gray;
  color: gray;
}
.arc-rewards section.reward-items .reward .reward-top {
  clear: both;
}
.arc-rewards section.reward-items .reward .reward-top h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
.arc-rewards section.reward-items .reward .reward-top h5 {
  font-size: 14px;
  margin: 0 0 10px;
}
.arc-rewards section.reward-items .reward .reward-top h5 span {
  color: #fff;
}
.arc-rewards section.reward-items .reward .reward-top h6 span {
  color: #fff;
}
.arc-rewards section.reward-items .reward .reward-top.clone {
  border: 1px solid #28292c;
  outline: solid 1px black;
  margin: -1px 0 0 -1px;
}
.arc-rewards section.reward-items .reward .reward-top .insufficientPoints {
  color: red;
}
.arc-rewards section.reward-items .reward .reward-top .reward-heading {
  overflow: hidden;
  float: left;
  width: 52px;
  padding: 0 5% 1% 0;
}
.arc-rewards section.reward-items .reward .reward-top .reward-heading img {
  border: 1px solid #35363f;
}
.arc-rewards section.reward-items .reward .reward-top .reward-heading a {
  font-size: 9px;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.arc-rewards section.reward-items .reward .reward-top .reward-heading a.view-more {
  display: none;
}
.arc-rewards section.reward-items .reward .reward-top .reward-heading a:hover {
  text-decoration: underline;
}
.arc-rewards section.reward-items .reward .reward-top .reward-heading .lock {
  background: url(../images/rewards/ico-lock.png) no-repeat;
  height: 28px;
  width: 19px;
  position: absolute;
  margin: -5px 0 0 -2px;
}
.arc-rewards section.reward-items .reward .reward-top .reward-info {
  overflow: hidden;
}
@media (max-width: 759px) {
  .arc-rewards section.reward-items .reward .reward-top .reward-info {
    clear: both;
  }
}
.arc-rewards section.reward-items .reward .reward-top .reward-info p {
  margin: 0 0 10px;
}
.arc-rewards section.reward-items .reward .reward-top .reward-info p:last-child {
  margin: 0;
}
.arc-rewards section.reward-items .reward .reward-top .reward-limited {
  color: #eedddd;
  background-color: #ff0000;
  display: inline-block;
  padding: 2px;
  line-height: 10px;
}
@media (min-width: 758px) {
  .arc-rewards section.reward-items .rewards-view-small {
    display: none;
  }
}
.arc-rewards section.reward-items .rewards-view-small .reward {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 2%;
  padding: 6%;
}
.arc-rewards section.reward-items .rewards-view-small .reward:last-child {
  border: none;
}
@media (max-width: 757px) {
  .arc-rewards section.reward-items .rewards-view-large {
    display: none;
  }
}
.arc-rewards section.reward-items .rewards-view-large table {
  table-layout: fixed;
  padding: 10px;
  width: 100%;
}
.arc-rewards section.reward-items .rewards-view-large table tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.arc-rewards section.reward-items .rewards-view-large table tr .reward {
  width: 50%;
  vertical-align: top;
  padding: 20px 20px 80px 20px;
}
.arc-rewards section.reward-items .rewards-view-large table tr .reward:nth-last-child(2):nth-child(odd) {
  border: none;
}
@media (min-width: 759px) and (max-width: 980px) {
  .arc-rewards section.reward-items .rewards-view-large table tr .reward .reward-heading .lock {
    margin-left: -2px;
  }
}
.arc-rewards section.reward-items .rewards-view-large table tr .reward-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.arc-rewards section.reward-items .rewards-view-large table tr .spacer {
  vertical-align: top;
  width: 1px;
  position: relative;
}
.arc-rewards section.reward-items .rewards-view-large table tr .spacer:after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: calc(100% - 40px);
  top: 20px;
}
.arc-rewards section.reward-items .rewards-view-large table tr .full-width-spacer {
  width: 50%;
}
.arc-rewards section.reward-items .rewards-view-large table tr:last-of-type td {
  border-bottom: none;
}
.arc-rewards section.reward-items .inactive-message {
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 5% 10%;
}
.arc-rewards section.reward-items .inactive-message .reward-bottom {
  clear: both;
  padding: 15px 0;
  text-align: center;
  height: 30px;
}
.arc-rewards section.reward-items .inactive-message .reward-bottom p.moreRP {
  text-align: center;
  line-height: 200%;
}
.arc-rewards section.reward-items .inactive-message .reward-bottom .reward-button {
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  padding: 4px 10px;
  margin: 0 auto;
}
.arc-rewards section.reward-items .inactive-message .reward-bottom .reward-button:hover {
  border: 1px solid #ffffff;
}
.arc-rewards section.reward-items .inactive-message .reward-bottom .reward-button:disabled,
.arc-rewards section.reward-items .inactive-message .reward-bottom .reward-button:disabled:hover {
  border: 1px solid gray;
  color: gray;
}
.arc-rewards section.reward-items .inactive-message .reward-top {
  clear: both;
}
.arc-rewards section.reward-items .inactive-message .reward-top h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
.arc-rewards section.reward-items .inactive-message .reward-top h5 {
  font-size: 14px;
  margin: 0 0 10px;
}
.arc-rewards section.reward-items .inactive-message .reward-top h5 span {
  color: #fff;
}
.arc-rewards section.reward-items .inactive-message .reward-top h6 span {
  color: #fff;
}
.arc-rewards section.reward-items .inactive-message .reward-top.clone {
  border: 1px solid #28292c;
  outline: solid 1px black;
  margin: -1px 0 0 -1px;
}
.arc-rewards section.reward-items .inactive-message .reward-top .insufficientPoints {
  color: red;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-heading {
  overflow: hidden;
  float: left;
  width: 52px;
  padding: 0 5% 1% 0;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-heading img {
  border: 1px solid #35363f;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-heading a {
  font-size: 9px;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-heading a.view-more {
  display: none;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-heading a:hover {
  text-decoration: underline;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-heading .lock {
  background: url(../images/rewards/ico-lock.png) no-repeat;
  height: 28px;
  width: 19px;
  position: absolute;
  margin: -5px 0 0 -2px;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-info {
  overflow: hidden;
}
@media (max-width: 759px) {
  .arc-rewards section.reward-items .inactive-message .reward-top .reward-info {
    clear: both;
  }
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-info p {
  margin: 0 0 10px;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-info p:last-child {
  margin: 0;
}
.arc-rewards section.reward-items .inactive-message .reward-top .reward-limited {
  color: #eedddd;
  background-color: #ff0000;
  display: inline-block;
  padding: 2px;
  line-height: 10px;
}
.arc-rewards section.reward-items .inactive-message h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 1%;
}
.arc-rewards section.reward-items .inactive-message section.connect-social {
  margin-top: 5%;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social {
  float: left;
  margin: 0 4%;
}
@media (max-width: 759px) {
  .arc-rewards section.reward-items .inactive-message section.connect-social .link-social {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 5%;
  }
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social p {
  text-align: center;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social {
  display: block;
  background: url(../images/rewards/ico-social.png) no-repeat;
  height: 68px;
  width: 68px;
  margin: 0 auto;
  cursor: pointer;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.fb {
  background-position: top left;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.fb:hover {
  background-position: center left;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.fb:active {
  background-position: bottom left;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.tw {
  background-position: top center;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.tw:hover {
  background-position: center center;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.tw:active {
  background-position: bottom center;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.rss {
  background-position: top right;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.rss:hover {
  background-position: center right;
}
.arc-rewards section.reward-items .inactive-message section.connect-social .link-social a.ico-social.rss:active {
  background-position: bottom right;
}
.arc-rewards section.history-items {
  padding-top: 2%;
}
@media (max-width: 991px) {
  .arc-rewards section.history-items .history:first-child {
    display: none;
  }
  .arc-rewards section.history-items .history .history-content div:before {
    color: gray;
    display: inline-block;
    line-height: 25px;
    width: 50%;
  }
  .arc-rewards section.history-items .history .history-content div:before {
    content: attr(data-title);
  }
}
.arc-rewards section.history-items .history .history-content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
  padding: 10px;
}
.arc-rewards section.history-items .history .history-content:not(:last-child) {
  border-bottom: none;
}
.arc-rewards section.history-items .history .history-content .reward_points {
  color: green;
}
.arc-rewards section.history-items .history .history-content .negativeBalance {
  color: red;
}
.arc-rewards section.history-items .history .history-empty {
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.arc-rewards section.history-items .history .history-titles div {
  font-weight: bold;
  padding: 0 2px;
  word-break: break-word;
}
.arc-rewards section.history-items .history .history-entries div {
  color: white;
  padding: 0 2px;
  word-break: break-word;
}
.arc-rewards section.history-items .history .historyPagination {
  text-align: right;
}
.arc-rewards section.history-items .history .historyPagination span {
  vertical-align: text-bottom;
}
.arc-rewards section.history-items .history .historyPagination .paginationArrow {
  cursor: pointer;
  font-size: 25px;
  opacity: .4;
}
.arc-rewards section.history-items .history .historyPagination .paginationArrow:hover {
  opacity: .8;
}
.arc-rewards section.instructions {
  margin: 20px 0 40px;
}
#cboxContent {
  background: rgba(0, 0, 0, 0.3);
}
#colorbox-redeem {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 300px;
  max-height: 400px;
  margin: auto;
}
#colorbox-redeem p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
@media (min-width: 759px) {
  #colorbox-redeem p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
#colorbox-redeem p b {
  color: #fff;
}
#colorbox-redeem p span {
  color: #fff;
  font-weight: bold;
}
#colorbox-redeem h1 {
  text-align: left;
  border-bottom: 1px solid #28292c;
  box-shadow: 0 1px 0 0 #000;
  padding: 7px;
  font: 18px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
}
@media (min-width: 759px) {
  #colorbox-redeem h1 {
    padding: 14px;
    font: 20px/20px Lucida Grande, Lucida Sans Unicode, sans-serif;
  }
}
@media (min-width: 759px) {
  #colorbox-redeem {
    max-width: 460px;
    max-height: 330px;
  }
}
@media (min-width: 1000px) {
  #colorbox-redeem {
    max-width: 660px;
    max-height: 450px;
  }
}
@media (max-height: 400px) {
  #colorbox-redeem {
    max-height: 320px;
  }
}
#colorbox-redeem .close-ico {
  background: url(../images/rewards/icon_popup_close.png) no-repeat 2px 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  height: 16px;
  padding: 2px;
  position: absolute;
  width: 17px;
  text-indent: -9999px;
  cursor: pointer;
  right: 6px;
  top: 6px;
}
#colorbox-redeem .close-ico:hover {
  border: 1px solid #ffffff;
}
@media (min-width: 759px) {
  #colorbox-redeem .close-ico {
    right: 12px;
    top: 13px;
  }
}
#colorbox-redeem .wrapper {
  padding: 15px;
}
@media (min-width: 759px) {
  #colorbox-redeem .wrapper {
    padding: 20px;
  }
}
#colorbox-redeem .dropdown-toggle {
  display: block;
  background: rgba(0, 0, 0, 0.35);
  border: solid 1px rgba(255, 255, 255, 0.35);
  padding: 6px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 759px) {
  #colorbox-redeem .dropdown-toggle {
    margin-bottom: 20px;
  }
}
#colorbox-redeem .dropdown-toggle:hover {
  text-decoration: none;
}
#colorbox-redeem .dropdown-toggle .caret {
  background: url(../images/rewards/ico-dropdown-arrow.png);
  width: 12px;
  height: 7px;
  display: inline-block;
  margin-left: 8px;
  border: none;
  float: right;
  margin-top: 3px;
}
#colorbox-redeem .dropdown-menu {
  border: solid 1px rgba(255, 255, 255, 0.35);
  background: none;
  width: 100%;
  box-sizing: border-box;
}
#colorbox-redeem .dropdown-menu li {
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  padding: 6px;
  color: #fff;
  padding: 3px 20px;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#colorbox-redeem .dropdown-menu li:hover {
  background: rgba(64, 64, 64, 0.8);
}
#colorbox-redeem .button-container {
  position: absolute;
  padding: 15px;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
}
#colorbox-redeem .button-container .confirm-button {
  color: white;
  background: #5c91ff;
  border: none;
  border-radius: 2px;
  padding: 4px 10px;
  display: inline-block;
}
#colorbox-redeem .button-container .confirm-button:hover {
  background: #296fff;
}
#colorbox-redeem .button-container .cancel-button {
  color: white;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  padding: 4px 10px;
  display: inline-block;
  margin-left: 5px;
}
#colorbox-redeem .button-container .cancel-button:hover {
  border: 1px solid #ffffff;
}
@media screen and (orientation: landscape) {
  #colorbox-redeem {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: fixed;
    left: 50%;
    top: 50%;
    width: 35%;
    height: 90%;
    transform: translate(-50%, -50%);
  }
}
.download-module .content {
  width: 1200px;
  margin: 0 auto;
}
.download-module .download-header {
  background: #000;
}
.download-module .download-header .content {
  background: url(../images/download/logo-new.png) no-repeat 100% 0;
  padding: 70px 12px 0;
}
.download-module .download-header .about-arc .logo {
  margin: -30px 120px 0 0;
}
.download-module .download-header .about-arc h1.title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  width: 50%;
}
.download-module .download-header .about-arc .arc-advantage {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 6px 0 0;
  width: 50%;
}
.download-module .download-header .install-arc-client-link {
  background: none;
  text-align: left;
  padding: 12px 0 30px 0;
}
.download-module .download-header .install-arc-client-link p {
  color: #7d7d7d;
  font-size: 11px;
  line-height: 12px;
}
.download-module .download-header .install-arc-client-link .system {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.download-module .download-header .install-arc-client-link .system .ico-system {
  margin: 0 6px -3px 0;
}
.download-module .download-header .install-arc-client-link .btn-install-normal-large,
.download-module .download-header .install-arc-client-link .btn-install-disabled-large {
  display: block;
  margin: 20px 0;
  font-family: 'Open Sans', sans-serif;
  border-radius: 2px;
  max-width: 250px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.download-module .download-header .install-arc-client-link .btn-install-normal-large.btn-download-now,
.download-module .download-header .install-arc-client-link .btn-install-disabled-large.btn-download-now {
  background-color: #4e7edb;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 36px;
}
.download-module .download-header .install-arc-client-link .btn-install-normal-large.btn-download-now:hover,
.download-module .download-header .install-arc-client-link .btn-install-disabled-large.btn-download-now:hover {
  background-color: #5c92ff;
}
.download-module .download-header .install-arc-client-link .btn-install-normal-large.btn-previous-versions,
.download-module .download-header .install-arc-client-link .btn-install-disabled-large.btn-previous-versions {
  background-color: #2f2f2f;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding: 10px 36px;
}
.download-module .download-header .install-arc-client-link .btn-install-normal-large.btn-previous-versions:hover,
.download-module .download-header .install-arc-client-link .btn-install-disabled-large.btn-previous-versions:hover {
  background-color: #4e4e4e;
}
.download-module .download-header .install-arc-client-link .btn-install-normal-large.btn-previous-versions span,
.download-module .download-header .install-arc-client-link .btn-install-disabled-large.btn-previous-versions span {
  position: relative;
  padding-left: 16px;
}
.download-module .download-header .install-arc-client-link .btn-install-normal-large.btn-previous-versions span:before,
.download-module .download-header .install-arc-client-link .btn-install-disabled-large.btn-previous-versions span:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 100%;
  height: 100% ;
  background: url(../images/download/download-icon.png) no-repeat;
}
.download-module .download-header .install-arc-client-link .arc-system {
  margin-top: 95px;
}
.download-module .download-header h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}
.download-module .download-header .download-arc-list {
  border-top: 1px solid #2c2d36;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.download-module .download-header .download-arc-list li {
  padding: 20px 0;
  margin: 0px 20px;
}
.download-module .download-header .download-arc-list li h4 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.download-module .download-header .download-arc-list li img {
  height: 140px;
  width: 246px;
}
.download-module .module-body {
  padding: 0;
}
.download-module .module-body01 {
  background-image: url(../images/download/bg-download01.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.download-module .module-body01 .content {
  background-image: url(../images/download/bg-module01.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 449px;
}
.download-module .module-body01 .content .body-info {
  color: #fff;
  position: relative;
  top: 45px;
  width: 39%;
}
.download-module .module-body01 .content .body-info h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 6px 0;
}
.download-module .module-body01 .content .body-info p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.download-module .module-body02 {
  background-image: url(../images/download/bg-download02.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.download-module .module-body02 .content {
  background-image: url(../images/download/bg-module02.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  height: 451px;
}
.download-module .module-body02 .content .body-info {
  color: #fff;
  position: relative;
  top: 110px;
  width: 36%;
}
.download-module .module-body02 .content .body-info h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 6px 0;
}
.download-module .module-body02 .content .body-info p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.download-module .module-body03 {
  background-image: url(../images/download/bg-download03.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.download-module .module-body03 .content {
  background-image: url(../images/download/bg-module03.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 450px;
}
.download-module .module-body03 .content .body-info {
  color: #fff;
  position: relative;
  top: 75px;
  width: 39%;
}
.download-module .module-body03 .content .body-info h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 6px 0;
}
.download-module .module-body03 .content .body-info p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.download-module .module-body04 {
  background-image: url(../images/download/bg-download04.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.download-module .module-body04 .content {
  background-image: url(../images/download/bg-module04.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 450px;
}
.download-module .module-body04 .content .body-info {
  color: #fff;
  position: relative;
  top: 110px;
  width: 36%;
}
.download-module .module-body04 .content .body-info h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 6px 0;
}
.download-module .module-body04 .content .body-info p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.download-module .module-body05 {
  background: #000;
  text-align: center;
  padding: 12px 0;
}
.download-module .module-body05 .back-to-top {
  background: #1b1c1f;
  border-width: 2px;
  border-style: solid;
  border-color: #2e374b;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  min-width: 130px;
}
.download-module .module-body05 .back-to-top span {
  position: relative;
  display: inline-block;
  top: -1px;
  left: -7px;
}
.download-module .module-body05 .back-to-top:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .download-module .module-body .module-body01 > .content,
  .download-module .module-body .module-body02 > .content,
  .download-module .module-body .module-body03 > .content,
  .download-module .module-body .module-body04 > .content,
  .download-module .module-body .module-body05 > .content {
    width: 100%;
    height: 450px;
  }
  .download-module .module-body .module-body01 > .content > .body-info,
  .download-module .module-body .module-body02 > .content > .body-info,
  .download-module .module-body .module-body03 > .content > .body-info,
  .download-module .module-body .module-body04 > .content > .body-info,
  .download-module .module-body .module-body05 > .content > .body-info {
    top: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .download-module .module-body .module-body01 > .content > .body-info > h2,
  .download-module .module-body .module-body02 > .content > .body-info > h2,
  .download-module .module-body .module-body03 > .content > .body-info > h2,
  .download-module .module-body .module-body04 > .content > .body-info > h2,
  .download-module .module-body .module-body05 > .content > .body-info > h2 {
    font-size: 18px;
  }
  .download-module .module-body .module-body01 > .content > .body-info > p,
  .download-module .module-body .module-body02 > .content > .body-info > p,
  .download-module .module-body .module-body03 > .content > .body-info > p,
  .download-module .module-body .module-body04 > .content > .body-info > p,
  .download-module .module-body .module-body05 > .content > .body-info > p {
    font-size: 14px;
  }
  .download-module .module-body .module-body04 > .content {
    background-position: -110px 0;
  }
  .download-module .download-header .content {
    width: 100%;
    padding: 30px 24px 0;
    background-size: 50%;
    background-position: right 20px;
  }
  .download-module .download-header .content .about-arc > .logo {
    display: none;
  }
  .download-module .download-header .content .about-arc h1.title {
    font-size: 32px;
    line-height: 50px;
    width: 70%;
  }
  .download-module .download-header .content .about-arc p.arc-advantage {
    font-size: 14px;
    width: 70%;
  }
  .download-module .download-header .download-arc-list,
  .download-module .download-header .download-arc-header {
    display: none;
  }
}
@media (max-width: 1279px) {
  .download-module .content {
    width: 960px;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .download-module .download-header .about-arc .logo {
    margin-right: 45px;
    width: 330px;
  }
  .download-module .download-header .download-arc-list li {
    margin: 0 12px;
  }
  .download-module .download-header .download-arc-list li img {
    width: 214px;
  }
}
.action-client {
  /*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
  /*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
  /*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
}
@keyframes popInBottom {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes popInTop {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.action-client .download-popup {
  position: fixed;
  z-index: 9999;
  opacity: 0;
  cursor: pointer;
}
.action-client .download-popup.animation {
  animation-delay: 0.5s;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
.action-client .download-popup:not(.animation) {
  transition: opacity 0.5s linear;
  pointer-events: none;
}
.action-client .download-popup--ie.animation,
.action-client .download-popup--chrome.animation,
.action-client .download-popup--edge.animation {
  animation-name: popInBottom;
}
.action-client .download-popup--chrome {
  left: 0;
  bottom: 0;
}
.action-client .download-popup--firefox {
  top: 0;
  left: auto;
  right: 55px;
}
@media screen and (max-width: 750px) {
  .action-client .download-popup--firefox {
    left: 5px;
    right: auto;
  }
}
.action-client .download-popup--firefox.animation {
  animation-name: popInTop;
}
.action-client .download-popup--edge {
  bottom: 10%;
}
@media screen and (max-width: 750px) {
  .action-client .download-popup--edge {
    right: auto;
    left: 55px;
    bottom: 150px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .action-client .download-popup--edge {
    right: 400px;
  }
}
@media screen and (min-width: 1001px) {
  .action-client .download-popup--edge {
    right: 43%;
  }
}
.action-client .download-popup--ie {
  left: auto;
  bottom: 10%;
}
@media screen and (max-width: 630px) {
  .action-client .download-popup--ie {
    right: 15%;
  }
}
@media screen and (min-width: 631px) and (max-width: 1000px) {
  .action-client .download-popup--ie {
    right: 275px;
  }
}
@media screen and (min-width: 1001px) {
  .action-client .download-popup--ie {
    bottom: 6%;
    right: 32%;
  }
}
.action-client .popup-content {
  color: #000;
  position: absolute;
}
.action-client .download-icon--firefox {
  display: inline-block;
  margin: 0px 5px -1px 5px;
}
.action-client .download-popup--chrome {
  background-image: url(../images/arc/spritesmith-arc-download-popup.png);
  background-position: 0px -138px;
  width: 302px;
  height: 123px;
}
.action-client .download-popup--firefox {
  background-image: url(../images/arc/spritesmith-arc-download-popup.png);
  background-position: 0px 0px;
  width: 591px;
  height: 123px;
}
.action-client .download-popup--edge {
  background-image: url(../images/arc/spritesmith-arc-download-popup.png);
  background-position: 0px -276px;
  width: 302px;
  height: 123px;
}
.action-client .download-popup--ie {
  background-image: url(../images/arc/spritesmith-arc-download-popup.png);
  background-position: 0px -276px;
  width: 302px;
  height: 123px;
}
.action-client .popup-content {
  font-size: 14px;
  line-height: 1.5;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
}
.action-client .popup-content--firefox {
  width: 77%;
  display: flex;
  justify-content: space-between;
  top: 48%;
  left: 10%;
}
.action-client .popup-content--firefox__1 {
  width: 40%;
}
.action-client .popup-content--firefox__2 {
  width: 44%;
}
.action-client .popup-content--edge {
  width: 65%;
}
.action-client .popup-content--chrome {
  width: 175px;
}
.action-client .download-popup--ie {
  left: auto;
  bottom: 12%;
}
@media screen and (max-width: 630px) {
  .action-client .download-popup--ie {
    right: 15%;
  }
}
@media screen and (min-width: 631px) and (max-width: 1000px) {
  .action-client .download-popup--ie {
    right: 275px;
  }
}
@media screen and (min-width: 1001px) {
  .action-client .download-popup--ie {
    bottom: 9%;
    right: 23%;
  }
}
.action-client .download-popup--edge {
  left: auto;
}
@media screen and (max-width: 630px) {
  .action-client .download-popup--edge {
    right: 15%;
    bottom: 28%;
  }
}
@media screen and (min-width: 631px) and (max-width: 1000px) {
  .action-client .download-popup--edge {
    right: 180px;
  }
}
@media screen and (min-width: 1001px) {
  .action-client .download-popup--edge {
    right: 33%;
  }
}
.action-client .download-icon--firefox {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAMAAAAxIdauAAAAG1BMVEVHcEwKhP8KhP8KhP8KhP8KhP8KhP8KhP8KhP8ayfuzAAAACHRSTlMAxA/UFcsF7VtnNvkAAABGSURBVAjXpc4xEoAwDANByXaM/v9i7JBhMjQUuW67AzoSW9KB0gDSHoVfBmpYK1yesFGUGgGgKS1MVgtFbpifid+oN350A8omAh0dgeYCAAAAAElFTkSuQmCC") no-repeat center center;
  height: 15px;
  width: 13px;
}
.account-module {
  padding-top: 10px;
  box-sizing: border-box;
}
.btn-add-friend,
.btn-go,
.btn-changecover,
.btn-cancel,
.btn-add-a-friend,
.btn-ignore,
.btn-find-friends,
.btn-friend-dropdown,
.btn-unblock,
.btn-new-message,
.btn-delete,
.btn-delete-detail,
.btn-back,
.btn-report,
.btn-reply,
.btn-cancel,
.btn-message,
.btn-request-pending,
.btn-unread,
.btn-ignore-account,
.btn-cancel-my,
.btn-mark-all-read,
.btn-mark-read {
  background: url(../images/global/bg-btn.png) no-repeat 0 0;
  color: #cccccc;
  display: block;
  height: 32px;
  padding: 0 0 0 10px;
  display: inline-block;
}
.btn-add-friend span,
.btn-go span,
.btn-changecover span,
.btn-cancel span,
.btn-add-a-friend span,
.btn-ignore span,
.btn-find-friends span,
.btn-friend-dropdown span,
.btn-unblock span,
.btn-new-message span,
.btn-delete span,
.btn-delete-detail span,
.btn-back span,
.btn-report span,
.btn-reply span,
.btn-cancel span,
.btn-message span,
.btn-request-pending span,
.btn-unread span,
.btn-ignore-account span,
.btn-cancel-my span,
.btn-mark-all-read span,
.btn-mark-read span {
  background: url(../images/global/bg-btn.png) no-repeat 100% -32px;
  cursor: pointer;
  display: block;
  height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px 0 5px;
}
.btn-add-friend:not(.disabled):hover,
.btn-go:not(.disabled):hover,
.btn-changecover:not(.disabled):hover,
.btn-cancel:not(.disabled):hover,
.btn-add-a-friend:not(.disabled):hover,
.btn-ignore:not(.disabled):hover,
.btn-find-friends:not(.disabled):hover,
.btn-friend-dropdown:not(.disabled):hover,
.btn-unblock:not(.disabled):hover,
.btn-new-message:not(.disabled):hover,
.btn-delete:not(.disabled):hover,
.btn-delete-detail:not(.disabled):hover,
.btn-back:not(.disabled):hover,
.btn-report:not(.disabled):hover,
.btn-reply:not(.disabled):hover,
.btn-cancel:not(.disabled):hover,
.btn-message:not(.disabled):hover,
.btn-request-pending:not(.disabled):hover,
.btn-unread:not(.disabled):hover,
.btn-ignore-account:not(.disabled):hover,
.btn-cancel-my:not(.disabled):hover,
.btn-mark-all-read:not(.disabled):hover,
.btn-mark-read:not(.disabled):hover {
  background-position: 0 -65px;
  text-decoration: none;
}
.btn-add-friend:not(.disabled):hover span,
.btn-go:not(.disabled):hover span,
.btn-changecover:not(.disabled):hover span,
.btn-cancel:not(.disabled):hover span,
.btn-add-a-friend:not(.disabled):hover span,
.btn-ignore:not(.disabled):hover span,
.btn-find-friends:not(.disabled):hover span,
.btn-friend-dropdown:not(.disabled):hover span,
.btn-unblock:not(.disabled):hover span,
.btn-new-message:not(.disabled):hover span,
.btn-delete:not(.disabled):hover span,
.btn-delete-detail:not(.disabled):hover span,
.btn-back:not(.disabled):hover span,
.btn-report:not(.disabled):hover span,
.btn-reply:not(.disabled):hover span,
.btn-cancel:not(.disabled):hover span,
.btn-message:not(.disabled):hover span,
.btn-request-pending:not(.disabled):hover span,
.btn-unread:not(.disabled):hover span,
.btn-ignore-account:not(.disabled):hover span,
.btn-cancel-my:not(.disabled):hover span,
.btn-mark-all-read:not(.disabled):hover span,
.btn-mark-read:not(.disabled):hover span {
  background-position: 100% -97px;
}
.btn-add-friend:active,
.btn-go:active,
.btn-changecover:active,
.btn-cancel:active,
.btn-add-a-friend:active,
.btn-ignore:active,
.btn-find-friends:active,
.btn-friend-dropdown:active,
.btn-unblock:active,
.btn-new-message:active,
.btn-delete:active,
.btn-delete-detail:active,
.btn-back:active,
.btn-report:active,
.btn-reply:active,
.btn-cancel:active,
.btn-message:active,
.btn-request-pending:active,
.btn-unread:active,
.btn-ignore-account:active,
.btn-cancel-my:active,
.btn-mark-all-read:active,
.btn-mark-read:active {
  background-position: 0 -130px;
}
.btn-add-friend:active span,
.btn-go:active span,
.btn-changecover:active span,
.btn-cancel:active span,
.btn-add-a-friend:active span,
.btn-ignore:active span,
.btn-find-friends:active span,
.btn-friend-dropdown:active span,
.btn-unblock:active span,
.btn-new-message:active span,
.btn-delete:active span,
.btn-delete-detail:active span,
.btn-back:active span,
.btn-report:active span,
.btn-reply:active span,
.btn-cancel:active span,
.btn-message:active span,
.btn-request-pending:active span,
.btn-unread:active span,
.btn-ignore-account:active span,
.btn-cancel-my:active span,
.btn-mark-all-read:active span,
.btn-mark-read:active span {
  background-position: 100% -162px;
}
.btn-add-friend.normal,
.btn-go.normal,
.btn-changecover.normal,
.btn-cancel.normal,
.btn-add-a-friend.normal,
.btn-ignore.normal,
.btn-find-friends.normal,
.btn-friend-dropdown.normal,
.btn-unblock.normal,
.btn-new-message.normal,
.btn-delete.normal,
.btn-delete-detail.normal,
.btn-back.normal,
.btn-report.normal,
.btn-reply.normal,
.btn-cancel.normal,
.btn-message.normal,
.btn-request-pending.normal,
.btn-unread.normal,
.btn-ignore-account.normal,
.btn-cancel-my.normal,
.btn-mark-all-read.normal,
.btn-mark-read.normal {
  background-position: 0 -390px;
}
.btn-add-friend.normal span,
.btn-go.normal span,
.btn-changecover.normal span,
.btn-cancel.normal span,
.btn-add-a-friend.normal span,
.btn-ignore.normal span,
.btn-find-friends.normal span,
.btn-friend-dropdown.normal span,
.btn-unblock.normal span,
.btn-new-message.normal span,
.btn-delete.normal span,
.btn-delete-detail.normal span,
.btn-back.normal span,
.btn-report.normal span,
.btn-reply.normal span,
.btn-cancel.normal span,
.btn-message.normal span,
.btn-request-pending.normal span,
.btn-unread.normal span,
.btn-ignore-account.normal span,
.btn-cancel-my.normal span,
.btn-mark-all-read.normal span,
.btn-mark-read.normal span {
  background-position: 100% -422px;
}
.btn-add-friend.disabled,
.btn-go.disabled,
.btn-changecover.disabled,
.btn-cancel.disabled,
.btn-add-a-friend.disabled,
.btn-ignore.disabled,
.btn-find-friends.disabled,
.btn-friend-dropdown.disabled,
.btn-unblock.disabled,
.btn-new-message.disabled,
.btn-delete.disabled,
.btn-delete-detail.disabled,
.btn-back.disabled,
.btn-report.disabled,
.btn-reply.disabled,
.btn-cancel.disabled,
.btn-message.disabled,
.btn-request-pending.disabled,
.btn-unread.disabled,
.btn-ignore-account.disabled,
.btn-cancel-my.disabled,
.btn-mark-all-read.disabled,
.btn-mark-read.disabled {
  background-image: -moz-linear-gradient(top, #262a33, #21252e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262a33), to(#21252e));
  background-image: -webkit-linear-gradient(top, #262a33, #21252e);
  background-image: -o-linear-gradient(top, #262a33, #21252e);
  background-image: linear-gradient(to bottom, #262a33, #21252e);
  -webkit-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262a33', endColorstr='#ff21252e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
  opacity: 0.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 31px;
  text-decoration: none;
}
.btn-add-friend.disabled a,
.btn-go.disabled a,
.btn-changecover.disabled a,
.btn-cancel.disabled a,
.btn-add-a-friend.disabled a,
.btn-ignore.disabled a,
.btn-find-friends.disabled a,
.btn-friend-dropdown.disabled a,
.btn-unblock.disabled a,
.btn-new-message.disabled a,
.btn-delete.disabled a,
.btn-delete-detail.disabled a,
.btn-back.disabled a,
.btn-report.disabled a,
.btn-reply.disabled a,
.btn-cancel.disabled a,
.btn-message.disabled a,
.btn-request-pending.disabled a,
.btn-unread.disabled a,
.btn-ignore-account.disabled a,
.btn-cancel-my.disabled a,
.btn-mark-all-read.disabled a,
.btn-mark-read.disabled a {
  opacity: 0.3;
  cursor: default;
}
.btn-add-friend.disabled span,
.btn-go.disabled span,
.btn-changecover.disabled span,
.btn-cancel.disabled span,
.btn-add-a-friend.disabled span,
.btn-ignore.disabled span,
.btn-find-friends.disabled span,
.btn-friend-dropdown.disabled span,
.btn-unblock.disabled span,
.btn-new-message.disabled span,
.btn-delete.disabled span,
.btn-delete-detail.disabled span,
.btn-back.disabled span,
.btn-report.disabled span,
.btn-reply.disabled span,
.btn-cancel.disabled span,
.btn-message.disabled span,
.btn-request-pending.disabled span,
.btn-unread.disabled span,
.btn-ignore-account.disabled span,
.btn-cancel-my.disabled span,
.btn-mark-all-read.disabled span,
.btn-mark-read.disabled span {
  height: 31px;
  background-image: none;
}
.btn-add-friend.disabled:hover,
.btn-go.disabled:hover,
.btn-changecover.disabled:hover,
.btn-cancel.disabled:hover,
.btn-add-a-friend.disabled:hover,
.btn-ignore.disabled:hover,
.btn-find-friends.disabled:hover,
.btn-friend-dropdown.disabled:hover,
.btn-unblock.disabled:hover,
.btn-new-message.disabled:hover,
.btn-delete.disabled:hover,
.btn-delete-detail.disabled:hover,
.btn-back.disabled:hover,
.btn-report.disabled:hover,
.btn-reply.disabled:hover,
.btn-cancel.disabled:hover,
.btn-message.disabled:hover,
.btn-request-pending.disabled:hover,
.btn-unread.disabled:hover,
.btn-ignore-account.disabled:hover,
.btn-cancel-my.disabled:hover,
.btn-mark-all-read.disabled:hover,
.btn-mark-read.disabled:hover {
  color: #ccc;
}
.btn-add-friend.disabled:hover span,
.btn-go.disabled:hover span,
.btn-changecover.disabled:hover span,
.btn-cancel.disabled:hover span,
.btn-add-a-friend.disabled:hover span,
.btn-ignore.disabled:hover span,
.btn-find-friends.disabled:hover span,
.btn-friend-dropdown.disabled:hover span,
.btn-unblock.disabled:hover span,
.btn-new-message.disabled:hover span,
.btn-delete.disabled:hover span,
.btn-delete-detail.disabled:hover span,
.btn-back.disabled:hover span,
.btn-report.disabled:hover span,
.btn-reply.disabled:hover span,
.btn-cancel.disabled:hover span,
.btn-message.disabled:hover span,
.btn-request-pending.disabled:hover span,
.btn-unread.disabled:hover span,
.btn-ignore-account.disabled:hover span,
.btn-cancel-my.disabled:hover span,
.btn-mark-all-read.disabled:hover span,
.btn-mark-read.disabled:hover span {
  cursor: default;
}
.btn-find-friends .ico-user-plus,
.btn-friend-dropdown .ico-user,
.btn-unblock .ico-checkmark,
.btn-new-message .ico-edit-msg,
.btn-delete .ico-delete,
.btn-delete-detail .ico-delete,
.btn-report .ico-report,
.btn-reply .ico-reply,
.btn-back .ico-arrow-left {
  left: -6px;
  position: relative;
  top: 2px;
}
.btn-friend-dropdown .ico-user {
  top: 1px;
}
.btn-unblock .ico-checkmark {
  top: 0;
}
.btn-report .ico-report {
  top: 3px;
}
.btn-back .ico-arrow-left {
  display: inline-block;
}
.btn-add-friend .ico-plus-circle,
.btn-add-a-friend .ico-plus-circle {
  left: -7px;
  position: relative;
  top: 5px;
}
.btn-isRequested {
  width: 141px;
  display: none;
}
.find-friends-list .btn-group.open .dropdown-toggle,
.btn-arrow {
  background: url(../images/global/bg-btn.png) no-repeat 100% -32px;
  display: inline-block;
  height: 32px;
  width: 30px;
  padding: 1px 0 2px 0;
}
.find-friends-list .btn-group.open .dropdown-toggle:hover,
.btn-arrow:hover {
  background-position: 100% -97px;
}
.find-friends-list .btn-group.open .dropdown-toggle:active,
.btn-arrow:active {
  background-position: 100% -162px;
}
.find-friends-list .btn-group.open .dropdown-toggle .ico-arrow-down2,
.btn-arrow .ico-arrow-down2 {
  display: block;
  background: url(../images/global/icons_right.png) no-repeat -30px 11px;
  height: 28px;
  width: 30px;
  top: 11px;
  border-left: 1px solid #373d4a;
  -webkit-box-shadow: 0 1px 0 #1d212a;
  -moz-box-shadow: 0 1px 0 #1d212a;
  box-shadow: 0 1px 0 #1d212a;
}
.input-text {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
}
.account-avatar-wrap {
  bottom: 16px;
  left: 40px;
  position: absolute;
  text-align: center;
}
.account-avatar-wrap .avatar {
  border-width: 2px;
  border-style: solid;
  border-color: #686b72;
  height: 125px;
  width: 125px;
  margin: 0 0 5px 0;
  position: relative;
}
.account-avatar-wrap .avatar > img {
  height: 100%;
  width: 100%;
}
.account-avatar-wrap .avatar .edit {
  background: #686b72;
  height: 19px;
  bottom: 2px;
  position: absolute;
  padding: 6px;
  right: 2px;
  width: 19px;
  z-index: 20;
  display: none;
}
.account-avatar-wrap .avatar .edit .fileupload {
  width: 32px;
}
.account-avatar-wrap .avatar .edit .upload-size-notes {
  display: none;
}
.account-avatar-wrap .name {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.account-header {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  outline: 1px solid #24272e;
  position: relative;
  height: 128px;
  overflow: hidden;
  text-align: center;
}
.account-header .fileupload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.account-header .change-cover {
  display: none;
}
.account-header .change-cover .upload-size-notes {
  display: none;
}
.account-header .btn-changecover {
  bottom: 12px;
  right: 24px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.account-header .btn-changecover:focus {
  color: #ccc;
  text-decoration: none;
}
.account-header .btn-changecover .ico-edit {
  margin: 0 5px -2px 0;
}
.account-header .btn-changecover .fileupload {
  width: 100%;
}
.account-header .account-avatar-wrap {
  bottom: 5px;
}
.account-header .account-avatar-wrap .avatar {
  height: 80px;
  width: 80px;
}
.account-header .upload-size-notes {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background: #000;
  opacity: 0.7;
  padding: 2px 5px;
  position: absolute;
  white-space: nowrap;
  z-index: 999;
}
.account-header .change-cover .upload-size-notes {
  bottom: 44px;
  right: 0;
}
.account-header .change-avatar .upload-size-notes {
  top: 0;
  left: 35px;
}
.account-header .drag-message {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}
.account-header .drag-message .upload-size-notes {
  display: inline;
  position: static;
  padding: 8px 15px;
}
.account-header .drag-message .upload-size-notes .ico-move {
  vertical-align: top;
  margin-right: 5px;
}
.account-header .cover-loading-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 10;
}
.account-header .coverimg {
  width: 100%;
  max-width: none;
  position: relative;
}
.account-header .img-cover {
  cursor: move;
}
.account-header.active {
  height: 328px;
}
.account-header.active .account-avatar-wrap {
  bottom: 16px;
}
.account-header.active .account-avatar-wrap .avatar {
  height: 125px;
  width: 125px;
}
.account-header-btns {
  display: none;
  text-align: right;
  position: relative;
  top: -45px;
}
.account-header-btns .btn-save {
  margin-right: 24px;
  padding: 9px 15px;
}
.menu-list li a,
.hidden-menus .dropdown-menu li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 31px;
  display: block;
  height: 100%;
}
.menu-list li .ico-span,
.hidden-menus .dropdown-menu li .ico-span {
  background: url(../images/account/ico-menus.png) no-repeat 0 0;
  display: inline-block;
  height: 15px;
  width: 18px;
  margin: 0 4px 0 0;
  position: relative;
  top: 5px;
  left: 0;
}
.menu-list li .ico-activity,
.hidden-menus .dropdown-menu li .ico-activity {
  background-position: 0 -30px;
}
.menu-list li .ico-games,
.hidden-menus .dropdown-menu li .ico-games {
  background-position: 0 -60px;
}
.menu-list li .ico-friends,
.hidden-menus .dropdown-menu li .ico-friends {
  background-position: 0 -90px;
}
.menu-list li .ico-messages,
.hidden-menus .dropdown-menu li .ico-messages {
  background-position: 0 -120px;
}
.menu-list li .ico-security,
.hidden-menus .dropdown-menu li .ico-security {
  background-position: 0 -180px;
  top: 2px;
}
.menu-list li .ico-setting,
.hidden-menus .dropdown-menu li .ico-setting {
  background-position: 0 -150px;
}
.menu-list li:hover,
.hidden-menus .dropdown-menu li:hover,
.menu-list li.active,
.hidden-menus .dropdown-menu li.active {
  background: #282d37;
}
.menu-list li:hover a,
.hidden-menus .dropdown-menu li:hover a,
.menu-list li.active a,
.hidden-menus .dropdown-menu li.active a {
  color: #fff;
  text-decoration: none;
  background: none;
}
.menu-list li:hover .ico-account,
.hidden-menus .dropdown-menu li:hover .ico-account,
.menu-list li.active .ico-account,
.hidden-menus .dropdown-menu li.active .ico-account {
  background-position: -50px 0;
}
.menu-list li:hover .ico-activity,
.hidden-menus .dropdown-menu li:hover .ico-activity,
.menu-list li.active .ico-activity,
.hidden-menus .dropdown-menu li.active .ico-activity {
  background-position: -50px -30px;
}
.menu-list li:hover .ico-games,
.hidden-menus .dropdown-menu li:hover .ico-games,
.menu-list li.active .ico-games,
.hidden-menus .dropdown-menu li.active .ico-games {
  background-position: -50px -60px;
}
.menu-list li:hover .ico-friends,
.hidden-menus .dropdown-menu li:hover .ico-friends,
.menu-list li.active .ico-friends,
.hidden-menus .dropdown-menu li.active .ico-friends {
  background-position: -50px -90px;
}
.menu-list li:hover .ico-messages,
.hidden-menus .dropdown-menu li:hover .ico-messages,
.menu-list li.active .ico-messages,
.hidden-menus .dropdown-menu li.active .ico-messages {
  background-position: -50px -120px;
}
.menu-list li:hover .ico-security,
.hidden-menus .dropdown-menu li:hover .ico-security,
.menu-list li.active .ico-security,
.hidden-menus .dropdown-menu li.active .ico-security {
  background-position: -50px -180px;
}
.menu-list li:hover .ico-setting,
.hidden-menus .dropdown-menu li:hover .ico-setting,
.menu-list li.active .ico-setting,
.hidden-menus .dropdown-menu li.active .ico-setting {
  background-position: -50px -150px;
}
.module-item-with-two-borders {
  background: #1b1c20;
  border-width: 1px;
  border-style: solid;
  border-color: #28292d;
  outline: 1px solid #000;
  padding: 10px;
  margin: 0 0 17px 0;
}
.module-group {
  margin: 0 0 0 -13px;
}
.module-group .item-group {
  background: #1b1c20;
  border-width: 1px;
  border-style: solid;
  border-color: #28292d;
  outline: 1px solid #000;
  padding: 10px;
  margin: 0 0 17px 0;
  float: left;
  margin: 0 0 9px 13px;
  position: relative;
  padding: 10px 10px 10px 104px;
  min-height: 88px;
  width: 36.7%;
}
.module-group .item-group .user-avatar {
  background: url(../images/global/avatar.png) no-repeat 0 0;
  left: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #343538;
  float: left;
  height: 80px;
  margin-right: 0;
  overflow: hidden;
  width: 80px;
  position: absolute;
  top: 10px;
}
.module-group .item-group .user-avatar a {
  display: block;
  height: 100%;
  width: 100%;
}
.module-group .item-group .user-avatar img {
  height: 100%;
  width: 100%;
}
.module-group .item-group .username {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.module-group .item-group .sent-request {
  font-size: 14px;
  color: #a7a7a7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
  margin: 3px 0 10px 0;
}
.module-group .item-group .status,
.module-group .item-group .become-friend-time {
  font-size: 12px;
  line-height: 16px;
}
.module-group .item-group .btns {
  margin: 3px 0 0 0;
}
.module-group .item-group .btns .ico-plus-circle {
  left: -7px;
  position: relative;
  top: 5px;
}
.module-group .item-group .ico-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.module-group .online .user-avatar {
  border-color: #41b941;
}
.module-group .online .status {
  color: #41b941;
}
.account-module-item {
  overflow: hidden;
  padding: 2px 0 17px 2px;
}
.account-module-item .title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px 0 0;
}
.account-module-item .msg {
  padding: 0;
  font-size: 14px;
}
.account-module-item .msg a {
  color: #fff;
}
.account-module-item .user-avatar img {
  height: 100%;
  width: 100%;
}
.account-search-module .dropdown {
  display: inline-block;
  width: 150px;
}
.account-search-module .dropdown .dropdown-list {
  min-width: 148px;
}
.account-search-module input {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  width: 285px;
  margin: 0 0 2px 0;
}
.account-search-module .btn-search {
  position: relative;
  top: 13px;
}
/*change line*/
.change-line {
  display: none;
}
.account-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 13px 0;
}
.account-title .link {
  background-position: 0 -590px;
  font-size: 14px;
  float: right;
}
.account-title .link-crypuser {
  margin-left: 20px;
}
.alert {
  margin: 10px 0 0 0 ;
  text-align: left;
}
.alert .alert-error-msg {
  padding-right: 30px;
}
.alert a {
  color: #5c91ff;
}
.alert-error {
  margin: 10px 0;
}
.module-empty {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #676767;
}
.module-empty .n-nickname {
  color: #a7a7a7 !important;
}
textarea {
  resize: none;
}
.account-body {
  padding: 17px 0 50px 0;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  /* module03*/
  /*edit email*/
}
.account-body .account-menus {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background: #1b1c20;
  float: left;
  padding: 10px 0;
  position: relative;
  width: 209px;
  /*user menus*/
}
.account-body .account-menus .my-info {
  padding: 3px 25px;
}
.account-body .account-menus .my-info .title {
  color: #6c6c6c;
}
.account-body .account-menus .my-info.last {
  margin: 0 0 10px 0;
}
.account-body .account-menus .line {
  margin: 4px 0;
  padding: 0 14px;
}
.account-body .account-menus .line div {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
}
.account-body .account-menus .menu-list li {
  margin: 0 0 5px 0;
}
.account-body .account-menus .menu-list li .prompt-box,
.account-body .account-menus .menu-list li .prompt-box b {
  display: inline-block;
}
.account-body .account-menus .menu-list li .prompt-box {
  float: right;
  margin: -23px 30px 0 0;
}
.account-body .account-menus .menu-list li .prompt-box b {
  color: #fff;
}
.account-body .account-menus .menu-list li a {
  padding: 0 24px;
}
.account-body .account-menus .hidden-menus {
  display: none;
  position: absolute;
  right: 10px;
  top: 3px;
}
.account-body .account-menus .hidden-menus .dropdown {
  padding: 0 12px;
  width: 51px;
}
.account-body .account-menus .hidden-menus .dropdown > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 31px;
  padding: 0;
}
.account-body .account-menus .hidden-menus .dropdown .ico-arrow-down {
  margin: 6px 0 0 0;
}
.account-body .account-menus .hidden-menus .dropdown:hover > a,
.account-body .account-menus .hidden-menus .dropdown:focus > a,
.account-body .account-menus .hidden-menus .dropdown.acitve > a {
  color: #5c91ff;
  background: none;
}
.account-body .account-menus .hidden-menus .dropdown-menu {
  border-width: 2px;
  border-style: solid;
  border-color: #282d37;
  background: #1b1c20;
  left: -214px;
  width: 295px;
}
.account-body .account-menus .hidden-menus .dropdown-menu li {
  border-top: 1px solid #373d4a;
  -webkit-box-shadow: 0 -1px 0 #1d212a;
  -moz-box-shadow: 0 -1px 0 #1d212a;
  box-shadow: 0 -1px 0 #1d212a;
  padding: 5px 16px;
}
.account-body .account-menus .hidden-menus .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.account-body .account-menus .hidden-menus .dropdown-menu li a:hover {
  background: none;
}
.account-body .account-menus .hidden-menus .dropdown-menu li:first-child {
  border-top: none;
}
.account-body .account-menus .hidden-menus .dropdown-menu li.active {
  display: none;
}
.account-body .account-menus .nav > li > a:hover,
.account-body .account-menus .nav > li > a:focus {
  background: none;
}
.account-body .account-menus .btn-user-unblock {
  width: 160px;
  text-align: center;
}
.account-body .account-menus .btn-user-unfriend {
  display: inline-block;
}
.account-body .account-menus .btn-user-add-friend,
.account-body .account-menus .btn-user-unfriend,
.account-body .account-menus .btn-user-unblock {
  display: none;
}
.account-body .account-menus .btn-user-add-friend {
  padding: 5px 15px;
}
.account-body .account-menus .btn-user-add-friend,
.account-body .account-menus .btn-user-sent-message {
  width: 140px;
  margin: 0 0 6px 0;
  position: relative;
}
.account-body .account-menus .btn-user-add-friend em,
.account-body .account-menus .btn-user-sent-message em {
  display: inline-block;
  margin: 0 5px -1px 0;
}
.account-body .account-menus .btn-user-add-friend span {
  position: relative;
  top: -3px;
}
.account-body .account-menus .btn-user-unfriend span {
  text-align: center;
  width: 142px;
}
.account-body .account-menus .btn-user-unfriend span em {
  left: -5px;
  position: relative;
  top: 4px;
}
.account-body .account-menus .user-menus {
  padding: 5px 25px;
}
.account-body .account-menus .user-hidden-menus .dropdown-menu li:last-child {
  border-bottom: 1px solid #373d4a;
}
.account-body .account-menus .user-hidden-menus .btn-common,
.account-body .account-menus .user-hidden-menus .btn-user-unfriend,
.account-body .account-menus .user-hidden-menus .btn-user-unblock {
  margin: 10px 0 0 16px;
}
.account-body .account-menus .user-hidden-menus .btn-common {
  width: 232px;
}
.account-body .account-menus .user-hidden-menus .btn-common em {
  left: 75px;
}
.account-body .account-menus .user-hidden-menus .btn-user-unblock {
  width: 253px;
}
.account-body .account-menus .user-hidden-menus .btn-user-sent-message em {
  left: 60px;
}
.account-body .account-menus .user-hidden-menus .btn-user-unfriend span {
  width: 234px;
  margin-bottom: 10px;
}
.account-body .account-menus .user-hidden-menus .dropdown-menu {
  padding: 0 0 10px 0;
}
.account-body .notification-title {
  border-bottom: 1px dotted #343538;
  color: #fff;
  line-height: 38px;
  font-size: 14px;
}
.account-body .notification-title .ico-more {
  font-size: 12px;
  color: #fff;
}
.account-body .new-message {
  margin: 10px 0 0 0;
}
.account-body .item-module {
  padding: 12px 0;
  overflow: hidden;
  font-size: 14px;
}
.account-body .item-module .avatar {
  border-width: 2px;
  border-style: solid;
  border-color: #343539;
  height: 38px;
  float: left;
  width: 38px;
  margin: 0 12px 0 0;
}
.account-body .item-module .user-mes .admin-title {
  padding: 0 5px 0 0;
}
.account-body .item-module .user-mes span {
  color: #fff;
}
.account-body .item-module .user-mes .line-feed {
  display: none;
}
.account-body .item-module .user-info {
  width: 100%;
  height: 38px;
}
.account-body .item-module .user-info a {
  color: #a7a7a7;
}
.account-body .item-module .btn-add-a-friend,
.account-body .item-module .btn-ignore-account {
  float: right;
  margin: -20px 0 0 0;
}
.account-body .item-module .btn-ignore-account {
  margin-right: 2px;
}
.account-body .account-right-wrap {
  float: right;
  width: 100%;
  min-height: 820px;
}
.account-body .module-table .account-form {
  position: relative;
}
.account-body .module-table .account-form .btn-edit {
  position: absolute;
  right: 10px;
  top: 0;
}
.account-body .module-table td {
  border-top: none;
  border-bottom: 1px dotted #343538;
  font-size: 14px;
}
.account-body .module-table td a {
  color: #fff;
  text-decoration: none;
}
.account-body .module-table td .security-questions a.dropdown-current-value {
  color: #a7a7a7;
  line-height: 14px;
  min-height: 14px;
  font-size: 12px;
  padding: 7px 20px 7px 10px;
  position: relative;
}
.account-body .module-table td .security-questions a.dropdown-current-value i {
  background-position: right 5px;
  margin-right: 2px;
  position: absolute;
  top: 6px;
  right: 5px;
}
.account-body .module-table td .security-questions a.dropdown-current-value span {
  margin-left: 0;
}
.account-body .module-table td .ico-arrow-right {
  float: left;
  margin: 5px 8px 0 0;
}
.account-body .module-table .dark-color {
  color: #7d7d7d;
}
.account-body .module-table .dark-color .n-nickname,
.account-body .module-table .dark-color .n-tag {
  color: #7d7d7d !important;
}
.account-body .table-infos tr.hover td {
  background: #202125;
}
.account-body .table-infos tr.hover td .ico-edit {
  opacity: 1;
}
.account-body .table-infos tr.active td {
  background: #202125;
}
.account-body .table-infos tr td,
.account-body .table-infos tr td.normal {
  background: #131313;
}
.account-body .module-table td .ico-edit {
  margin: 0 7px 0 0 ;
  opacity: 0;
}
.account-body .module-table td p {
  padding: 1px 0 0 19px;
}
.account-body .table-infos td:last-child {
  min-width: 45px;
}
.account-body .table-infos td .span3,
.account-body .table-infos td .span9,
.account-body .table-infos td .edit-data {
  line-height: 20px;
  min-height: 20px;
  padding: 0;
}
.account-body .module-table td .ico-language {
  display: inline-block;
  position: relative;
  top: 5px;
  left: -5px;
}
.account-body .module-table td .ico-language:hover {
  background-color: transparent;
}
.account-body .module02,
.account-body .module03 {
  margin: 35px 0 0 0;
}
.account-body .module03 .dropdown {
  width: 132px;
  margin-bottom: 0;
}
.account-body .module03 .dropdown .dropdown-menu {
  width: 130px;
}
.account-body .table-game td {
  vertical-align: middle;
}
.account-body .table-game .game-name-full {
  display: block;
}
.account-body .table-game .game-name-abbr {
  display: none;
}
.account-body .table-game .btn-go {
  float: left;
  margin: -30px 0 0 140px;
  padding: 0 0 0 7px;
}
.account-body .table-game .btn-go span {
  padding: 0 15px 0 7px;
}
.account-body .table-game .dropdown-menu {
  min-width: 130px;
}
.account-body .security-form .span3 div:nth-child(2) {
  display: block;
  margin-top: 14px;
}
.account-body .security-form .span9 div.dark-color div:first-of-type {
  display: none;
}
.account-body .security-form .edit-security-answer {
  display: none;
}
.account-body .edit-wrap {
  display: none;
}
.account-body .edit-wrap .email-addr {
  background: #131313;
  margin: 0 0 15px 0;
  padding: 10px;
}
.account-body .edit-wrap .email-addr p {
  padding: 0;
}
.account-body .edit-wrap .email-addr label {
  margin: 0 30px 0 20px;
}
.account-body .edit-wrap .edit-meg {
  padding: 7px 0 14px 0;
}
.account-body .edit-wrap .edit-body {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 16px 0 9px 0;
}
.account-body .edit-wrap .edit-footer {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 12px 0 5px 0;
}
.account-body .edit-wrap .error-box,
.account-body .edit-wrap .error-border {
  border-width: 1px;
  border-style: solid;
  border-color: #ff0000;
}
.account-body .edit-wrap label.error,
.account-body .edit-wrap .error-msg {
  color: #ff0000;
  line-height: 20px;
  padding: 0;
}
.account-body .edit-wrap .error-box {
  display: none;
  margin: -8px 0 11px 0;
  padding: 8px 19px;
}
.account-body .edit-wrap .error-box p {
  padding: 2px 0 0 0;
}
.account-body .edit-wrap .btn-common,
.account-body .edit-wrap .btn-common-disabled {
  padding: 8px 15px 9px 15px;
}
.account-body .edit-wrap .btn-cancel {
  margin: 0 0 0 3px;
}
.account-body .edit-wrap .privacy-setting {
  padding: 0;
  margin: -5px 0 7px 0;
}
.account-body .edit-wrap .gender-dropdown {
  width: 150px;
}
.account-body .edit-wrap .gender-dropdown .dropdown-menu {
  min-width: 148px;
}
.account-body .edit-wrap .language-dropdown {
  width: 240px;
}
.account-body .edit-wrap .language-dropdown .dropdown-menu {
  min-width: 238px;
}
.account-body .edit-wrap .control-group-security {
  overflow: visible;
}
.account-body .edit-wrap .birthday-dropdown {
  float: left;
  width: 150px;
  margin: 0 6px 0 0;
}
.account-body .edit-wrap .birthday-dropdown .dropdown-menu {
  min-width: 148px;
}
.account-body .edit-wrap .day-dropdown {
  width: 68px;
}
.account-body .edit-wrap .day-dropdown .dropdown-menu {
  min-width: 66px;
}
.account-body .edit-wrap .year-dropdown {
  width: 94px;
}
.account-body .edit-wrap .year-dropdown .dropdown-menu {
  min-width: 92px;
}
.account-body .edit-wrap .gender-dropdown .dropdown-list dd a,
.account-body .edit-wrap .language-dropdown .dropdown-list dd a,
.account-body .edit-wrap .birthday-dropdown .dropdown-list dd a,
.account-body .edit-wrap .gender-dropdown .dropdown-current-value,
.account-body .edit-wrap .language-dropdown .dropdown-current-value,
.account-body .edit-wrap .birthday-dropdown .dropdown-current-value {
  line-height: 28px;
}
.account-body .edit-wrap .form-horizontal .control-label {
  text-align: left;
  font-size: 14px;
}
.account-body .edit-wrap .form-horizontal .controls {
  margin-left: 170px;
}
.account-body .edit-wrap .form-horizontal .controls input,
.account-body .edit-wrap .form-horizontal .controls-field input {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
  height: 20px;
  width: 215px;
}
.account-body .edit-wrap .form-horizontal .controls input.error,
.account-body .edit-wrap .form-horizontal .controls-field input.error,
.account-body .edit-wrap .form-horizontal .controls .error-text,
.account-body .edit-wrap .form-horizontal .controls-field .error-text {
  border-width: 1px;
  border-style: solid;
  border-color: #ff0000;
}
.account-body .edit-wrap .form-horizontal .control-group {
  margin-bottom: 8px;
  clear: both;
  overflow: hidden;
}
.account-body .edit-wrap .form-horizontal .control-group-security {
  overflow: visible;
}
.account-body .edit-wrap .form-horizontal .radio {
  font-size: 14px;
}
.account-body .edit-wrap .security-questions {
  width: 340px;
}
.account-body .edit-wrap .security-questions .dropdown-menu {
  min-width: 338px;
}
.account-body .edit-wrap .security-questions .viewport,
.account-body .edit-wrap .security-questions .overview {
  width: 325px;
  height: 293px;
}
.account-body .edit-wrap .security-questions .viewport dd a,
.account-body .edit-wrap .security-questions .overview dd a {
  color: #a7a7a7;
  line-height: 14px;
  padding: 10px 5px 0 5px;
}
.account-body .edit-wrap .security-questions .viewport dd:first-child a,
.account-body .edit-wrap .security-questions .overview dd:first-child a {
  padding-top: 10px;
}
.account-body .edit-wrap .security-questions .viewport dd:last-child a,
.account-body .edit-wrap .security-questions .overview dd:last-child a {
  padding-bottom: 10px;
}
.account-body .activity-date,
.account-body .game-play-time {
  border-bottom: 2px solid #29292d;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 17px 0;
}
/*activity*/
.activity-wrap .activity-nav {
  padding: 7px 0 0 0;
}
.activity-wrap .activity-nav li {
  float: left;
  padding: 0 14px;
  border-right: 1px dotted #424242;
}
.activity-wrap .activity-nav li a {
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.activity-wrap .activity-nav li.active a {
  color: #5c91ff;
}
.activity-wrap .activity-nav li:last-child {
  border-right: none;
  padding: 0 0 0 14px;
}
.activity-wrap .module-empty .n-nickname {
  color: #a7a7a7 !important;
}
.activity-wrap .user-avatar {
  border-width: 2px;
  border-style: solid;
  border-color: #343538;
  float: left;
  height: 50px;
  margin-right: 17px;
  overflow: hidden;
  width: 50px;
}
.activity-wrap .activity-item {
  overflow: hidden;
  padding: 2px 0 17px 2px;
}
.activity-wrap .activity-item .title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px 0 0;
}
.activity-wrap .activity-item .msg {
  padding: 0;
  font-size: 14px;
}
.activity-wrap .activity-item .msg a {
  color: #fff;
}
.activity-wrap .activity-item .user-avatar img {
  height: 100%;
  width: 100%;
}
.activity-wrap .activity-line {
  border-bottom: 1px dotted #343538;
  margin: 0 0 17px 0;
}
.activity-wrap .friends-list,
.activity-wrap .achievment-list,
.activity-wrap .games-list,
.activity-wrap .announcement-list,
.activity-wrap .games-prop-list {
  overflow: hidden;
  padding: 2px 0 17px 2px;
  background: #1b1c20;
  border-width: 1px;
  border-style: solid;
  border-color: #28292d;
  outline: 1px solid #000;
  padding: 10px;
  margin: 0 0 17px 0;
}
.activity-wrap .friends-list .title,
.activity-wrap .achievment-list .title,
.activity-wrap .games-list .title,
.activity-wrap .announcement-list .title,
.activity-wrap .games-prop-list .title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px 0 0;
}
.activity-wrap .friends-list .msg,
.activity-wrap .achievment-list .msg,
.activity-wrap .games-list .msg,
.activity-wrap .announcement-list .msg,
.activity-wrap .games-prop-list .msg {
  padding: 0;
  font-size: 14px;
}
.activity-wrap .friends-list .msg a,
.activity-wrap .achievment-list .msg a,
.activity-wrap .games-list .msg a,
.activity-wrap .announcement-list .msg a,
.activity-wrap .games-prop-list .msg a {
  color: #fff;
}
.activity-wrap .friends-list .user-avatar img,
.activity-wrap .achievment-list .user-avatar img,
.activity-wrap .games-list .user-avatar img,
.activity-wrap .announcement-list .user-avatar img,
.activity-wrap .games-prop-list .user-avatar img {
  height: 100%;
  width: 100%;
}
.activity-wrap .friends-list {
  padding: 7px;
}
.activity-wrap .friends-list .feed-wrap {
  overflow: hidden;
}
.activity-wrap .friends-list .feed-wrap li {
  float: left;
  width: 33.3%;
}
.activity-wrap .friends-list .feed-wrap li .activity-item {
  padding: 1px;
}
.activity-wrap .friends-list .feed-wrap li .activity-item .title {
  line-height: 36px;
}
.activity-wrap .friends-list .feed-wrap li .user-avatar {
  border-width: 1px;
  border-style: solid;
  border-color: #343538;
  float: left;
  height: 36px;
  margin-right: 21px;
  overflow: hidden;
  width: 36px;
}
.activity-wrap .achievment-list .activity-item {
  padding: 1px;
}
.activity-wrap .achievment-list .activity-item .title {
  font-weight: 700;
}
.activity-wrap .achievment-list .activity-item .msg {
  font-size: 13px;
}
.activity-wrap .achievment-list .user-avatar {
  border-width: 1px;
  border-style: solid;
  border-color: #2a2827;
  float: left;
  height: 56px;
  margin-right: 17px;
  overflow: hidden;
  width: 56px;
  outline: 1px solid #53504c;
}
.activity-wrap .achievment-list .user-avatar img {
  height: 56px;
  width: 56px;
}
.activity-wrap .games-list .activity-item {
  padding: 1px;
}
.activity-wrap .games-list .activity-item .title {
  font-size: 15px;
}
.activity-wrap .games-list .activity-item .msg {
  font-size: 13px;
  height: 94px;
}
.activity-wrap .games-list .activity-item .msg a {
  color: #a7a7a7;
}
.activity-wrap .games-list .user-avatar {
  border-width: 1px;
  border-style: solid;
  border-color: #23262c;
  float: left;
  height: 117px;
  margin-right: 17px;
  overflow: hidden;
  width: 215px;
}
.activity-wrap .activity-announcement .game-icon {
  border-width: 1px;
  border-style: solid;
  border-color: #23262c;
  float: left;
  height: 60px;
  margin-right: 17px;
  overflow: hidden;
  width: 80px;
}
.activity-wrap .announcement-list .activity-item {
  height: 135px;
  padding: 1px;
}
.activity-wrap .announcement-list .activity-item .title {
  font-size: 15px;
}
.activity-wrap .announcement-list .activity-item .msg {
  font-size: 13px;
  height: 110px;
}
.activity-wrap .announcement-list .activity-item .msg a {
  color: #a7a7a7;
  text-decoration: none;
}
.activity-wrap .announcement-list .user-avatar {
  border-width: 1px;
  border-style: solid;
  border-color: #24272e;
  float: left;
  height: 135px;
  margin-right: 17px;
  overflow: hidden;
  width: 180px;
}
.activity-wrap .games-prop-list .activity-item {
  padding: 1px;
}
.activity-wrap .games-prop-list .activity-item .title {
  font-size: 15px;
  margin: 0 0 3px 0;
}
.activity-wrap .games-prop-list .user-avatar {
  border-width: 1px;
  border-style: solid;
  border-color: #24272e;
  float: left;
  height: 75px;
  margin-right: 17px;
  overflow: hidden;
  width: 75px;
}
/* games */
.games-wrap {
  /* game name */
}
.games-wrap .game-play-time {
  color: #a7a7a7;
}
.games-wrap .game-played-dropdown {
  width: 146px;
  margin: -10px 0 0 0;
}
.games-wrap .game-played-dropdown .dropdown-menu {
  min-width: 144px;
}
.games-wrap .game-name {
  padding: 10px 0 0 80px;
  position: relative;
  height: 28px;
  float: left;
}
.games-wrap .game-name .game-logo {
  border-width: 1px;
  border-style: solid;
  border-color: #24272e;
  background: #1b1c20;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.games-wrap .game-name .game-logo img {
  width: 66px;
  max-height: 36px;
}
.games-wrap .game-name .name,
.games-wrap .game-name span {
  color: #fff;
  font-size: 20px;
}
.games-wrap .game-name span {
  color: #6D6868;
}
.games-wrap .game-item {
  font-size: 14px;
  border-bottom: 1px dotted #343538;
  margin: 0 0 17px 0;
  /*game nav */
  /* rewards*/
  /*achievement*/
}
.games-wrap .game-item .game-item-title {
  margin: 0 0 15px 0;
}
.games-wrap .game-item .game-nav {
  overflow: hidden;
  margin: 10px 0 0 0;
}
.games-wrap .game-item .game-nav li {
  border-right: 1px dotted #424242;
  float: left;
  padding: 0 10px;
}
.games-wrap .game-item .game-nav li a {
  color: #fff;
  font-size: 13px;
}
.games-wrap .game-item .game-nav li:last-child {
  padding: 0 0 0 10px;
  border-right: none;
}
.games-wrap .game-item .played-time {
  margin: 0 0 10px 0;
}
.games-wrap .game-item .played-time .time {
  margin: 0 0 0 24px;
}
.games-wrap .game-item .played-time .btn-playnow {
  display: inline-block;
  float: right;
  position: relative;
  top: -10px;
}
.games-wrap .game-item .dropdown-rewards,
.games-wrap .game-item .game-rewards {
  display: inline-block;
}
.games-wrap .game-item .game-rewards {
  padding: 3px 0;
}
.games-wrap .game-item .game-rewards .dropdown-rewards {
  margin: 0 0 0 80px;
}
.games-wrap .game-item .game-rewards .dropdown {
  width: 150px;
  display: inline-block;
}
.games-wrap .game-item .game-rewards .dropdown .dropdown-menu {
  min-width: 148px;
}
.games-wrap .game-item .game-achievements {
  background: #1b1c20;
  border-width: 1px;
  border-style: solid;
  border-color: #28292d;
  outline: 1px solid #000;
  padding: 10px;
  margin: 0 0 17px 0;
  padding: 9px 6px;
  margin: 6px 0 17px 0;
  height: 90px;
}
.games-wrap .game-item .game-achievements .achievements .link:hover {
  color: #5c91ff;
}
.games-wrap .game-item .game-achievements .game-achievment-list {
  overflow: hidden;
  margin: 5px 0 0 0;
}
.games-wrap .game-item .game-achievements .game-achievment-list ul {
  overflow: hidden;
  width: 1200px;
}
.games-wrap .game-item .game-achievements .game-achievment-list li {
  border-width: 1px;
  border-style: solid;
  border-color: #2a2827;
  outline: 1px solid #53504c;
  float: left;
  margin: 1px 4px 1px 1px;
}
.games-wrap .game-item .game-achievements .game-achievment-list li img {
  height: 56px;
  width: 56px;
}
.games-wrap .frends-playing-games-wrap {
  padding: 20px 0;
}
.games-wrap .frends-playing-games-wrap .game-name .name {
  font-size: 16px;
}
.games-wrap .frends-playing-games-wrap .row-fluid {
  padding: 17px 0;
  border-bottom: 1px dotted #343538;
}
.games-wrap .frends-playing-games-wrap .show-grid .span8 {
  text-align: right;
  font-size: 14px;
  overflow: hidden;
}
.games-wrap .frends-playing-games-wrap .show-grid .span8 ul {
  overflow: hidden;
  margin: 0 0 3px 0;
}
.games-wrap .frends-playing-games-wrap .show-grid .span8 ul li {
  float: left;
  padding: 0 12px;
  border-right: 1px dotted #424242;
}
.games-wrap .frends-playing-games-wrap .show-grid .span8 ul li:last-child {
  padding: 0 0 0 12px;
  border-right: none;
}
.games-wrap .frends-playing-games-wrap .show-grid .span8 p {
  width: 100%;
}
.games-wrap .frends-playing-games-wrap .show-grid .span8,
.games-wrap .frends-playing-games-wrap .show-grid .span4 {
  padding: 0;
}
/*friends*/
.friends-wrap {
  /*friend*/
  /*find friends*/
}
.friends-wrap .tab-content {
  padding: 17px 0;
}
.friends-wrap .friend-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 24px 0;
}
.friends-wrap .all-friends-wrap .new-friend-requests {
  padding: 0 0 7px 0;
  border-bottom: 1px dotted #343538;
}
.friends-wrap .all-friends-wrap .new-friend-requests .view-more {
  text-align: right;
}
.friends-wrap .all-friends-wrap .find-friends-wrap {
  min-height: 120px;
}
.friends-wrap .all-friends-wrap .find-friends-wrap .find-friends {
  padding: 16px 0;
}
.friends-wrap .all-friends-wrap .find-friends-wrap .find-friends .find-friends-dropdown {
  width: 146px;
}
.friends-wrap .all-friends-wrap .find-friends-wrap .find-friends .find-friends-dropdown .dropdown-menu {
  min-width: 144px;
}
.friends-wrap .all-friends-wrap .find-friends-wrap .find-friends-list .btn-arrow {
  left: 86px;
  position: absolute;
  top: 0;
}
.friends-wrap .all-friends-wrap .find-friends-wrap .find-friends-list .btn-group .dropdown-list {
  min-width: 119px;
}
.friends-wrap .back-to-friends-list {
  font-size: 14px;
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-weight: 400;
}
.friends-wrap .back-to-friends-list .ico-arrow-left {
  display: inline-block;
  margin: 0 6px 0 0;
}
.friends-wrap .find-friend-way {
  background: #1b1c20;
  border-width: 1px;
  border-style: solid;
  border-color: #28292d;
  outline: 1px solid #000;
  padding: 10px;
  margin: 0 0 17px 0;
  padding: 23px 10px;
}
.friends-wrap .find-friend-way .msg {
  text-align: center;
}
.friends-wrap .find-friend-way .msg span {
  color: #fff;
}
.friends-wrap .find-friend-way .n-tag {
  color: #C8C7C7 !important;
}
.friends-wrap .find-friend-way .search-friends {
  text-align: center;
}
.friends-wrap .find-friend-way .search-friends .dropdown {
  display: inline-block;
  width: 150px;
}
.friends-wrap .find-friend-way .search-friends .dropdown .dropdown-list {
  min-width: 148px;
}
.friends-wrap .find-friend-way .search-friends input {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  width: 285px;
  margin: 0 0 2px 0;
}
.friends-wrap .find-friend-way .search-friends .btn-search {
  position: relative;
  top: 13px;
}
.friends-wrap .find-friend-way .search-friends .dropdown {
  text-align: left;
}
.friends-wrap .friend-know-wrap {
  margin: 17px 0 0 0;
  padding: 17px 0 0 0;
}
.friends-wrap .see-more-result {
  text-align: center;
  padding: 20px 0 0 0;
  margin: 12px 0;
}
.friends-wrap .see-more-result a {
  color: #5c91ff;
}
/*messages*/
.messages-wrap {
  /*inbox*/
  /*message reply*/
}
.messages-wrap .module-empty {
  display: none;
}
.messages-wrap .btns-inbox {
  border-bottom: 1px dotted #343538;
  padding: 17px 0;
  position: relative;
}
.messages-wrap .btns-inbox .message-opt .select-all {
  background: #292a33;
  display: inline-block;
  padding: 6px 8px;
}
.messages-wrap .btns-inbox .message-opt .select-all input {
  margin: 0;
}
.messages-wrap .btns-inbox .message-search {
  float: right;
  margin: -12px 0 0 0;
}
.messages-wrap .btns-inbox .message-search .dropdown {
  display: inline-block;
  width: 150px;
}
.messages-wrap .btns-inbox .message-search .dropdown .dropdown-list {
  min-width: 148px;
}
.messages-wrap .btns-inbox .message-search input {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  width: 285px;
  margin: 0 0 2px 0;
}
.messages-wrap .btns-inbox .message-search .btn-search {
  position: relative;
  top: 13px;
}
.messages-wrap .btns-inbox .message-search input {
  width: 162px;
}
.messages-wrap .message-item {
  border-bottom: 1px dotted #343538;
  padding: 2px 0;
}
.messages-wrap .message-item .account-module-item {
  padding: 17px 0;
}
.messages-wrap .message-item .account-module-item .checkbox-item {
  margin: 5px 8px 0 12px;
}
.messages-wrap .message-item .account-module-item .checkbox-item .checkbox {
  min-height: 0;
}
.messages-wrap .message-item .account-module-item .msg {
  font-size: 12px;
  height: 38px;
}
.messages-wrap .message-item .account-module-item .msg a {
  color: #727170!important;
}
.messages-wrap .message-item .account-module-item .admin-msg a {
  color: #5c91ff;
}
.messages-wrap .message-item .account-module-item .date {
  font-size: 12px;
  margin: 0 0 0 17px;
}
.messages-wrap .message-item .user-avatar {
  border-width: 2px;
  border-style: solid;
  border-color: #343538;
  float: left;
  height: 38px;
  margin-right: 17px;
  overflow: hidden;
  width: 38px;
}
.messages-wrap .inbox-message-list .unread-message .account-module-item {
  background: #1b1c20;
}
.messages-wrap .message-list-concent .message-item .title-admin,
.messages-wrap .message-list-concent .message-item .account-module-item .msg {
  margin-left: 90px;
}
.messages-wrap .paginate {
  margin: 17px 0 0 0;
}
.messages-wrap .message-read-concent {
  padding: 0 0 40px 0;
}
.messages-wrap .message-read-concent .message-item .account-module-item .date {
  margin: 5px 0 0 0;
}
.messages-wrap .message-read-concent .message-item .account-module-item .msg {
  height: auto;
}
.messages-wrap .message-read-concent .admin-msg {
  line-height: 1.4;
  margin-top: 15px;
}
.messages-wrap .message-read-concent .admin-msg table td,
.messages-wrap .message-read-concent .admin-msg ul li,
.messages-wrap .message-read-concent .admin-msg ol li {
  padding: 5px;
  border-color: #2c2c2c;
}
.messages-wrap .message-read-concent .message-info {
  font-size: 14px;
  padding: 10px 0;
}
.messages-wrap .message-read-concent .btn-reply2 {
  margin: 20px 0 0 0;
}
.messages-wrap .message-reply-content {
  display: none;
  background: #1b1c20;
  border-width: 1px;
  border-style: solid;
  border-color: #28292d;
  outline: 1px solid #000;
  padding: 10px;
  margin: 0 0 17px 0;
  padding: 15px;
  position: relative;
  z-index: 2;
  margin: -110px 0 0 0;
}
.messages-wrap .message-reply-content .reply-content {
  margin: 10px 0;
}
.messages-wrap .message-reply-content .reply-content textarea {
  color: #a7a7a7;
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  font-size: 14px;
  height: 116px;
  width: 100%;
}
.messages-wrap .message-reply-content .reply-user a {
  color: #fff;
  vertical-align: top;
}
.messages-wrap .reply-btns .btn-send {
  padding: 9px 20px;
}
.messages-wrap .btn-report {
  margin: 0 0 0 25px;
}
.messages-wrap .btns-inbox-message-read-bottom {
  border-bottom: none;
}
/*compose wrap*/
.compose-new-wrap .error {
  margin: 5px 70px 10px 30px;
  display: none;
}
.compose-new-wrap .bg {
  background: #161718;
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
}
.compose-new-wrap .form-horizontal {
  font-size: 14px;
}
.compose-new-wrap .message-to-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compose-new-wrap .message-to-wrap .to {
  line-height: 30px;
  margin-right: 10px;
}
.compose-new-wrap .message-to-wrap .message-to-users {
  background: #161718;
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  min-height: 24px;
  margin-right: 70px;
  padding: 2px 4px;
  display: inline-block;
  flex-grow: 1;
}
.compose-new-wrap .message-to-wrap .message-to-users .msg-input {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 80px;
}
.compose-new-wrap .message-to-wrap .message-to-users .msg-input input {
  border: none;
  background: #161718;
  color: #a7a7a7;
  height: 20px;
  line-height: 20px;
  padding: 0;
  width: 80px;
}
.compose-new-wrap .message-to-wrap .message-to-users .msg-user-to {
  background: #282d37;
  display: inline-block;
  height: 20px;
  margin: 2px 4px 2px 0;
  padding: 0 2px 0 5px;
}
.compose-new-wrap .message-to-wrap .message-to-users .msg-user-to .ico-remove {
  color: #7b7b7b;
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  height: 18px;
  text-align: right;
  vertical-align: middle;
  width: 13px;
}
.compose-new-wrap .message-to-wrap .message-to-users .msg-user-to .ico-remove:hover {
  color: #fff;
  text-decoration: none;
}
.compose-new-wrap .message-to-wrap .message-to-users .search-wrap {
  background: #1b1c20;
  border-width: 2px;
  border-style: solid;
  border-color: #282d37;
  display: none;
  left: -5px;
  position: absolute;
  top: 30px;
  width: 260px;
  height: 295px;
  z-index: 10005;
}
.compose-new-wrap .message-to-wrap .message-to-users .search-wrap .viewport {
  height: 295px;
}
.compose-new-wrap .message-to-wrap .message-to-users .search-wrap.active {
  display: block;
}
.compose-new-wrap .message-to-wrap .user-plus-group {
  border-width: 2px;
  border-style: solid;
  border-color: #131313;
  border-bottom: none;
  display: inline-block;
  position: absolute;
  padding: 4px 3px 4px 4px;
  top: -6px;
  right: 0;
}
.compose-new-wrap .message-to-wrap .user-plus-group .dropdown-search {
  background: #1b1c20;
  left: -228px;
  width: 278px;
}
.compose-new-wrap .message-to-wrap .user-plus-group .dropdown-search .search {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  background: url(../images/global/icon-sprites.png) no-repeat 4px -1645px;
  margin: 10px 0 10px 5px;
  padding: 0 0 0 24px;
  width: 240px;
}
.compose-new-wrap .message-to-wrap .user-plus-group .dropdown-search .search:focus,
.compose-new-wrap .message-to-wrap .user-plus-group .dropdown-search .search:active {
  background: none;
  padding: 0 0 0 3px;
  width: 260px;
}
.compose-new-wrap .message-to-wrap .user-plus-group .user-search-list {
  height: 248px;
  overflow: hidden;
}
.compose-new-wrap .message-to-wrap .user-plus-group .user-search-list .viewport,
.compose-new-wrap .message-to-wrap .user-plus-group .user-search-list .viewport .overview {
  width: 265px;
}
.compose-new-wrap .message-to-wrap .user-plus-group .user-search-list .viewport {
  height: 248px;
}
.compose-new-wrap .message-to-wrap .user-plus-group .user-search-list h5 {
  border-bottom: 1px dotted #7d7d7d;
  margin: 0 0 0 10px;
}
.compose-new-wrap .message-to-wrap .active {
  background: #1b1c20;
  border-color: #282d37;
}
.compose-new-wrap .message-to-wrap .active .dropdown-search {
  display: block;
  border-width: 2px;
  border-style: solid;
  border-color: #282d37;
}
.compose-new-wrap .message-to-wrap .active .hidden-border {
  background: #1b1c20;
  display: block;
  height: 2px;
  width: 52px;
  position: absolute;
  top: -2px;
  right: 0;
}
.compose-new-wrap .message-edit-wrap {
  margin: 0 0 10px 0;
}
.compose-new-wrap .message-edit-wrap p:first-child {
  margin: 10px 0;
}
.compose-new-wrap .message-edit {
  background: #161718;
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  padding: 15px;
}
.compose-new-wrap .message-edit .message-edit-info textarea {
  border: none;
  background: #161718;
  color: #a7a7a7;
  font-size: 14px;
  width: 100%;
  min-height: 220px;
}
.compose-new-wrap .search-user-item {
  overflow: hidden;
  padding: 2px 0 17px 2px;
  padding: 10px;
  cursor: pointer;
}
.compose-new-wrap .search-user-item .title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px 0 0;
}
.compose-new-wrap .search-user-item .msg {
  padding: 0;
  font-size: 14px;
}
.compose-new-wrap .search-user-item .msg a {
  color: #fff;
}
.compose-new-wrap .search-user-item .user-avatar img {
  height: 100%;
  width: 100%;
}
.compose-new-wrap .search-user-item .user-avatar {
  border-width: 2px;
  border-style: solid;
  border-color: #343538;
  float: left;
  height: 25px;
  margin-right: 17px;
  overflow: hidden;
  width: 25px;
}
.compose-new-wrap .search-user-item .title {
  display: inline-block;
  width: 190px;
}
.compose-new-wrap .search-user-item .title,
.compose-new-wrap .search-user-item .msg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* for IE */
  -o-text-overflow: ellipsis;
  /* for Opera */
  -icab-text-overflow: ellipsis;
  /* for iCab */
  -khtml-text-overflow: ellipsis;
  /* for Konqueror Safari */
  -moz-text-overflow: ellipsis;
  /* for Firefox,mozilla */
  -webkit-text-overflow: ellipsis;
  /* for Safari,Swift*/
}
.compose-new-wrap .search-user-item:hover,
.compose-new-wrap .search-user-item.active {
  background: #24272e;
}
.compose-new-wrap .search-user-item:hover .nickname,
.compose-new-wrap .search-user-item.active .nickname {
  text-decoration: underline;
}
/*setting*/
.setting-wrap .tab-content {
  padding: 17px 0;
}
.setting-wrap .setting-group {
  padding: 17px 0;
  font-size: 14px;
}
.setting-wrap .setting-group .title {
  color: #fff;
}
.setting-wrap .setting-group .title span {
  color: #a7a7a7;
  font-size: 12px;
  margin: 0 0 0 24px;
}
.setting-wrap .setting-group label {
  font-size: 14px;
}
.setting-wrap .setting-group .radio.inline {
  margin: 0 46px 0 0;
}
.setting-wrap .setting-group label input {
  margin-top: 0;
  position: relative;
  top: 2px;
}
.setting-wrap .setting-btns {
  border-top: 1px dotted #343538;
  padding: 17px 0;
  margin: 10px 0 0 0;
}
.setting-wrap .language-preference-wrap .form-horizontal,
.setting-wrap .display-setting-wrap .form-horizontal {
  margin: 17px 0 0 0;
}
.setting-wrap .language-preference-wrap .setting-group,
.setting-wrap .display-setting-wrap .setting-group {
  padding: 0 0 20px 0;
}
.setting-wrap .language-preference-wrap label.radio input {
  top: 3px\9\0;
}
.setting-wrap .language-preference-wrap .checkbox {
  margin-left: 22px;
}
/*dialog*/
.request-friends-dialog-wrap .modal-dialog,
.send-message-popup .modal-dialog,
.report-dialog .modal-dialog {
  margin-top: 10%;
}
.report-dialog .modal-dialog {
  outline: 1px solid #000;
  outline: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  background: #1b1c1f;
  height: auto;
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
}
.report-dialog .modal-dialog .dialog-container {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 10px 0;
  text-align: center;
}
.report-dialog .modal-dialog {
  width: 460px;
}
.report-dialog .modal-dialog .dropdown {
  width: 260px;
  font-size: 12px;
}
.report-dialog .modal-dialog .dropdown .dropdown-list {
  min-width: 258px;
}
.report-dialog textarea {
  width: 260px;
  height: 60px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  background: #161718;
  font-size: 12px;
}
.report-dialog .form-horizontal {
  margin: 10px 0 0 0;
}
.report-dialog .form-horizontal .control-label {
  width: 120px;
}
.report-dialog .form-horizontal .controls {
  margin-left: 130px;
  position: relative;
  text-align: left;
}
.report-dialog .form-horizontal .controls .btn-clear {
  font-size: 12px;
  position: absolute;
  left: 230px;
  top: 62px;
}
.report-dialog .form-horizontal .controls .btn-clear:hover {
  color: #5c91ff;
}
.report-dialog .view,
.report-dialog .tips {
  font-size: 12px;
  color: #a7a7a7;
  text-align: center;
  margin: 0 0 3px 0;
}
.report-dialog .tips {
  text-align: left;
}
.request-friends-dialog-wrap .modal-dialog {
  outline: 1px solid #000;
  outline: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  background: #1b1c1f;
  height: auto;
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
}
.request-friends-dialog-wrap .modal-dialog .dialog-container {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 10px 0;
  text-align: center;
}
.request-friends-dialog-wrap .modal-dialog .modal-body {
  padding: 0 ;
  width: 100%;
}
.request-friends-dialog-wrap .modal-dialog .dialog-container {
  text-align: left;
}
.send-message-popup {
  z-index: 2001;
}
.send-message-popup .modal-dialog {
  outline: 1px solid #000;
  outline: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  background: #1b1c1f;
  height: auto;
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
}
.send-message-popup .modal-dialog .dialog-container {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 10px 0;
  text-align: center;
}
.send-message-popup .modal-dialog {
  padding: 0;
}
.send-message-popup .modal-dialog .close {
  margin: 10px;
  position: relative;
  z-index: 10;
}
.send-message-popup .modal-dialog .account-title {
  margin: 0 0 10px 0;
  padding: 15px 16px 0 16px;
  position: relative;
}
.send-message-popup .modal-dialog .message-to-wrap .user-plus-group {
  border-color: #1b1c1f;
}
.send-message-popup .modal-dialog .message-to-wrap .active {
  border-color: #282d37;
}
.send-message-popup .modal-dialog .compose-new-wrap {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 16px;
}
.send-message-popup .modal-dialog .compose-new-wrap .reply-btns {
  border-top: 1px dotted #343538;
  margin: 17px 0 0 0;
  padding: 17px 0 0 0;
}
.game-playing-more-friends {
  font-size: 16px;
}
.game-playing-more-friends span:last-child {
  display: none;
}
.account_calendar_day,
.account_calendar_month,
.account_calendar_year {
  overflow: hidden;
}
.account_calendar_day .viewport,
.account_calendar_month .viewport,
.account_calendar_year .viewport,
.account_calendar_day .overview,
.account_calendar_month .overview,
.account_calendar_year .overview {
  height: 190px;
}
.account_calendar_year {
  width: 92px;
}
.account_calendar_year .viewport,
.account_calendar_year .overview {
  width: 78px;
}
.account_calendar_month {
  width: 148px;
}
.account_calendar_month .viewport,
.account_calendar_month .overview {
  width: 134px;
}
.account_calendar_day {
  width: 66px;
}
.account_calendar_day .viewport,
.account_calendar_day .overview {
  width: 52px;
}
.avatar-dialog .modal-dialog {
  outline: none !important;
}
.upload-avatar-dialog .prompt {
  font-size: 12px;
  text-align: center;
  margin: 5px 25px 10px 0;
}
.upload-avatar-dialog .picture-wrap {
  background-color: #161718;
  border: 1px solid #29292d;
  text-align: center;
  width: 598px;
  height: 598px;
}
.upload-avatar-dialog .picture-wrap .avatar-picture {
  width: 100%;
  margin: 0 auto;
}
.upload-avatar-dialog .btn-line {
  margin-top: 10px;
  text-align: right;
}
.upload-avatar-dialog .jcrop-keymgr {
  opacity: 0;
}
.upload-avatar-dialog .jcrop-holder {
  margin: 0 auto;
}
.upload-avatar-dialog .avatar-loading-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 10;
}
.defender-wrap .tab-content {
  padding: 10px 0 30px;
}
.module-tabs .nav-tabs .active-default a {
  cursor: default;
}
.account-body .table-defender,
.account-body .table-nda {
  border: 2px solid transparent;
  border-width: 2px 0;
  text-align: center;
}
.account-body .table-defender > thead > tr > th,
.account-body .table-nda > thead > tr > th {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background-color: rgba(167, 167, 167, 0.2);
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.account-body .table-defender > tbody > tr > td,
.account-body .table-nda > tbody > tr > td {
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.account-body .table-defender > tbody > tr > td a,
.account-body .table-nda > tbody > tr > td a {
  color: #5c91ff;
  display: inline-block;
  white-space: nowrap;
}
.account-body .table-defender > tbody > tr > td .ico-arrow-right,
.account-body .table-nda > tbody > tr > td .ico-arrow-right {
  margin-right: 0;
}
.account-body .table-defender > tbody > tr > td:first-child,
.account-body .table-nda > tbody > tr > td:first-child {
  border-left: 0;
  word-break: break-word;
}
.account-body .table-defender > tbody > tr:hover > td,
.account-body .table-nda > tbody > tr:hover > td {
  background-color: #1b1c1f;
}
.saved-computer-popup .modal-dialog .dialog-container {
  padding: 20px;
}
.saved-computer-popup .modal-dialog .dialog-container h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}
.saved-computer-popup .modal-dialog .reply-btns {
  text-align: center;
  border-top: 1px dotted #343538;
  margin: 17px 0 0 0;
  padding: 17px 0 0 0;
}
@media (min-width: 760px) {
  .desktop-device .myaccount-header.hover:hover .change-cover {
    display: block;
  }
  .desktop-device .myaccount-header.hover .change-cover:hover .upload-size-notes {
    display: block;
  }
  .desktop-device .myaccount-header .account-avatar-wrap .avatar.hover:hover .edit {
    display: block;
  }
  .desktop-device .myaccount-header .account-avatar-wrap .avatar.hover:hover .edit:hover .upload-size-notes {
    display: block;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .account-header.active {
    height: 262px;
  }
  .account-body .table-infos td .span9 {
    padding-left: 15px;
  }
  /*games*/
  .games-wrap .game-item .game-achievements {
    padding: 9px 11px;
  }
  .module-group .item-group {
    width: 32.2989%;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .account-header.active {
    height: 202px;
  }
  .account-avatar-wrap {
    bottom: 10px;
  }
  .account-body .account-menus {
    padding: 1px 0;
  }
  .account-body .account-menus .my-info,
  .account-body .account-menus .line {
    display: none;
  }
  .account-body .account-menus .menu-list {
    overflow: hidden;
  }
  .account-body .account-menus .menu-list li {
    float: left;
    margin: 0;
  }
  .account-body .account-menus .menu-list li a {
    padding: 0 19px;
  }
  .account-body .account-menus .user-menus {
    float: right;
    margin-top: -32px;
    padding: 0;
  }
  .account-body .account-menus .user-menus a {
    float: left;
    margin: 2px 0 0 3px;
  }
  .account-body .table-infos td .span9 {
    padding-left: 15px;
  }
  /*games*/
  .games-wrap .game-item .game-achievements {
    padding: 9px 23px;
  }
  .module-group .item-group {
    width: 32.85%;
  }
  .request-friends-dialog-wrap .modal-dialog,
  .send-message-popup .modal-dialog {
    width: 660px;
  }
  .request-friends-dialog-wrap .modal-dialog .module-group .item-group,
  .send-message-popup .modal-dialog .module-group .item-group {
    width: 30%;
  }
}
@media (min-width: 760px) and (max-width: 767px) {
  .account-body .account-menus .menu-list li .ico-span {
    top: 5px;
  }
}
/* desktop */
@media (min-width: 980px) {
  .module-group .item-group .btns .open > .dropdown-menu {
    display: block;
  }
  .request-friends-dialog-wrap .modal-dialog,
  .send-message-popup .modal-dialog {
    width: 800px;
    margin-top: 5%;
  }
  .request-friends-dialog-wrap .modal-dialog .module-group .item-group,
  .send-message-popup .modal-dialog .module-group .item-group {
    width: 33.7%;
  }
  .friends-wrap {
    /*find friends search result*/
  }
  .friends-wrap .module-group .item-group:hover .ico-close {
    display: block;
  }
  .friends-wrap .friends-search-result-wrap {
    padding: 17px 0 8px 0;
  }
  .friends-wrap .friends-search-result-wrap .module-group .item-group:hover .ico-close {
    display: none;
  }
}
@media (max-width: 979px) {
  .account-right-wrap {
    margin: 25px 0 0 0;
  }
  .account-body {
    padding-top: 10px;
  }
  .account-body .account-menus,
  .account-body .account-right-wrap {
    float: none;
    width: auto;
  }
  .account-body .account-menus {
    padding: 3px 0;
  }
  .account-body .account-menus .my-info,
  .account-body .account-menus .line {
    display: none;
  }
  .account-body .account-menus .menu-list {
    overflow: hidden;
  }
  .account-body .account-menus .menu-list li {
    float: left;
    margin: 0 1px 0 0;
  }
  .account-body .account-menus .menu-list li a {
    padding: 0 19px;
  }
  .account-body .account-menus .menu-list li .prompt-box {
    display: none;
  }
  .friends-wrap .module-group .item-group .ico-close {
    display: block;
  }
}
@media (max-width: 759px) {
  .account-header,
  .account-header.active {
    height: 83px;
  }
  .account-header img,
  .account-header.active img {
    width: 100%;
    height: auto;
  }
  .account-header .account-avatar-wrap,
  .account-header.active .account-avatar-wrap {
    bottom: 5px;
    left: 14px;
  }
  .account-header .account-avatar-wrap .avatar,
  .account-header.active .account-avatar-wrap .avatar {
    height: 50px;
    width: 50px;
  }
  .account-header .account-avatar-wrap .avatar img,
  .account-header.active .account-avatar-wrap .avatar img {
    width: 100%;
    height: 100%;
  }
  .account-header .account-avatar-wrap .name,
  .account-header.active .account-avatar-wrap .name {
    bottom: 10px;
    left: 60px;
    font-size: 15px;
    position: absolute;
  }
  .account-header .btn-changecover,
  .account-header.active .btn-changecover {
    bottom: 12px;
  }
  .module-group {
    margin: 0;
  }
  .module-group .item-group {
    width: auto;
    float: none;
    margin: 0 0 9px 0;
    min-width: 182px;
  }
  .change-line {
    display: block;
  }
  .account-body {
    min-height: 850px;
    /* module02 */
    /* module03*/
    /*form*/
    /*edit*/
  }
  .account-body .table-infos td .span3,
  .account-body .table-infos td .span9 {
    width: 100%;
  }
  .account-body .account-title {
    overflow: hidden;
  }
  .account-body .account-menus .menu-list li {
    display: none;
  }
  .account-body .account-menus .menu-list li .ico-span {
    top: 5px;
  }
  .account-body .account-menus .menu-list li.active {
    background: none;
    display: block;
  }
  .account-body .account-menus .hidden-menus {
    display: block;
  }
  .account-body .account-menus .user-menus {
    display: none;
  }
  .account-body .new-friend .user-info {
    display: none;
  }
  .account-body .new-friend .item-module .user-mes {
    line-height: 26px;
  }
  .account-body .new-friend .item-module .btn-add-friend {
    margin-top: -27px;
  }
  .account-body .item-module .user-mes .line-feed {
    display: block;
  }
  .account-body .item-module .btn-add-a-friend,
  .account-body .item-module .btn-ignore-account {
    margin: -30px 0 0 0;
  }
  .account-body .new-message .user-info {
    width: auto;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* for IE */
    -o-text-overflow: ellipsis;
    /* for Opera */
    -icab-text-overflow: ellipsis;
    /* for iCab */
    -khtml-text-overflow: ellipsis;
    /* for Konqueror Safari */
    -moz-text-overflow: ellipsis;
    /* for Firefox,mozilla */
    -webkit-text-overflow: ellipsis;
    /* for Safari,Swift*/
  }
  .account-body .table-game td:first-child {
    width: 90px;
  }
  .account-body .table-game .game-name-full {
    display: none;
  }
  .account-body .table-game .game-name-abbr {
    display: block;
  }
  .account-body .table-infos td .span9 {
    padding: 0 0 0 20px;
  }
  .account-body .edit-wrap .form-horizontal .controls {
    margin-left: 0;
  }
  .account-body .edit-wrap .form-horizontal .controls input,
  .account-body .edit-wrap .form-horizontal .controls-field input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    width: 100%;
  }
  .account-body .security-form .edit-security-answer {
    display: block;
    position: relative;
    left: -20px;
    margin-bottom: 10px;
  }
  .account-body .security-form .span3 div:nth-child(2) {
    display: none;
  }
  .account-body .security-form .span9 div.dark-color div:first-of-type {
    display: block;
    position: relative;
    left: -20px;
    color: #a3a3a3;
  }
  .account-body .edit-wrap .security-questions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .account-body .edit-wrap .security-questions .dropdown-menu {
    min-width: calc(100% - 2px);
  }
  .account-body .edit-wrap .security-questions .viewport,
  .account-body .edit-wrap .security-questions .overview {
    width: calc(100% - 13px);
  }
  .account-body .edit-wrap .security-questions .dropdown-current-value {
    padding: 5px 10px;
    line-height: 14px;
  }
  .account-body .edit-wrap .security-questions .dropdown-current-value span {
    margin: 0;
  }
  .account-body .edit-wrap .security-questions .dropdown-current-value i {
    background-position: right 4px;
  }
  .account-body .edit-wrap .birthday-dropdown {
    width: 115px;
    margin-right: 2px;
  }
  .account-body .edit-wrap .birthday-dropdown .dropdown-list {
    width: 108px;
    min-width: 108px;
  }
  .account-body .edit-wrap .birthday-dropdown .dropdown-list .viewport,
  .account-body .edit-wrap .birthday-dropdown .dropdown-list .overview {
    width: 94px;
  }
  .account-body .edit-wrap .day-dropdown {
    width: 60px;
  }
  .account-body .edit-wrap .day-dropdown .dropdown-list {
    width: 58px;
    min-width: 58px;
  }
  .account-body .edit-wrap .day-dropdown .dropdown-list .viewport,
  .account-body .edit-wrap .day-dropdown .dropdown-list .overview {
    width: 44px;
  }
  .account-body .edit-wrap .year-dropdown {
    width: 77px;
  }
  .account-body .edit-wrap .year-dropdown .dropdown-list {
    width: 75px;
    min-width: 75px;
  }
  .account-body .edit-wrap .year-dropdown .dropdown-list .viewport,
  .account-body .edit-wrap .year-dropdown .dropdown-list .overview {
    width: 61px;
  }
  /*activity */
  .activity-wrap .friends-list {
    padding: 10px;
  }
  .activity-wrap .friends-list .feed-wrap li {
    width: 50%;
    margin: 0 0 10px 0;
  }
  .activity-wrap .friends-list .feed-wrap li .user-avatar {
    margin-right: 10px;
  }
  .activity-wrap .friends-list .feed-wrap li .title {
    display: inline-block;
    width: 86px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* for IE */
    -o-text-overflow: ellipsis;
    /* for Opera */
    -icab-text-overflow: ellipsis;
    /* for iCab */
    -khtml-text-overflow: ellipsis;
    /* for Konqueror Safari */
    -moz-text-overflow: ellipsis;
    /* for Firefox,mozilla */
    -webkit-text-overflow: ellipsis;
    /* for Safari,Swift*/
  }
  .activity-wrap .games-list .user-avatar,
  .activity-wrap .announcement-list .user-avatar {
    height: 54px;
    width: 100px;
  }
  .activity-wrap .announcement-list .user-avatar {
    height: 75px;
  }
  /* activity games */
  .games-wrap .game-played-dropdown {
    float: left;
    margin: 3px 0 10px 0;
  }
  .games-wrap .game-item .game-name {
    float: none;
  }
  .games-wrap .game-item .game-nav {
    float: left;
    margin: 15px 0 0 0;
  }
  .games-wrap .game-item .game-nav li:first-child {
    padding: 0 10px 0 0;
  }
  /*games*/
  .games-wrap .game-item .played-time .time,
  .games-wrap .game-item .game-rewards .dropdown-rewards {
    margin-left: 3px;
  }
  .games-wrap .game-item .game-achievements {
    padding: 9px 15px;
  }
  .games-wrap .game-item .game-achievements .game-achievment-list li {
    margin-right: 8px;
  }
  .games-wrap .frends-playing-games-wrap .show-grid .span8 {
    text-align: left;
    margin: 15px 0 0 0;
  }
  .games-wrap .frends-playing-games-wrap .show-grid .span8 ul {
    float: left !important;
  }
  .games-wrap .frends-playing-games-wrap .show-grid .span8 ul li:first-child {
    padding: 0 12px 0 0;
  }
  .games-wrap .frends-playing-games-wrap .show-grid .span8 p {
    float: none;
  }
  .games-wrap .frends-playing-games-wrap .show-grid .span4,
  .games-wrap .frends-playing-games-wrap .show-grid .span8 {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  /*friends*/
  .friends-wrap .find-friend-way .search-friends .dropdown,
  .messages-wrap .btns-inbox .message-search-active .dropdown {
    width: 120px;
  }
  .friends-wrap .find-friend-way .search-friends .dropdown .dropdown-current-value span,
  .messages-wrap .btns-inbox .message-search-active .dropdown .dropdown-current-value span {
    margin-left: 5px;
  }
  .friends-wrap .find-friend-way .search-friends .dropdown .dropdown-list,
  .messages-wrap .btns-inbox .message-search-active .dropdown .dropdown-list {
    min-width: 118px;
  }
  .friends-wrap .find-friend-way .search-friends input,
  .messages-wrap .btns-inbox .message-search-active input {
    width: 104px;
  }
  .friends-wrap .module-tabs .nav-tabs li a {
    padding: 0 20px;
  }
  /*messages*/
  .messages-wrap .btns-inbox .message-search .dropdown,
  .messages-wrap .btns-inbox .message-search input {
    display: none;
  }
  .messages-wrap .btns-inbox .message-search-active {
    border-width: 2px;
    border-style: solid;
    border-color: #282d37;
    background: #1b1c20;
    float: none;
    height: 30px;
    margin: 0;
    position: absolute;
    padding: 11px 5px;
    top: 5px;
    right: 1px;
    z-index: 2;
    width: 285px;
  }
  .messages-wrap .btns-inbox .message-search-active .dropdown,
  .messages-wrap .btns-inbox .message-search-active input {
    display: inline-block;
    position: relative;
    top: -11px;
  }
  .messages-wrap .btns-inbox .message-search-active .btn-search {
    top: 1px;
  }
  .messages-wrap .message-sent-wrap .message-search-active input {
    width: 235px;
  }
  .messages-wrap .message-sent-wrap .inbox-message-list {
    margin: 0 0 17px 0;
  }
  .messages-wrap .btns-inbox-message-read .btn-new-message {
    margin: 10px 0 0 0;
  }
  .messages-wrap .btn-report {
    margin: 0;
  }
  .messages-wrap .message-item .account-module-item .date {
    margin: 0;
  }
  /*setting*/
  .setting-wrap .module-tabs,
  .defender-wrap .module-tabs {
    height: 56px;
  }
  .setting-wrap .module-tabs .nav-tabs li,
  .defender-wrap .module-tabs .nav-tabs li {
    width: 96px;
    min-width: 96px;
    word-wrap: break-word;
    margin: 0 3px 0 0;
    height: 53px;
    text-align: center;
  }
  .setting-wrap .module-tabs .nav-tabs li a,
  .defender-wrap .module-tabs .nav-tabs li a {
    padding: 10px 10px 7px 10px;
    line-height: 18px;
  }
  .setting-wrap .module-tabs .nav-tabs .active,
  .defender-wrap .module-tabs .nav-tabs .active {
    height: 54px;
  }
  .setting-wrap .setting-group .title span {
    margin: 0;
  }
  .setting-wrap .setting-group .radio.inline {
    margin: 0 16px 0 0;
  }
  .request-friends-dialog-wrap .modal-dialog,
  .send-message-popup .modal-dialog,
  .report-dialog .modal-dialog {
    width: auto;
  }
  .request-friends-dialog-wrap .modal-dialog .module-group .item-group,
  .send-message-popup .modal-dialog .module-group .item-group,
  .report-dialog .modal-dialog .module-group .item-group {
    width: auto;
  }
  .report-dialog .form-horizontal {
    margin: 10px auto 0 auto;
    width: 260px;
  }
  .report-dialog .form-horizontal .controls {
    margin-left: 0;
    margin-top: 10px;
  }
  .report-dialog .form-horizontal .control-label {
    float: none;
    text-align: left;
  }
}
@media (max-width: 479px) {
  .account-body .table-infos td .span3,
  .account-body .table-infos td .span9 {
    width: 100%;
  }
  .account-body .module-table .dark-color {
    width: 200px;
    display: block;
    word-wrap: break-word;
  }
}
@media (min-width: 408px) and (max-width: 759px) {
  .account-body .edit-wrap .form-horizontal .controls {
    margin-left: 170px;
  }
  .account-body .module-table .dark-color {
    width: 90%;
  }
}
@media (max-width: 407px) {
  .account-body .edit-wrap .form-horizontal .control-group-security .control-label {
    float: none;
  }
  .account-body .edit-wrap .form-horizontal .controls {
    margin-left: 0;
  }
}
.pw-themed .account-module .dropdown-list {
  padding: 0 0 1px;
  border: 1px solid rgba(167, 167, 167, 0.3);
  border-radius: 2px;
  margin-top: -10px;
  top: 40px;
}
.pw-themed .account-module .dropdown-list > dd {
  background: #161616;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
  cursor: pointer;
  height: auto;
}
.pw-themed .account-module .dropdown-list > dd > a {
  padding: 10px 15px;
  text-decoration: none !important;
  color: #fff;
  border-top: 1px solid rgba(167, 167, 167, 0.3);
}
.pw-themed .account-module .dropdown-list > dd:first-child {
  border-top: none;
}
.pw-themed .account-module .dropdown-list > dd:first-child > a {
  border-top: none;
}
.sign-background {
  background: url(../images/sign/bg-sign.jpg) no-repeat top center;
  padding: 40px 0 10px;
}
@media (min-width: 740px) {
  .sign-background {
    padding: 80px 0 10px;
  }
}
.sign-background.cryptic {
  background: red;
}
.sign-background .main-banned-region h1 {
  text-align: left;
}
@media (min-width: 740px) {
  .sign-background .main-banned-region h1 {
    text-align: center;
  }
}
.sign-background .main-banned-region .content {
  margin-top: 20px;
}
.sign-background .main-banned-region .bg-btn {
  display: inline-block;
}
.sign-background .main-banned-region .link-container {
  margin-top: 20px;
  text-align: left;
}
@media (min-width: 740px) {
  .sign-background .main-banned-region .link-container {
    text-align: center;
  }
}
.sign-background .main-banned-region .btn-dark-bg {
  border-width: 1px;
  border-style: solid;
  border-color: #555453;
  padding: 7px 12px;
  background: none;
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sign-background .main-banned-region .btn-dark-bg:hover {
  text-decoration: none;
}
.sign-background--verify {
  min-height: calc(100vh - 210px);
  display: flex;
}
.container-sign {
  background-color: rgba(0, 0, 0, 0.75);
  width: 660px;
  margin: 0 auto;
  padding: 15px 40px 30px;
  position: relative;
  border: 1px solid #292a2e;
  -webkit-box-shadow: -1px -1px 0 #000000, 1px 1px 0 #000000;
  -moz-box-shadow: -1px -1px 0 #000000, 1px 1px 0 #000000;
  box-shadow: -1px -1px 0 #000000, 1px 1px 0 #000000;
  border: none;
  border-radius: 0;
}
.container-sign h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.75);
}
@media (min-width: 740px) {
  .container-sign h1 {
    margin: 20px 0;
  }
}
.container-sign h5 {
  color: #fff;
  padding-bottom: 16px;
}
.container-sign input[type=text],
.container-sign input[type=password] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 739px) {
  .container-sign input[type=text],
  .container-sign input[type=password] {
    width: 268px;
  }
}
.container-sign label {
  text-align: left;
}
.container-sign p {
  font-size: 14px;
  line-height: 22px;
  margin: auto;
  max-width: 500px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.container-sign p.having-problems {
  text-align: center;
}
.container-sign .already-container > p {
  text-align: center;
}
.container-sign .already-container .p-confirm-link {
  padding-bottom: 10px;
}
.container-sign .btn-fb-login-new {
  background: #3f80ff;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.container-sign .btn-fb-login-new span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  margin: 0 30px 0 0;
  text-decoration: none;
}
.container-sign .btn-fb-login-new:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #2f64db;
  border-radius: 3px 0 0 3px;
  content: url(../images/sign/facebook-f.png);
  display: inline-block;
  height: 30px;
  float: left;
  padding: 4px 2px 5px 0;
  position: relative;
  text-align: right;
  width: 30px;
}
.container-sign .btn-fb-login-new:hover {
  opacity: .9;
}
.container-sign .btn-fb-login-new:hover a {
  text-decoration: none;
}
.container-sign .btn-mailru-login {
  background: #3f80ff;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 739px) {
  .container-sign .btn-mailru-login {
    margin-bottom: 40px;
  }
}
.container-sign .btn-mailru-login:before,
.container-sign .btn-mailru-login:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-sign .btn-mailru-login:before {
  background-color: #004ad6;
  border-radius: 3px 0 0 3px;
  content: url(../images/sign/mailru-icon.png);
  width: 30px;
  float: left;
}
.container-sign .btn-mailru-login:after {
  background-color: #005ff9;
  border-radius: 0 3px 3px 0;
  content: url(../images/sign/mailru-logo.png);
  width: calc(100% - 30px);
}
.container-sign .btn-mailru-login:hover {
  opacity: .9;
}
.container-sign .btn-mailru-login:hover:before {
  background-color: #2663d6;
}
.container-sign .btn-mailru-login:hover:after {
  background-color: #337ffa;
}
.container-sign .btn-mailru-login:active:before {
  background-color: #003bb3;
}
.container-sign .btn-mailru-login:active:after {
  background-color: #004cc7;
}
.container-sign .btn-sign-in,
.container-sign .btn-sign-up,
.container-sign .btn-sign-cancel {
  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;
}
.container-sign .btn-sign-in:hover,
.container-sign .btn-sign-up:hover,
.container-sign .btn-sign-cancel:hover {
  background-color: #5c91ff;
  box-shadow: 0 0 8px rgba(32, 80, 180, 0.6);
  color: #fff;
}
.container-sign .btn-sign-in:active,
.container-sign .btn-sign-up:active,
.container-sign .btn-sign-cancel:active {
  background-color: #4579e5;
  box-shadow: 0 0 0px none;
}
.container-sign .btn-recover,
.container-sign .btn-accept-link,
.container-sign .btn-register,
.container-sign .btn-save-changes {
  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;
}
.container-sign .btn-recover:hover,
.container-sign .btn-accept-link:hover,
.container-sign .btn-register:hover,
.container-sign .btn-save-changes:hover {
  background: #76a2ff;
  text-decoration: none;
}
@media (min-width: 740px) {
  .container-sign .btn-recover,
  .container-sign .btn-accept-link,
  .container-sign .btn-register,
  .container-sign .btn-save-changes {
    min-width: 150px;
  }
}
.container-sign .btn-recover,
.container-sign .btn-sign-in,
.container-sign .btn-sign-up {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.container-sign .btn-sign-up.btn-next-enable {
  background-color: #5c91ff;
  box-shadow: 0 0 8px rgba(32, 80, 180, 0.6);
  color: #fff;
}
.container-sign .checkbox-sign {
  padding-top: 5px;
  width: 18px;
  position: relative;
}
.container-sign .checkbox-sign .checkbox-skin {
  width: 18px;
  height: 18px;
  background: #161718;
  border: 1px solid #353943;
  padding: 0px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
.container-sign .checkbox-sign .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);
}
.container-sign .checkbox-sign .checkbox-skin:hover:after {
  opacity: 0.3;
}
.container-sign .checkbox-sign .checkbox-label {
  width: 250px;
  padding-left: 30px;
}
.container-sign .checkbox-sign input[type=checkbox] {
  height: 18px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 18px;
}
.container-sign .checkbox-sign input[type=checkbox]:checked + .checkbox-skin:after {
  opacity: 1;
}
.container-sign .checkbox-sign .checkbox-label {
  margin-top: -5px;
  margin-bottom: 1px;
}
.container-sign .checkbox-sign .checkbox-label-Terms {
  width: 330px;
}
@media (max-width: 739px) {
  .container-sign .checkbox-sign .checkbox-label-Terms {
    width: 228px;
  }
}
.container-sign .checkbox-sign .checkbox-label-facebook {
  width: 330px;
}
@media (max-width: 739px) {
  .container-sign .checkbox-sign .checkbox-label-facebook {
    width: 228px;
  }
}
.container-sign .checkbox-sign .checkbox-label-optemail {
  width: 330px;
  margin-bottom: 24px;
}
@media (max-width: 739px) {
  .container-sign .checkbox-sign .checkbox-label-optemail {
    width: 228px;
  }
}
@media (min-width: 740px) {
  .container-sign .btn-main-register {
    width: 240px;
  }
}
.container-sign .col-1 {
  float: left;
  text-align: left;
  width: 30%;
}
@media (max-width: 739px) {
  .container-sign .col-1 {
    float: none;
    text-align: center;
    width: auto;
  }
}
.container-sign .col-1 p {
  font: 11px/15px Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.container-sign .col-1 > h5:not(:first-child) {
  margin-top: 40px;
}
.container-sign .col-2 {
  float: right;
  text-align: left;
  width: 58%;
}
@media (max-width: 740px) {
  .container-sign .col-2 {
    float: none;
    text-align: center;
    width: auto;
  }
}
.container-sign .container-sign h5 {
  margin: 20px 0 0 0;
}
.container-sign .control-label {
  padding-bottom: 4px;
  font: 14px/14px Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.container-sign .divide-vertical {
  width: 55px;
}
.container-sign .form-horizontal label a {
  color: #5d92fc;
}
.container-sign .form-horizontal .control-group {
  clear: left;
  margin-bottom: 15px;
}
.container-sign .form-horizontal .control-group.dates:not(.fbDates) {
  text-align: left;
}
.container-sign .form-horizontal .control-label {
  text-align: left;
  width: 100%;
  margin-right: 5px;
}
@media (max-width: 739px) {
  .container-sign .form-horizontal .control-label {
    width: 268px;
  }
}
@media (min-width: 740px) {
  .container-sign .form-horizontal .control-label.captcha-label {
    width: 130px;
  }
}
.container-sign .further-assistance {
  text-align: center;
}
@media (min-width: 740px) {
  .container-sign .further-assistance {
    max-width: none;
    font: 12px/12px Lucida Grande, Lucida Sans Unicode, sans-serif;
  }
}
.container-sign .icon-refresh {
  float: right;
}
.container-sign input.text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #29282d;
  color: #a7a7a7;
  background: #000;
  padding: 3px;
  width: 100%;
  height: 30px;
}
.container-sign input.has-error.text {
  border-width: 1px;
  border-style: solid;
  border-color: #ff0000;
}
.container-sign hr {
  margin: 14px 0;
  opacity: .7;
}
@media (min-width: 740px) {
}
.container-sign .hr-text {
  outline: 0;
  border: 0;
  display: inline-block;
  float: left;
  left: 32%;
  line-height: 1em;
  margin: 0;
  position: absolute;
  text-align: center;
  height: 222px;
  width: 10%;
}
.container-sign .hr-text:before {
  content: '';
  background: #a7a7a7;
  opacity: .8;
  position: absolute;
  width: 1px;
  height: 100%;
}
.container-sign .hr-text:after {
  color: #a7a7a7;
  content: attr(data-content);
  background: rgba(0, 0, 0, 0.85);
  display: inline-block;
  left: 50%;
  padding: 5px 0;
  position: absolute;
  top: 50%;
}
.container-sign .no-label {
  padding-left: 100px;
}
.container-sign .no-label label input {
  margin-top: -1px;
}
@media (max-width: 739px) {
  .container-sign .no-label {
    padding: 0px;
  }
}
.container-sign label.checkbox {
  font-size: 12px;
  line-height: 14px;
}
.container-sign .button-container {
  overflow: hidden;
  padding-top: 8px;
  text-align: center;
}
.container-sign .infobox {
  padding: 7px 10px;
  text-align: center;
  margin: 5px auto 20px;
  font: 15px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
}
.container-sign .infobox a {
  color: #5c91ff;
}
.container-sign .infobox a:hover {
  text-decoration: none;
}
.container-sign .p-cryptic-info {
  width: 33%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.container-sign .p-intro-sign {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.container-sign .p-intro-sign a {
  color: #5c91ff;
}
.container-sign .p-intro-sign em {
  color: white;
  font-style: normal;
}
.container-sign .p-email-activate {
  margin-bottom: 10px;
  text-align: center;
}
.container-sign p.p-banned-account {
  display: inline-block;
}
.container-sign #sign-up-step-2,
.container-sign #sign-up-step-3,
.container-sign #link-need-email,
.container-sign #link-need-login {
  display: none;
}
.container-sign #link-error-box,
.container-sign #link-error-box-form {
  display: none;
}
.container-sign .step-1-container,
.container-sign .step-2-container,
.container-sign .step-3-container,
.container-sign .already-container,
.container-sign .link-container,
.container-sign .roadblock-container,
.container-sign .reset-container,
.container-sign .forgot-container {
  margin: 0 auto;
}
.container-sign .container-360 {
  width: 360px;
}
.container-sign .container-360 .btn-common {
  width: 360px;
  display: block;
}
@media (max-width: 739px) {
  .container-sign .container-360 .btn-common {
    width: auto;
  }
}
@media (max-width: 739px) {
  .container-sign .container-360 {
    width: auto;
  }
}
.container-sign .recaptcha-register-widget > div > div {
  width: initial !important;
  text-align: left;
}
.container-sign .step-2-container {
  width: 354px;
}
@media (max-width: 739px) {
  .container-sign .step-2-container {
    width: auto;
  }
}
.container-sign .step-3-container {
  width: 360px;
}
.container-sign .step-3-container .btn-common {
  width: 360px;
  display: block;
}
@media (max-width: 739px) {
  .container-sign .step-3-container .btn-common {
    width: auto;
  }
}
@media (max-width: 739px) {
  .container-sign .step-3-container {
    width: auto;
  }
}
.container-sign .ul-arrow-list {
  list-style-image: url(../images/global/icons_right.png);
}
.container-sign .user-help-link {
  color: #5c91ff;
}
.container-sign .user-help {
  padding: 10px 0 30px;
}
.container-sign .user-help p {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
}
.container-sign .already-container .buttons {
  text-align: center;
  padding-top: 26px;
}
.container-sign .already-container .buttons .btn-common {
  margin: 5px;
}
.container-sign .link-container {
  width: 440px;
}
@media (max-width: 739px) {
  .container-sign .link-container {
    width: auto;
  }
}
.container-sign h4.roadblock {
  width: 410px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 739px) {
  .container-sign h4.roadblock {
    width: auto;
  }
}
.container-sign .roadblock-container {
  width: 465px;
  margin-top: 10px;
}
@media (max-width: 739px) {
  .container-sign .roadblock-container {
    width: auto;
  }
}
.container-sign .roadblock-container p {
  font: 14px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
  padding-bottom: 16px;
  color: #a7a7a7;
}
.container-sign .roadblock-container h4 {
  margin-bottom: 25px;
}
.container-sign .roadblock-container a.btn-contact-support {
  display: block;
  width: 340px;
  padding: 13px 0;
  margin: 0 auto;
  text-align: center;
  background: #24272e;
  border: 1px solid #292a2e;
  -webkit-box-shadow: -1px -1px 0 #000000, 1px 1px 0 #000000;
  -moz-box-shadow: -1px -1px 0 #000000, 1px 1px 0 #000000;
  box-shadow: -1px -1px 0 #000000, 1px 1px 0 #000000;
}
.container-sign .roadblock-container a.btn-contact-support:hover {
  text-decoration: none;
}
@media (max-width: 739px) {
  .container-sign .roadblock-container a.btn-contact-support {
    padding: 5px;
    width: auto;
  }
}
.container-sign .reset-container {
  max-width: 100%;
  width: 302px;
  text-align: center;
}
.container-sign .reset-container input.text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-sign .reset-container p.further-assistance {
  text-align: center;
}
.container-sign .reset-container .captcha-label {
  width: 249px;
}
.container-sign .reset-container .btn-common {
  width: 273px;
}
.container-sign .reset-container .control-group .control-label,
.container-sign .reset-container .control-group p {
  text-align: left;
}
.container-sign .reset-container .control-group .error-message {
  text-align: center;
}
.container-sign .forgot-container {
  max-width: 350px;
}
.container-sign .forgot-container .control-group {
  margin: 0 auto 10px;
}
.container-sign .forgot-container .control-group > img {
  width: 100%;
}
.container-sign .forgot-container .captcha-label {
  width: 100%;
}
.container-sign .forgot-container .btn-common {
  display: block;
}
.container-sign .forgot-container input.text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-sign .forgot-container > form {
  margin: 0 auto;
}
.container-sign .forgot-container > p {
  margin-bottom: 1em;
  text-align: center;
}
.container-sign .forgot-container > p.p-banned-account {
  text-align: left;
}
.container-sign .forgot-container > p.text-left {
  color: #fff;
}
.container-sign .control-group.dates select {
  background: url(../images/global/icons_right.png) no-repeat calc(100% - 5px) 9px #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-right: 5px;
  width: 32.33%;
  -webkit-appearance: none;
}
@media (max-width: 739px) {
  .container-sign .control-group.dates select {
    margin-right: 4px;
  }
}
.container-sign .control-group.dates select:last-child {
  margin-right: 0;
}
.container-sign .control-group.dates select[name=year] {
  width: 64px;
}
@media (max-width: 739px) {
  .container-sign .control-group .clearfix {
    clear: both;
  }
}
@media (min-width: 740px) {
  .container-sign {
    text-align: center;
  }
  .container-sign .btn-accept-link,
  .container-sign .btn-accept-link {
    margin-right: 20px;
  }
  .container-sign.no-facebook {
    width: 400px;
  }
  .container-sign .slim {
    display: none;
  }
  .container-sign .link-container .account-link {
    width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 739px) {
  .container-sign {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 340px;
    width: calc(100% - 300px);
    padding: 15px;
  }
  .container-sign .btn-sign-in,
  .container-sign .btn-recover,
  .container-sign .btn-save-changes,
  .container-sign .btn-sign-up {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .container-sign p.further-assistance {
    text-align: left;
  }
  .container-sign p.p-banned-account {
    text-align: left;
  }
  .container-sign .wide {
    display: none;
  }
  .container-sign .register_captcha_group_body {
    overflow: hidden;
  }
  .container-sign .hr-text {
    display: block;
    float: none;
    left: initial;
    position: relative;
    height: 1.5em;
    width: 100%;
  }
  .container-sign .hr-text:before {
    left: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    height: 1px;
  }
  .container-sign .hr-text:after {
    left: initial;
    padding: 0 10px;
    top: initial;
    position: relative;
  }
  .container-sign .p-fb-info,
  .container-sign .h5-signin-subhead,
  .container-sign .p-arc-register {
    display: none;
  }
}
.container-signin {
  margin-bottom: 80px;
  width: 720px;
}
.container-signin.no-facebook .col-2 {
  float: none;
}
.container-signin .checkbox-sign {
  padding: 0px 0 15px;
}
.container-signin .col-1 {
  width: 36%;
}
.container-signin .col-2 {
  width: 54%;
}
.container-signin .col-2 input[type=text],
.container-signin .col-2 input[type=password] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-signin .no-label {
  padding-left: 0;
}
@media (min-width: 803px) {
  .container-signin.no-facebook {
    width: 450px;
  }
}
@media (min-width: 740px) and (max-width: 902px) {
  .container-signin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    width: 95%;
  }
  .container-signin.no-facebook {
    width: 550px;
  }
}
@media (min-width: 739px) {
  .hr-text:after {
    transform: translate(-50%, -50%);
  }
  .container-signin .hr-text {
    height: 320px;
    left: 37%;
  }
}
@media (max-width: 739px) {
  .container-signin {
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container-signin h5 {
    margin-top: 10px;
    text-align: left;
  }
  .container-signin .col-1 {
    width: 100%;
  }
  .container-signin .col-2 {
    width: 100%;
  }
  .container-signin .col-2 input[type=text],
  .container-signin .col-2 input[type=password] {
    width: 100%;
  }
  .container-signin .no-label {
    padding-left: 0;
  }
}
.container-sign > h5 {
  text-align: center;
}
.sign-up-flavor {
  text-align: justify;
  max-width: 720px;
  margin: 40px auto;
}
@media (max-width: 739px) {
  .sign-up-flavor {
    display: none;
  }
}
@media (min-width: 960px) {
  .sign-up-flavor {
    max-width: 960px;
  }
}
.sign-up-flavor .flavor-image {
  background: url(../images/sign/signup_flavor_740.jpg) no-repeat top center #131418;
  height: 142px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .sign-up-flavor .flavor-image {
    height: 200px;
    background: url(../images/sign/signup_flavor_960.jpg) no-repeat top center #131418;
  }
}
.sign-up-flavor .flavor {
  display: inline-block;
  position: relative;
  width: 30%;
  overflow: hidden;
  vertical-align: top;
}
@media (min-width: 960px) {
  .sign-up-flavor .flavor {
    width: 32%;
  }
}
.sign-up-flavor .flavor h5 {
  color: #ffffff;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.sign-up-flavor .flavor p {
  font: 14px/24px Lucida Grande, Lucida Sans Unicode, sans-serif;
  text-align: left;
}
.sign-up-flavor:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.signup-arc-logo {
  background-image: url(../images/sign/Arc_wht.png);
  height: 30px;
  width: 67px;
  display: inline-block;
  margin: auto;
}
.signup-cryptic-logo,
.signup-cryptic-logo-center {
  background-image: url(../images/sign/Cryptic_wht.png);
  height: 19px;
  width: 100px;
}
.signup-cryptic-logo {
  display: inline-block;
  margin: 18px 0 6px 15px;
}
.signup-cryptic-logo-center {
  margin: auto;
  display: block;
}
.container-sign > .cryptic-header {
  display: block;
  padding: 10px;
}
.container-sign.container-signin-cryptic {
  padding: 40px 40px 60px;
}
.container-sign.container-signin-cryptic h4 {
  margin-top: 15px;
  line-height: 28px;
}
#form-link-display > .account-link > .control-group {
  position: relative;
}
#form-link-display > .account-link > .control-group > .status-container:not(.error) {
  position: absolute;
  min-width: 17px;
  top: 100%;
  left: 0;
}
.container-sign--verify {
  width: calc(100% - 36px);
  box-sizing: border-box;
  padding: 24px;
  text-align: center;
  max-width: 830px;
  margin-bottom: 72px;
}
@media (min-width: 960px) {
  .container-sign--verify {
    width: calc(100% - 100px);
  }
}
.container-sign--verify h1 {
  margin-bottom: 24px;
  margin-top: 0;
}
@media (min-width: 740px) {
  .container-sign--verify h1 {
    font-size: 36px;
  }
}
.container-sign--verify h2 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 16px;
  line-height: 1.25;
  margin-right: auto;
  text-align: center;
}
.container-sign--verify h3 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
.container-sign--verify p {
  max-width: none;
  line-height: 1.25;
  margin-bottom: 8px;
  margin-left: 0;
  text-align: center;
}
@media (min-width: 740px) {
  .container-sign--verify p {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}
.container-sign--verify ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 14px;
}
.container-sign--verify li {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.25;
}
.container-sign--verify .btn-main-full {
  cursor: pointer;
  margin-bottom: 24px;
  font-size: 18px;
  display: inline-block;
  width: auto;
  padding: 18px 24px;
}
.verify-email-note {
  text-align: left;
}
.verify-email-note h2 {
  text-align: left;
}
.verify-email-container__info {
  padding-bottom: 20px;
}
.verify-email-container__details {
  text-align: left;
}
.verify-email-container__details h2 {
  text-align: left;
}
.container-sign--verify .btn-main-full--verify-token-continue {
  margin-top: 36px;
  margin-bottom: 36px;
}
.container-sign--verify .verify-token-error {
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 10%;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.controller-code-redemption {
  font-size: 16px;
}
.controller-code-redemption > body {
  height: 1px;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.controller-code-redemption > body > #js_pushDownCookieMessage {
  width: 100%;
}
.controller-code-redemption > body > #fb-root {
  position: absolute;
}
.controller-code-redemption > body > .footer {
  width: 100%;
}
.controller-code-redemption .control-input {
  display: none;
}
.controller-code-redemption .code-redemption {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  background: top center;
  background-image: url("../images/code-redemption/bg-main.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 320px) {
  .controller-code-redemption .code-redemption {
    padding-top: 48px;
  }
}
.controller-code-redemption .code-redemption__page {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  border: solid 1px rgba(255, 255, 255, 0.1);
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 472px;
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (min-width: 320px) {
  .controller-code-redemption .code-redemption__page {
    padding-bottom: 70px;
    padding-left: calc((100% - 342px)/2);
    padding-right: calc((100% - 342px)/2);
  }
}
@media only screen and (min-width: 472px) {
  .controller-code-redemption .code-redemption__page {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.controller-code-redemption .code-redemption__page:target {
  display: flex;
}
.controller-code-redemption .code-redemption__page--login {
  display: flex;
}
.controller-code-redemption .cr-button {
  background: #e57100;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 2px;
  transition: background 0.2s;
}
.controller-code-redemption .cr-button:hover,
.controller-code-redemption .cr-button:focus {
  text-decoration: none;
}
.controller-code-redemption .cr-button--arc {
  background: #e57100;
}
.controller-code-redemption .cr-button--arc:hover {
  background: #f28000;
}
.controller-code-redemption .cr-button--arc:active {
  background: #d36400;
}
.controller-code-redemption .cr-button--facebook {
  background: #3b5998;
}
.controller-code-redemption .cr-button--facebook:hover {
  background: #4365ac;
}
.controller-code-redemption .cr-button--facebook:active {
  background: #344e86;
}
.controller-code-redemption .cr-button--psn {
  background: #003791;
}
.controller-code-redemption .cr-button--psn:hover {
  background: #003ea4;
}
.controller-code-redemption .cr-button--psn:active {
  background: #003080;
}
.controller-code-redemption .cr-button--xbox {
  background: #107c10;
}
.controller-code-redemption .cr-button--xbox:hover {
  background: #128d12;
}
.controller-code-redemption .cr-button--xbox:active {
  background: #0e6d0e;
}
.controller-code-redemption .cr-button--redeem {
  background: #e57100;
}
.controller-code-redemption .cr-button--redeem:hover {
  background: #f28000;
}
.controller-code-redemption .cr-button--redeem:active {
  background: #d36400;
}
.controller-code-redemption #code-redemption-form {
  width: 100%;
}
.controller-code-redemption #code-redemption-form > .cr-button {
  width: 100%;
  display: block;
}
.controller-code-redemption .cr-platform-links {
  width: 100%;
}
.controller-code-redemption .cr-platform-links > .cr-button {
  width: 100%;
  display: block;
}
.controller-code-redemption .cr-platform-links > .cr-small-text {
  margin-bottom: 10px;
}
.controller-code-redemption .cr-button__icon {
  position: absolute;
  top: 9px;
  left: 10px;
  display: block;
}
.controller-code-redemption .cr-button__icon--arc {
  background-image: url(../images/code-redemption/spritesmith-code-redemption.png);
  background-position: -150px -35px;
  width: 18px;
  height: 20px;
}
.controller-code-redemption .cr-button__icon--facebook {
  top: 10px;
  background-image: url(../images/code-redemption/spritesmith-code-redemption.png);
  background-position: -150px 0px;
  width: 20px;
  height: 20px;
}
.controller-code-redemption .cr-button__icon--ps4 {
  top: 10px;
  background-image: url(../images/code-redemption/spritesmith-code-redemption.png);
  background-position: -51px -89px;
  width: 22px;
  height: 22px;
}
.controller-code-redemption .cr-button__icon--xbox {
  top: 10px;
  background-image: url(../images/code-redemption/spritesmith-code-redemption.png);
  background-position: -88px -89px;
  width: 22px;
  height: 22px;
}
.controller-code-redemption .cr-inline-link {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: color 0.2s;
}
.controller-code-redemption .cr-inline-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.controller-code-redemption .cr-text-input {
  background: rgba(0, 0, 0, 0.6);
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  padding: 10px 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  width: 100%;
  transition: background 0.2s, border 0.2s;
  box-sizing: border-box;
}
.controller-code-redemption .cr-text-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.controller-code-redemption .cr-text-input:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.controller-code-redemption .cr-text-input:focus {
  border-color: rgba(255, 255, 255, 0.6);
}
.controller-code-redemption .cr-text-input--error {
  background: rgba(18, 0, 0, 0.6);
  border-color: rgba(187, 28, 28, 0.4);
}
.controller-code-redemption .cr-table {
  background-color: #666;
  border: #000 solid 1px;
  border-spacing: 1px;
}
.controller-code-redemption .cr-table > tbody > tr > th {
  border: #333 solid 1px;
}
.controller-code-redemption .cr-table > tbody > tr > td {
  border: #333 solid 1px;
}
.controller-code-redemption .cr-header {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px;
  text-shadow: 0 2px 8px #000;
}
.controller-code-redemption .cr-main-text {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 24px;
}
.controller-code-redemption .cr-main-text b {
  font-weight: 700;
}
.controller-code-redemption .cr-small-text {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1.33333333;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.controller-code-redemption .cr-small-text b {
  font-weight: 700;
}
.controller-code-redemption .cr-example-codes {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1.33333333;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  width: 100%;
}
.controller-code-redemption .cr-example-codes b {
  font-weight: 700;
}
.controller-code-redemption .cr-example-codes dd {
  line-height: 1.5;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1.33333333;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.controller-code-redemption .cr-example-codes dd b {
  font-weight: 700;
}
.controller-code-redemption .cr-footer {
  margin-top: 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}
.controller-code-redemption .cr-footer > .cr-inline-link {
  display: block;
}
.controller-code-redemption .cr-message-box {
  width: 500px;
  max-width: 100%;
}
.controller-code-redemption .cr-message {
  display: none;
  text-align: center;
  color: #000;
  border: solid #000 1px;
  padding: 20px 0;
}
.controller-code-redemption .cr-message--inline {
  text-align: left;
}
.controller-code-redemption .cr-message--error {
  background-color: orangered;
}
.controller-code-redemption .cr-message--success {
  background-color: darkgreen;
}
.controller-code-redemption .cr-message--action-required {
  background-color: darkgoldenrod;
}
.controller-code-redemption #account-link:checked ~ [for='account-link'] {
  display: none;
}
.controller-code-redemption #account-link:not(:checked) ~ .cr-console-cta__buttons {
  display: none;
}
.controller-code-redemption .cr-console-cta__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.controller-code-redemption .cr-example-codes {
  padding: 10px 0;
}
.controller-code-redemption .cr-logos {
  text-align: center;
}
.controller-code-redemption .cr-logos .cr-logos__logo {
  display: inline-block;
  margin: 30px;
}
.controller-code-redemption .cr-logos .cr-logos__logo--pc {
  background-image: url(../images/code-redemption/spritesmith-code-redemption.png);
  background-position: 0px -89px;
  width: 36px;
  height: 33px;
}
.controller-code-redemption .cr-logos .cr-logos__logo--psn {
  background-image: url(../images/code-redemption/spritesmith-code-redemption.png);
  background-position: 0px -42px;
  width: 108px;
  height: 32px;
  margin-right: 0;
}
.controller-code-redemption .cr-logos .cr-logos__logo--xblive {
  background-image: url(../images/code-redemption/spritesmith-code-redemption.png);
  background-position: 0px 0px;
  width: 135px;
  height: 27px;
}
.controller-code-redemption .cr-form-status {
  padding: 8px;
  border: solid 1px #bb1c1c;
  background: #4d0b0b;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}
.controller-code-redemption .cr-form-status--error {
  border-color: #bb1c1c;
  background-color: #4d0b0b;
}
.controller-code-redemption .cr-form-status--platform_not_linked {
  border-color: #f26522;
  background-color: #4d200b;
}
.controller-code-redemption .cr-form-status--success {
  border-color: #0c8c0c;
  background: #0b1d0b;
}
.controller-code-redemption .cr-currency-redeemed {
  display: none;
  width: 100%;
  text-align: center;
}
.controller-code-redemption .cr-currency-redeemed .cr-button {
  width: 100%;
  display: block;
}
.controller-code-redemption .cr-currency-redeemed .cr-credit-text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 32px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
}
.controller-code-redemption .cr-agreement-section .cr-button {
  display: block;
  cursor: pointer;
}
#agreement-content {
  height: 35vh;
  overflow-y: scroll;
  margin-bottom: 10px;
  /* Stealing this from misc.less */
}
#agreement-content h1 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 5px 0;
  padding: 20px 0;
  margin-bottom: 20px;
}
#agreement-content h2 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
#agreement-content h3 {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 15px 0;
  position: relative;
}
#agreement-content h3:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 6px 2px 0;
}
#agreement-content p {
  margin: 12px 0 0  0;
  font-size: 14px;
}
#agreement-content a {
  text-decoration: underline;
  transition: color 0.2s;
}
#agreement-content a:hover {
  color: #fff;
  text-decoration: underline;
}
#agreement-content ul {
  list-style-type: disc;
}
#agreement-content ul,
#agreement-content ol {
  padding: 10px 0 0 17px;
}
#agreement-content ul li,
#agreement-content ol li {
  font-size: 14px;
  position: relative;
}
#agreement-content .subsection-list {
  padding-left: 40px;
}
#agreement-content .subsection-list > li {
  margin-bottom: 10px;
}
#agreement-content .subsection-list > li > ol > li {
  list-style-type: lower-alpha;
  margin-bottom: 10px;
}
#agreement-content .subsection-list > li > ol > li > ol > li {
  margin-bottom: 10px;
  list-style-type: lower-roman;
}
#agreement-content .num {
  width: 40px;
  position: absolute;
  right: 100%;
  top: 0;
}
.pw-themed.controller-code-redemption body {
  font-family: roboto, sans-serif;
}
.pw-themed.controller-code-redemption .code-redemption {
  background: #fff;
}
.pw-themed.controller-code-redemption .cr-header {
  color: #36373B;
  text-shadow: none;
  font-family: roboto, sans-serif;
  text-align: center;
  padding: 0 8px;
}
.pw-themed.controller-code-redemption .cr-button {
  color: rgba(255, 255, 255, 0.8);
}
.pw-themed.controller-code-redemption .cr-button:hover {
  color: #ffffff;
}
.pw-themed.controller-code-redemption .cr-button--pw {
  background-color: #d62222;
}
.pw-themed.controller-code-redemption .cr-button--pw:hover {
  background-color: #d62222;
}
.pw-themed.controller-code-redemption .cr-button--pw:active {
  background-color: #DB3939;
}
.pw-themed.controller-code-redemption .cr-button--facebook {
  background-color: #3b5998;
}
.pw-themed.controller-code-redemption .cr-button--facebook:hover {
  background-color: #3b5998;
}
.pw-themed.controller-code-redemption .cr-button--facebook:active {
  background-color: #3b5998;
}
.pw-themed.controller-code-redemption .cr-button--psn {
  background: #003791;
}
.pw-themed.controller-code-redemption .cr-button--psn:hover {
  background: #003791;
}
.pw-themed.controller-code-redemption .cr-button--psn:active {
  background: #003791;
}
.pw-themed.controller-code-redemption .cr-button--xbox {
  background: #107c10;
}
.pw-themed.controller-code-redemption .cr-button--xbox:hover {
  background: #107c10;
}
.pw-themed.controller-code-redemption .cr-button--xbox:active {
  background: #107c10;
}
.pw-themed.controller-code-redemption .cr-button--accept-agreement,
.pw-themed.controller-code-redemption .cr-button--redeem {
  color: #fff;
  background-color: #d62222;
}
.pw-themed.controller-code-redemption .cr-button--accept-agreement:hover,
.pw-themed.controller-code-redemption .cr-button--redeem:hover {
  color: #fff;
  background-color: #000000;
}
.pw-themed.controller-code-redemption .cr-button--accept-agreement:active,
.pw-themed.controller-code-redemption .cr-button--redeem:active {
  color: #fff;
  background-color: #000000;
}
.pw-themed.controller-code-redemption .cr-button--redeem-again {
  background-color: rgba(0, 0, 0, 0.9);
}
.pw-themed.controller-code-redemption .cr-button--redeem-again:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.pw-themed.controller-code-redemption .cr-button--redeem-again:active {
  background-color: rgba(0, 0, 0, 0.9);
}
.pw-themed.controller-code-redemption .code-redemption__page {
  background: #EEEFF2;
}
.pw-themed.controller-code-redemption .cr-main-text,
.pw-themed.controller-code-redemption .cr-small-text {
  color: #36373B;
  font-family: roboto, sans-serif;
}
.pw-themed.controller-code-redemption .cr-text-input {
  background: #fff;
  border-color: #E6E6E6;
  color: #36373B;
}
.pw-themed.controller-code-redemption .cr-text-input::placeholder {
  color: #8E8E8E;
}
.pw-themed.controller-code-redemption .cr-secondary-text {
  color: #666666;
  font-size: 16px;
}
.pw-themed.controller-code-redemption .cr-example-codes,
.pw-themed.controller-code-redemption .cr-example-codes dt {
  line-height: 1.5;
}
.pw-themed.controller-code-redemption .cr-example-codes dt,
.pw-themed.controller-code-redemption dd {
  color: #666666;
  font-family: roboto, sans-serif;
}
.pw-themed.controller-code-redemption .cr-inline-link {
  color: #d02323;
}
.pw-themed.controller-code-redemption .cr-inline-link + .cr-inline-link {
  margin-top: 4px;
}
.pw-themed.controller-code-redemption .cr-small-text .cr-inline-link,
.pw-themed.controller-code-redemption .cr-secondary-text .cr-inline-link {
  color: #d02323;
  transition: none;
}
.pw-themed.controller-code-redemption .cr-small-text .cr-inline-link:hover,
.pw-themed.controller-code-redemption .cr-secondary-text .cr-inline-link:hover {
  color: #d02323;
}
.pw-themed.controller-code-redemption .cr-footer {
  margin-top: 20px;
  border-top-color: #36373B;
}
.pw-themed.controller-code-redemption .cr-footer .cr-inline-link + .cr-small-text {
  margin-top: 20px;
}
.pw-themed.controller-code-redemption .cr-logos .cr-logos__logo {
  background-repeat: no-repeat;
  background-position: center;
}
.pw-themed.controller-code-redemption .cr-logos .cr-logos__logo--pc {
  background-image: url("../images/code-redemption/pc.png");
  width: 36px;
  height: 33px;
}
.pw-themed.controller-code-redemption .cr-logos .cr-logos__logo--psn {
  background-image: url("../images/code-redemption/psn.png");
  width: 108px;
  height: 32px;
  margin-right: 0;
}
.pw-themed.controller-code-redemption .cr-logos .cr-logos__logo--xblive {
  background-image: url("../images/code-redemption/xbl.png");
  width: 135px;
  height: 27px;
}
.pw-themed.controller-code-redemption .cr-form-status {
  font-family: roboto, sans-serif;
  color: #d62222;
  background-color: #FFDCDC;
  border-color: #d62222;
}
.pw-themed.controller-code-redemption .cr-form-status--error {
  color: #d62222;
  background-color: #FFDCDC;
  border-color: #d62222;
}
.pw-themed.controller-code-redemption .cr-form-status--platform_not_linked {
  color: #36373B;
  border-color: #F26522;
  background-color: #FFF6F1;
}
.pw-themed.controller-code-redemption .cr-form-status--success {
  color: #36373B;
  border-color: #0A8F4F;
  background: rgba(12, 166, 92, 0.25);
}
.pw-themed.controller-code-redemption #agreement-content {
  font-family: roboto, sans-serif;
}
.pw-themed.controller-code-redemption #agreement-content h1,
.pw-themed.controller-code-redemption #agreement-content h2,
.pw-themed.controller-code-redemption #agreement-content h3 {
  color: #36373B;
  text-transform: uppercase;
}
.pw-themed.controller-code-redemption #agreement-content a {
  color: #d62222;
}
.pw-themed.controller-code-redemption #agreement-content a:hover {
  color: #d62222;
}
.pw-themed.controller-code-redemption .cr-redemption-success {
  display: none;
  width: 100%;
  text-align: center;
}
.pw-themed.controller-code-redemption .cr-redemption-success > .cr-successful-code {
  color: #d62222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 24px;
}
.pw-themed.controller-code-redemption .cr-redemption-success > .cr-button {
  display: block;
}
.pw-themed.controller-code-redemption .cr-select-char-server {
  display: none;
  font-family: Roboto, sans-serif;
  color: #36373B;
}
.pw-themed.controller-code-redemption .cr-select-char-server select {
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
  color: #36373B;
}
.pw-themed.controller-code-redemption .cr-select-char-server label {
  font-size: 16px;
  margin: 12px 0;
}
.pw-themed.controller-code-redemption .cr-select-char-server .cr-button--redeem {
  display: block;
  margin: 20px 0;
}
.redemption-wrap .container {
  min-height: 500px;
}
.redemption-wrap .module-header .game-name {
  font-size: 26px;
  margin: 0;
}
.redemption-wrap .module-header .redemption-msg {
  font-size: 14px;
  margin: 0 0 12px 0;
}
.redemption-wrap .module-header .module-menus-content > span {
  font-size: 14px;
  line-height: 45px;
  margin: 0 3px 0 20px;
}
.redemption-wrap .module-header .all-games {
  display: inline-block;
  width: 182px;
}
.redemption-wrap .module-header .all-games .dropdown-current-value {
  background: #161718;
  margin-bottom: 0;
}
.redemption-wrap .module-header .all-games .dropdown-menu {
  background: #161718;
  border: 1px solid #28292C;
  width: 180px;
  max-height: 240px;
  overflow: scroll;
}
.redemption-wrap .module-header .all-games .dropdown-menu .scrollbar {
  display: none;
}
.redemption-wrap .module-header .all-games .dropdown-menu .viewport {
  height: 100%;
  width: 167px;
  position: static;
}
.redemption-wrap .module-header .all-games .dropdown-menu .viewport .overview {
  width: 169px;
  position: static;
}
.redemption-wrap .module-header .all-games .dropdown-menu .dropdown-list {
  border: none;
}
.redemption-wrap .redemption-module .redemption-table {
  margin: 12px 0 3px 0;
  border-width: 2px;
  border-style: solid;
  border-color: #24272e;
  border-right: none;
  border-left: none;
}
.redemption-wrap .redemption-module .redemption-table td,
.redemption-wrap .redemption-module .redemption-table th {
  font-size: 14px;
  text-align: center;
  padding: 20px 15px;
  border-right: none;
  border-bottom: none;
}
.redemption-wrap .redemption-module .redemption-table .ico-reward {
  /*.border(@color: #a6a1a5);*/
  float: left;
  height: 28px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 28px;
  /*img{
					height: 28px;
					width: 28px;
				}*/
}
.redemption-wrap .redemption-module .redemption-table th {
  border-left: 1px solid #24272e;
  background: #222428;
  color: #fff;
  font-weight: 400;
  padding: 12px 15px;
}
.redemption-wrap .redemption-module .redemption-table td {
  border-left: 1px solid #24272e;
  border-top: 1px solid #24272e;
}
.redemption-wrap .redemption-module .redemption-table tr td:first-child,
.redemption-wrap .redemption-module .redemption-table tr th:first-child {
  border-left: none;
}
.redemption-wrap .redemption-module .redemption-table tr td:first-child span,
.redemption-wrap .redemption-module .redemption-table tr th:first-child span {
  vertical-align: middle;
}
.redemption-wrap .redemption-module .redemption-table tr td:first-child {
  /*text-align: left;*/
  padding: 18px 0;
  width: 223px;
}
.redemption-wrap .redemption-module .redemption-table tr td:last-child,
.redemption-wrap .redemption-module .redemption-table tr th:last-child {
  text-align: left;
  display: none;
}
.redemption-wrap .redemption-module .redemption-table tr th:last-child {
  text-align: center;
}
.redemption-wrap .redemption-module .note {
  font-size: 14px;
}
.redemption-wrap .redemption-module .paginate {
  margin: 25px 0;
}
.redemption-wrap .redemption-module .ladda-button {
  padding: 3px 0;
}
.redeemcode {
  font-size: 14px;
}
.redeemcode h1,
.redeemcode h2 {
  color: #e1e1e1;
}
.redeemcode .headline {
  border-bottom: 2px solid #29292d;
  padding-bottom: 10px;
}
.redeemcode .headline h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 20px 0 5px 0;
}
.redeemcode .headline ul {
  margin-top: 20px;
}
.redeemcode .headline li {
  line-height: 2;
}
.redeemcode .headline .ico-arrow-right {
  float: left;
  margin-top: 10px;
}
.redeemcode .content {
  list-style: disc outside;
  margin-left: 20px;
}
.redeemcode .content h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.redeemcode .content p {
  margin-bottom: 20px;
}
.redeemcode .content ol {
  list-style: decimal outside;
  margin: 0 0 40px 40px;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.redeemcode .content ol li p {
  margin: 10px 0;
}
.redeemcode .content ol li span {
  display: block;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 1.5;
}
@media (min-width: 760px) and (max-width: 979px) {
  .redemption-wrap .redemption-module .redemption-table tr td:first-child {
    width: 158px;
  }
}
@media (max-width: 759px) {
  .redemption-wrap .redemption-module .redemption-table tr .ico-reward {
    margin-top: 5px;
  }
  .redemption-wrap .redemption-module .redemption-table tr td:first-child {
    width: 134px;
  }
  .redemption-wrap .redemption-module .redemption-table tr td:last-child,
  .redemption-wrap .redemption-module .redemption-table tr th:last-child {
    display: block;
  }
  .redemption-wrap .redemption-module .redemption-table tr td:nth-child(2),
  .redemption-wrap .redemption-module .redemption-table tr th:nth-child(2),
  .redemption-wrap .redemption-module .redemption-table tr td:nth-child(3),
  .redemption-wrap .redemption-module .redemption-table tr th:nth-child(3),
  .redemption-wrap .redemption-module .redemption-table tr td:nth-child(4),
  .redemption-wrap .redemption-module .redemption-table tr th:nth-child(4),
  .redemption-wrap .redemption-module .redemption-table tr td:nth-child(5),
  .redemption-wrap .redemption-module .redemption-table tr th:nth-child(5) {
    display: none;
  }
}
.redemption-wrap-pwe .container {
  min-height: 500px;
}
.redemption-wrap-pwe .module-header * {
  font-family: Roboto, sans-serif;
  color: #36373b;
}
.redemption-wrap-pwe .module-header .game-name {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0;
}
.redemption-wrap-pwe .module-header .redemption-msg {
  font-size: 14px;
  margin: 12px 0;
}
.redemption-wrap-pwe .module-header .module-menus-wrap {
  padding: 0;
}
.redemption-wrap-pwe .module-header .module-menus-content {
  background: #eeeff2;
  height: max-content;
  padding: 0 12px;
}
.redemption-wrap-pwe .module-header .module-menus-content > span {
  font-size: 14px;
  line-height: 48px;
  margin-right: 12px;
}
.redemption-wrap-pwe .module-header .all-games {
  display: inline-block;
  width: 200px;
  margin-bottom: 12px;
}
.redemption-wrap-pwe .module-header .all-games .dropdown-current-value {
  background: #161718;
  margin-bottom: 0;
}
.redemption-wrap-pwe .module-header .all-games .dropdown-menu {
  width: 198px;
  max-height: 240px;
  overflow-y: scroll;
}
.redemption-wrap-pwe .module-header .all-games .dropdown-menu overf .scrollbar {
  display: none;
}
.redemption-wrap-pwe .module-header .all-games .dropdown-menu .viewport {
  height: 100%;
  width: 178px;
  position: static;
  border-right: none;
}
.redemption-wrap-pwe .module-header .all-games .dropdown-menu .viewport .overview {
  width: 180px;
  position: static;
}
.redemption-wrap-pwe .module-header .all-games .dropdown-menu .dropdown-list {
  background-color: #FFF;
  border: none;
}
.redemption-wrap-pwe .redemption-module * {
  font-family: Roboto, sans-serif;
  color: #36373b;
}
.redemption-wrap-pwe .redemption-module .redemption-table {
  margin: 12px 0 3px 0;
  border-width: 2px;
  border-style: solid;
  border-color: #24272e;
  border-right: none;
  border-left: none;
}
.redemption-wrap-pwe .redemption-module .redemption-table td,
.redemption-wrap-pwe .redemption-module .redemption-table th {
  font-size: 14px;
  text-align: center;
  padding: 20px 15px;
  border-right: none;
  border-bottom: none;
}
.redemption-wrap-pwe .redemption-module .redemption-table .ico-reward {
  float: left;
  height: 28px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 28px;
}
.redemption-wrap-pwe .redemption-module .redemption-table th {
  border-left: 1px solid #24272e;
  background: #222428;
  color: #fff;
  font-weight: 400;
  padding: 12px 15px;
}
.redemption-wrap-pwe .redemption-module .redemption-table td {
  border-left: 1px solid #24272e;
  border-top: 1px solid #24272e;
}
.redemption-wrap-pwe .redemption-module .redemption-table tr td:first-child,
.redemption-wrap-pwe .redemption-module .redemption-table tr th:first-child {
  border-left: none;
}
.redemption-wrap-pwe .redemption-module .redemption-table tr td:first-child span,
.redemption-wrap-pwe .redemption-module .redemption-table tr th:first-child span {
  vertical-align: middle;
}
.redemption-wrap-pwe .redemption-module .redemption-table tr td:first-child {
  padding: 18px 0;
  width: 223px;
}
.redemption-wrap-pwe .redemption-module .redemption-table tr td:last-child,
.redemption-wrap-pwe .redemption-module .redemption-table tr th:last-child {
  text-align: left;
  display: none;
}
.redemption-wrap-pwe .redemption-module .redemption-table tr th:last-child {
  text-align: center;
}
.redemption-wrap-pwe .redemption-module .note {
  font-size: 14px;
}
.redemption-wrap-pwe .redemption-module .paginate {
  margin: 25px 0;
}
.redemption-wrap-pwe .redemption-module .ladda-button {
  padding: 3px 0;
}
.redeemcode {
  font-size: 14px;
}
.redeemcode h1,
.redeemcode h2 {
  color: #e1e1e1;
}
.redeemcode .headline {
  border-bottom: 2px solid #29292d;
  padding-bottom: 10px;
}
.redeemcode .headline h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin: 20px 0 5px 0;
}
.redeemcode .headline ul {
  margin-top: 20px;
}
.redeemcode .headline li {
  line-height: 2;
}
.redeemcode .headline .ico-arrow-right {
  float: left;
  margin-top: 10px;
}
.redeemcode .content {
  list-style: disc outside;
  margin-left: 20px;
}
.redeemcode .content h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.redeemcode .content p {
  margin-bottom: 20px;
}
.redeemcode .content ol {
  list-style: decimal outside;
  margin: 0 0 40px 40px;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.redeemcode .content ol li p {
  margin: 10px 0;
}
.redeemcode .content ol li span {
  display: block;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 1.5;
}
@media (min-width: 760px) and (max-width: 979px) {
  .redemption-wrap-pwe .redemption-module .redemption-table tr td:first-child {
    width: 158px;
  }
}
@media (max-width: 759px) {
  .redemption-wrap-pwe .redemption-module .redemption-table tr .ico-reward {
    margin-top: 5px;
  }
  .redemption-wrap-pwe .redemption-module .redemption-table tr td:first-child {
    width: 134px;
  }
  .redemption-wrap-pwe .redemption-module .redemption-table tr td:last-child,
  .redemption-wrap-pwe .redemption-module .redemption-table tr th:last-child {
    display: block;
  }
  .redemption-wrap-pwe .redemption-module .redemption-table tr td:nth-child(2),
  .redemption-wrap-pwe .redemption-module .redemption-table tr th:nth-child(2),
  .redemption-wrap-pwe .redemption-module .redemption-table tr td:nth-child(3),
  .redemption-wrap-pwe .redemption-module .redemption-table tr th:nth-child(3),
  .redemption-wrap-pwe .redemption-module .redemption-table tr td:nth-child(4),
  .redemption-wrap-pwe .redemption-module .redemption-table tr th:nth-child(4),
  .redemption-wrap-pwe .redemption-module .redemption-table tr td:nth-child(5),
  .redemption-wrap-pwe .redemption-module .redemption-table tr th:nth-child(5) {
    display: none;
  }
}
.character-copy-wrap .message-error {
  border-width: 1px;
  border-style: solid;
  border-color: #b5161b;
  background: #5c0007;
  color: #fff;
  padding: 10px;
  margin: 20px auto;
}
.character-copy-wrap .message-error a,
.character-copy-wrap .message-error a:hover {
  color: #94d5ff;
}
.character-copy-wrap .error-box {
  border-width: 1px;
  border-style: solid;
  border-color: #f00;
  color: #f00;
  padding: 10px;
  margin-bottom: 20px;
}
.character-copy-wrap .game-name {
  margin-bottom: 10px;
}
.character-copy-wrap .character-copy-content {
  font-size: 14px;
}
.character-copy-wrap .character-copy-content p {
  margin-top: 20px;
}
.character-copy-wrap .character-copy-content p.headline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.character-copy-wrap .character-copy-content p.title {
  color: #fff;
}
.character-copy-wrap .character-copy-content ul {
  list-style: disc inside;
}
.character-copy-wrap .character-copy-content ul li {
  margin-top: 20px;
}
.character-copy-wrap .character-copy-content a {
  color: #F23030 !important;
}
.character-copy-wrap .character-copy-form {
  border-bottom: 1px dotted #343538;
  padding: 50px 0 100px 0;
}
.character-copy-wrap .character-copy-form .form-horizontal {
  width: 500px;
  margin: 0 auto;
  font-size: 11px;
}
.character-copy-wrap .character-copy-form .form-horizontal .control-label {
  width: 100px;
  padding: 5px 0 0;
}
.character-copy-wrap .character-copy-form .dropdown-current-value {
  width: 300px;
}
.character-copy-wrap .character-copy-form .dropdown-menu {
  min-width: 300px;
  background: #161718;
  border: 1px solid #28292C;
  width: 300px;
  left: 0;
  height: 200px;
  overflow: hidden;
}
.character-copy-wrap .character-copy-form .dropdown-menu .viewport,
.character-copy-wrap .character-copy-form .dropdown-menu .overview {
  width: 287px;
}
.character-copy-wrap .character-copy-form .dropdown-menu .viewport {
  height: 200px;
}
.character-copy-wrap .character-copy-form .dropdown-menu .dropdown-list {
  background-color: none;
  overflow-y: auto;
  max-height: 280px;
  border: 1px solid #373737;
}
.faction-wrap .game-name {
  margin-bottom: 10px;
}
.faction-wrap .faction-content {
  font-size: 14px;
}
.faction-wrap .faction-content p {
  margin-top: 20px;
}
.faction-wrap .faction-content p.headline {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.faction-wrap .faction-content p.title {
  color: #fff;
}
.faction-wrap .faction-content ul {
  margin-left: 20px;
  list-style: disc inside;
}
.faction-wrap .faction-content ul li {
  margin-top: 20px;
}
.faction-wrap .faction-content p.error,
.faction-wrap .faction-content .error-box {
  color: #ff0000;
  line-height: 20px;
  padding: 0;
  margin-top: 0;
}
.faction-wrap .faction-content .error-box {
  margin: 0 0 30px 0;
  text-align: center;
  display: none;
}
.faction-wrap .faction-content p.msg {
  font-size: 12px;
  text-align: center;
  margin-top: 0;
}
.faction-wrap .faction-form {
  border-bottom: 1px dotted #343538;
  padding: 50px 0 100px 0;
}
.faction-wrap .faction-form .form-horizontal {
  width: 580px;
  margin: 0 auto;
  font-size: 11px;
}
.faction-wrap .faction-form .form-horizontal .control-label {
  width: 180px;
  padding: 5px 0 0;
}
.faction-wrap .faction-form .dropdown-current-value,
.faction-wrap .faction-form .dropdown-list {
  width: 300px;
}
.faction-wrap .faction-form .btn-browse {
  background: url(../images/global/bg-btn.png) no-repeat 0 0;
  color: #cccccc;
  display: block;
  height: 32px;
  padding: 0 0 0 10px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.faction-wrap .faction-form .btn-browse span {
  background: url(../images/global/bg-btn.png) no-repeat 100% -32px;
  cursor: pointer;
  display: block;
  height: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  padding: 0 15px 0 5px;
}
.faction-wrap .faction-form .btn-browse:not(.disabled):hover {
  background-position: 0 -65px;
  text-decoration: none;
}
.faction-wrap .faction-form .btn-browse:not(.disabled):hover span {
  background-position: 100% -97px;
}
.faction-wrap .faction-form .btn-browse:active {
  background-position: 0 -130px;
}
.faction-wrap .faction-form .btn-browse:active span {
  background-position: 100% -162px;
}
.faction-wrap .faction-form .btn-browse.normal {
  background-position: 0 -390px;
}
.faction-wrap .faction-form .btn-browse.normal span {
  background-position: 100% -422px;
}
.faction-wrap .faction-form .btn-browse.disabled {
  background-image: -moz-linear-gradient(top, #262a33, #21252e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262a33), to(#21252e));
  background-image: -webkit-linear-gradient(top, #262a33, #21252e);
  background-image: -o-linear-gradient(top, #262a33, #21252e);
  background-image: linear-gradient(to bottom, #262a33, #21252e);
  -webkit-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #3a4343, 0 1px 2px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262a33', endColorstr='#ff21252e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
  opacity: 0.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 31px;
  text-decoration: none;
}
.faction-wrap .faction-form .btn-browse.disabled a {
  opacity: 0.3;
  cursor: default;
}
.faction-wrap .faction-form .btn-browse.disabled span {
  height: 31px;
  background-image: none;
}
.faction-wrap .faction-form .btn-browse.disabled:hover {
  color: #ccc;
}
.faction-wrap .faction-form .btn-browse.disabled:hover span {
  cursor: default;
}
.faction-wrap .faction-form .btn-browse:focus {
  color: #ccc;
  text-decoration: none;
}
.faction-wrap .faction-form .btn-browse .ico-edit {
  margin: 0 5px -2px 0;
}
.faction-wrap .faction-form .btn-browse .fileupload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
}
.faction-wrap .faction-form .img-name {
  vertical-align: top;
  line-height: 30px;
}
.faction-wrap .faction-form .ladda-button {
  display: inline;
  left: 60px;
  top: -13px;
}
.misc-module h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 5px 0;
  padding: 20px 0;
  border-bottom: 1px solid #29292d;
  margin-bottom: 20px;
}
.misc-module h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.misc-module h3 {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 15px 0;
  position: relative;
}
.misc-module h3:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 6px 2px 0;
}
.misc-module p {
  margin: 12px 0 0 0;
  font-size: 14px;
}
.misc-module .module-body > p {
  margin: 12px 0 0 0;
  font-size: 14px !important;
}
.misc-module .module-body > div {
  margin: 12px 0 0 0;
  font-size: 14px !important;
}
.misc-module a {
  color: #5c91ff;
}
.misc-module ul {
  list-style-type: disc;
}
.misc-module ul,
.misc-module ol {
  padding: 10px 0 0 17px;
}
.misc-module ul li,
.misc-module ol li {
  font-size: 14px;
  position: relative;
}
.misc-module .subsection-list {
  padding-left: 40px;
}
.misc-module .subsection-list > li {
  margin-bottom: 10px;
}
.misc-module .subsection-list > li > ol > li {
  list-style-type: lower-alpha;
  margin-bottom: 10px;
}
.misc-module .subsection-list > li > ol > li > ol > li {
  margin-bottom: 10px;
  list-style-type: lower-roman;
}
.misc-module .num {
  width: 40px;
  position: absolute;
  right: 100%;
  top: 0;
}
.misc-module .item-service a,
.misc-module .item-privacy a {
  color: #5c91ff;
}
.misc-module .item-service h4,
.misc-module .item-privacy h4 {
  font-size: 12px;
  line-height: 18px;
  margin: 15px 0 0  0;
  color: #fff;
}
.misc-module .item-service table,
.misc-module .item-privacy table {
  margin-top: 20px;
  border: 2px solid #24272e;
  border-right: 0;
  border-left: none;
}
.misc-module .item-service .table-bordered > thead > tr > th,
.misc-module .item-privacy .table-bordered > thead > tr > th,
.misc-module .item-service .table-bordered > tbody > tr > th,
.misc-module .item-privacy .table-bordered > tbody > tr > th,
.misc-module .item-service .table-bordered > tfoot > tr > th,
.misc-module .item-privacy .table-bordered > tfoot > tr > th,
.misc-module .item-service .table-bordered > thead > tr > td,
.misc-module .item-privacy .table-bordered > thead > tr > td,
.misc-module .item-service .table-bordered > tbody > tr > td,
.misc-module .item-privacy .table-bordered > tbody > tr > td,
.misc-module .item-service .table-bordered > tfoot > tr > td,
.misc-module .item-privacy .table-bordered > tfoot > tr > td {
  border: none;
  font-size: 14px;
  border-left: 1px solid #24272e;
  border-top: 1px solid #24272e;
  vertical-align: top;
}
.misc-module .item-service .table-bordered > thead > tr > th:first-child,
.misc-module .item-privacy .table-bordered > thead > tr > th:first-child,
.misc-module .item-service .table-bordered > tbody > tr > th:first-child,
.misc-module .item-privacy .table-bordered > tbody > tr > th:first-child,
.misc-module .item-service .table-bordered > tfoot > tr > th:first-child,
.misc-module .item-privacy .table-bordered > tfoot > tr > th:first-child,
.misc-module .item-service .table-bordered > thead > tr > td:first-child,
.misc-module .item-privacy .table-bordered > thead > tr > td:first-child,
.misc-module .item-service .table-bordered > tbody > tr > td:first-child,
.misc-module .item-privacy .table-bordered > tbody > tr > td:first-child,
.misc-module .item-service .table-bordered > tfoot > tr > td:first-child,
.misc-module .item-privacy .table-bordered > tfoot > tr > td:first-child {
  border-left: none;
}
.misc-module .item-service .table-bordered > thead > tr > th:nth-child(1),
.misc-module .item-privacy .table-bordered > thead > tr > th:nth-child(1) {
  width: 220px;
}
.misc-module .item-service .table-bordered > thead > tr > th:nth-child(2),
.misc-module .item-privacy .table-bordered > thead > tr > th:nth-child(2) {
  width: 100px;
}
.misc-module .item-service .table-bordered > thead > tr > th:nth-child(3),
.misc-module .item-privacy .table-bordered > thead > tr > th:nth-child(3) {
  width: 150px;
}
.misc-module .item-service:last-child {
  border-bottom: none;
}
.misc-module .item-privacy {
  border-bottom: none;
}
.misc-module .item-privacy .about-person-infos {
  margin: 20px 0 0 0;
}
.misc-module .item-privacy .personal-infos-items {
  padding: 10px 0 0 17px;
}
.misc-module .item-privacy .personal-infos-items li {
  list-style-type: disc;
  font-size: 14px;
}
.misc-module .cookie-ul-setting {
  margin: 5px 0 0 0;
}
.misc-module .cookie-ul-setting li {
  font-size: 14px;
  position: relative;
  padding: 5px 0 0 30px;
}
.misc-module .cookie-ul-setting li span {
  position: absolute;
  top: 3px;
  left: 15px;
}
.misc-module .item-terms p {
  position: relative;
  padding: 0 0 0 40px;
}
.misc-module .item-terms .personal-infos-items {
  padding-left: 57px;
}
.misc-module .last-update-terms {
  text-align: right;
}
.misc-module .support-browser {
  padding: 0 0 0 30px;
}
.misc-module .support-browser h3 {
  margin: 0 0 5px 0;
}
.pw-themed .misc-module {
  color: #36373B;
}
.pw-themed .misc-module h1:nth-of-type(1) {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  font-size: 28px;
  line-height: 33px;
  padding: 40px 0;
  color: #36373B;
  font-weight: bold;
  text-transform: uppercase;
}
.pw-themed .misc-module h1 {
  color: #36373B;
  border: 0px;
}
.pw-themed .misc-module h2 {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  color: #36373B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}
.pw-themed .misc-module h2:nth-of-type(2),
.pw-themed .misc-module h2:nth-of-type(3),
.pw-themed .misc-module h2:nth-of-type(4) {
  font-size: 24px;
  font-weight: 400;
}
.pw-themed .misc-module h2:nth-of-type(7) {
  font-size: 24px;
  font-weight: 400;
}
.pw-themed .misc-module h2:nth-of-type(17) {
  font-size: 24px;
  font-weight: 400;
}
.pw-themed .misc-module .biscuit-header {
  height: 200px;
  width: 100%;
  background: url(../images/cookie-header.png) no-repeat center;
}
.pw-themed .misc-module h3 {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin: 25px 0 15px -10px;
  color: #36373B;
  font-weight: bold;
  position: relative;
}
.pw-themed .misc-module h3:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 6px 2px 0;
}
.pw-themed .misc-module p {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  color: #36373B;
  margin: 12px 0 0 0;
  font-size: 14px;
}
.pw-themed .misc-module p:last-child {
  text-align: left !important;
  margin: 40px 0px 20px !important;
}
.pw-themed .misc-module p u {
  text-decoration: none;
  font-size: 24px;
  font-family: 'Roboto', "Arial Regular", sans-serif;
  line-height: 24px;
  font-weight: 400;
}
.pw-themed .misc-module p:nth-of-type(36) u {
  font-size: 14px;
}
.pw-themed .misc-module p:nth-of-type(38) u {
  font-size: 14px;
}
.pw-themed .misc-module .module-body {
  position: relative;
  padding: 0 0 110px 0;
}
.pw-themed .misc-module .module-body > p {
  margin: 12px 0 0 0;
  font-size: 14px !important;
}
.pw-themed .misc-module .module-body > div {
  margin: 12px 0 0 0;
  font-size: 14px !important;
}
.pw-themed .misc-module a {
  color: #F23030;
}
.pw-themed .misc-module ul {
  list-style-type: disc;
  font-family: 'Roboto', "Arial Regular", sans-serif;
}
.pw-themed .misc-module ul li,
.pw-themed .misc-module ol li {
  font-size: 14px;
  position: relative;
  color: #36373B;
  font-family: 'Roboto', "Arial Regular", sans-serif;
}
.pw-themed .misc-module .subsection-list {
  padding-left: 40px;
  font-family: 'Roboto', "Arial Regular", sans-serif;
}
.pw-themed .misc-module .subsection-list > li {
  margin-bottom: 10px;
}
.pw-themed .misc-module .subsection-list > li > ol > li {
  list-style-type: lower-alpha;
  margin-bottom: 10px;
  font-family: 'Roboto', "Arial Regular", sans-serif;
}
.pw-themed .misc-module .subsection-list > li > ol > li > ol > li {
  margin-bottom: 10px;
  list-style-type: lower-roman;
  font-family: 'Roboto', "Arial Regular", sans-serif;
}
.pw-themed .misc-module .num {
  width: 40px;
  position: absolute;
  right: 100%;
  top: 0;
}
.pw-themed .misc-module .item-service a,
.pw-themed .misc-module .item-privacy a {
  color: #5c91ff;
}
.pw-themed .misc-module .item-service h4,
.pw-themed .misc-module .item-privacy h4 {
  font-size: 12px;
  line-height: 18px;
  margin: 15px 0 0  0;
  color: #36373B;
}
.pw-themed .misc-module .item-service table,
.pw-themed .misc-module .item-privacy table {
  margin-top: 20px;
  border: 2px solid #24272e;
  border-right: 0;
  border-left: none;
}
.pw-themed .misc-module .item-service .table-bordered > thead > tr > th,
.pw-themed .misc-module .item-privacy .table-bordered > thead > tr > th,
.pw-themed .misc-module .item-service .table-bordered > tbody > tr > th,
.pw-themed .misc-module .item-privacy .table-bordered > tbody > tr > th,
.pw-themed .misc-module .item-service .table-bordered > tfoot > tr > th,
.pw-themed .misc-module .item-privacy .table-bordered > tfoot > tr > th,
.pw-themed .misc-module .item-service .table-bordered > thead > tr > td,
.pw-themed .misc-module .item-privacy .table-bordered > thead > tr > td,
.pw-themed .misc-module .item-service .table-bordered > tbody > tr > td,
.pw-themed .misc-module .item-privacy .table-bordered > tbody > tr > td,
.pw-themed .misc-module .item-service .table-bordered > tfoot > tr > td,
.pw-themed .misc-module .item-privacy .table-bordered > tfoot > tr > td {
  border: none;
  font-size: 14px;
  border-left: 1px solid #24272e;
  border-top: 1px solid #24272e;
  vertical-align: top;
}
.pw-themed .misc-module .item-service .table-bordered > thead > tr > th:first-child,
.pw-themed .misc-module .item-privacy .table-bordered > thead > tr > th:first-child,
.pw-themed .misc-module .item-service .table-bordered > tbody > tr > th:first-child,
.pw-themed .misc-module .item-privacy .table-bordered > tbody > tr > th:first-child,
.pw-themed .misc-module .item-service .table-bordered > tfoot > tr > th:first-child,
.pw-themed .misc-module .item-privacy .table-bordered > tfoot > tr > th:first-child,
.pw-themed .misc-module .item-service .table-bordered > thead > tr > td:first-child,
.pw-themed .misc-module .item-privacy .table-bordered > thead > tr > td:first-child,
.pw-themed .misc-module .item-service .table-bordered > tbody > tr > td:first-child,
.pw-themed .misc-module .item-privacy .table-bordered > tbody > tr > td:first-child,
.pw-themed .misc-module .item-service .table-bordered > tfoot > tr > td:first-child,
.pw-themed .misc-module .item-privacy .table-bordered > tfoot > tr > td:first-child {
  border-left: none;
}
.pw-themed .misc-module .item-service .table-bordered > thead > tr > th:nth-child(1),
.pw-themed .misc-module .item-privacy .table-bordered > thead > tr > th:nth-child(1) {
  width: 220px;
}
.pw-themed .misc-module .item-service .table-bordered > thead > tr > th:nth-child(2),
.pw-themed .misc-module .item-privacy .table-bordered > thead > tr > th:nth-child(2) {
  width: 100px;
}
.pw-themed .misc-module .item-service .table-bordered > thead > tr > th:nth-child(3),
.pw-themed .misc-module .item-privacy .table-bordered > thead > tr > th:nth-child(3) {
  width: 150px;
}
.pw-themed .misc-module .item-service:last-child {
  border-bottom: none;
}
.pw-themed .misc-module .item-privacy {
  border-bottom: none;
}
.pw-themed .misc-module .item-privacy .about-person-infos {
  margin: 20px 0 0 0;
}
.pw-themed .misc-module .item-privacy .personal-infos-items li {
  list-style-type: disc;
  font-size: 14px;
}
.pw-themed .misc-module .cookie-ul-setting {
  margin: 5px 0 0 0;
}
.pw-themed .misc-module .cookie-ul-setting li {
  font-size: 14px;
  position: relative;
  padding: 5px 0 0 30px;
}
.pw-themed .misc-module .cookie-ul-setting li span {
  position: absolute;
  top: 3px;
  left: 15px;
}
.pw-themed .misc-module .item-terms p {
  position: relative;
  padding: 0 0 0 40px;
}
.pw-themed .misc-module .item-terms .personal-infos-items {
  padding-left: 57px;
}
.pw-themed .misc-module .last-update-terms {
  text-align: right;
}
.pw-themed .misc-module .support-browser {
  padding: 0 0 0 30px;
}
.pw-themed .misc-module .support-browser h3 {
  margin: 0 0 5px 0;
}
.pw-themed.action-privacy p:nth-of-type(1) {
  font-weight: bolder;
}
.pw-themed.action-cookie ul {
  padding: 0px;
}
.pw-themed.action-terms h1:nth-of-type(37) {
  padding: 0px;
  margin: 0px;
}
.pw-themed.action-terms h1:nth-of-type(38) {
  padding: 0px;
  margin: 0px;
}
.pw-themed.action-terms h1:nth-of-type(39) {
  padding: 0px;
  margin: 0px;
}
.pw-themed.action-terms h1:nth-of-type(40) {
  padding: 0px;
  margin: 0px;
}
.pw-themed.action-terms h1:nth-of-type(41) {
  padding: 0px;
  margin: 0px;
}
.pw-themed.action-terms h1:nth-of-type(42) {
  padding: 0px;
  margin: 0px;
}
.pw-themed.action-terms ol {
  padding: 0px;
}
.social-wrap {
  padding: 0 0 100px 0;
  min-height: 900px;
  /*end submit*/
  /*social video, images */
}
.social-wrap .container.wrapcontainer {
  min-height: 900px;
}
.social-wrap .module-header {
  margin: 0 0 14px 0;
}
.social-wrap .ladda-button {
  height: 30px;
}
.social-wrap .social-submit .module-header-common.module-header {
  margin: 0 0 30px 0;
}
.social-wrap .social-submit .social-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 15px 0;
}
.social-wrap .social-submit .social-grap {
  color: #a7a7a7;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0 0;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.social-wrap .social-submit .inlineblockfix {
  font-size: 0px;
}
.social-wrap .social-submit .social-module {
  margin: 20px 0 0 0;
  color: #a7a7a7;
  font-size: 13px;
}
.social-wrap .social-submit .social-module .fixfont {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.social-wrap .social-submit .social-module .font7d {
  color: #7d7d7d;
}
.social-wrap .social-submit .social-module .title {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 6px 0;
}
.social-wrap .social-submit .social-module .games-dropdown,
.social-wrap .social-submit .social-module .submission-title {
  float: left;
}
.social-wrap .social-submit .social-module .text-title,
.social-wrap .social-submit .social-module .text-url,
.social-wrap .social-submit .social-module .description {
  border-width: 1px;
  border-style: solid;
  border-color: #767a82;
  background: rgba(0, 0, 0, 0.3);
  color: #a7a7a7;
  margin: 0;
  padding: 0 5px;
}
.social-wrap .social-submit .social-module input[placeholder]::-moz-placeholder {
  color: #7d7d7d;
}
.social-wrap .social-submit .social-module input[placeholder]::-webkit-input-placeholder {
  color: #7d7d7d;
}
.social-wrap .social-submit .social-module input[placeholder] :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7d7d7d;
}
.social-wrap .social-submit .social-module input[type=radio],
.social-wrap .social-submit .social-module input[type=checkbox] {
  position: relative;
  top: -3px;
}
.social-wrap .social-submit .social-module .submission-title {
  width: 332px;
}
.social-wrap .social-submit .social-module .submission-title .text-title {
  width: 320px;
  height: 26px;
}
.social-wrap .social-submit .social-module .games-dropdown {
  margin: 0 0 0 10px;
}
.social-wrap .social-submit .social-module .games-dropdown .all-games {
  width: 193px;
  font-size: 12px;
}
.social-wrap .social-submit .social-module .games-dropdown .all-games .dropdown-current-value {
  background: rgba(0, 0, 0, 0.3);
}
.social-wrap .social-submit .social-module .games-dropdown .all-games .dropdown-menu {
  background: #161718;
  border: 1px solid #28292C;
  width: 190px;
  left: 0;
  height: 210px;
  overflow: hidden;
}
.social-wrap .social-submit .social-module .games-dropdown .all-games .dropdown-menu .viewport {
  height: 100%;
  width: auto;
}
.social-wrap .social-submit .social-module .games-dropdown .all-games .dropdown-menu .viewport .overview {
  width: 100%;
}
.social-wrap .social-submit .social-module .games-dropdown .all-games .dropdown-menu .dropdown-list {
  border: none;
}
.social-wrap .social-submit .social-module .file {
  padding: 10px 0 0 0;
}
.social-wrap .social-submit .social-module .file .img-name {
  color: #fff;
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
}
.social-wrap .social-submit .social-module .file .ladda-button-img {
  width: 30px;
}
.social-wrap .social-submit .social-module .video-wrap .text-url {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 26px;
  width: 405px;
}
.social-wrap .social-submit .social-module .description {
  height: 120px;
  width: 760px;
}
.social-wrap .social-submit .social-module .description-grap {
  padding: 4px 0 10px 0;
}
.social-wrap .social-submit .social-module .btn-browse {
  position: relative;
}
.social-wrap .social-submit .social-module .btn-browse .ico-edit {
  margin: 0 5px -2px 0;
}
.social-wrap .social-submit .social-module .btn-browse .fileupload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
  width: 100%;
}
.social-wrap .social-submit .social-module .error-msg {
  display: none;
  color: #ff0000;
  line-height: 20px;
}
.social-wrap .social-submit .social-module .btn-social {
  height: 21px;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  border-radius: 2px;
  box-sizing: border-box;
  margin-bottom: 0;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}
.social-wrap .social-submit .social-module .btn-submit2 {
  background-color: #4e7edb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  padding: 0px 20px;
}
.social-wrap .social-submit .social-module .btn-submit2:hover {
  background-color: #7198e2;
  text-decoration: none;
}
.social-wrap .social-submit .social-module .btn-cancel2 {
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  padding: 0px 20px;
  line-height: 20px;
}
.social-wrap .social-submit .social-module .btn-cancel2:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #5c91ff;
  text-decoration: none;
}
.social-wrap .social-submit .social-module .btn-browse2 {
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(167, 167, 167, 0.4);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  min-width: 42px;
  padding: 0px 10px;
  line-height: 20px;
  box-sizing: inherit;
}
.social-wrap .social-submit .social-module .btn-browse2:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #5c91ff;
  text-decoration: none;
}
.social-wrap .social-submit .social-module .scrollbar {
  width: 9px;
  border-radius: 4px;
  background: #151516;
}
.social-wrap .social-submit .social-module .scrollbar .thumb {
  background: url(../images/global/scrollbar/bg-scrollbar-thumb-y2.png) repeat-y 50% 100%;
  width: 8px;
}
.social-wrap .social-submit .social-module .scrollbar .thumb .end {
  background: #1c1616 url(../images/global/scrollbar/bg-scrollbar-thumb-y2.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 8px;
}
.social-wrap .social-submit .social-module .dropdown-current-value {
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #767a82;
  background-color: rgba(0, 0, 0, 0.3);
}
.social-wrap .social-submit .social-module .dropdown-current-value i {
  background-image: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right -17px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
  height: 22px;
}
.social-wrap .social-submit .social-module .dropdown-list {
  border-color: rgba(167, 167, 167, 0.3);
  background-color: transparent;
}
.social-wrap .social-submit .social-module .dropdown-list dd {
  border-bottom: 1px solid #373737;
}
.social-wrap .social-submit .social-module .dropdown-list dd a {
  background-color: rgba(0, 0, 0, 0.9);
}
.social-wrap .social-submit .social-module .dropdown-list dd a:hover {
  background-color: rgba(167, 167, 167, 0.2);
}
.social-wrap .social-submit .submit-error {
  color: #ff0000;
  display: none;
}
.social-wrap .module-header.module-header-common .module-menus-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
}
.social-wrap .row-fluid .dropdown {
  margin: 0 0 0 5px;
  width: 192px;
}
.social-wrap .row-fluid .dropdown .dropdown-menu {
  width: 190px;
}
.social-wrap .row-fluid .dropdown-current-value {
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #767a82;
  background-color: rgba(0, 0, 0, 0.3);
}
.social-wrap .row-fluid .dropdown-current-value i {
  background-image: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right -17px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 15px;
  height: 22px;
}
.social-wrap .row-fluid .dropdown-list {
  border-color: rgba(167, 167, 167, 0.3);
  background-color: rgba(0, 0, 0, 0.9);
}
.social-wrap .row-fluid .dropdown-list dd {
  border-bottom: 1px solid #373737;
}
.social-wrap .row-fluid .dropdown-list dd a {
  background-color: rgba(0, 0, 0, 0.9);
}
.social-wrap .row-fluid .dropdown-list dd a:hover {
  background-color: rgba(167, 167, 167, 0.2);
}
.social-wrap .medialist-wrap {
  margin: 7px -5px 50px -5px;
  position: relative;
  min-height: 500px;
}
.social-wrap .medialist-wrap .date-time span {
  color: #fff;
}
.social-wrap .social-content .infos {
  height: 85px;
  margin-top: -85px;
}
.social-wrap .social-content .media-item {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 385px;
  padding: 5px;
  overflow: hidden;
  width: 302px;
}
.social-wrap .social-content .media-item .media-item-inner {
  outline: 1px solid transparent;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  /*background-color: @bg-gray;*/
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px;
}
.social-wrap .social-content .media-item .picture {
  height: 345px;
  overflow: hidden;
  position: relative;
}
.social-wrap .social-content .media-item .picture .ico-video-play {
  background-image: url(../images/global/icon_video_play.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 61px;
  height: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -26px;
}
.social-wrap .social-content .media-item .picture img {
  width: 100%;
}
.social-wrap .social-content .media-item .infos {
  height: 85px;
  margin-top: -85px;
  padding: 0 15px;
  background-color: #000;
  opacity: 0.7;
}
.social-wrap .social-content .media-item .infos h2 {
  font-size: 16px;
  padding: 15px 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.social-wrap .social-content .media-item .infos .date-time,
.social-wrap .social-content .media-item .infos .rate-number {
  color: #a7a7a7;
}
.social-wrap .social-content .media-item .infos .date-time {
  font-size: 13px;
}
.social-wrap .social-content .media-item .infos .rate-number,
.social-wrap .social-content .media-item .infos .rate-wrap {
  background: url(../images/global/icons.png) no-repeat 0 -400px;
  padding-left: 25px;
  line-height: 20px;
}
.social-wrap .social-content .media-item .infos .comment-number {
  margin: 0 0 0 12px;
}
.social-wrap .social-content .media-item .infos p.pull-right {
  min-width: 90px;
}
.social-wrap .social-content .media-item .infos p.pull-right .rate-number,
.social-wrap .social-content .media-item .infos p.pull-right .comment-number {
  display: inline-block;
  height: 20px;
}
.social-wrap .social-content .media-item-medium {
  width: 604px;
}
.social-wrap .social-content .media-item-large {
  width: 906px;
}
.social-wrap .social-content::after {
  content: '';
  display: block;
  clear: both;
}
.social-wrap .social-overlay {
  /* .border(@color: #3e4043) */
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 999;
  overflow: visible;
}
.social-wrap .social-overlay .arrow {
  background: url(../images/social/social_arrow.png) center top no-repeat;
  width: 22px;
  height: 11px;
  position: absolute;
  top: -10px;
  left: 49%;
  display: inline-block;
  content: '';
}
.social-wrap .social-overlay .close {
  background-image: url(../images/global/icon_close2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: 1px solid #5a5b5e;
  border-radius: 2px;
  opacity: 1;
}
.social-wrap .social-overlay .close:hover {
  border-color: #fff;
  background-image: url(../images/global/icon_close2_hover.png);
}
.social-wrap .social-overlay .media-overlay-inner {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  clear: both;
  overflow: hidden;
}
.social-wrap .social-overlay .media-overlay-inner .media-overlay-picture {
  float: left;
  width: 775px;
  height: 480px;
}
.social-wrap .social-overlay .media-overlay-inner .desc {
  margin-left: 795px;
}
.social-wrap .social-overlay .media-overlay-inner .desc h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  width: 95%;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.social-wrap .social-overlay .media-overlay-inner .desc .date-time {
  font-size: 13px;
  margin-top: 0;
}
.social-wrap .social-overlay .media-overlay-inner .desc .rate-number,
.social-wrap .social-overlay .media-overlay-inner .desc .ico-flag {
  margin: 2px 0;
}
.social-wrap .social-overlay .media-overlay-inner .desc .rate-number span,
.social-wrap .social-overlay .media-overlay-inner .desc .ico-flag span {
  cursor: pointer;
  padding: 4px 15px 4px 35px;
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}
.social-wrap .social-overlay .media-overlay-inner .desc .rate-flag span {
  background: url(../images/global/icons-new.png) no-repeat 15px -398px;
}
.social-wrap .social-overlay .media-overlay-inner .desc .rate-flag.active span {
  background-color: #202225;
  background-position: 15px -448px;
  border-color: #2e374b;
  color: #5c91ff;
}
.social-wrap .social-overlay .media-overlay-inner .desc .line {
  margin: 25px 0 10px 0;
  height: 1px;
  background-color: #000;
  border: 0;
  border-bottom: 1px solid #28292c;
}
.social-wrap .social-overlay .media-overlay-inner .desc .ico-flag span,
.social-wrap .social-overlay .media-overlay-inner .desc .ico-share span {
  background: url(../images/global/icons-new.png) no-repeat 14px -646px;
  padding: 4px 15px 4px 35px;
}
.social-wrap .social-overlay .media-overlay-inner .desc .ico-flag.current span {
  background-position: 14px -706px;
  background-color: #28292c;
  border-color: #773434;
  color: #d55555;
}
.social-wrap .social-overlay .media-overlay-inner .desc .ico-share span {
  background-position: 14px -745px;
}
.social-wrap .social-overlay .media-overlay-inner .desc .ico-share span:hover,
.social-wrap .social-overlay .media-overlay-inner .desc .ico-share span.active {
  background-position: 14px -775px;
}
.social-wrap .social-overlay .media-overlay-inner .desc .ico-share span:active {
  background-position: 14px -805px;
}
.social-wrap .social-overlay .media-overlay-inner .scrollbar {
  width: 9px;
  border-radius: 4px;
  background: #151516;
}
.social-wrap .social-overlay .media-overlay-inner .scrollbar .track {
  border-radius: 4px;
  width: 8px;
}
.social-wrap .social-overlay .media-overlay-inner .scrollbar .track .thumb {
  background: url(../images/global/scrollbar/bg-scrollbar-thumb-y2.png) repeat-y 50% 100%;
  width: 8px;
}
.social-wrap .social-overlay .media-overlay-inner .scrollbar .track .thumb .end {
  background: #1c1616 url(../images/global/scrollbar/bg-scrollbar-thumb-y2.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 8px;
}
.social-wrap .social-overlay .viewport {
  border-right: none;
  height: 100%;
  position: relative;
  right: 0;
  left: 0;
  width: auto;
}
.social-wrap .social-overlay .viewport .overview {
  width: 100%;
}
.social-wrap .social-overlay .media-overlay-picture {
  text-align: center;
  overflow: hidden;
}
.social-wrap .social-overlay .media-overlay-picture img {
  margin: 0 auto;
}
.social-wrap .social-overlay .description {
  padding: 10px 0 0 0;
  font-size: 13px;
}
.social-wrap .user-wrap {
  overflow: hidden;
  margin: 13px 0;
}
.social-wrap .user-wrap .user {
  border-width: 2px;
  border-style: solid;
  border-color: #343538;
  float: left;
  height: 36px;
  margin: 0 14px 0 0;
  overflow: hidden;
  width: 36px;
}
.social-wrap .tags-wrap {
  overflow: hidden;
}
.social-wrap .tags-wrap li {
  float: left;
  margin: 0 10px 0 0;
}
.social-wrap .media-post-wrap {
  height: 360px;
  overflow: hidden;
}
.social-wrap .disqus-wrap {
  padding: 0 10px 0 0;
  min-height: 1000px;
}
.desktop-device .social-content .media-item:hover .media-item-inner {
  border-width: 3px;
  border-style: solid;
  border-color: #5c91ff;
}
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .rate-number span:hover,
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .rate-number span:focus {
  /* background-position: 15px -448px; */
  background-color: #5c91ff;
  border-color: #5c91ff;
  color: #fff;
}
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .rate-number.active span:hover,
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .rate-number.active span:focus {
  color: #5c91ff;
  background-color: transparent;
  border-color: #5c91ff;
}
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .rate-flag:hover,
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .rate-flag:focus {
  background-position: 15px -448px;
}
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .rate-flag:active {
  background-position: 15px -449px;
}
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .ico-flag span:hover {
  /* background-position: 14px -676px; */
  background-color: #5c91ff;
  border-color: #2e374b;
  color: #fff;
}
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .ico-flag span:active {
  background-color: #202225;
  border-color: #2e374b;
  color: #5c91ff;
  background-position: 14px -706px;
  cursor: auto;
}
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .ico-flag.current span:hover,
.desktop-device .social-wrap .social-overlay .media-overlay-inner .desc .ico-flag.current span:active {
  background-position: 14px -706px;
  background-color: #28292c;
  border-color: #773434;
  color: #d55555;
  cursor: default;
}
.flag-dialog .modal-dialog {
  outline: 1px solid #000;
  outline: none !important;
  border-width: 1px;
  border-style: solid;
  border-color: #28292c;
  background: #1b1c1f;
  height: auto;
  font-size: 16px;
  padding: 10px;
  line-height: 20px;
}
.flag-dialog .modal-dialog .dialog-container {
  border-top: 1px solid #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 10px 0;
  text-align: center;
}
.flag-dialog .modal-dialog {
  border-radius: 5px;
  width: 450px;
}
.flag-dialog .modal-dialog .modal-title {
  margin: 3px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.flag-dialog .modal-dialog .dialog-container {
  text-align: left;
}
.flag-dialog .modal-dialog .modal-footer {
  box-shadow: 0 -1px 0 #000000;
  border-top: 1px solid #29292d;
  text-align: center;
  padding-bottom: 0;
}
.flag-dialog .modal-dialog .modal-footer a {
  display: inline-block;
}
.post-list .post-content .post-message p {
  color: #a7a7a7;
  line-height: 18px;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
@media (min-width: 1280px) {
  .social-wrap .social-overlay .media-overlay-inner .desc h3 {
    width: 330px;
  }
}
@media (min-width: 980px) and (max-width: 1279px) {
  .social-wrap .medialist-wrap {
    margin-left: -4px;
    margin-right: -4px;
  }
  .social-wrap .social-content .media-item {
    width: 242px;
    height: 309px;
  }
  .social-wrap .social-content .media-item .picture {
    height: 269px;
  }
  .social-wrap .social-content .media-item-medium {
    width: 484px;
  }
  .social-wrap .social-content .media-item-large {
    width: 726px;
  }
  .social-wrap .disqus-wrap {
    padding: 0 10px 0 0;
  }
  .social-wrap .media-post-wrap {
    height: 286px;
  }
  .social-wrap .social-overlay .media-overlay-inner .media-overlay-picture {
    float: left;
    width: 635px;
    height: 394px;
  }
  .social-wrap .social-overlay .media-overlay-inner .desc {
    margin-left: 655px;
  }
  .social-wrap .social-overlay .media-overlay-inner .desc h3 {
    width: 230px;
    height: 46px;
  }
}
@media (min-width: 760px) and (max-width: 979px) {
  .social-wrap .social-submit .social-module .description {
    width: 736px;
  }
  .social-wrap .social-content .media-item {
    width: 250px;
    height: 317px;
  }
  .social-wrap .social-content .media-item .picture {
    height: 285px;
  }
  .social-wrap .social-content .media-item .media-item-inner {
    padding: 10px;
  }
  .social-wrap .social-content .media-item-medium {
    width: 500px;
  }
  .social-wrap .social-content .media-item-large {
    width: 750px;
  }
  .social-wrap .social-overlay .media-overlay-inner {
    padding-top: 40px;
  }
  .social-wrap .social-overlay .media-overlay-inner .media-overlay-picture {
    width: 100%;
    height: 425px;
    float: none;
  }
  .social-wrap .social-overlay .media-overlay-inner .desc {
    margin-left: 0;
  }
}
@media (max-width: 759px) {
  .social-wrap .social-submit .social-module .submission-title,
  .social-wrap .social-submit .social-module .games-dropdown {
    float: none;
  }
  .social-wrap .social-submit .social-module .games-dropdown {
    margin: 10px 0 0 0;
  }
  .social-wrap .social-submit .social-module .submission-title {
    width: auto;
  }
  .social-wrap .social-submit .social-module .submission-title .text-title,
  .social-wrap .social-submit .social-module .video-wrap .text-url,
  .social-wrap .social-submit .social-module .description {
    width: 95%;
  }
  .social-wrap .medialist-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .social-wrap .social-content .media-item {
    float: none;
    width: 100%;
    height: auto;
  }
  .social-wrap .social-content .media-item .media-item-inner {
    padding: 10px;
  }
  .social-wrap .social-content .media-item .picture {
    height: auto;
  }
  .social-wrap .row-fluid .menu-list {
    display: none;
  }
  .social-wrap .social-overlay {
    margin: 0;
    right: 2px;
    left: 0;
    width: auto;
  }
  .social-wrap .social-overlay .media-overlay-inner {
    padding-top: 50px;
  }
  .social-wrap .social-overlay .media-overlay-inner .media-overlay-picture {
    width: 100%;
    height: auto;
    min-height: 150px;
    overflow: hidden;
    float: none;
  }
  .social-wrap .social-overlay .media-overlay-inner .media-overlay-picture iframe {
    height: 200px;
  }
  .social-wrap .social-overlay .media-overlay-inner .desc {
    margin-left: 0;
  }
  .social-wrap .social-overlay .close {
    right: 20px;
    top: 11px;
  }
}
#support-iframe {
  border: none;
  margin: 0 auto;
  display: block;
  width: 99%;
}
.xbox body {
  background: #131313 url(../images/xbox/bg-main-xbox.jpg) no-repeat 50% 0;
}
.xbox .header {
  padding-bottom: 0;
}
.xbox .header .user-bar {
  border-color: #292929;
}
.xbox .footer-inner .pull-left,
.xbox .footer-inner .pull-right {
  float: none !important;
}
.xbox .footer-inner .pull-left {
  overflow: hidden;
  width: 220px;
  margin: 0 auto;
}
.xbox .footer-inner nav ul li:nth-child(1),
.xbox .footer-inner nav ul li:nth-child(4),
.xbox .footer-inner nav ul li:nth-child(5),
.xbox .footer-inner nav ul li:nth-child(6),
.xbox .footer-inner nav ul li:nth-child(7) {
  display: none !important;
}
.xbox .footer-inner nav ul li:nth-child(2) {
  border: none;
}
.xbox .footer-inner .footer-nav {
  margin: 10px auto;
}
.xbox .container {
  font-size: 14px;
  text-align: center;
}
.xbox .container .xbox-title {
  border-bottom: 1px solid #000;
  padding: 36px 0;
}
.xbox .container .xbox-title h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  max-width: 540px;
  margin: 0 auto;
}
.xbox .container .xbox-content {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #000;
  min-height: 320px;
  padding: 20px 0;
}
.xbox .container .xbox-content > p {
  color: #fff;
}
.xbox .container .xbox-content a:not(class=[btn-*]) {
  color: #a7a7a7;
  border-bottom: 1px solid #707070;
  padding: 2px 0;
}
.xbox .container .xbox-content a:not(class=[btn-*]):hover {
  border-color: #fff;
  text-decoration: none;
}
.xbox .container .xbox-content .go-to-unlink {
  margin-top: 50px;
}
.xbox .container .xbox-content .go-to-unlink a {
  text-decoration: underline;
}
.xbox .container .xbox-content .form-code {
  margin: 40px auto 0;
}
.xbox .container .xbox-content .form-code div {
  margin: 0 auto 16px;
}
.xbox .container .xbox-content .form-code a {
  font-size: 12px;
}
.xbox .container .xbox-content .form-code input[type=text] {
  background: transparent none;
  border: 1px solid #666;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
  height: 64px;
  margin: 0 auto 24px;
  line-height: 1.75;
  padding: 0 16px;
  text-align: center;
  text-transform: uppercase;
  width: 216px;
}
.xbox .container .xbox-content .form-code .checkbox {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
.xbox .container .xbox-content .form-code .checkbox [name="newsletter"] {
  margin-right: 4px;
}
.xbox .container .xbox-content .form-code .btn-common {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 8px;
  padding: 15px 0;
  width: 220px;
}
.xbox .container .xbox-content .text-content {
  color: #fff;
  margin: 0 auto 30px;
}
.xbox .container .xbox-content .text-content > span {
  display: inline-block;
}
.xbox .container .xbox-content .text-content a {
  color: #a7a7a7;
}
.xbox .container .xbox-content .text-content .title {
  font-size: 30px;
  line-height: 36px;
  padding: 70px 0 40px;
}
.xbox .container .xbox-content .text-content p {
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.xbox .container .xbox-content .text-content .has-linked-message {
  margin-top: 100px;
  font-size: 18px;
}
.xbox .container .xbox-content .xbox-arc,
.xbox .container .xbox-content .xbox-signin {
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  line-height: 18px;
  min-height: 560px;
  text-align: left;
  padding: 0 30px 0 50px;
  width: 50%;
  margin-bottom: 20px;
}
.xbox .container .xbox-content .xbox-arc h6,
.xbox .container .xbox-content .xbox-signin h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.xbox .container .xbox-content .xbox-arc p,
.xbox .container .xbox-content .xbox-signin p {
  margin-bottom: 16px;
}
.xbox .container .xbox-content .xbox-arc .btn-common,
.xbox .container .xbox-content .xbox-signin .btn-common,
.xbox .container .xbox-content .xbox-arc .btn-black,
.xbox .container .xbox-content .xbox-signin .btn-black {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 26px;
}
.xbox .container .xbox-content .xbox-arc .btn-common,
.xbox .container .xbox-content .xbox-signin .btn-common {
  color: #fff;
}
.xbox .container .xbox-content .xbox-arc .btn-black,
.xbox .container .xbox-content .xbox-signin .btn-black {
  color: #ccc;
}
.xbox .container .xbox-content .xbox-arc {
  border-right: 1px solid #292929;
}
.xbox .container .xbox-content .xbox-arc ul {
  margin: 0 0 6px 16px;
}
.xbox .container .xbox-content .xbox-arc ul li {
  background: url(../images/xbox/icon-sprites-xbox.png) no-repeat 0 0;
  padding: 0 0 12px 32px;
}
.xbox .container .xbox-content .xbox-arc ul li.ico-mail {
  background-position: 2px 3px;
}
.xbox .container .xbox-content .xbox-arc ul li.ico-friend {
  background-position: 0 -47px;
}
.xbox .container .xbox-content .xbox-arc ul li.ico-reward {
  background-position: 0 -95px;
}
.xbox .container .xbox-content .xbox-arc ul li.lnk-register {
  background-image: none;
  padding-left: 0;
  padding-top: 6px;
}
.xbox .container .xbox-content .xbox-signin {
  border-left: 1px solid #000;
}
.xbox .container .xbox-content .xbox-signin input {
  background: #161718;
  border: 1px solid #292929;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  padding: 6px 12px;
  width: 100%;
}
.xbox .container .xbox-content .xbox-signin input.error {
  border-color: #f00;
}
.xbox .container .xbox-content .xbox-signin p.error {
  font-size: 12px;
  margin: -12px 0 12px 12px;
}
.xbox .container .xbox-content .xbox-signin p.error-message {
  margin: 6px 0 12px;
}
.xbox .container .xbox-content .xbox-signin .icon-refresh {
  vertical-align: bottom;
}
.xbox .container .xbox-content .xbox-signin .status-container {
  margin-top: 6px;
}
.xbox .container .xbox-avatar {
  background: #000;
  border: 3px solid #393e47;
  display: block;
  height: 100px;
  margin: 0 auto 16px;
  width: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.xbox .container .xbox-info {
  border-bottom: 1px solid #000;
  border-top: 1px solid #1f1f1f;
  min-height: 160px;
  padding: 20px 2px 0;
  text-align: left;
}
.xbox .container .xbox-info:last-child {
  border-bottom-style: none;
}
.xbox .container .xbox-info ul {
  margin-top: 6px;
}
.xbox .container .xbox-info ul li {
  line-height: 24px;
  list-style-type: disc;
  margin-left: 30px;
}
.xbox .container .xbox-faq {
  border-bottom: 1px solid #000;
  border-top: 1px solid #262626;
  max-width: 660px;
  padding: 20px 2px 0;
  text-align: left;
}
.xbox .container .xbox-faq:last-child {
  border-bottom-style: none;
}
.xbox .container .xbox-faq h5 {
  color: #fff;
  margin-bottom: 16px;
}
.xbox .container .xbox-faq p {
  line-height: 24px;
  margin-bottom: 24px;
}
.xbox .container .xbox-faq p span {
  color: #fff;
}
.xbox .container .register-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 400px;
  text-align: left;
}
.xbox .container .user-register .user-facebook-group {
  display: none;
}
.xbox .container .user-register .form-horizontal {
  width: 100%;
}
.xbox .container .user-register .form-horizontal .register-mes {
  text-align: center;
}
.xbox .container .user-register .form-horizontal .control-group .error-message {
  padding: 0;
  text-align: left;
}
.xbox .container .user-register .form-horizontal .control-group,
.xbox .container .user-register .form-horizontal .register-mes {
  color: #a6a0a2;
  clear: both;
  margin-bottom: 20px;
  text-align: left;
}
.xbox .container .user-register .form-horizontal .register-mes {
  overflow: hidden;
}
.xbox .container .user-register .form-horizontal .control-group {
  position: relative;
}
.xbox .container .user-register .form-horizontal a {
  border-bottom: none;
  color: #fff;
  text-decoration: none;
}
.xbox .container .user-register .form-horizontal a:hover {
  text-decoration: underline;
}
.xbox .container .user-register .form-horizontal .control-label {
  float: none;
  width: auto;
  font-size: 14px;
  text-align: left;
}
.xbox .container .user-register .form-horizontal .control-group img.captcha-image {
  width: 188px;
}
.xbox .container .user-register .form-horizontal .control-group span.icon-refresh {
  position: relative;
  top: 54px;
  left: 135px;
}
.xbox .container .user-register .form-horizontal .control-group .has-error {
  color: #ee1c24;
}
.xbox .container .user-register .form-horizontal .control-group input,
.xbox .container .user-register .form-horizontal .control-group select {
  border: 1px solid #292929;
  background: #161718;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding: 6px;
  vertical-align: middle;
  width: 95%;
}
.xbox .container .user-register .form-horizontal .control-group input {
  display: block;
}
.xbox .container .user-register .form-horizontal .control-group input.has-error {
  border-color: #ee1c24;
}
.xbox .container .user-register .form-horizontal .control-group select {
  width: 30%;
  padding: 3px 0;
}
.xbox .container .user-register .form-horizontal .clearfix .checkbox {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}
.xbox .container .user-register .form-horizontal .dates {
  margin-bottom: 13px;
}
.xbox .container .user-register .form-horizontal .dates > p {
  margin-bottom: 18px;
}
.xbox .container .user-register .form-horizontal .user-help p {
  font-size: 12px;
  text-align: center;
}
.xbox .container .user-register .form-horizontal .btn-register {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  *display: inline;
  padding: 9px 15px 8px;
  margin-bottom: 0;
  *margin-left: .3em;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgba(0, 0, 0, 0.75);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  background-color: #4e7edb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a88de), to(#4472d4));
  background-image: -webkit-linear-gradient(top, #5a88de, #4472d4);
  background-image: -moz-linear-gradient(top, #5a88de, #4472d4);
  background-image: linear-gradient(to bottom, #5a88de, #4472d4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a88de', endColorstr='#ff4472d4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  display: block;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  margin: 10px auto;
  vertical-align: middle;
  width: 250px;
}
.xbox .container .user-register .form-horizontal .btn-register:hover {
  text-decoration: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6096e1), to(#467cd8));
  background-image: -webkit-linear-gradient(top, #6096e1, #467cd8);
  background-image: -moz-linear-gradient(top, #6096e1, #467cd8);
  background-image: linear-gradient(to bottom, #6096e1, #467cd8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6096e1', endColorstr='#ff467cd8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.xbox .container .user-register .form-horizontal .btn-register:active {
  text-decoration: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#477cd9), to(#6097e1));
  background-image: -webkit-linear-gradient(top, #477cd9, #6097e1);
  background-image: -moz-linear-gradient(top, #477cd9, #6097e1);
  background-image: linear-gradient(to bottom, #477cd9, #6097e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff477cd9', endColorstr='#ff6097e1', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.xbox .container .user-register .form-horizontal .btn-register:focus {
  color: #fff;
  text-decoration: none;
}
.notification.dark {
  background-color: #282d37;
  border: 1px solid #292929;
  color: #a7a7a7;
}
.notification.dark > span {
  display: inline-block;
}
@media (min-width: 760px) and (max-width: 979px) {
  .xbox .container .xbox-content .xbox-arc,
  .xbox .container .xbox-content .xbox-signin {
    padding: 0 20px;
  }
}
@media (min-width: 759px) {
  .xbox .container .user-register-signin-content {
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 1px 0 #292929;
    -moz-box-shadow: 0 1px 0 #292929;
    box-shadow: 0 1px 0 #292929;
    margin-bottom: 100px;
  }
}
@media (max-width: 759px) {
  .xbox body {
    background-position: 50% -10px;
  }
  .xbox .container .xbox-content .xbox-arc,
  .xbox .container .xbox-content .xbox-signin {
    border: none;
    float: none;
    width: 100%;
    padding: 0 10px;
    min-height: 320px;
  }
  .xbox .container .xbox-content .xbox-signin {
    margin-top: 60px;
  }
}
@media (max-width: 320px) {
  .xbox .container .user-register {
    max-width: 260px;
    margin: 22px 0 0 0;
  }
  .xbox .container .user-register .form-horizontal .control-group input {
    width: 94%;
  }
  .xbox .container .user-register .form-horizontal .btn-register {
    width: 210px;
  }
  .xbox .container .xbox-content .xbox-arc,
  .xbox .container .xbox-content .xbox-signin {
    border: 0 none;
    float: none;
    min-height: 120px;
    padding: 0 0 20px;
    width: 100%;
  }
  .xbox .container .xbox-content .xbox-signin form {
    padding-right: 0;
  }
  .xbox .container .xbox-content .xbox-signin form input {
    width: 86%;
  }
}
body.pstation {
  background-position: 50% -60px;
  padding-top: 40px;
}
.pstation .header {
  display: none;
}
.pstation .footer {
  display: none;
}
.pstation .container .xbox-content {
  border-bottom: none;
}
.win10 .container-signin {
  border-radius: 12px;
  width: 680px;
}
.win10 .container-signin .col-1,
.win10 .container-signin .col-2 {
  width: 44%;
}
.win10 .container-sign {
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 60px;
  padding-right: 60px;
  min-height: 412px;
}
.win10 .container-sign h1 {
  text-shadow: none;
  color: #d1d1cf;
  font-weight: 600;
}
.win10 .container-sign h5 {
  color: #d1d1cf;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.win10 .container-sign .col-2 .btn-sign-in {
  margin-top: 24px;
}
.win10 .container-sign .btn-fb-login-new span {
  cursor: default;
}
.win10 .container-sign .hr-text {
  width: 12%;
}
.win10 .container-sign .hr-text:before,
.win10 .container-sign .hr-text:after {
  display: none;
}
.win10 .container-sign .hr-text img {
  margin-top: 10px;
  display: none;
}
.win10 .container-sign .btn-sign-in {
  padding: 7px 15px;
}
.win10 .container-sign .btn-fb-login-new span {
  line-height: 34px;
}
.win10 .container-sign .btn-fb-login-new:before {
  width: 34px;
  height: 34px;
  padding-top: 6px;
}
.win10 .container-sign input.text {
  height: 32px;
  padding-left: 8px;
}
.win10 .container-sign .tlink {
  margin-top: -11px;
  margin-bottom: 28px;
  overflow: hidden;
}
.win10 .container-sign .tlink a {
  font-size: 9px;
  font-weight: 600;
  color: #959291;
  text-decoration: underline;
  font-family: 'Open Sans', sans-serif;
}
.win10 .container-sign .tlink .tl {
  float: left;
}
.win10 .container-sign .tlink .tr {
  float: right;
}
.win10 .container-sign .bor {
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  color: #959291;
  font-family: 'Open Sans', sans-serif;
  margin-top: -12px;
  margin-bottom: 6px;
}
.win10 .container-sign .desc {
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #d1d1cf;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.win10 .container-sign .firmt {
  margin-top: 90px;
  margin-bottom: 22px;
}
.win10 .container-sign .firmt2 {
  margin-top: 72px;
}
.win10 .container-sign .firmt2 .btn-sign-in {
  width: 282px;
}
.win10 .container-sign .t_content p {
  font-size: 20px;
  font-weight: 600;
  color: #d1d1cf;
  line-height: 32px;
  text-shadow: none;
  font-family: 'Open Sans', sans-serif;
}
.win10 .container-sign .t_content.resolve p {
  font-size: 14px;
}
.win10 .container-sign .t_content.resolve p a {
  text-decoration: underline;
  color: #d1d1cf;
}
.win10 .container-sign .control-group.dates select {
  width: 32.3%;
}
.win10 .container-sign label.checkbox {
  line-height: 20px;
}
@media (min-width: 739px) {
  .win10 .container-signin .hr-text {
    left: 44%;
  }
  .win10 .container-signin .hr-text img {
    display: inline-block;
  }
}
.controller-agreement .btn-agreement-accept {
  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;
}
.controller-agreement .btn-agreement-accept:hover {
  background-color: #5c91ff;
  box-shadow: 0 0 8px rgba(32, 80, 180, 0.6);
  color: #fff;
}
.controller-agreement .btn-agreement-accept:active {
  background-color: #4579e5;
  box-shadow: 0 0 0px none;
}
.controller-agreement .agreement-bottom p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
debug {
  white-space: pre;
  color: #fff;
}
