@charset "utf-8";
@import "../../css/ui-darkness/jquery-ui.min.css";
.lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
h4,
h5,
h6 {
  line-height: 20px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 19px;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
}
.page-header h1 {
  line-height: 1;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.muted {
  color: #999;
}
abbr {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  line-height: 20px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.center-hack {
  display: table;
  height: 100%;
  width: 100%;
}
.center-hack > div {
  display: table-row;
}
.center-hack > div > p,
.center-hack > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.hide {
  visibility: hidden;
}
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(top, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #001e78;
  background-image: -moz-linear-gradient(top, #001E78, #001E78);
  background-image: -ms-linear-gradient(top, #001E78, #001E78);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#001E78), to(#001E78));
  background-image: -webkit-linear-gradient(top, #001E78, #001E78);
  background-image: -o-linear-gradient(top, #001E78, #001E78);
  background-image: linear-gradient(top, #001E78, #001E78);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001E78', endColorstr='#001E78', GradientType=0);
  border-color: #001E78 #001E78 #000b2c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #001E78;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #001145 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #393939;
  background-image: -moz-linear-gradient(top, #454545, #262626);
  background-image: -ms-linear-gradient(top, #454545, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
  background-image: -webkit-linear-gradient(top, #454545, #262626);
  background-image: -o-linear-gradient(top, #454545, #262626);
  background-image: linear-gradient(top, #454545, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #262626;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #0c0c0c \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large,
input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small,
input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: hidden;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999;
  cursor: default;
}
.disabled a,
.disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
.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-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.pagination {
  height: 20px;
  margin: 20px 0;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination a {
  padding: 0 5px;
  line-height: 20px;
  text-decoration: none;
  border: none;
  border-right: 1px solid #ddd;
}
.pagination li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination li:last-child a {
  border-right-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  font-size: 19.5px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 20px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 20px;
  color: #555;
}
input,
textarea,
.uneditable-input {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 4px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #fff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.uneditable-input {
  display: block;
  background-color: #fff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #999;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 9px;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
  *zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  content: "";
}
.input-prepend:after,
.input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 20px;
  margin-right: -1px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  color: #999;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}
.input-append input,
.input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:first-child {
  *margin-left: -160px;
}
.input-append input:first-child + .add-on {
  *margin-left: -21px;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  display: inline-block;
}
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on,
.form-search .input-append .add-on,
.form-inline .input-prepend .add-on {
  vertical-align: middle;
}
.form-search .radio,
.form-inline .radio,
.form-search .checkbox,
.form-inline .checkbox {
  margin-bottom: 0;
  vertical-align: middle;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
select,
input[type="file"] {
  height: 20px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 20px;
}
input,
textarea,
.uneditable-input {
  height: 15px;
  line-height: 15px;
  vertical-align: top;
}
.content-box form {
  margin: 0;
}
.content-box .form-actions {
  margin: 0 -10px -10px -10px;
  text-align: center;
  padding-left: 20px;
}
.info-block {
  font-size: 13px;
  line-height: 19px;
  display: block;
  margin: 5px;
  color: #999;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
}
.form-memo-line {
  height: 100px;
  width: 492px;
}
.form_memo {
  width: 226px;
  height: 100px;
}
div.form_line_large {
  width: 948px;
}
div.form_line_large textarea.form_memo {
  width: 785px;
}
.header-divider-nopad {
  margin-bottom: 0px !important;
}
.side-box .box-title.hot,
.side-box .box-title.clickable:hover {
  background-color: #b8b8b8;
  background-image: -moz-linear-gradient(top, #ccc, #999);
  background-image: -ms-linear-gradient(top, #ccc, #999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#999));
  background-image: -webkit-linear-gradient(top, #ccc, #999);
  background-image: -o-linear-gradient(top, #ccc, #999);
  background-image: linear-gradient(top, #ccc, #999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#999', GradientType=0);
}
.side-catlist {
  margin: 0;
}
.side-catlist > li {
  padding: 4px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee', GradientType=0);
  font-size: 13px;
  line-height: 13px;
}
.side-catlist > li > .pull-left {
  width: 40px;
  text-align: center;
}
.side-catlist > li a {
  color: #000;
}
.side-catlist > li a.more {
  color: #1122cc;
}
.side-catlist > li h2 {
  font-size: 13px;
  line-height: 13px;
}
.side-box-kw {
  background: #eaeaea;
}
.side-box-kw .box-title img {
  height: 20px;
}
.side-kwlist {
  margin: 0;
  background: #eaeaea;
}
.side-kwlist > li {
  margin: 2px 10px;
  padding: 2px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 25px;
  font-size: 13px;
}
.side-kwlist > li a {
  color: #000;
}
.side-kwlist > li a:hover {
  background-color: #ccc;
}
.side-kwlist > li .keyword-count {
  float: right;
  width: 33px;
  line-height: 28px;
  text-align: right;
  margin-right: 3px;
}
.side-kwlist > li img {
  height: 25px;
}
.side-kwlist > li:hover,
.side-kwlist > li.hot {
  background-color: #ccc;
}
.side-kwlist-all {
  font-weight: bold;
  padding: 0 15px 5px 0;
  font-size: 13px;
}
.side-kwlist-all a {
  color: #1122cc !important;
}
.side-gamebtn {
  text-align: center;
  margin: 5px;
  font-weight: bold;
}
.side-gamebtn .btn {
  height: 16px;
  width: 120px;
}
.side-right > .side-box {
  margin-left: 25px;
}
.side-highscore {
  margin: 15px;
  text-align: center;
}
.side-highscore > li {
  margin: 10px;
}
.side-highscore > li a {
  color: black;
}
.side-highscore > li > a > img {
  border: 1px solid #000;
}
.ad-box-fixed {
  top: 94px;
}
.ad-resp {
  height: 100%;
  width: 100%;
}
.ad-resp-90 {
  height: 90px;
  overflow: hidden;
}
.ad-300-250 {
  width: 300px;
  height: 250px;
}
.ad-336-280 {
  width: 336px;
  height: 280px;
}
.ad-160-600 {
  width: 160px;
  height: 600px;
}
.ad-300-600 {
  width: 300px;
  height: 600px;
}
.ad-r300-600 {
  max-width: 300px;
  height: 600px;
}
.ad-300-resp {
  width: 300px;
  overflow: hidden;
}
.ad-486-100 {
  width: 486px;
  height: 100px;
}
.ad-nonprofit {
  margin-left: 8px;
  margin-bottom: 5px;
}
.page-description {
  border: 1px solid #afafaf;
  border-top: 0;
  margin: 0 -1px;
  box-sizing: border-box;
  width: 100%;
}
.page-description .mcetext {
  padding: 5px;
}
.footer-adpage {
  margin-left: 340px;
}
.page-description-home {
  border-bottom: 1px solid #afafaf;
  background-color: white;
}
.page-description-home .mcetext {
  padding: 5px;
  min-height: 110px;
}
.page-description-home .nav {
  font-size: 15px;
  margin: 0;
}
.page-description-home .nav > li.list-head {
  font-weight: bold;
}
.page-description-home .nav > li {
  padding: 0;
  margin: 0;
  line-height: 29px;
}
.page-description-home .nav > li img {
  width: 32px;
  vertical-align: middle;
}
.page-description-home .nav a {
  color: #000;
}
.page-offerings .sprite-letter {
  margin-right: 1px;
}
.page-offerings .sprite-suggest_game {
  margin-right: 10px;
}
.footer-head {
  height: 31px;
  line-height: 31px;
  background-color: #e2e2e2;
  background-image: -moz-linear-gradient(top, #f0f0f0, #cecece);
  background-image: -ms-linear-gradient(top, #f0f0f0, #cecece);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#cecece));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #cecece);
  background-image: -o-linear-gradient(top, #f0f0f0, #cecece);
  background-image: linear-gradient(top, #f0f0f0, #cecece);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cecece', GradientType=0);
  border-bottom: 1px solid #afafaf;
  border-top: none;
  text-align: center;
}
.footer-head h1 {
  color: #135C93;
  font-size: 15px;
  height: 31px;
  line-height: 31px;
  text-shadow: white 0px 0px 5px;
}
.footer-head img {
  vertical-align: middle;
}
.footer {
  height: 31px;
  line-height: 31px;
  background-color: #e2e2e2;
  background-image: -moz-linear-gradient(top, #f0f0f0, #cecece);
  background-image: -ms-linear-gradient(top, #f0f0f0, #cecece);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#cecece));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #cecece);
  background-image: -o-linear-gradient(top, #f0f0f0, #cecece);
  background-image: linear-gradient(top, #f0f0f0, #cecece);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cecece', GradientType=0);
}
.footer .footer-copyright {
  float: left;
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
}
.footer .footer-nav {
  text-align: center;
  margin: 0 20%;
}
.footer .footer-language {
  float: right;
  text-align: right;
}
.footer .footer-language img {
  margin-right: 5px;
}
.footer-hideshow {
  float: right;
}
.footer-hideshow > div {
  text-align: right;
  margin: 0px 5px;
  cursor: pointer;
}
.mcetext {
  line-height: 18px;
}
.messagebody {
  text-align: center;
  font-weight: bold;
}
.submitlink {
  border: none;
  background: white;
  color: #08C;
  box-shadow: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  line-height: 18px;
  font-weight: bold;
}
.submitlink:hover {
  text-decoration: underline;
}
.layout-wallpaper {
  width: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
}
.layout-wallpaper-game {
  width: 100%;
  height: 100%;
  background: no-repeat center 40px fixed;
  padding-top: 200px;
}
.container-main-wallpaper {
  margin-top: 200px;
}
.partner-new {
  border: 1px solid #afafaf;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.partnerlist > div {
  text-align: center;
}
.partner-title {
  font-weight: bold;
  margin-top: 7px;
}
.pop_img {
  border: 1px solid #000;
  margin-top: 15px;
}
div#game_popup {
  display: none;
  position: absolute;
  width: 152px;
  height: 142px;
  background: #fff;
  border: 1px solid #000;
}
div#complete-tip {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #000;
  padding: 5px;
  max-width: 790px;
}
div#game_popup_inner {
  overflow: hidden;
}
div#game_popup_inner p {
  max-height: 98px;
  overflow: hidden;
}
.game_stars {
  width: 130px;
  height: 76px;
  border-left: 1px solid #afafaf;
  text-align: center;
}
.game_stars .btn {
  height: 20px;
  line-height: 11px;
}
.game_stars .gs-form {
  text-align: center;
}
.game_stars .gs-rating {
  margin: 5px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #75a9d1;
}
.game_stars form {
  margin: 0;
}
.game_stars select {
  width: 70px;
  margin: 0;
}
h2.pageheader {
  font-size: 12px;
}
.breadcrumb {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 5px;
}
.breadcrumb li {
  text-shadow: none;
}
.breadcrumb li a {
  color: black;
}
.breadcrumb .divider {
  color: black;
}
h3 {
  font-size: 11px;
}
.middle-col {
  width: 750px;
}
.navbar-search .hasPlaceholder {
  color: #777;
}
.search-cloud {
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 5px;
  z-index: 1000;
  line-height: 30px;
  display: none;
  width: 620px;
  margin-left: -120px;
  margin-top: 17px;
  -webkit-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.39);
  box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.39);
}
.search-cloud span {
  vertical-align: middle;
  white-space: nowrap;
  margin: 5px;
}
.search-cloud .cloud-class1 {
  font-size: 10px;
}
.search-cloud .cloud-class2 {
  font-size: 13px;
}
.search-cloud .cloud-class3 {
  font-size: 18px;
}
.search-cloud .cloud-class4 {
  font-size: 19px;
  font-weight: bold;
}
.search-cloud .cloud-class5 {
  font-size: 25px;
  font-weight: bold;
}
.side-nav-back {
  text-align: right;
  padding-right: 20px;
}
.side-nav-back a {
  color: black;
}
.form-login legend {
  margin-bottom: 10px;
}
.form-login .control-label {
  width: 250px;
  padding-right: 10px;
}
.form-forgot legend,
.form-signup legend {
  margin-bottom: 10px;
}
.form-forgot .control-label,
.form-signup .control-label {
  width: 250px;
  padding-right: 10px;
}
.form-forgot .controls,
.form-signup .controls {
  margin-left: 250px;
}
h2.message {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}
.favorite-entry {
  float: left;
  width: 240px;
}
body > .container-fixed {
  max-width: 980px;
}
body > .container-fixed > .header,
body > .container-fixed > .header-divider {
  margin-left: 5px;
  margin-right: 4px;
}
.header-fixed {
  max-width: 980px;
  margin: 0 auto;
}
.paginate {
  text-align: center;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb .divider {
  padding: 0 5px;
}
.admin-memo {
  height: 400px;
}
#zip {
  width: 50px;
}
#location {
  width: 154px;
}
.chat-close {
  float: right;
  margin-top: 2px !important;
  cursor: pointer;
}
.popup-message {
  position: fixed;
  background: white;
  border: 1px solid black;
  z-index: 5000;
  display: none;
  padding: 20px;
}
.popup-message .popup-message-close {
  text-align: right;
  font-weight: bold;
  position: absolute;
  top: 0px;
  background: #eee;
  right: 0px;
  lefT: 0px;
  padding: 2px 5px;
}
.popup-message .popup-message-close a {
  color: black;
}
.popup-message .popup-message-text {
  margin-top: 15px;
}
.frame-wallpaper {
  margin: 0px auto;
  overflow: hidden;
  width: 750px;
}
.side-box-spacer {
  border: none;
  background: none;
  width: 302px;
}
.side-box .box-body {
  padding: 5px;
}
@media (max-width: 979px) {
  .pagecontent-fixed {
    text-align: center;
  }
}
@media (min-width: 980px) {
  .pagecontent-fixed {
    position: relative;
    width: 980px;
    margin: 0 auto;
  }
}
iframe {
  border: 0;
  padding: 0;
  margin: 0;
}
.main-head-ad,
.main-footer-ad {
  margin: auto;
  text-align: center;
}
.main-head-ad {
  padding-top: 5px;
}
.main-footer-ad {
  padding-bottom: 4px;
}
.navbar-main {
  top: -29px;
  cursor: pointer;
}
body.mainpage .pagecontent {
  text-align: center;
}
.footer-head .titleh {
  display: inline;
  font-size: 17px;
  color: #135C93;
  font-weight: normal;
  padding: 0;
  line-height: 18px;
  vertical-align: middle;
  text-align: left;
}
.box-tips .main-box-head .titleh a {
  float: none;
}
.box-recom {
  background: white;
  padding: 4px;
  width: 301px;
  border-spacing: 0;
}
#box-recom2 {
  display: none;
}
.box-shop {
  background: #Ff9802;
}
.footer-partnerlist {
  background-color: white;
  *zoom: 1;
  border-bottom: 1px solid #afafaf;
  border-top: 0;
  font-size: 13px;
  line-height: 13px;
  padding: 3px 5px;
}
.footer-partnerlist:before,
.footer-partnerlist:after {
  display: table;
  content: "";
}
.footer-partnerlist:after {
  clear: both;
}
.footer-partnerlist .footer-list {
  overflow: hidden;
}
.footer-partnerlist .footer-list > h2,
.footer-partnerlist .footer-list img {
  font-size: 15px;
  line-height: 25px;
  vertical-align: middle;
}
.footer-partnerlist .footer-list > .list {
  *zoom: 1;
  margin: 0;
}
.footer-partnerlist .footer-list > .list:before,
.footer-partnerlist .footer-list > .list:after {
  display: table;
  content: "";
}
.footer-partnerlist .footer-list > .list:after {
  clear: both;
}
.footer-partnerlist .footer-list div.list > div {
  float: left;
  padding: 5px;
  width: 229px;
}
.footer-partnerlist .footer-list div.partner-all {
  float: right;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-right: 12px;
  width: 229px;
}
.footer-partnerlist .footer-fb {
  float: right;
  padding: 5px 20px;
}
.flow_left {
  margin-top: 45px;
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('/static/1aspiele/img/fancybox.png');
  background-position: -40px -30px;
  position: relative;
  left: 75px;
  visibility: hidden;
  cursor: pointer;
}
.flow_right {
  margin-top: 45px;
  float: right;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('/static/1aspiele/img/fancybox.png');
  background-position: -40px -60px;
  position: relative;
  left: -60px;
  visibility: hidden;
  cursor: pointer;
}
.page-description {
  background: white;
}
.page-description-home {
  *zoom: 1;
}
.page-description-home:before,
.page-description-home:after {
  display: table;
  content: "";
}
.page-description-home:after {
  clear: both;
}
.page-description-home img {
  margin-left: 10px;
}
.page-description-home .mascot-numgames {
  float: left;
  overflow: hidden;
  width: 220px;
  height: 170px;
}
.page-description-home .number-games {
  position: relative;
  top: -175px;
  left: 130px;
  font-size: 20px;
  font-weight: bold;
  color: #135C93;
}
.page-description-home .description {
  padding-right: 10px;
}
.small-slide-image {
  width: 100%;
  height: 100%;
}
.main-ad-right {
  left: 976px;
  position: absolute;
  width: 160px;
}
#slides-sm-ol .slidesjs-pagination-item a.active {
  background-color: #0C6C9F;
  color: #0C6C9F;
}
#slides-sm-dl .slidesjs-pagination-item a.active {
  background-color: #40b600;
  color: #40b600;
}
.main-gamelist {
  position: relative;
  height: 182px;
}
.main-gamelist-info {
  height: 250px;
}
#main-gamesofday,
.main-subgamelist {
  padding: 16px 5px;
}
.main-game,
.lp-game {
  margin: 2px;
  display: inline-block;
  position: relative;
}
.main-game .main-game-caption,
.lp-game .main-game-caption {
  position: absolute;
  bottom: 0;
  padding: 0px 2px;
  max-height: 20px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  line-height: 20px;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  -moz-transition: visibility 0s, opacity 0.2s linear;
  -o-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
  opacity: 0;
}
.main-game:hover .main-game-caption,
.lp-game:hover .main-game-caption {
  visibility: visible;
  opacity: 1;
}
.main-god-first,
.main-gamelist-first {
  float: left;
}
#box-recom3 {
  float: left;
}
.main-featured-2 {
  position: absolute;
  left: 340px;
  right: 5px;
}
.main-featured-2 .main-box {
  margin-bottom: 20px;
}
.main-featured-2 .main-subgamelist {
  padding-top: 29px;
}
@media (max-width: 1292px) {
  .main-ad-right {
    display: none;
  }
}
.head-gamesofday .active {
  color: black;
}
.titleh-g2 {
  display: block;
  position: absolute;
  top: 13px;
  left: 30px;
  right: 55px;
  /* bottom: 5px; */
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 606px) {
  .main-gamelist-first {
    float: none;
  }
}
.lb-link-1 {
  color: black;
  font-weight: bold;
}
.embed-hover:hover .embed-popup {
  display: block;
}
.embed-popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  transform: translateY(-50%);
  z-index: 10000000;
  border: 1px solid black;
}
.head-related {
  background: #e7e7e7;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 5px;
  border-top: black 1px solid;
  color: #135C93;
}
.head-related .game-tag,
.related-games .game-tag {
  font-size: 11px;
  background: #b2b2b2;
  display: inline-block;
  margin: 2px;
  padding: 2px;
  border-radius: 3px;
  font-weight: bold;
}
.nav-tabs > li {
  position: relative;
}
.nav-tabs > li > a {
  display: block;
}
.player-head {
  width: 726px;
  margin: 5px;
  border: 1px solid #afafaf;
  background-color: #fff;
}
.player-head .game_desc_head {
  height: 22px;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #fff, #c2c2c2);
  background-image: -ms-linear-gradient(top, #fff, #c2c2c2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c2c2c2));
  background-image: -webkit-linear-gradient(top, #fff, #c2c2c2);
  background-image: -o-linear-gradient(top, #fff, #c2c2c2);
  background-image: linear-gradient(top, #fff, #c2c2c2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#c2c2c2', GradientType=0);
}
.player-head .game_desc_head > div {
  height: 22px;
  vertical-align: bottom;
  font-weight: bold;
}
.player-head .game_desc_head > h1 {
  font-size: 15px;
  color: #2F2F2F;
  margin-left: 5px;
  line-height: 22px;
}
.player-head .game_desc_head img {
  vertical-align: middle;
}
.player-head .game_description {
  margin: 7px 5px;
  width: 582px;
  height: 62px;
  overflow: auto;
  line-height: 12px;
}
h1.player-title {
  font-size: 12px;
  line-height: inherit;
  display: inline;
}
.ad-player {
  margin: 10px auto;
  text-align: center;
  width: 100%;
}
.player-container {
  overflow: hidden;
  text-align: center;
  clear: both;
  border-left: 4px #e7e7e7 solid;
  border-right: 4px #e7e7e7 solid;
  border-top: 4px #e7e7e7 solid;
}
.player-video .pb-title {
  margin-top: -4px !important;
  padding: 0 !important;
  padding-bottom: 4px !important;
}
.bottom-title {
  flex: 1;
  margin-left: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}
.bottom-title img {
  height: 50px;
  margin-right: 15px;
  float: left;
}
.bottom-title .title-name {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 13px;
}
.player-bottom .tabbable {
  clear: both;
}
.pb-title h2 {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.desc-tab a {
  padding-left: 35px !important;
}
.desc-tab a i {
  position: absolute;
  top: 3px;
  left: 3px;
}
.player-chat {
  display: inline-block;
  height: 335px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.player-chat h2 {
  font-size: 11px;
  padding: 10px;
  line-height: 11px;
  border-bottom: 1px solid #DDD;
}
.player {
  /*width: 640px;
	height: 480px;*/
  vertical-align: middle;
}
#player-close {
  color: #75A9D1;
}
.player-comments {
  text-align: left;
}
.player-box {
  margin: 10px;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.player-box .pb-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 -10px;
  padding: 10px;
  padding-top: 0px;
  line-height: 11px;
  border-bottom: 1px solid #DDD;
}
.player-box .game-comment textarea {
  width: 99%;
}
.player-box form {
  margin: 0;
}
.player-box .form-actions {
  margin: 0 -10px -10px -10px;
}
.tabbable li.active {
  font-weight: bold;
}
.tabbable li.active a {
  color: #333;
}
.nav-tabs {
  margin: 0;
}
.tab-content {
  border: 1px solid #DDD;
  border-top: none;
  -webkit-bottom-left-border-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-bottom-right-border-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11100;
  display: none;
}
#player-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 99999999;
  display: none;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  height: 19px;
  border-bottom: 1px solid #fff;
}
.slider-outer {
  width: 100%;
  max-width: 300px;
  margin-top: 6px;
  display: inline-block;
  margin-left: 5px;
}
.last-played-container {
  display: none;
  margin: 0 !important;
  border: none;
  height: 100%;
  padding: 0 !important;
  border-radius: 0;
}
.last-played-container .last-played-games .sprite-right {
  position: absolute;
  right: 10px;
  bottom: 1px;
  top: initial;
}
.last-played-container .last-played-games .sprite-left {
  position: absolute;
  left: 10px;
  bottom: 1px;
  top: initial;
}
.description-rating {
  margin-right: 10px;
  /*padding: 0 10px;

  padding-top: 5px;*/
  text-align: right;
  /*.rate-label {
    padding: 0 18px;
  }*/
  /*.rating_stars {
    padding-left: 20px;
  }*/
}
.description-rating .gs-form form {
  display: inline;
}
.description-rating .gs-form .btn {
  height: 20px;
  padding: 0px 12px;
}
.description-rating .gs-form select {
  width: 70px;
  margin: 0;
}
#tab-description .game-keywords {
  margin-top: -5px;
  margin-bottom: 2px;
}
.player-favoritelink:hover + .player-favorites,
.player-favorites:hover {
  display: block;
}
.player-favoritelink:hover ~ #ie-overlay,
.player-favorites:hover ~ #ie-overlay {
  display: block;
}
.player-favorite-container {
  position: relative;
}
#ie-overlay {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 505px;
  display: none;
  z-index: 900;
  border: 0;
}
#favorite-list {
  border: 1px solid #000;
  padding: 5px;
  background-color: #fff;
}
#favorite-list a {
  color: black;
  font-weight: bold;
}
#favorite-list .favorite-name {
  width: 110px;
  padding: 5px;
  text-align: left;
  line-height: 11px;
}
#favorite-list .favorite-image {
  width: 30px;
}
#favorite-list .favorite-delete {
  width: 17px;
  padding-right: 5px;
}
iframe.player-favorites {
  border: 0;
}
.highscore-progress {
  display: none;
  position: relative;
  top: 6px;
  width: 200px;
  height: 10px;
  padding: 1px;
  background: black;
}
.highscore-progress .highscore-progress-inner {
  background: white;
  width: 1px;
  height: 10px;
}
.highscore-submitted {
  position: relative;
  top: 3px;
  width: 300px;
}
.highscore-progress-fs {
  width: 500px;
  height: 17px;
  padding: 1px;
  background: white;
  margin-left: auto;
  margin-right: auto;
}
.highscore-progress-fs .highscore-progress-inner {
  background: black;
  width: 1px;
  height: 17px;
}
.highscore-submitted-fs {
  display: none;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#game_iframe,
#flash_obj {
  border: none;
  overflow: hidden;
  display: flex;
}
.player-bottom {
  /*display: table;*/
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  font-size: 13px;
  /*.player-desc-right {
    display: table-cell;
  }*/
}
.player-bottom label,
.player-bottom p,
.player-bottom select {
  font-size: 13px;
}
/*.player-video {
  width: 100%;
}*/
.player-title-outer {
  overflow: hidden;
  display: flex;
  vertical-align: top;
}
.player-misc {
  overflow: hidden;
  /*width: 457px;//518px;*/
  vertical-align: top;
}
.player-misc .tabbable {
  margin: 10px;
}
.player-misc .tab-content {
  padding: 10px;
}
.player-name {
  text-align: left;
}
.related-games {
  text-align: center;
}
.related-games .related-game {
  overflow: hidden;
  margin: 5px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  padding-top: 5px;
}
.related-games a.related-image {
  float: left;
  display: block;
}
.related-games .game-name {
  font-weight: bold;
}
.related-games .game-name a {
  color: black;
}
.related-games .show-more {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
  cursor: pointer;
}
.player-related {
  overflow: hidden;
  display: table-cell;
  border: none;
  padding-top: 10px;
  vertical-align: top;
}
.player-related .pb-title {
  border: 1px solid #DDD;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.player-related .game-list {
  overflow: hidden;
  display: block;
  border: 1px solid #DDD;
  border-top: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  text-align: center;
}
.player-related .game-list li {
  margin: 7px 10px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.player-related .related-space {
  margin: 7px 10px;
  width: 123px;
  height: 110px;
  display: inline-block;
}
.highscore {
  margin: 10px;
  width: 400px;
  display: table-cell;
}
.highscore .my-place h2 {
  text-align: center;
  font-size: 15px;
}
.highscore .my-place .game-name {
  text-align: center;
}
.highscore .my-place .submit {
  text-align: center;
}
.highscore .my-place .control-label {
  width: 100px;
}
.highscore .my-place .description {
  margin-top: 10px;
  margin-bottom: 15px;
}
.highscore .my-place .controls {
  margin-left: 120px;
}
.video-frame {
  width: 100%;
}
.player-share-mobile .share-items {
  top: 0  !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.player-share {
  background: white;
  height: 100%;
}
.player-share .share-close {
  cursor: pointer;
}
.player-share .share-title {
  padding: 3px;
  font-weight: bold;
  border-top: 1px solid #afafaf;
}
.player-share .share-title h2 {
  font-size: 12px;
  line-height: 20px;
}
.player-share .share-title .share-close {
  float: right;
}
.player-share .share-items {
  text-align: center;
  margin-top: 3px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.player-share .share-items a {
  color: black;
}
.player-share .share-items > div {
  display: inline-block;
  /*width: 150px;*/
  height: 70px;
  vertical-align: top;
  margin-bottom: 10px;
}
.player-share .share-items .share-image {
  height: 50px;
}
.player-share .share-items .share-image .align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.player-share .share-items .share-image img {
  vertical-align: middle;
}
.close-share,
.close-last-played {
  text-align: right;
  margin-top: 5px;
  margin-right: 5px;
}
.close-share a,
.close-last-played a {
  color: black;
  font-weight: bold;
}
.last-played-games {
  height: calc(100% - 25px);
}
.last-played-title {
  font-weight: bold;
}
.player-embed {
  background: white;
  /*.share-items {
    text-align: center;
    margin-top: 3px;
    a {
      color: black;
    }

    > div {
      display: inline-block;
      width: 150px;
      height: 70px;
      vertical-align: top;
    }
    .share-image {
      height: 50px;

      .align-helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
      }
      img {
        vertical-align: middle;
      }
    }
  }*/
}
.player-embed .embed-close {
  cursor: pointer;
}
.player-embed .embed-title {
  padding: 3px;
  font-weight: bold;
  border-top: 1px solid #afafaf;
}
.player-embed .embed-title h2 {
  font-size: 12px;
  line-height: 20px;
}
.player-embed .embed-title .embed-close {
  float: right;
}
.player-embed .embed-items {
  /*height: 110px;
    margin: auto;*/
  /*width: 820px;*/
  height: calc(100% - 47px);
  box-sizing: border-box;
}
.player-embed .embed-item {
  /*width: 410px;
    height: 110px;
    float: left;
    img {
      float: left;
    }*/
  height: 50%;
  display: grid;
  grid-template-rows: min-content min-content;
  box-sizing: border-box;
}
.player-embed .embed-code {
  /*height: 72px;
    width: 112px;*/
  height: 100%;
  width: 98%;
  margin: -2px 2px 0px 2px;
  box-sizing: border-box;
}
#player-comment {
  position: absolute;
  border: 1px solid black;
  background: white;
  padding: 5px;
  max-width: 60%;
  display: none;
  z-index: 1000;
}
#player-comment #player-comment-close {
  text-align: left;
  font-weight: bold;
  background: #eee;
  padding-right: 5px;
}
#player-comment #player-comment-close .comment-close-link {
  color: black;
  float: right;
}
.player-menu-button {
  position: fixed;
  left: 0;
  top: 66%;
  background: white;
  padding: 2px;
  border: black 1px solid;
}
.player-menu-button i {
  margin: 0;
}
.player-menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 45px;
  background: white;
  border: 1px solid black;
  padding: 10px;
  bottom: 0;
}
.player-menu-mobile .close {
  text-align: right;
  font-weight: bold;
}
.player-menu-mobile .close a {
  color: black;
}
.player-menu-mobile .item {
  height: 40px;
}
.player-menu-mobile .icon {
  display: inline-block;
  width: 35px;
}
.player-share-mobile {
  position: fixed;
  left: 184px;
  background: white;
  max-width: 200px;
  height: 100%;
  border: 1px solid black;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
}
.last-played-mobile {
  position: fixed;
  left: 192px;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 100;
}
.last-played-mobile .box-title {
  margin: 0;
}
.last-played-mobile .last-played,
.last-played-mobile .new-games {
  height: auto;
  text-align: left;
  padding-top: 23px;
  position: absolute;
  top: 28px;
  bottom: 0;
  overflow-y: scroll;
}
.player-rating-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 185px;
  right: 0;
  background: white;
  max-width: 260px;
  border: 1px solid black;
}
.player-rating-mobile .close {
  text-align: right;
  margin: 5px;
  margin-bottom: 0;
}
.player-rating-mobile .close a {
  color: black;
}
.player-rating-mobile .game-title-rating {
  top: 0;
  margin: 10px;
}
.flash-update {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 15px;
}
.flash-update img {
  height: 150px;
}
.flash-update .flash-allow {
  display: inline-block;
  height: 18px;
  border: 1px solid #75a9d1;
  border-radius: 3px;
  padding: 5px;
  background-color: white;
}
.flash-update-test {
  margin: 20px;
}
.flash-update-button {
  height: 35px;
  background: #75a9d1;
  width: 200px;
  border-radius: 3px;
  margin: 20px auto;
  vertical-align: middle;
  line-height: 35px;
  color: white;
  font-weight: bold;
  padding: 5px;
}
.flash-update-button a {
  color: white;
}
.flash-update-popup {
  margin: 20px;
}
@media (max-width: 420px) {
  .player-rating-mobile {
    left: auto;
    right: 0;
    max-width: 100%;
  }
}
.game-title-name h1 {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}
.share-items-mobile {
  bordeR: none !important;
}
.player-vid-outer {
  clear: both;
}
.player-vid-outer .ad-resp {
  width: auto;
  padding: 10px 0px;
}
.ad-player-left {
  width: 200px;
  float: left;
  margin: 6px 8px 6px 6px;
}
.player-outer-div-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: max-content max-content 1fr;
  grid-template-areas: "player player-related" "ad-below-player player-related" "player-bottom player-related";
}
#adBelowPLayer {
  grid-area: ad-below-player;
  margin-right: 5px;
  margin-bottom: 0;
}
.content-box-player-outer-grid {
  grid-area: player;
  padding: 2px 10px 0 2px;
}
.player-bottom-outer {
  grid-area: player-bottom;
  margin-top: 10px;
}
.related-bar-player {
  grid-area: player-related;
}
.content-box-player {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1370px) {
  .ad-player-left {
    display: none;
  }
  .ad-player-top-with-left-ad {
    margin-left: 0px !important;
  }
}
@media (max-width: 1170px) {
  .player-outer-div-grid {
    grid-template-areas: "player player" "ad-below-player ad-below-player" "player-bottom player-related";
  }
  .content-box-player-outer-grid {
    width: 100%;
    box-sizing: border-box;
    padding-right: 4px;
  }
  .sidebox-player-weblinks {
    margin-top: 0 !important;
  }
  .related-bar-player {
    margin-top: 10px;
  }
  /*.frame-onecol, .middle-rightcol {
    width: 100%;
  }

  .player-vid-outer {
    .ad-resp {
      display: none;
    }
  }*/
}
@media (max-width: 800px) {
  .player-outer-div-grid {
    grid-template-areas: "player player" "ad-below-player ad-below-player" "player-bottom player-bottom" "player-related player-related";
  }
  .content-box-player-bottom {
    margin-right: 2px !important;
  }
  .related-bar-player {
    margin: 0 2px !important;
  }
  .sidebox-player-weblinks {
    width: auto !important;
  }
  .sidebox-player-weblinks .ad-300-resp {
    margin: 0 auto;
  }
}
/*
@media (max-width:1170px) {
  .slider-outer {
    display:none;
  }
  .player-nav {
    padding: 0;

    .sprite-minus, .sprite-plus {
      position: static !important;
    }
  }
}*/
.gl-message {
  margin: 6px;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  padding: 10px;
  color: #8a6d3b;
}
.gamelist {
  vertical-align: top;
  text-align: center;
}
.dl-list-title {
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
}
.gld-game.glo-visible {
  display: inline-block;
}
.gld-game {
  display: none;
  width: 200px;
  height: 323px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 5px solid #40b600;
  margin: 10px;
  overflow: hidden;
  vertical-align: top;
}
.gld-game h2 {
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  padding: 4px 3px;
  width: 194px;
  height: 14px;
  overflow: hidden;
}
.gld-game .keywords {
  width: 194px;
  height: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
}
.gld-game .description {
  text-align: left;
  overflow: hidden;
  height: 76px;
  line-height: 15px;
  padding: 0 5px;
  margin: 0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.gld-game .header {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #fff, #c2c2c2);
  background-image: -ms-linear-gradient(top, #fff, #c2c2c2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c2c2c2));
  background-image: -webkit-linear-gradient(top, #fff, #c2c2c2);
  background-image: -o-linear-gradient(top, #fff, #c2c2c2);
  background-image: linear-gradient(top, #fff, #c2c2c2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#c2c2c2', GradientType=0);
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
.gld-game .header .rating_stars {
  display: inline-block;
  top: -2px;
  position: relative;
}
.gld-game .bottom {
  text-align: left;
  padding: 7px;
}
.gld-blank {
  width: 210px;
  height: 333px;
  margin: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.gamelist-sm {
  margin-left: auto;
  margin-right: auto;
  /*
	> div
	{
		width: @width;
		border: @borderWidth solid @borderColor;
		margin: 10px @sideMargin;
		.pull-left;
		text-align: center;
	}

	.glo-name
	{
		p
		{
			line-height: @baseFontSize;
		}
		height: 35px;
		overflow: hidden;
		vertical-align: middle;
		.center-hack;
	}

	.glo-footer
	{
		#gradient > .vertical(@white, #c2c2c2);
	}*/
}
.gamelist-sm > div {
  border: 1px solid #afafaf;
  margin: 10px 0;
  *zoom: 1;
}
.gamelist-sm > div:before,
.gamelist-sm > div:after {
  display: table;
  content: "";
}
.gamelist-sm > div:after {
  clear: both;
}
.gamelist-sm > div p,
.gamelist-sm > div img {
  margin: 0;
}
.gamelist-sm > div .gl-head {
  height: 22px;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #fff, #c2c2c2);
  background-image: -ms-linear-gradient(top, #fff, #c2c2c2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c2c2c2));
  background-image: -webkit-linear-gradient(top, #fff, #c2c2c2);
  background-image: -o-linear-gradient(top, #fff, #c2c2c2);
  background-image: linear-gradient(top, #fff, #c2c2c2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#c2c2c2', GradientType=0);
}
.gamelist-sm > div .gl-head > div {
  height: 22px;
  vertical-align: bottom;
  font-weight: bold;
  line-height: 22px;
}
.gamelist-sm > div .gl-head .rating_stars,
.gamelist-sm > div .gl-head .kw_stars {
  line-height: 17px;
  margin: 0 5px;
}
.gamelist-sm > div .gl-head .rating_stars i,
.gamelist-sm > div .gl-head .kw_stars i {
  margin: 0 1px;
}
.gamelist-sm > div .gl-head > h2 {
  font-size: 15px;
  color: #2F2F2F;
  margin-left: 5px;
  line-height: 22px;
}
.gamelist-sm > div .gl-head img {
  vertical-align: middle;
}
.gamelist-sm > div .gl-mmo-description,
.gamelist-sm > div .gl-description {
  padding: 5px;
  overflow: hidden;
}
.gamelist-sm > div .gl-mmo-description .gl-text,
.gamelist-sm > div .gl-description .gl-text {
  overflow: hidden;
  vertical-align: middle;
  display: table;
  height: 100%;
  width: 100%;
}
.gamelist-sm > div .gl-mmo-description .gl-text > div,
.gamelist-sm > div .gl-description .gl-text > div {
  display: table-row;
}
.gamelist-sm > div .gl-mmo-description .gl-text > div > p,
.gamelist-sm > div .gl-description .gl-text > div > p,
.gamelist-sm > div .gl-mmo-description .gl-text > div > div,
.gamelist-sm > div .gl-description .gl-text > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gamelist-sm > div .gl-mmo-description .gl-text > div > p,
.gamelist-sm > div .gl-description .gl-text > div > p {
  text-align: left;
}
.gamelist-sm > div .gl-mmo-description p,
.gamelist-sm > div .gl-description p {
  margin: 0;
  line-height: 14px;
}
.gamelist-sm > div .gl-description {
  border-left: 1px solid #afafaf;
}
.gamelist-sm > div .gl-description .gl-text {
  height: 60px;
}
.gamelist-sm > div .gl-mmo-description {
  margin-top: 2px;
  text-align: center;
  width: 493px;
}
.gamelist-sm > div .gl-mmo-description .gl-text {
  height: 24px;
}
.gamelist-sm > div .gl-mmo-description .gl-text {
  margin-top: 3px;
}
.gamelist-sm > div .gl-description {
  width: 369px;
}
.gamelist-sm > div .gl-img {
  margin-top: 5px;
}
.gamelist-sm > div .gl-img-dl {
  margin-top: 8px;
}
.gamelist-sm > div p.gl-mmo-date {
  text-align: right;
  margin-bottom: 5px;
}
.gamelist-sm > div .gl-togame {
  text-align: right;
}
.gamelist-sm > div .gl-stars {
  display: none;
}
.gamelist-sm > div .gl-mmo-stars {
  margin-top: 23px;
}
form.gamelist-gameorder {
  margin: 6px 5px 0 0;
}
form.gamelist-gameorder select,
form.gamelist-gameorder input {
  margin: 0;
}
.gamelisting-head {
  *zoom: 1;
}
.gamelisting-head:before,
.gamelisting-head:after {
  display: table;
  content: "";
}
.gamelisting-head:after {
  clear: both;
}
.gamelisting-head > form > select {
  width: 160px;
}
.gamelisting-head > form > label {
  display: inline;
}
.gamlisting-ad-foot {
  margin: 0px 0px -5px -6px;
}
.game-search h2 {
  font-size: 15px;
}
.search-line {
  *zoom: 1;
  border-radius: 5px;
}
.search-line:before,
.search-line:after {
  display: table;
  content: "";
}
.search-line:after {
  clear: both;
}
.search-line > a {
  color: #000;
  display: flex;
  align-items: center;
}
.search-line a:hover {
  text-decoration: none;
}
.search-line .search-category {
  *zoom: 1;
  height: 23px;
  width: 130px;
  text-align: left;
}
.search-line .search-category:before,
.search-line .search-category:after {
  display: table;
  content: "";
}
.search-line .search-category:after {
  clear: both;
}
.search-line .search-image {
  margin: 2px 10px;
}
.search-line .search-image img {
  height: 50px;
}
.search-line .search-name {
  font-weight: bold;
  flex-grow: 1;
}
.search-line .search-name .search-title {
  font-size: 12px;
}
.search-line .search-name .search-app {
  font-weight: normal;
}
.search-line .search-name .search-app .sprite-gametype_download_on {
  margin: 0;
}
.search-line .search-name .search-keywords {
  font-weight: normal;
}
.search-line:hover {
  background: #ddd;
}
.desc-popup-link {
  height: 105px;
  display: block;
}
div#desc_popup {
  display: none;
  position: absolute;
  width: 280px;
  background: #fff;
  border: 1px solid #000;
  background: #eee;
  padding: 7px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
div#desc_popup_inner {
  overflow: hidden;
}
div#desc_popup_inner p {
  max-height: 98px;
  overflow: hidden;
}
.head-gamelisting {
  text-align: left !important;
  overflow: hidden;
}
.head-gamelisting i,
.head-gamelisting img {
  margin-top: -4px;
  margin-right: 5px;
}
.head-gamelisting img {
  height: 20px;
}
.head-gamelisting i.sprite-cross {
  margin-top: 0px;
  margin-right: 5px;
}
.head-gamelisting .gamelist-title {
  display: inline-block;
  cursor: pointer;
}
.head-gamelisting .gamelist-title span.popup {
  display: block;
  min-width: 70px;
  max-width: 600px;
  overflow: hidden;
  border: 1px solid black;
  background: white;
  position: absolute;
  /* top: 150px; */
  margin-left: 25px;
  padding: 5px;
  visibility: hidden;
  color: black;
  font-size: 13px;
  line-height: 20px;
}
.head-gamelisting .gamelist-title span.popup a {
  color: black;
  font-weight: normal;
  overflow: hidden;
  display: inline-block;
  padding: 2px;
  vertical-align: middle;
  white-space: nowrap;
}
.head-gamelisting .gamelist-title span.popup a .tag-name {
  display: inline-block;
  max-height: 16px;
  overflow: hidden;
  line-height: 16px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head-gamelisting .gamelist-title span.popup a .tag-image {
  width: 20px;
  height: 20px;
}
.head-gamelisting .gamelist-title span.popup a:hover {
  text-decoration: none;
  background-color: #ccc;
}
.head-gamelisting .gamelisting-sort .game-language-filter {
  display: inline-block;
  color: #1122cc;
}
.head-gamelisting .gamelisting-sort .game-language-filter span.popup {
  display: block;
  min-width: 70px;
  max-width: 120px;
  overflow: hidden;
  border: 1px solid black;
  background: white;
  position: absolute;
  /* top: 150px; */
  margin-left: 25px;
  padding: 5px;
  visibility: hidden;
  color: black;
  font-size: 11px;
  line-height: 20px;
  right: 5px;
}
.head-gamelisting .gamelisting-sort .game-language-filter span.popup a {
  font-size: 11px;
  color: black;
  font-weight: normal;
  overflow: hidden;
  display: block;
  padding: 2px;
  text-overflow: ellipsis;
  width: 100px;
}
.head-gamelisting .gamelisting-sort .game-language-filter span.popup a:hover {
  text-decoration: none;
  background-color: #ccc;
}
.head-gamelisting .gamelisting-sort .game-language-filter:hover span.popup {
  visibility: visible;
}
.head-gamelisting .gamelist-title:hover span.popup {
  visibility: visible;
}
.gamelisting-sort {
  float: right;
  color: black;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
}
.content-box > .box-title > .gamelisting-sort > a {
  color: #1122cc;
}
.glo-keywords {
  text-align: left;
  font-size: 10px;
}
.kwl-img {
  width: 140px;
  height: 105px;
}
.gamel-known {
  border: 1px solid lightgray;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: 139px !important;
}
.gamel-known .desc-popup-link {
  height: 104px !important;
  display: block;
}
.gamel-known .gl-footer {
  height: 18px !important;
}
.gl-game {
  width: 153px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 2px 2px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.gl-game .desc-popup-link {
  height: 114px;
  display: block;
}
.gl-blank {
  width: 153px;
  height: 173px;
  margin: 10px 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
i {
  margin-left: 5px;
}
.gl-name {
  overflow: hidden;
  vertical-align: middle;
  display: table;
  height: 100%;
  width: 100%;
  height: 40px;
}
.gl-name p {
  line-height: 13px;
}
.gl-name > div {
  display: table-row;
}
.gl-name > div > p,
.gl-name > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gl-footer {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #fff, #c2c2c2);
  background-image: -ms-linear-gradient(top, #fff, #c2c2c2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c2c2c2));
  background-image: -webkit-linear-gradient(top, #fff, #c2c2c2);
  background-image: -o-linear-gradient(top, #fff, #c2c2c2);
  background-image: linear-gradient(top, #fff, #c2c2c2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#c2c2c2', GradientType=0);
  white-space: nowrap;
  height: 20px;
}
.gl-header {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #fff, #c2c2c2);
  background-image: -ms-linear-gradient(top, #fff, #c2c2c2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c2c2c2));
  background-image: -webkit-linear-gradient(top, #fff, #c2c2c2);
  background-image: -o-linear-gradient(top, #fff, #c2c2c2);
  background-image: linear-gradient(top, #fff, #c2c2c2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#c2c2c2', GradientType=0);
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
.ro-stars i {
  margin: 0px 2px;
  padding-bottom: 2px;
}
@media (max-width: 670px) {
  .gamelisting-sort {
    display: none;
  }
}
.ro-stars {
  display: inline-block;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
#upload-form .control-group {
  margin: 2px 0px;
  *zoom: 1;
}
#upload-form .control-group:before,
#upload-form .control-group:after {
  display: table;
  content: "";
}
#upload-form .control-group:after {
  clear: both;
}
#upload-form ul,
#upload-form li {
  margin: 0;
  list-style: none;
}
#upload-form input,
#upload-form select {
  margin: 0 3px;
}
#upload-form label {
  text-align: left;
}
.fl_on,
.fl_dl,
.fl_br,
.fl_cl {
  display: none;
}
#file_upload {
  display: none;
  position: absolute;
}
.centered_wrap {
  display: table;
  width: 100%;
  /*	background: #f3f5e1 url(g100occ2.gif) 0 50%; */
  line-height: 1.8;
  padding-right: 10px;
}
.centered_line {
  display: table-row;
  /* Gecko */
}
.centered_line div {
  display: table-cell;
  vertical-align: middle;
}
.sm_list div {
  border-bottom: 1px solid #afafaf;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sm_gl_img {
  width: 50px;
}
.sm_gl_name {
  width: 330px;
  font-weight: bold;
}
.form_line {
  margin-right: 10px;
  clear: both;
  /*line-height: 30px;*/
  margin-top: 5px;
  margin-bottom: 5px;
}
.form_line img {
  vertical-align: middle;
}
.form_label {
  display: block;
  float: left;
  width: 150px;
  overflow: hidden;
  line-height: 1.2;
}
.form_edit {
  height: 20px;
  width: 226px;
  border: 1px solid #bbb;
}
.form_edit.invalid {
  border: 1px solid red;
}
.form_label.invalid {
  color: red;
}
.form_imagefile {
  margin-left: 150px;
}
.form_captcha {
  height: 20px;
  width: 106px;
  border: 1px solid #bbb;
  margin-right: 20px;
}
.captcha_line {
  margin-left: 150px;
  margin-bottom: 10px;
}
.full_form_line {
  text-align: center;
}
.admin-memo,
.mceLayout {
  width: 945px !important;
  height: 400px !important;
}
.admin-head {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #999;
}
.bulk-checkbox {
  display: inline-block;
  width: 150px;
}
.ui-sortable {
  list-style: none;
}
.ui-sortable .sort-delete {
  float: right;
  font-weight: bolder;
  margin-right: 5px;
}
.reactAdminTable td {
  border-top: 1px solid #dee2e6;
  padding: .75rem;
}
.creatorNav {
  text-align: center;
}
.creatorNav a {
  margin: 5px;
}
ul.reactAdminSortList {
  list-style: none;
  border: 1px solid #ccc;
}
.reactAdminSortItem {
  margin: 2px;
  border: 1px solid #ddd;
  padding: 5px;
  display: block;
}
.reactAdminSortItemDel {
  float: right;
}
.reactAdminSaveHomepage {
  text-align: center;
  margin: 10px;
}
.user-profile {
  padding-left: 60px;
}
.user-profile .profile-count {
  font-size: 30px;
  font-weight: bold;
}
.user-profile .profile-total {
  float: left;
  width: 130px;
  text-align: center;
}
.user-profile .profile-medals {
  float: left;
  width: 260px;
  text-align: center;
}
.user-profile .profile-played {
  float: left;
  width: 120px;
  text-align: center;
}
.last-played-pron {
  overflow: hidden;
  height: 190px;
}
.last-played-pron .lp-placeholder {
  display: inline-block;
  width: 130px;
  text-align: center;
  margin-top: 50px;
}
#last-played .sprite-left,
#last-played .sprite-right {
  top: 110px !important;
}
.last-played-prdl {
  overflow: hidden;
  height: 350px;
}
.last-played-prdl .lp-placeholder {
  display: inline-block;
  width: 230px;
  text-align: center;
  margin-top: 125px;
}
#last-downloaded .sprite-left,
#last-downloaded .sprite-right {
  top: 190px !important;
}
.keywordlist-4 {
  *zoom: 1;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  text-align: center;
}
.keywordlist-4:before,
.keywordlist-4:after {
  display: table;
  content: "";
}
.keywordlist-4:after {
  clear: both;
}
.keywordlist-4 .kwlist-elem {
  display: inline-block;
  width: 140px;
  height: 178px;
  border: 1px solid #afafaf;
  margin: 10px 10px;
  text-align: center;
  vertical-align: top;
}
.keywordlist-4 .kwlist-elem > img {
  width: 140px;
  height: 105px;
}
.keywordlist-4 .kwlist-elem-space {
  width: 142px;
  height: 178px;
  margin: 10px 10px;
  display: inline-block;
  vertical-align: top;
}
.keywordlist-4 i {
  margin-left: 5px;
}
.keywordlist-4 .glo-highscore {
  border: 1px solid #0C0;
}
.keywordlist-4 .glo-name {
  overflow: hidden;
  vertical-align: middle;
  display: table;
  height: 100%;
  width: 100%;
  height: 35px;
}
.keywordlist-4 .glo-name p {
  line-height: 13px;
}
.keywordlist-4 .glo-name > div {
  display: table-row;
}
.keywordlist-4 .glo-name > div > p,
.keywordlist-4 .glo-name > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.keywordlist-4 .glo-footer {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #fff, #c2c2c2);
  background-image: -ms-linear-gradient(top, #fff, #c2c2c2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c2c2c2));
  background-image: -webkit-linear-gradient(top, #fff, #c2c2c2);
  background-image: -o-linear-gradient(top, #fff, #c2c2c2);
  background-image: linear-gradient(top, #fff, #c2c2c2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#c2c2c2', GradientType=0);
}
.keywordlist-4 .glo-header {
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #fff, #c2c2c2);
  background-image: -ms-linear-gradient(top, #fff, #c2c2c2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#c2c2c2));
  background-image: -webkit-linear-gradient(top, #fff, #c2c2c2);
  background-image: -o-linear-gradient(top, #fff, #c2c2c2);
  background-image: linear-gradient(top, #fff, #c2c2c2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#c2c2c2', GradientType=0);
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
.keywordlist-4 .rating_stars,
.keywordlist-4 .kw_stars {
  line-height: 20px;
  margin: 0 13px;
  vertical-align: middle;
}
.keywordlist-4 .rating_stars i,
.keywordlist-4 .kw_stars i {
  margin: -3px 1px 0px 1px;
}
.keywordlist-4 .kw_stars {
  margin: 0;
}
.structKwlist h2 {
  float: left;
  clear: both;
  width: 160px;
  font-size: 13px;
  line-height: 15px;
}
.structKwlist .all_kw_item {
  float: right;
  width: 340px;
}
.structKwlist a {
  color: #000;
}
.game-section {
  *zoom: 1;
  padding: 0px 7px 10px 10px;
  margin: 0px -10px;
}
.game-section:before,
.game-section:after {
  display: table;
  content: "";
}
.game-section:after {
  clear: both;
}
.game-section .ad-728-90 {
  margin-left: -3px;
}
.game-section .ad-336-280 {
  margin-left: 10px;
}
.game-section form {
  margin: 0;
  padding: 0;
}
.game-section .form-actions {
  margin: 0 -10px -20px -10px;
  text-align: center;
}
.game-section .lab-captcha {
  float: left;
  margin-right: 5px;
  margin-top: 8px;
}
.game-back {
  margin-right: 10px;
}
.game-comment textarea {
  width: 705px;
  height: 120px;
}
.game-comment input {
  height: 20px;
  width: 100px;
  margin: 0;
  margin-right: 5px;
}
.game-list {
  text-align: center;
}
.game-list > li {
  overflow: hidden;
  display: block;
  width: 123px;
  height: 110px;
  float: left;
  margin: 7px;
}
.game-list > li a {
  color: black;
}
.game-list > li > a > img {
  border: 1px solid #000;
}
/* image slider */
/*
#slider-wrapper {

    width:345px;
    height:260px;
    margin:0 30px;

}

#nslider {

    width:345px;
    height:260px;

}
#nslider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#nslider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;

	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;

	text-indent:-9999px;
	border:0;

}
a.nivo-nextNav {
	background-image: url('/static/1aspiele/img/fancybox.png');
	background-position: -40px -60px;
	right:-35px;
}
a.nivo-prevNav {
	left:-35px;
	background-image: url('/static/1aspiele/img/fancybox.png');
	background-position: -40px -30px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}

.slider-text {
	text-align: center;
	width: 400px;

}*/
.gameattr {
  *zoom: 1;
  margin: 6px 0px;
}
.gameattr:before,
.gameattr:after {
  display: table;
  content: "";
}
.gameattr:after {
  clear: both;
}
.gameattr .sprite-submit_arrow {
  margin: 0;
}
.gameattr .attr-label {
  float: left;
  line-height: 20px;
  width: 120px;
  padding: 0 0px 0 0px;
  margin: 0;
  font-weight: bold;
}
.gameattr p {
  font-weight: normal;
  float: left;
  padding: 0;
  margin: 0;
  width: 215px;
}
.player-misc .gameattr p {
  width: auto;
}
.start-game {
  *zoom: 1;
  text-align: center;
}
.start-game:before,
.start-game:after {
  display: table;
  content: "";
}
.start-game:after {
  clear: both;
}
.start-game button {
  margin-top: 10px;
  width: 200px;
  height: 30px;
}
.with-magnify p {
  width: 200px;
}
.game-icon {
  position: absolute;
  width: 21px;
  bottom: 0;
}
.game-image {
  width: 400px;
}
.image-with-magnify {
  margin-left: 25px;
}
.game-wallpaperlogo {
  position: relative;
  left: 255px;
  top: 29px;
}
.game-misc {
  width: 404px;
  overflow: hidden;
}
.game-related {
  width: 280px;
}
.game-info {
  *zoom: 1;
  position: relative;
}
.game-info:before,
.game-info:after {
  display: table;
  content: "";
}
.game-info:after {
  clear: both;
}
.game-info .with-slider .game-box {
  width: 285px;
}
.game-box {
  *zoom: 1;
  margin: 0px 0px;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.game-box:before,
.game-box:after {
  display: table;
  content: "";
}
.game-box:after {
  clear: both;
}
.game-box > .gb-title {
  font-weight: bold;
  font-size: 11px;
  margin: 0 -10px;
  padding: 10px;
  padding-top: 0px;
  line-height: 11px;
  border-bottom: 1px solid #DDD;
}
.game-box .game-comment textarea {
  width: 345px;
}
.game-box form {
  margin: 0;
}
.game-box .form-actions {
  margin: 0 -10px -10px -10px;
}
.videos {
  margin-top: 5px;
}
.accordion {
  margin-top: 5px;
  margin-bottom: 0px;
}
.game-versions {
  margin-bottom: 10px;
  text-align: center;
}
.game-versions button {
  margin-top: 10px;
}
.game-versions h2 {
  text-align: left;
}
h1 .gamename,
.game-head-rating {
  color: #000;
}
.content-box-game,
.side-box-game {
  margin-top: 0;
}
.content-box-game {
  width: 722px;
  margin-left: auto;
  margin-right: auto;
}
.banner-game {
  text-align: center;
}
.game-keywords {
  font-size: 11px;
  margin-top: -12px;
  margin-bottom: 5px;
}
.game-box-images h2 i {
  margin-top: -7px;
  margin-bottom: -3px;
}
.show-more-thumbs i {
  margin-top: -7px;
  margin-left: 5px;
}
.game-thumb {
  float: left;
  padding: 9px;
  text-align: center;
}
.game-thumb-more {
  display: none;
}
.newVersion-head {
  font-weight: bold;
}
.newVersion-email {
  margin: 0 3px;
  height: 15px;
  width: 180px;
}
.newVersion label {
  float: left;
  margin: 0;
  padding-top: 4px;
}
.newVersion-submit {
  margin: 0;
  padding: 5px 10px;
  background: #001E78;
  color: white;
  font-weight: bold;
}
.game-info .game-list {
  width: 280px;
  margin-left: 29px;
}
.game-info .game-details {
  max-width: 337px;
}
.games-by-creator {
  display: none;
  padding: 0;
}
.games-by-creator > h2 {
  padding: 10px;
  margin: 0;
}
.games-by-creator .gamelist {
  text-align: left;
}
.play-now {
  text-align: center;
}
.play-now button {
  font-size: 15px;
  padding: 7px 15px;
}
.gamedesc > img {
  margin-right: 5px;
}
.content-box-game .box-title {
  text-align: left;
}
.game-title-h1 {
  display: inline-block;
  float: none;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
}
.rating_stars i {
  margin-left: 0;
}
.gamedesc {
  overflow: hidden;
  height: 280px;
  position: relative;
}
.gamedesc .read-more,
.gamedesc .read-less {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  width: 200px;
  text-align: right;
  font-weight: bold;
  cursor: pointer;
  color: #0b1685;
}
.gamedesc .read-less {
  display: none;
}
.gamedesc.expand {
  overflow: visible;
  height: auto;
}
.gamedesc.expand .read-more {
  display: none;
}
.gamedesc.expand .read-less {
  display: block;
}
.dlgame-content {
  max-width: 744px;
  margin: auto;
}
.high-medal {
  width: 16px;
}
.high-rank {
  padding-right: 15px;
  vertical-align: middle;
}
.high-score {
  padding-right: 15px;
  vertical-align: middle;
}
.high-date {
  padding-right: 15px;
  vertical-align: middle;
}
.high-name {
  vertical-align: middle;
}
.high-delete {
  text-align: right;
}
.favorite-entry {
  vertical-align: middle;
  line-height: 30px;
  margin: 3px 0;
}
/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
  .imageflow {
    visibility: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    /*overflow:hidden;*/
    /*		top: -40px;*/
    z-index: 0;
  }
  .imageflow img {
    visibility: hidden;
    position: absolute;
    top: 0px;
    border: none;
    -ms-interpolation-mode: bicubic;
    /* Enables bicubic image resampling for the IE7 */
  }
  .imageflow p {
    text-align: center;
    margin: 0 auto;
  }
  .imageflow .loading {
    position: relative;
    left: 50%;
    margin-left: -106px;
    width: 200px;
    height: 15px;
    padding: 5px;
    visibility: visible;
    border: 1px solid black;
  }
  .imageflow .loading_bar {
    height: 15px;
    width: 1%;
    background: #fff;
    visibility: visible;
  }
  .imageflow .caption {
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 1000;
    top: 50px;
    color: black;
  }
  .imageflow .caption img {
    visibility: visible;
    position: static;
    vertical-align: middle;
    padding-bottom: 2px;
  }
  .imageflow .scrollbar {
    visibility: hidden;
    position: relative;
    border-bottom: 1px solid #b3b3b3;
    z-index: 1001;
    top: 50px;
  }
  .imageflow .slider {
    position: absolute;
    margin-top: -7px;
    margin-left: -7px;
    z-index: 1002;
    background-image: url(../img/slider_dark.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
  }
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 11104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('/static/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 11101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 11102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 11101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('/static/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 11103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  top: 0px;
  height: 90%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('/static/fancybox/blank.gif');
  z-index: 11102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  /*left: -9999px;*/
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 11102;
  display: block;
}
#fancybox-left-ico {
  left: -20px;
}
#fancybox-right-ico {
  right: -20px;
}
#fancybox-left-ico {
  background-image: url('/static/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('/static/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
/*#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}*/
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 11001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('/static/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('/static/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('/static/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('/static/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('/static/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('/static/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('/static/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('/static/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 11102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('/static/fancybox/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('/static/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('/static/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('/static/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + 'px');
}
#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
