@import "global.css";
@import "jquery.bxslider.css";
/* .gradient (@startColor: #eee, @endColor: white) {
	background-color: @startColor;
	background: -webkit-gradient(linear, left top, left bottom, from(@startColor), to(@endColor));
	background: -webkit-linear-gradient(top, @startColor, @endColor);
	background: -moz-linear-gradient(top, @startColor, @endColor);
	background: -ms-linear-gradient(top, @startColor, @endColor);
	background: -o-linear-gradient(top, @startColor, @endColor);
} */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.bg-white {
  background: #FFF;
}
.page-shadow {
  -webkit-box-shadow: 0 5px 16px rgba(6, 29, 41, 0.32);
  -moz-box-shadow: 0 5px 16px rgba(6, 29, 41, 0.32);
  box-shadow: 0 5px 16px rgba(6, 29, 41, 0.32);
}
.header {
  background: #007CC6;
  height: 40px;
  color: #fff;
}
.header a {
  color: #FFF;
}
.search {
  display: inline-block;
  position: relative;
  width: 190px;
  vertical-align: top;
  margin: 6px 17px 0 0;
}
.search input {
  background: #00598F;
  display: block;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0 none;
  height: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  padding: 0 50px 0 10px;
  outline: 0 none;
}
.search ::-webkit-input-placeholder {
  color: #709bbd;
}
.search :-moz-placeholder {
  color: #709bbd;
}
.search ::-moz-placeholder {
  color: #709bbd;
}
.search :-ms-input-placeholder {
  color: #709bbd;
}
.search button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #36A3E8;
  border: none;
  text-align: center;
}
.search button:before {
  content: '';
  display: block;
  width: 12px;
  height: 13px;
  background: url(/ui/css/images/sprite.png) -37px 0 no-repeat;
  margin: 2px auto 0;
}
.search button:hover {
  background: #7ECAFF;
}
.search button:hover:before {
  background-position: -37px -13px;
}
.my-games {
  display: inline-block;
  margin: 12px 10px 0 0;
  vertical-align: top;
}
.my-games:before {
  display: inline-block;
  width: 23px;
  height: 19px;
  background: url(/ui/css/images/sprite.png) -49px 0 no-repeat;
  content: '';
  float: left;
  margin: -1px 5px 0 0;
}
.my-games:hover:before {
  background-position: -49px -19px;
}
.my-favorites {
  display: inline-block;
  margin: 12px 5px 0 0;
  vertical-align: top;
}
.my-favorites:before {
  display: inline-block;
  width: 25px;
  height: 22px;
  background: url(/ui/css/images/sprite.png) -72px 0 no-repeat;
  content: '';
  float: left;
  margin: -4px 5px 0 0;
}
.my-favorites:hover:before {
  background-position: -73px -22px;
}
.logo {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 22px 106px 0 0;
  overflow: hidden;
  margin: 7px 38px 0 0;
  vertical-align: top;
}
.head-sorting {
  display: inline-block;
  padding-top: 12px;
  margin-right: 17px;
}
.head-sorting a {
  color: #9ed3ff;
  display: inline-block;
  margin-right: 10px;
}
.head-sorting a:hover,
.head-sorting a.active {
  text-decoration: underline;
  color: #FFF;
}
.page {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.page > .cell {
  display: table-cell;
  vertical-align: top;
}
.page > .cell:first-child {
  width: 260px;
  padding: 10px;
}
.page > .cell:last-child {
  padding: 10px 10px 10px 0;
}
.sidebar-advert {
  margin-bottom: 10px;
  z-index: 9;
  position: relative;
}
.games-menu {
  background: #F5F4F4;
  border: 1px solid #D6D6D6;
}
.games-menu .title-block {
  background: #CEDCEB;
  padding: 9px 10px 0;
  height: 31px;
  font-size: 9px;
  text-transform: uppercase;
}
.games-menu a[class^="item-"] {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  height: 35px;
  padding: 10px 0 0 10px;
}
.games-menu a[class^="item-"]:before {
  content: '';
  display: block;
  width: 31px;
  height: 31px;
  background-image: url(/ui/css/images/sprite_cat_ru.png);
  float: left;
  margin: -5px 20px 0 0;
}
.games-menu a[class^="item-"]:after {
  content: '';
  display: block;
  clear: both;
}
.games-menu a[class^="item-"]:hover {
  background: #CEDCEB;
  color: #f00;
}
.games-menu .item-boy:before {
  background-position: 0 0;
}
.games-menu .item-girl:before {
  background-position: 0 -36px;
}
.games-menu .item-children:before {
  background-position: 0 -71px;
}
.games-menu .item-gambling:before {
  background-position: 0 -106px;
}
.games-menu .item-action:before {
  background-position: 0 -141px;
}
.games-menu .item-race:before {
  background-position: 0 -176px;
}
.games-menu .item-fight:before {
  background-position: 0 -210px;
}
.games-menu .item-quests:before {
  background-position: 0 -246px;
}
.games-menu .item-logical:before {
  background-position: 0 -281px;
}
.games-menu .item-agility:before {
  background-position: 0 -316px;
}
.games-menu .item-find_out:before {
  background-position: 0 -351px;
}
.games-menu .item-flying:before {
  background-position: 0 -386px;
}
.games-menu .item-sport:before {
  background-position: 0 -421px;
}
.games-menu .item-funny:before {
  background-position: 0 -456px;
}
.games-menu .item-shooting:before {
  background-position: 0 -490px;
}
.games-menu .item-beads:before {
  background-position: 0 -525px;
}
.games-menu .item-together:before {
  background-position: 0 -560px;
}
.games-menu .item-other:before {
  background-position: 0 -595px;
}
.lang {
  display: inline-block;
  margin-top: 8px;
  float: right;
  position: relative;
  z-index: 1;
}
.lang .selected {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px 7px 3px;
  background: #36A3E8;
}
.lang .selected:after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-color: #FFF transparent transparent;
  border-width: 5px 3px 0;
  margin: 0 0 0 3px;
}
.lang .langs-list {
  width: 220px;
  position: absolute;
  display: none;
  right: 0;
  background: #36A3E8;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 8px 5px 5px;
}
.lang .langs-list a {
  display: inline-block;
  width: 48px;
  text-transform: capitalize;
}
.lang.active .selected {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lang.active .selected:after {
  border-color: transparent transparent #FFF;
  border-width: 0 3px 5px;
  margin: 0 0 1px 3px;
}
.lang.active .langs-list {
  display: block;
}
.lang [class^="lang-"] {
  white-space: nowrap;
  margin: 3px 0;
}
.lang [class^="lang-"]:last-child {
  margin-bottom: 0;
}
.lang [class^="lang-"]:before {
  display: inline-block;
  width: 21px;
  height: 14px;
  background-image: url(/ui/css/images/sprite.png);
  content: '';
  vertical-align: top;
  margin: 0 5px 0 0;
}
.lang .lang-de:before {
  background-position: -37px -39px;
}
.lang .lang-en:before {
  background-position: -37px -61px;
}
.lang .lang-fr:before {
  background-position: -37px -83px;
}
.lang .lang-it:before {
  background-position: -37px -105px;
}
.lang .lang-pl:before {
  background-position: -37px -127px;
}
.lang .lang-es:before {
  background-position: -37px -148px;
}
.lang .lang-ru:before {
  background-position: -37px -170px;
}
.lang .lang-ua:before {
  background-position: -37px -191px;
}
.top-games {
  margin-bottom: 10px;
}
.top-games .item {
  display: block;
  float: left;
  vertical-align: top;
  width: 237px;
  -webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.47);
  -moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.47);
  box-shadow: 0 1px 3px rgba(1, 1, 1, 0.47);
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffdb00 0%;
  background: -webkit-gradient(linear, top top, top bottom, from(#ffdb00 0%), to(#ed7600 100%));
  background: -webkit-linear-gradient(top, #ffdb00 0%, #ed7600 100%);
  background: -moz-linear-gradient(top, #ffdb00 0%, #ed7600 100%);
  background: -ms-linear-gradient(top, #ffdb00 0%, #ed7600 100%);
  background: -o-linear-gradient(top, #ffdb00 0%, #ed7600 100%);
}
.top-games .item:not(:last-child) {
  margin-right: 9px;
}
.top-games figure {
  margin: 0;
  position: relative;
}
.top-games figure figcaption {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-transform: uppercase;
  padding: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.top-games figure img {
  width: 229px;
  height: 112px;
}
.top-games figure:hover figcaption {
  display: block;
  text-align: center;
  color: #fdd100;
}
.share a {
  display: inline-block;
  vertical-align: top;
}
.share a:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(/ui/css/images/sprite.png);
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.share .soc-vk:before {
  background-position: -98px 0;
}
.share .soc-fb:before {
  background-position: -121px 0;
}
.share .soc-tw:before {
  background-position: -143px 0;
}
.share .soc-ok:before {
  background-position: -165px 0;
}
.share .soc-mr:before {
  background-position: -187px 0;
}
.block-head {
  background: #EFF1F3;
  padding: 5px 3px 5px 10px;
  margin: 0 0 5px;
}
.block-head .crumbs {
  padding-top: 3px;
}
.block-head .share a {
  line-height: 19px;
}
.filter {
  background-color: #f7fbff;
  background: -webkit-gradient(linear, top top, top bottom, from(#f7fbff), to(#adbfcb));
  background: -webkit-linear-gradient(top, #f7fbff, #adbfcb);
  background: -moz-linear-gradient(top, #f7fbff, #adbfcb);
  background: -ms-linear-gradient(top, #f7fbff, #adbfcb);
  background: -o-linear-gradient(top, #f7fbff, #adbfcb);
  height: 31px;
  position: relative;
  margin-bottom: 10px;
}
.filter .item {
  display: block;
  height: 31px;
  width: 33.33%;
  line-height: 31px;
  color: #7f93a2;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
}
.filter .item:hover {
  color: #4d5d6a;
}
.filter .item:not(:last-child):after {
  content: '';
  display: block;
  border-left: 1px solid #A6B7C3;
  border-right: 1px solid #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.filter .item.active {
  color: #FFF;
  text-shadow: 0 1px 3px rgba(7, 100, 155, 0.49);
}
.filter .substraite {
  position: absolute;
  top: -6px;
  height: 40px;
  width: 144px;
  background: url(/ui/css/images/sprite.png) -98px -20px no-repeat;
}
.games-list {
  margin: 0 0 20px -21px;
}
.games-list .item {
  padding: 6px;
  width: 132px;
  margin: 0 0 0 15px;
  display: inline-block;
  float: left;
  color: #003262;
}
.games-list .item:hover {
  background: #EFF1F3;
}
.games-list .item img {
  display: block;
  margin-bottom: 6px;
}
.games-list .item-title {
  font-size: 11px;
  line-height: 1.182;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.games-list .rating {
  margin-bottom: 2px;
}
.games-list .advert-box {
  padding-top: 6px;
  margin-bottom: 28px;
  z-index: 9;
  position: relative;
}
.games-list .load-more {
  margin-top: 10px;
}

.load-more{
  float: left;
}

.games-list.online-list {
  margin: -8px -8px 20px -8px;
}
.games-list.online-list .item {
  width: 246px;
  margin: 0 0 0 2px;
}
.games-list.online-list img {
  width: 234px;
  height: 116px;
}
.games-list.online-list .item-title {
  font-size: 12px;
  line-height: 16px;
  height: 32px;
}
.rating {
  height: 23px;
  width: 156px;
  cursor: pointer;
  background: url(/ui/css/images/sprite.png) -112px -83px;
}
.rating > span {
  display: block;
  height: 100%;
  background: url(/ui/css/images/sprite.png) -112px -60px;
}
.rating.rating-small {
  width: 49px;
  height: 7px;
  background-position: -58px -68px;
}
.rating.rating-small > span {
  background-position: -58px -60px;
}
.footer {
  background: #606060;
  height: 39px;
}
.footer .container {
  padding: 12px 10px 0;
}
.footer .container li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 35px;
}
.footer .container li:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #717171;
  position: absolute;
  right: -20px;
  top: -2px;
}
.footer a {
  color: #c2c2c2;
}
.footer a:hover {
  text-decoration: underline;
}
.site-description {
  line-height: 17px;
  margin-bottom: 20px;
  width: 730px;
  background: #FFFFFF;
}
.load-more {
  display: inline-block;
  background: #CEDCEB;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #007CC6;
  margin-bottom: 20px;
}
.load-more:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 21px;
  background: url(/ui/css/images/sprite.png) -58px -78px no-repeat;
  margin: -1px 10px 0 0;
  vertical-align: top;
}
.load-more:hover {
  background: #E0EFFF;
  color: #007CC6;
}
.load-more:hover:before {
  background-position: -58px -99px;
}
h1,
.block-title {
  font-size: 20px;
  color: #0066ba;
  margin: 0 0 8px;
  font-weight: normal;
}
.game-description {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}
.game-description .item-image {
  display: table-cell;
  width: 145px;
  padding-top: 5px;
}
.game-description .item-image figure {
  border: 1px solid #A6D4F7;
  padding: 3px;
  margin: 0;
  display: inline-block;
}
.game-description .item-image figure img {
  width: 120px;
  display: block;
}
.game-description .item-description {
  display: table-cell;
  vertical-align: top;
  line-height: 19px;
}
.game-description .item-description .btn-registration {
  margin: 10px auto 0;
  display: block;
}
.game-description.item-online .item-image {
  width: 285px;
}
.game-description.item-online figure img {
  width: 265px;
}
.game-window {
  margin-bottom: 13px;
}
.game-window .control-panel {
  position: relative;
  z-index: 9;
  padding: 0 0 0 10px;
  background-color: #aad9ff;
  background: -webkit-gradient(linear, top top, top bottom, from(#aad9ff), to(#75a7ca));
  background: -webkit-linear-gradient(top, #aad9ff, #75a7ca);
  background: -moz-linear-gradient(top, #aad9ff, #75a7ca);
  background: -ms-linear-gradient(top, #aad9ff, #75a7ca);
  background: -o-linear-gradient(top, #aad9ff, #75a7ca);
  height: 43px;
}
.game-window .control-panel .stats-count {
  color: #295e87;
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 0 0;
}
.game-window .control-panel .rating {
  vertical-align: top;
  margin: 9px 10px 0 0;
}
.game-window .controls {
  height: 43px;
}
.game-window .controls li {
  display: block;
  float: left;
  height: 43px;
  border-left: 1px solid #5E91B2;
  width: 45px;
  text-align: center;
}
.game-window .controls [class^="item-"] {
  display: block;
  height: 0;
  width: 0;
  padding: 43px 45px 0 0;
  overflow: hidden;
  position: relative;
}
.game-window .controls [class^="item-"]:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/ui/css/images/sprite.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  left: 10px;
  top: 10px;
}
.game-window .controls [class^="item-"]:hover {
  background: rgba(255, 255, 255, 0.2);
}
.game-window .controls [class^="item-"]:hover:before {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.game-window .controls [class^="item-"]:active {
  background-color: #75a7ca;
  background: -webkit-gradient(linear, top top, top bottom, from(#75a7ca), to(#aad9ff));
  background: -webkit-linear-gradient(top, #75a7ca, #aad9ff);
  background: -moz-linear-gradient(top, #75a7ca, #aad9ff);
  background: -ms-linear-gradient(top, #75a7ca, #aad9ff);
  background: -o-linear-gradient(top, #75a7ca, #aad9ff);
}
.game-window .controls .item-download:before {
  background-position: -58px -120px;
}
.game-window .controls .item-fullscreen:before {
  background-position: -58px -145px;
}
.game-window .controls .item-brightness:before {
  background-position: -58px -170px;
}
.game-window .controls .item-close:before {
  background-position: -58px -195px;
}
.game-window .controls .active {
  background-color: #75a7ca;
  background: -webkit-gradient(linear, top top, top bottom, from(#75a7ca), to(#aad9ff));
  background: -webkit-linear-gradient(top, #75a7ca, #aad9ff);
  background: -moz-linear-gradient(top, #75a7ca, #aad9ff);
  background: -ms-linear-gradient(top, #75a7ca, #aad9ff);
  background: -o-linear-gradient(top, #75a7ca, #aad9ff);
}
.game-window .controls .active .item-fullscreen:before {
  background-position: -83px -145px;
}
.game-window .controls .active .item-brightness:before {
  background-position: -83px -170px;
}
.game-window .item-window {
  background: #A5A8AB;
  height:560px;
  //width:730px;
  width:100%;
}
.game-window.item-online .control-panel {
  background: #B8DFFE;
  height: 51px;
  padding-top: 8px;
}
.game-window.item-online .btn-registration {
  width: 450px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.item-online #preview{
  text-align: center;
}

.item-online .play_btn{
  position:absolute; 
  margin:-63px 0 0 82px;
}

.btn-registration {
  display: inline-block;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.5);
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffcb1a;
  background: -webkit-gradient(linear, top top, top bottom, from(#ffcb1a), to(#ef7e00));
  background: -webkit-linear-gradient(top, #ffcb1a, #ef7e00);
  background: -moz-linear-gradient(top, #ffcb1a, #ef7e00);
  background: -ms-linear-gradient(top, #ffcb1a, #ef7e00);
  background: -o-linear-gradient(top, #ffcb1a, #ef7e00);
  -webkit-box-shadow: 0 1px 1px 0 #6f4012;
  -moz-box-shadow: 0 1px 1px 0 #6f4012;
  box-shadow: 0 1px 1px 0 #6f4012;
  padding: 0 30px;
}
.btn-registration:hover {
  color: #FFF;
  background-color: #ef7d00;
  background: -webkit-gradient(linear, top top, top bottom, from(#ef7d00), to(#ffc61c));
  background: -webkit-linear-gradient(top, #ef7d00, #ffc61c);
  background: -moz-linear-gradient(top, #ef7d00, #ffc61c);
  background: -ms-linear-gradient(top, #ef7d00, #ffc61c);
  background: -o-linear-gradient(top, #ef7d00, #ffc61c);
}
.bx-wrapper {
  padding: 10px 0;
  background: #DFE3E5;
}
.bx-wrapper .bx-viewport {
  background: none;
  border: 0 none;
  box-shadow: none;
  left: 0;
}
.bx-wrapper .bx-controls-direction a {
  height: 42px;
  margin-top: -21px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 25px;
  z-index: 9999;
}
.bx-wrapper .bx-prev {
  background: url(/ui/css/images/sprite.png) -139px -136px;
  left: 0;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.bx-wrapper .bx-prev:hover {
  background-position: -139px -136px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.bx-wrapper .bx-next {
  background: url(/ui/css/images/sprite.png) -112px -136px;
  right: 0;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.bx-wrapper .bx-next:hover {
  background-position: -112px -136px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.tags{
  text-align: center;
}

.tags img{
  margin: 0 auto 6px auto;
}


.game_max_map{
  position: fixed; 
  display: none; 
  left: 0; 
  top:0;  
  width: 100%; 
  height: 100%; 
  background-color: #000; 
  opacity: 0.8;
  z-index: 10;
}

.body_over{
  overflow: hidden;
  height: 100%;
}

.swf_full{
  position: absolute;
  top: 40px!important; 
  margin: 0 auto;
  z-index: 11;
}

.close_max {
  float: right;
  padding: 10px 12px;
  cursor: pointer;
  background: #9B3017;
  margin: 2px 5px 0 0;
  border: 1px solid #D52D04;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.games_by_category{
  margin-top: 20px;
}

.games_by_category .sim_tag{
  display: inline-block;
  width: 70px;
  margin-left: 5px;
  margin-bottom: 9px;
}

.top-games div.item{
  margin-top: 7px;
}

.simple-list {
  margin: 10px -6px 20px;
  position: relative;
}
.simple-list .item {
  padding: 5px;
  border: 1px solid transparent;
  float: left;
  margin: 0 3px 0 0;
}
.simple-list .item:hover {
  border-color: #2792D5;
}
.simple-list .item:hover .item-title {
  display: block;
}
.simple-list .item img {
  width: 70px;
  height: 70px;
}
.simple-list .item:nth-child(3n) {
  margin: 0;
}
.simple-list .item-title {
  position: absolute;
  display: none;
  margin-bottom: 5px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  margin-left: -25%;
}
.simple-list .item-title div {
  background: blue;
  display: inline-block;
  color: #FFF;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
}
.simple-list .tooltip {
  background-color: #00a1ff;
  background: -webkit-gradient(linear, top top, top bottom, from(#00a1ff), to(#0080cd));
  background: -webkit-linear-gradient(top, #00a1ff, #0080cd);
  background: -moz-linear-gradient(top, #00a1ff, #0080cd);
  background: -ms-linear-gradient(top, #00a1ff, #0080cd);
  background: -o-linear-gradient(top, #00a1ff, #0080cd);
  position: absolute;
  color: #FFF;
  padding: 5px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  min-width: 82px;
  max-width: 100%;
  text-align: center;
  display: none;
}
.simple-list .tooltip div {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.simple-list .tooltip:after {
  content: '';
  display: block;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  border: 4px solid;
  border-color: transparent;
  border-top-color: #0080CD;
  border-bottom: 0 none;
  z-index: 2;
  margin-top: 4px;
}
.simple-list .tooltip.i1:after {
  left: 39px;
}
.simple-list .tooltip.i3:after {
  left: auto;
  right: 39px;
}

.pages{
  text-align:center;
  margin:0;
  overflow: hidden;
  clear: both; 
  float: right;
  position: relative;
  top: 60px;
}

.pages .page-item{
  padding: 7px; 
  background:#CEDCEB; 
  display:block;
  min-width:40px;
  height:40px;
  line-height: 26px; 
  color:#007CC6;
  font-size:14px;
  float:left;
  margin:0 2px;
}

.pages .active{
  color:#ffffff!important;
  background: #007CC6;
}

.pages .page-item:hover{
  background: #E0EFFF;
  color: #007CC6;
}

.s11 ul,ul li{
  margin-left: 20px;
  list-style:disc outside!important;
}

.s11 ol li{
  list-style: decimal outside!important;
}

.game-window .controls .item-fav:before {
  background-position: -84px -81px;
}

.game-window .controls .item-fav-active:before {
  background-position: -84px -110px;
}

.games-menu .c-forchildren {
    background: #84CC6F;
    color: #FFF;
}

.games-menu .c-forgirls {
    background: #FDA7FF;
    color: #FFF;
}

.games-menu .c-forboys {
    color: #FFF;
    background: #5BBAFB;
}

.games-menu .c-forold {
    background: #ff9900;
    color: #FFF;
}