/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
*,
*: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;
  }
}
/* border */
/* 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: 30px;
  padding: 0 2px;
}
.paginate ul .active a {
  color: #fff;
  cursor: default;
  text-decoration: none;
}
.paginate ul .prev,
.paginate ul .next {
  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);
  padding: 0;
}
.paginate ul .prev:hover,
.paginate ul .next: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);
}
.paginate ul .prev:active,
.paginate ul .next: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);
}
.paginate ul .prev:focus,
.paginate ul .next:focus {
  color: #fff;
  text-decoration: none;
}
.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 -195px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
}
.paginate ul .prev {
  margin-right: 10px;
}
.paginate ul .prev a {
  background-image: url(../images/global/icons.png);
  background-repeat: no-repeat;
  background-position: 8px -245px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
}
.paginate ul .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);
  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;
  padding: 0;
}
.paginate ul .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);
}
.paginate ul .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);
}
.paginate ul .disabled:focus {
  color: #fff;
  text-decoration: none;
}
.paginate ul .disabled a {
  opacity: 0.3;
  cursor: default;
}
.paginate ul .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;
}
.paginate ul .disabled:hover a {
  opacity: 0.3;
  cursor: default;
}
.paginate ul .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;
}
.paginate ul .disabled:active a {
  opacity: 0.3;
  cursor: default;
}
/* 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 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 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-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:active {
  background-position: 0 -1900px;
}
.btn-add-to-cart span:hover {
  background-position: 100% -500px;
}
.btn-add-to-cart span:active {
  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 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: 400;
  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 #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  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 both*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  content: ".";
}
/* 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 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 {
  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: 15px;
  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;
}
/*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;
}
.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:hover {
  background-position: 0 -65px;
  text-decoration: none;
}
.bg-btn: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,
.bg-btn.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;
}
.bg-btn.disabled a,
.bg-btn.disabled:hover a {
  opacity: 0.3;
  cursor: default;
}
.bg-btn.disabled span,
.bg-btn.disabled:hover span {
  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;
}
.bg-btn.disabled span a,
.bg-btn.disabled:hover span a {
  opacity: 0.3;
  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;
}
.news-author a {
  color: #fff;
}
.news-author .line {
  display: none;
}
.social-links {
  background: #1b1c1f;
  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 #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  padding: 20px 0;
}
.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*/
.module-wrap {
  background: url(../images/global/bg-news.png) no-repeat 50% 0;
}
/*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 10px 0;
  padding: 20px 0 0 0;
  text-shadow: 1px 2px 2px #000;
}
.module-header .module-menus-wrap,
.module-header .module-menus-content {
  background: url(../images/game_news/bg-news-menus.png) no-repeat 0 0;
  height: 45px;
}
.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 .module-menus {
  margin: 0;
  padding: 1px;
}
.module-header .module-item {
  float: left;
}
.module-header .module-item:hover,
.module-header .module-item.active,
.module-header .module-item:active {
  background: url(../images/game_news/bg-menu-hover.png) no-repeat 50% 100%;
}
.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: url(../images/global/line-landscape.png) repeat-y 0 0;
  display: inline-block;
  height: 18px;
  width: 2px;
}
.module-header .line:hover {
  background: none;
}
.module-header .more-item {
  display: none;
}
.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: 42px;
  left: -1px;
  width: 296px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  display: none;
  z-index: 2;
}
.module-header .sub-menus .item {
  background: #282d37 url(../images/game_news/line-sub-menu.png) repeat-x 0 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  border-bottom: none;
  border-top: none;
  height: 40px;
  line-height: 40px;
  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: 16px;
  color: #a7a7a7;
  display: block;
  height: 100%;
  width: 100%;
}
.module-header .sub-menus .item a:hover {
  text-decoration: none;
}
.module-header .sub-menus .item:first-child {
  border-top: 1px solid #353943;
}
.module-header .sub-menus .item:last-child {
  border-bottom: 1px solid #353943;
}
.module-header .product-page {
  background: url(../images/global/bg-btn.png) no-repeat 0 0;
  color: #cccccc;
  display: block;
  height: 32px;
  padding: 0 0 0 10px;
  background-position: 0 -390px;
  display: inline-block;
}
.module-header .product-page 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;
}
.module-header .product-page:hover {
  background-position: 0 -65px;
  text-decoration: none;
}
.module-header .product-page:hover span {
  background-position: 100% -97px;
}
.module-header .product-page:active {
  background-position: 0 -130px;
}
.module-header .product-page:active span {
  background-position: 100% -162px;
}
.module-header .product-page.normal {
  background-position: 0 -390px;
}
.module-header .product-page.normal span {
  background-position: 100% -422px;
}
.module-header .product-page.disabled,
.module-header .product-page.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;
}
.module-header .product-page.disabled a,
.module-header .product-page.disabled:hover a {
  opacity: 0.3;
  cursor: default;
}
.module-header .product-page.disabled span,
.module-header .product-page.disabled:hover span {
  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;
}
.module-header .product-page.disabled span a,
.module-header .product-page.disabled:hover span a {
  opacity: 0.3;
  cursor: default;
}
.module-header .product-page span {
  background-position: 100% -422px;
}
.module-header .module-search {
  float: right;
  height: 36px;
  margin: -41px 0 0 0;
  padding: 6px 6px 0 0;
}
.module-header .module-search form {
  display: inline-block;
}
.module-header .module-search form input[type=submit] {
  background-position: -126px 0;
  width: 32px;
}
.module-header .search-text300 {
  background: #282d37;
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  display: none;
  padding: 6px;
  left: 0;
  position: absolute;
  top: 44px;
  width: 284px;
}
.module-header .search-text300 input {
  border-color: #29292d;
  background: #161718;
  color: #a7a7a7;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 0 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  background: #191c24;
  height: 26px;
  line-height: 26px;
  margin: 0 0;
  width: 272px;
}
.module-header .search {
  display: inline-block;
}
.module-header .search .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;
  display: none;
  height: 18px;
  line-height: 16px;
  margin: -2px 0 0 0;
  padding: 5px;
  width: 132px;
}
.module-header .search input[type="submit"] {
  background: url(../images/global/btn-search.png) no-repeat 0 0;
  display: inline-block;
  border: none;
  cursor: pointer;
  height: 32px;
  width: 32px;
}
.module-header .search input[type="submit"]:hover {
  background-position: -42px 0;
}
.module-header .search input[type="submit"]:active {
  background-position: -84px 0;
}
.module-header .search input[type="submit"].normal {
  background-position: -126px 0;
}
.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 {
  border-width: 1px;
  border-style: solid;
  border-color: #4a4b4c;
  border-bottom: none;
  border-left: 1px solid #4a4b4c;
  border-radius: 2px 2px 0 0;
  height: 16px;
}
.module-header-platfrom .module-tabs-platform {
  background: -moz-linear-gradient(90deg, #1b1c1f, #282c29);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, from(#1b1c1f), to(#282c29));
  background: -webkit-linear-gradient(90deg, #1b1c1f, #282c29);
  background: -o-linear-gradient(90deg, #1b1c1f, #282c29);
  border-bottom: 1px solid #4a4b4c;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 0;
  position: relative;
  z-index: 100;
  height: 28px;
}
.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: none;
  border-width: 1px;
  border-style: solid;
  border-color: #4a4b4c;
  border-right-color: #403b3b;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-right: 0;
  padding: 5px 30px;
}
.module-header-platfrom .module-tabs-platform .nav-tabs {
  border: none;
}
.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: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #4a4b4c;
  border-right-color: #403b3b;
  border-bottom: none;
  color: #fff;
  text-shadow: 1px 3px #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.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 .module-menus-content {
  background: none;
}
.module-header-platfrom .module-menus-content {
  border-width: 1px;
  border-style: solid;
  border-color: #4a4b4c;
  border-top: none;
}
.module-header-platfrom .module-menus-wrap {
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  padding: 0;
}
.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: #191c24;
  cursor: pointer;
  text-decoration: none;
}
/*wiki dialog*/
.waring-dialog .modal-dialog {
  width: 250px;
}
.waring-dialog .modal-dialog .account-title {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.waring-dialog .modal-dialog h4 {
  font-size: 14px;
  color: #ffffff;
  margin: 10px 0;
}
.waring-dialog .modal-dialog .btn-common,
.waring-dialog .modal-dialog .bg-btn,
.waring-dialog .modal-dialog .bg-btn span {
  display: block;
  font-weight: 700;
}
.waring-dialog .modal-dialog p {
  font-size: 12px;
  padding: 5px 0;
}
.waring-dialog .modal-dialog .line {
  border-top: 1px solid #222224;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  margin: 3px 0 14px 0;
}
.waring-dialog .modal-dialog .waring-info {
  margin: 20px 0 30px 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: 28px;
  width: 280px;
}
.right-body .banner-wrap {
  text-align: center;
}
.right-body .hot-topic-wrap {
  background: #1b1c1f;
  margin: 10px 0 0 0;
  padding: 5px 20px;
}
.right-body .hot-topic-wrap .title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid black;
}
.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 #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
  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: #1b1c1f;
  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 #29292d;
  -webkit-box-shadow: 0 -1px 0 #000;
  -moz-box-shadow: 0 -1px 0 #000;
  box-shadow: 0 -1px 0 #000;
}
.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;
}
.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;
  min-width: 305px;
}
.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;
}
/* 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;
  }
  .module-header .module-item .sub-menus,
  .module-header .more-item .sub-menus {
    left: 24px;
  }
  .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*/
/********** reset modal **************/
.modal {
  display: none;
  border: 0;
  background-color: #222;
}
.modal .modal-dialog {
  background: transparent;
  margin-top: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
/*
.modal.fade.in {
	top: 35%;
}
*/
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
/********** global *********************/
.header .user-bar-inner {
  width: 940px;
  max-width: 100%;
}
.footer {
  width: 100%;
}
.video-dialog {
  width: 540px;
  height: 345px;
  border: 6px solid rgba(104, 104, 104, 0.35);
}
.video-dialog .modal-content {
  width: 540px;
  overflow: hidden;
}
.video-dialog iframe {
  position: relative;
  right: -1px;
}
.confirmation-dialog {
  box-shadow: none;
}
.confirmation-dialog .modal-content {
  position: relative;
  text-align: center;
}
.confirmation-dialog .modal-content h1,
.confirmation-dialog .modal-content p {
  font-family: Verdana;
}
.confirmation-dialog .modal-content h1 {
  font-size: 22px;
  color: #ce7d12;
  margin-bottom: 10px;
}
.confirmation-dialog .modal-content p {
  color: #a6a0a2;
}
.confirmation-dialog .modal-content a {
  color: #f4cd75;
}
.confirmation-dialog .modal-content .content {
  margin-top: 30px;
  font-size: 11px;
  font-weight: bold;
}
.confirmation-dialog .modal-content .btn-line {
  margin-top: 50px;
}
.confirmation-dialog .modal-content .btn-goToSite {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}
.confirmation-dialog .modal-content .confirmation-footer {
  line-height: 25px;
  font-size: 10px;
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
  margin: 0 -80px;
}
.confirmation-dialog .modal-content .confirmation-footer span {
  background: url(../images/global/logos.png) no-repeat 0 -600px;
  padding-left: 40px;
  display: inline-block;
}
.confirmation-dialog .modal-content .icon-perecentage {
  position: absolute;
  right: 100px;
  top: -50px;
}
.splash-content {
  width: 960px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}
.video-wrap .video {
  position: absolute;
  z-index: 9;
}
.video-wrap .video-thumb {
  display: block;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  background: url(../images/splash/bg_transparent_overlay.png) repeat;
}
.btn-close-grey {
  border-radius: 3px;
  background: linear-gradient(0deg, #3a3a3a, #7d7d7d);
  padding: 4px 8px;
  cursor: pointer;
  margin: 5px;
  float: right;
  border: none;
  box-shadow: inset 1px 2px 4px 0 rgba(255, 255, 255, 0.5), inset -2px -1px 1px 0px rgba(0, 0, 0, 0.3), 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-weight: bold;
  transition: all 0.3s;
  color: #ddd;
}
.btn-close-grey:hover {
  background: linear-gradient(0deg, #5a5a5a, #9d9d9d);
  color: #fff;
}
/*
	background-image: url(../images/splash/btn_close.gif);
	background-repeat: no-repeat;
	display: block;
	width: 76px;
	height: 26px;
	border: 0;
	float: right;
	margin: 5px;
	cursor: pointer;
	*/
/********** video  *********************/
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-background video {
  min-height: 100%;
  min-width: 100%;
}
.ui-video-background {
  position: absolute;
  top: 0;
  right: 10px;
  background: none transparent !important;
  border: 0px none !important;
}
.ui-video-background .ui-video-background-controls li {
  float: left;
}
.ui-video-background .ui-icon {
  background: url(../images/splash/btn_video.png) no-repeat 0 0;
  width: 33px;
  height: 35px;
  display: block;
  font-size: 0;
  text-indent: -9999px;
}
.ui-video-background .ui-icon-pause {
  background-position: 0 -34px;
}
.ui-video-background .ui-icon-play {
  background-position: 0 0;
}
.ui-video-background .ui-icon-volume-off {
  background-position: -36px 0;
}
.ui-video-background .ui-icon-volume-on {
  background-position: -36px -34px;
}
/********** splash wrap for video page *********************/
.nw-lp,
.sto-lp,
.swm-lp,
.blacklight-lp,
.blacklight-lp2 {
  overflow: hidden;
  background-color: #000;
}
.nw-lp .splash-content,
.sto-lp .splash-content,
.swm-lp .splash-content,
.blacklight-lp .splash-content,
.blacklight-lp2 .splash-content {
  top: 61px;
  overflow: hidden;
  margin-bottom: 170px;
  width: 1120px;
}
.nw-lp .header,
.sto-lp .header,
.swm-lp .header,
.blacklight-lp .header,
.blacklight-lp2 .header {
  position: absolute;
  top: 0px;
  z-index: 10;
}
.nw-lp .footer,
.sto-lp .footer,
.swm-lp .footer,
.blacklight-lp .footer,
.blacklight-lp2 .footer {
  position: fixed;
  bottom: 0px;
  right: 17px;
  z-index: 10;
  opacity: 0.6;
  padding: 0px;
}
.nw-lp .splash-wrap,
.sto-lp .splash-wrap,
.swm-lp .splash-wrap,
.blacklight-lp .splash-wrap,
.blacklight-lp2 .splash-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.nw-lp .form-wrap,
.sto-lp .form-wrap,
.swm-lp .form-wrap,
.blacklight-lp .form-wrap,
.blacklight-lp2 .form-wrap {
  background-color: #000;
  opacity: 0.8;
  width: 412px;
  margin: 0 80px 0 auto;
  padding: 30px 0 10px;
  overflow: hidden;
}
debug {
  white-space: pre;
}
/*
    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;
}
@media screen and (max-width: 550px) {
  #cboxLoadingGraphic {
    top: -10%;
    left: -17%;
  }
}
/* 
    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;
}
/* .cboxIframe{background:#fff;} */
#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 {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../images/global/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../images/global/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  background: url(../images/global/icon-sprites.png) no-repeat 0 -1200px;
  width: 17px;
  height: 17px;
  top: -20px;
  right: 15px;
  position: absolute;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: 0 -1250px;
}
body {
  color: #a7a7a7;
  font: 12px/18px Lucida Grande, Lucida Sans Unicode, sans-serif;
  overflow-x: hidden;
}
#onetrust-consent-sdk {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Aria;
}
/*** Footer ***/
.footer {
  font-size: 10px;
  color: #707070;
  padding-top: 50px;
  padding-bottom: 10px;
  background: #000;
  padding: 10px 0;
}
.footer a {
  color: #7b7b7b;
}
.footer a:hover {
  color: #7b7b7b;
  text-decoration: underline;
}
.footer .footer-main {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto 30px;
}
@media (min-width: 960px) {
  .footer .footer-main {
    margin: 30px auto;
    width: 960px;
    padding: 0 10px;
  }
}
.footer .languages {
  margin-top: 0;
  top: -7px;
}
@media (min-width: 960px) {
  .footer .languages {
    top: 0;
    margin-top: 8px;
  }
}
.footer .footer-logos {
  text-align: center;
  display: inline-block;
}
@media (min-width: 960px) {
  .footer .footer-logos {
    float: left;
    display: block;
  }
  .footer .footer-logos:after {
    display: none;
  }
}
.footer .footer-logos:after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}
.footer .logo-pwrd,
.footer .logo-arc {
  background-image: url(../images/global/logos.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
}
@media (min-width: 960px) {
  .footer .logo-pwrd,
  .footer .logo-arc {
    display: block;
    float: left;
  }
}
.footer .logo-pwrd {
  background: url(../images/logos/arc_games.webp) no-repeat center;
  width: 60px;
  height: 50px;
  margin-right: 20px;
  background-size: contain;
  background-position: center;
  margin-top: -4px;
}
.footer .logo-arc {
  background-position: 0 -500px;
  width: 75px;
  height: 40px;
  margin-right: 20px;
}
@media (min-width: 960px) {
  .footer .logo-arc {
    margin-right: 0;
  }
}
.footer .footer-nav {
  margin: 0 10px;
  text-align: center;
}
@media (min-width: 960px) {
  .footer .footer-nav {
    float: right;
    width: 620px;
  }
}
.footer .footer-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 .footer-nav ul li:first-child {
  border: 0;
}
.footer .footer-nav p {
  margin-top: 5px;
}
.footer .footer-nav {
  font-family: "Open Sans", sans-serif;
}
.footer .footer-nav li a {
  text-decoration: none;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}
.footer .footer-nav p {
  font-family: "Open Sans", sans-serif;
}
.footer .languages {
  display: inline-block;
}
@media (min-width: 960px) {
  .footer .languages {
    display: block;
    float: right;
  }
}
.footer .languages a {
  color: #ffffff;
  text-decoration: none;
}
/*********************** dropdown language *******************/
.languages {
  padding: 0;
}
.languages .current-language,
.languages dl {
  border-width: 1px;
  border-style: solid;
  border-color: #29292d;
  width: 90px;
  min-width: 90px;
  font-size: 11px;
}
.languages .current-language {
  margin-bottom: 2px;
  overflow: hidden;
}
.languages .current-language span {
  float: left;
}
.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;
}
.languages .dropdown-menu {
  background-color: #161718;
}
/*** Register ***/
#colorbox-reg,
#colorbox-sign-in,
#colorbox-reg-custom {
  background-color: #282d37;
}
#colorbox-reg .user-facebook-group,
#colorbox-sign-in .user-facebook-group,
#colorbox-reg-custom .user-facebook-group {
  display: none;
}
#colorbox-reg .user-infos,
#colorbox-sign-in .user-infos,
#colorbox-reg-custom .user-infos {
  /* 
		.pop-overlay(@top: 35px, @left: auto, @beft-left: 74px);
		right: -93px; 
		*/
  font-size: 12px;
  width: 334px;
}
#colorbox-reg .user-infos .user-before-login,
#colorbox-sign-in .user-infos .user-before-login,
#colorbox-reg-custom .user-infos .user-before-login,
#colorbox-reg .user-infos .user-after-login,
#colorbox-sign-in .user-infos .user-after-login,
#colorbox-reg-custom .user-infos .user-after-login,
#colorbox-reg .user-infos .user-register,
#colorbox-sign-in .user-infos .user-register,
#colorbox-reg-custom .user-infos .user-register {
  background: #282d37;
}
#colorbox-reg .user-infos .user-before-login a.btn-register,
#colorbox-sign-in .user-infos .user-before-login a.btn-register,
#colorbox-reg-custom .user-infos .user-before-login a.btn-register,
#colorbox-reg .user-infos .user-after-login a.btn-register,
#colorbox-sign-in .user-infos .user-after-login a.btn-register,
#colorbox-reg-custom .user-infos .user-after-login a.btn-register,
#colorbox-reg .user-infos .user-register a.btn-register,
#colorbox-sign-in .user-infos .user-register a.btn-register,
#colorbox-reg-custom .user-infos .user-register a.btn-register {
  margin-top: 10px;
}
#colorbox-reg .user-infos input.placeholder-for-not-support,
#colorbox-sign-in .user-infos input.placeholder-for-not-support,
#colorbox-reg-custom .user-infos input.placeholder-for-not-support,
#colorbox-reg .user-infos input.text,
#colorbox-sign-in .user-infos input.text,
#colorbox-reg-custom .user-infos input.text,
#colorbox-reg .user-infos input.captcha-header-sign-in,
#colorbox-sign-in .user-infos input.captcha-header-sign-in,
#colorbox-reg-custom .user-infos input.captcha-header-sign-in {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  color: #a7a7a7;
  background: #191c24;
  padding: 4px;
  width: 97%;
}
#colorbox-reg .user-infos input.placeholder-for-not-support:focus,
#colorbox-sign-in .user-infos input.placeholder-for-not-support:focus,
#colorbox-reg-custom .user-infos input.placeholder-for-not-support:focus,
#colorbox-reg .user-infos input.text:focus,
#colorbox-sign-in .user-infos input.text:focus,
#colorbox-reg-custom .user-infos input.text:focus,
#colorbox-reg .user-infos input.captcha-header-sign-in:focus,
#colorbox-sign-in .user-infos input.captcha-header-sign-in:focus,
#colorbox-reg-custom .user-infos input.captcha-header-sign-in:focus {
  background: #191c24;
}
#colorbox-reg .user-infos input.has-error.text,
#colorbox-sign-in .user-infos input.has-error.text,
#colorbox-reg-custom .user-infos input.has-error.text {
  border-width: 1px;
  border-style: solid;
  border-color: #ff0000;
}
#colorbox-reg .user-infos .user-input,
#colorbox-sign-in .user-infos .user-input,
#colorbox-reg-custom .user-infos .user-input {
  padding: 15px 15px 10px;
}
#colorbox-reg .user-infos .user-input .control-group,
#colorbox-sign-in .user-infos .user-input .control-group,
#colorbox-reg-custom .user-infos .user-input .control-group {
  position: relative;
}
#colorbox-reg .user-infos .user-input .control-group .control-label,
#colorbox-sign-in .user-infos .user-input .control-group .control-label,
#colorbox-reg-custom .user-infos .user-input .control-group .control-label {
  float: none;
  width: auto;
  text-align: left;
}
#colorbox-reg .user-infos .user-input .control-group img.captcha-image,
#colorbox-sign-in .user-infos .user-input .control-group img.captcha-image,
#colorbox-reg-custom .user-infos .user-input .control-group img.captcha-image {
  width: 188px;
}
#colorbox-reg .user-infos .user-input .control-group .icon-refresh,
#colorbox-sign-in .user-infos .user-input .control-group .icon-refresh,
#colorbox-reg-custom .user-infos .user-input .control-group .icon-refresh {
  text-align: right;
}
#colorbox-reg .user-infos .user-input .checkbox,
#colorbox-sign-in .user-infos .user-input .checkbox,
#colorbox-reg-custom .user-infos .user-input .checkbox {
  margin: 3px 0;
}
#colorbox-reg .user-infos .user-input input[type="checkbox"],
#colorbox-sign-in .user-infos .user-input input[type="checkbox"],
#colorbox-reg-custom .user-infos .user-input input[type="checkbox"] {
  margin-right: 5px;
}
#colorbox-reg .user-infos .user-input .icon-refresh,
#colorbox-sign-in .user-infos .user-input .icon-refresh,
#colorbox-reg-custom .user-infos .user-input .icon-refresh {
  float: right;
}
#colorbox-reg .user-infos .control-group.dates select,
#colorbox-sign-in .user-infos .control-group.dates select,
#colorbox-reg-custom .user-infos .control-group.dates select {
  width: 25%;
  height: 18px;
  padding: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #353943;
  color: #a7a7a7;
  background: #191c24;
}
#colorbox-reg .user-infos .control-group.dates select.year,
#colorbox-sign-in .user-infos .control-group.dates select.year,
#colorbox-reg-custom .user-infos .control-group.dates select.year {
  width: 62px;
  margin-right: 0;
}
#colorbox-reg .user-infos label.checkbox,
#colorbox-sign-in .user-infos label.checkbox,
#colorbox-reg-custom .user-infos label.checkbox {
  font-size: 10px;
  line-height: 19px;
  padding-top: 0;
}
#colorbox-reg .user-infos label.checkbox a,
#colorbox-sign-in .user-infos label.checkbox a,
#colorbox-reg-custom .user-infos label.checkbox a {
  color: #5c91ff;
}
#colorbox-reg .user-infos a.btn-black-new,
#colorbox-sign-in .user-infos a.btn-black-new,
#colorbox-reg-custom .user-infos 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;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 3px #000000;
  -moz-box-shadow: 1px 1px 3px #000000;
  box-shadow: 1px 1px 3px #000000;
}
#colorbox-reg .user-infos a.btn-black-new:hover,
#colorbox-sign-in .user-infos a.btn-black-new:hover,
#colorbox-reg-custom .user-infos 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);
}
#colorbox-reg .user-infos .user-after-login dd,
#colorbox-sign-in .user-infos .user-after-login dd,
#colorbox-reg-custom .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;
}
#colorbox-reg .user-infos .user-after-login dd a,
#colorbox-sign-in .user-infos .user-after-login dd a,
#colorbox-reg-custom .user-infos .user-after-login dd a {
  font-size: 13px;
}
#colorbox-reg .user-infos .user-after-login dd:last-child,
#colorbox-sign-in .user-infos .user-after-login dd:last-child,
#colorbox-reg-custom .user-infos .user-after-login dd:last-child {
  border: 0;
}
#colorbox-reg .user-infos .user-after-login .user-name,
#colorbox-sign-in .user-infos .user-after-login .user-name,
#colorbox-reg-custom .user-infos .user-after-login .user-name {
  display: none;
}
#colorbox-reg .user-infos .user-help > p > a,
#colorbox-sign-in .user-infos .user-help > p > a,
#colorbox-reg-custom .user-infos .user-help > p > a,
#colorbox-reg .user-infos .user-after-login > dd > a,
#colorbox-sign-in .user-infos .user-after-login > dd > a,
#colorbox-reg-custom .user-infos .user-after-login > dd > a {
  background: url(../images/global/icons.png) no-repeat 0 -146px;
  padding-left: 15px;
  color: #5c91ff;
}
#colorbox-reg .user-infos .user-help,
#colorbox-sign-in .user-infos .user-help,
#colorbox-reg-custom .user-infos .user-help,
#colorbox-reg .user-infos .user-facebook-group,
#colorbox-sign-in .user-infos .user-facebook-group,
#colorbox-reg-custom .user-infos .user-facebook-group {
  padding: 10px 15px;
}
#colorbox-reg .user-infos .user-help p,
#colorbox-sign-in .user-infos .user-help p,
#colorbox-reg-custom .user-infos .user-help p,
#colorbox-reg .user-infos .user-facebook-group p,
#colorbox-sign-in .user-infos .user-facebook-group p,
#colorbox-reg-custom .user-infos .user-facebook-group p {
  margin: 0;
}
#colorbox-reg .user-infos .user-facebook-group,
#colorbox-sign-in .user-infos .user-facebook-group,
#colorbox-reg-custom .user-infos .user-facebook-group {
  display: none;
}
#colorbox-reg .user-infos .user-input,
#colorbox-sign-in .user-infos .user-input,
#colorbox-reg-custom .user-infos .user-input,
#colorbox-reg .user-infos .user-help,
#colorbox-sign-in .user-infos .user-help,
#colorbox-reg-custom .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;
}
#colorbox-reg .user-infos .user-help:last-child,
#colorbox-sign-in .user-infos .user-help:last-child,
#colorbox-reg-custom .user-infos .user-help:last-child {
  border: 0;
}
#colorbox-reg .user-infos a.tos,
#colorbox-sign-in .user-infos a.tos,
#colorbox-reg-custom .user-infos a.tos {
  color: #5c91ff;
}
/*** Header ***/
.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-color: #000;
  width: 100%;
  padding-bottom: 1px;
}
.header .logo {
  float: left;
  width: 35px;
  height: 40px;
  margin: 15px 0 0;
  background: url(../images/global/logos.png) no-repeat 0 -600px;
}
.header .go-to-news,
.header .welcome-to-arcgames {
  margin: 18px 0 0 0;
  float: left;
}
.header .go-to-news a,
.header .welcome-to-arcgames a {
  color: #5C91FF;
}
.header .go-to-news {
  background: url(../images/global/icons.png) no-repeat 0 -598px;
  padding: 0 0 0 16px;
}
.header a {
  color: #ffffff;
  text-decoration: none;
}
.header .user-bar-inner,
.header .nav-bar-inner {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .header .user-bar-inner,
  .header .nav-bar-inner {
    width: 960px;
  }
}
.header .user-bar-inner {
  padding: 0 10px;
}
@media (min-width: 960px) {
  .header .user-bar-inner {
    padding: 0;
  }
}
.header .user-bar {
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #373d4a;
  font-size: 11px;
}
.header .user-bar ul {
  float: right;
  margin: 10px 0 0;
}
.header .user-bar ul li {
  float: left;
  margin: 10px 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 .shopping-cart,
.header .user-bar .email {
  border-width: 0 1px 0 0;
  border-style: dotted;
  border-color: #3d3d3d;
  padding: 0 15px 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;
  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: 36px;
  padding: 2px 15px 0;
}
.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 -50px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.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: 74px;
  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: 75px;
  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 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;
  color: #a7a7a7;
  background: #191c24;
  padding: 4px;
  width: 180px;
}
.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 {
  position: relative;
}
.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 .user-name {
  display: none;
}
.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;
}
.header .user-bar .welcome .user-infos .user-facebook-group {
  display: none;
}
.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 .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 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  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;
}
.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;
}
.main-content .control-group,
.contentwrap .control-group {
  position: relative;
}
/* container style end */
/*********************** play now ****************************/
.popup-playnow {
  background: #1b1c1f;
  border: 1px solid #353943;
  outline: 1px solid #000;
  color: #a7a7a7;
  padding: 0;
  width: 550px;
  font-size: 14px;
  font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
  text-align: left;
  position: relative;
}
.popup-playnow .beta-message {
  padding: 20px 30px 10px;
  /* 
		border-bottom:1px solid #29292d;
		-webkit-box-shadow: 0 1px 0 #000;
		   -moz-box-shadow: 0 1px 0 #000;
		        box-shadow: 0 1px 0 #000;
		*/
}
.popup-playnow .beta-message .message {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.popup-playnow .arc-installed-yes {
  padding: 20px 30px;
}
.popup-playnow .arc-installed-no {
  padding: 20px 30px;
  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;
}
.popup-playnow .description {
  background: url(../images/global/playnow_popup_picture.png) no-repeat center 20px;
  padding-top: 180px;
  font-size: 14px;
  list-style: disc inside;
}
.popup-playnow .title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.popup-playnow .buttonwrap {
  text-align: center;
  margin: 25px 0 auto;
}
.popup-playnow .bottomtext {
  bottom: 5px;
  left: 0;
  line-height: 1.8;
  padding: 0 36px 18px 68px;
  position: absolute;
  font-size: 11px;
}
.popup-playnow .bottomtext a {
  color: #5c91ff;
}
.popup-playnow .bottomtext a:hover {
  text-decoration: underline;
}
.popup-playnow a.bg-btn {
  background: url(../images/global/bg-btn.png) no-repeat 0 0;
  color: #ccc;
  display: inline-block;
  height: 32px;
  padding: 0 0 0 10px;
  color: #fff;
}
.popup-playnow a.btn-common,
.popup-playnow a.btn-black {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  width: 180px;
  padding: 5px 0;
  background-color: #4e7edb;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -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);
  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);
}
.popup-playnow a.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='#000', endColorstr='#fff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.popup-playnow a.btn-common:hover {
  color: #fff;
  text-decoration: none;
  background-image: -moz-linear-gradient(top, #6096e1, #467cd8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6096e1), to(#467cd8));
  background-image: -webkit-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);
}
.popup-playnow a.btn-common:active {
  color: #fff;
  text-decoration: none;
  background-image: -moz-linear-gradient(top, #477cd9, #6097e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#477cd9), to(#6097e1));
  background-image: -webkit-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);
}
.popup-playnow a.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='#000', endColorstr='#fff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.popup-playnow a.btn-black:hover {
  color: #fff;
  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));
}
.popup-playnow a.btn-black:active {
  color: #fff;
  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);
}
@media (hover: 0) {
  p#supporthover {
    display: none;
  }
}
.footer-flexbox-color-wrap {
  width: 100%;
  background: #000;
}
.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-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;
  display: inline-block;
  vertical-align: middle;
}
.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 {
  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;
}
.footer-flexbox__nav__copyright > a:hover {
  color: white;
}
.footer-flexbox .languages a {
  color: #fff;
  text-decoration: none;
}
html {
  background: url("../images/splash/blacklight/main-background.jpg") no-repeat center 61px #000;
}
section.main-content {
  min-height: 855px;
}
section.main-content section.main-container {
  width: 470px;
  margin: 0 auto;
  overflow: hidden;
}
section.main-content section.main-container .lnk-home {
  background: url("../images/splash/blacklight/lnk-home.png") no-repeat;
  height: 111px;
  width: 468px;
  margin: 30px auto 50px;
}
section.main-content section.main-container .bg-form-top {
  background: url("../images/splash/blacklight/bg-form-top.png") no-repeat center top;
  padding-top: 139px;
  position: relative;
  margin-top: -40px;
  z-index: 2;
}
section.main-content section.main-container .bg-form-mid {
  background: url("../images/splash/blacklight/bg-form-mid.png") repeat-y center;
  padding: 20px 0 0;
  position: relative;
  z-index: 1;
}
section.main-content section.main-container .bg-form-bot {
  background: url("../images/splash/blacklight/bg-form-bot.png") no-repeat center bottom;
  padding-bottom: 48px;
  position: relative;
  z-index: 2;
}
section.main-content section.main-container .user-facebook-group {
  display: none;
}
section.main-content section.main-container .user-register {
  position: relative;
  margin-top: -30px;
}
section.main-content section.main-container form {
  padding-top: 10px;
}
section.main-content section.main-container form .user-input {
  width: 375px;
  margin: 0 auto;
}
section.main-content section.main-container form .user-help {
  width: 375px;
  margin: 0 auto;
}
section.main-content section.main-container form p,
section.main-content section.main-container form label {
  color: #a6a0a2;
}
section.main-content section.main-container form p.error {
  color: #f00;
}
section.main-content section.main-container form p.already-logged-in {
  width: 375px;
  margin: 0 auto;
}
section.main-content section.main-container form a {
  color: #ff5200;
}
section.main-content section.main-container form input,
section.main-content section.main-container form select {
  background: #000000;
  border: 1px solid #05343b;
  color: #ffffff;
}
section.main-content section.main-container form input[type="text"],
section.main-content section.main-container form input[type="password"] {
  width: 95%;
}
section.main-content section.main-container form select {
  width: 30%;
}
section.main-content section.main-container form .js_register {
  background: url("../images/splash/blacklight/btn-create.png") no-repeat center top;
  height: 74px;
  width: 333px;
  display: block;
  text-indent: -9999px;
  margin: 10px auto;
}
section.main-content section.main-container form .js_register:hover {
  background-position: center bottom;
}
section.main-content section.info-links {
  margin: 20px auto;
  width: 687px;
  overflow: hidden;
}
section.main-content section.info-links a.btns-bl {
  background: url("../images/splash/blacklight/btn-options.png") no-repeat;
  height: 64px;
  width: 219px;
  margin: 0 5px;
  float: left;
  cursor: pointer;
}
section.main-content section.info-links a.btns-bl.trailer {
  background-position: left top;
}
section.main-content section.info-links a.btns-bl.trailer:hover {
  background-position: left bottom;
}
section.main-content section.info-links a.btns-bl.enter {
  background-position: center top;
}
section.main-content section.info-links a.btns-bl.enter:hover {
  background-position: center bottom;
}
section.main-content section.info-links a.btns-bl.whatis {
  background-position: right top;
}
section.main-content section.info-links a.btns-bl.whatis:hover {
  background-position: right bottom;
}
section.main-content section.soc-links {
  margin: 5px auto;
  width: 245px;
  overflow: hidden;
}
section.main-content section.soc-links a.ico-social {
  background: url("../images/splash/blacklight/ico-social.png") no-repeat;
  height: 52px;
  width: 71px;
  margin: 0 5px;
  float: left;
  cursor: pointer;
}
section.main-content section.soc-links a.ico-social.fb {
  background-position: left top;
}
section.main-content section.soc-links a.ico-social.fb:hover {
  background-position: left bottom;
}
section.main-content section.soc-links a.ico-social.tw {
  background-position: center top;
}
section.main-content section.soc-links a.ico-social.tw:hover {
  background-position: center bottom;
}
section.main-content section.soc-links a.ico-social.yt {
  background-position: right top;
}
section.main-content section.soc-links a.ico-social.yt:hover {
  background-position: right bottom;
}
.confirmation-dialog {
  background: none repeat scroll 0 0 #000;
  border: 1px solid #373b3c;
  height: 509px;
  margin-left: -407px;
  width: 815px;
}
.modal .modal-dialog {
  background: none repeat scroll 0 0 transparent;
  border: 0;
  margin-top: 0;
  outline: 0 none;
  padding: 0;
}
.confirmation-dialog .modal-content {
  height: 329px;
  padding: 120px 80px 60px;
  width: 655px;
}
.confirmation-dialog .modal-content .btn-goToSite {
  text-indent: 0px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 35px;
  padding: 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top: 1px solid #b4ffff;
  -webkit-box-shadow: 0 2px 1px 0px #000;
  -moz-box-shadow: 0 2px 1px 0px #000;
  box-shadow: 0 2px 1px 0px #000;
  background: -moz-linear-gradient(top, #5a88de 0%, #4472d5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a88de), color-stop(100%, #4472d5));
  background: -webkit-linear-gradient(top, #5a88de 0%, #4472d5 100%);
  background: -ms-linear-gradient(top, #5a88de 0%, #4472d5 100%);
  background: linear-gradient(to bottom, #5a88de 0%, #4472d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a88de', endColorstr='#4472d5', GradientType=0);
}
.confirmation-dialog .modal-content .btn-goToSite:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b9fe4), color-stop(100%, #5188dd));
  background: -webkit-linear-gradient(top, #6b9fe4 0%, #5188dd 100%);
  background: -ms-linear-gradient(top, #6b9fe4 0%, #5188dd 100%);
  background: linear-gradient(to bottom, #6b9fe4 0%, #5188dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9fe4', endColorstr='#5188dd', GradientType=0);
}
