html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
ul{
  list-style-type: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
  font-size: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
 background: #c0e2f6 url("./../../rs/images/bg-body.png") 50% 0 no-repeat;
  min-height: 100%;
  position: relative;
  min-width: 320px;
  color: #343434;
  font: 14px "Gotham", Arial, sans-serif;
}
input::-ms-clear {display: none;}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
input, textarea{outline:none;}
a{
  color: #475a95;
  text-decoration: none;
  outline: none!important;
  -moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
a:hover{color: #d35561;}
.wrapper{
  position: relative;
  max-width: 1244px;
  margin: 0 auto;
}
.icon{
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0;
  background: url("./../../rs/images/icons.png") no-repeat 1000px 1000px;
}
img{max-width: 100%;}
.visible-lg, .visible-sm, .visible-xs{display: none !important;}


/* btn */
.btn{
  display: inline-block;
  vertical-align: top;
  padding: 16px 27px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  border: none;
  border-bottom: 4px solid transparent;
  border-radius: 8px;
}
.btn:hover{color: #fff;}
.btn-green{
  background: #87c200;
  border-color: #769e08;
}
.btn-green:hover, .btn-green:focus{background: #8ecb04;}
.btn-yellow{
  background: #ffa50a;
  border-color: #d97c16;
}
.btn-yellow:hover, .btn-yellow:focus{background: #ffb70a;}
.btn-red{
  background: #f46374;
  border-color: #d64657;
}
.btn-red:hover, .btn-red:focus{background: #fa7181;}
.btn-blue{
  background: #3ca5e8;
  border-color: #3090cd;
}
.btn-blue:hover, .btn-blue:focus{background: #49aff1;}
.btn-orange{
  background: #f29c2d;
  border-color: #cf821f;
}
.btn-orange:hover, .btn-orange:focus{background: #faa73c;}
.btn-violet{
  background: #cd5fb2;
  border-color: #ba4b9f;
}
.btn-violet:hover, .btn-violet:focus{background: #df6ac2;}

/***************************************HEADER*****************************************/

html, body {
  height: 100%;
}

.main {
  position: relative;
  margin-bottom: -104px;
  min-height: 100%;
  overflow: hidden;
}
.main:after {
  content: '';
  display: block;
  height: 104px;
}

header{
  position: relative;
  z-index: 50;
  text-align: right;
  padding: 15px 0 10px;
}
header .wrapper{padding-bottom: 14px;}
.sprites{
  display: inline-block;
  vertical-align: middle;
  background: url("./../../rs/images/sprites.png") 0 0 no-repeat;
}
.header-tree{
  width: 70px; 
  height: 95px;
  background-position: -104px -329px;
  float: left;
  margin: 0 15px 0 6px;
}
.header-cloud {
  width: 164px; 
  height: 73px;
  background-position: -127px -166px;
  position: absolute;
  top: -6px;
  left: -36px;
  z-index: -1;
}
.header-tree-2 {
  width: 74px; 
  height: 100px;
  background-position: -10px -329px;
  float: right; 
  margin: -3px 6px 0 0;
}
.header-cloud-2 {
  width: 162px; 
  height: 72px;
  background-position: -351px -10px;
  position: absolute;
  top: -6px;
  left: 52%;
  z-index: -1;
}
.dragon {
  width: 93px; 
  height: 78px;
  background-position: -351px -226px;
  position: absolute;
  top: 17px;
  right: 29.2%;
}
.bush {
  width: 158px; 
  height: 27px;
  background-position: -127px -259px;
  position: absolute;
  right: 6.1%;
  bottom: 29px;
}
.grass{
  margin-top: 6px;
  position: relative;
  height: 26px;
  border-bottom: 7px solid #769e08;
  background: #87c200;
}
.grass:before{
  content: "";
  display: block;
  background: url("./../../rs/images/i-grass.png") 0 0 repeat;
  height: 6px;
  width: 100%;
  position: absolute;
  top: -5px;
}
header .grass{
  clear: both;
  position: absolute;
  bottom: 0;
  left: 6px;
  right: 6px;
  z-index: 4;
}
.logo{
  float: left;
  margin-top: 9px;
}
.logo:hover{opacity: 0.8;}
.socials{float: left;cursor: default;padding-top: 7px;}
.socials-item{display: inline-block;vertical-align: top;margin-right: 1px;}
.socials-item-link{display: inline-block;vertical-align: top;}
.socials-item-link .icon{margin: 0;width: 24px;height: 24px;}
.soc-icon1{background-position: -1px -1px;}
.soc-icon1:hover{background-position: -1px -26px;}
.soc-icon2{background-position: -30px -1px;}
.soc-icon2:hover{background-position: -30px -26px;}
.soc-icon3{background-position: -59px -1px;}
.soc-icon3:hover{background-position: -59px -26px;}
.soc-icon4{background-position: -88px -1px;}
.soc-icon4:hover{background-position: -88px -26px;}
.soc-icon5{background-position: -117px -1px;}
.soc-icon5:hover{background-position: -117px -26px;}
.search-wrap{
  margin: 17px 0 0 4.1%;
  float: left;
  z-index: 5;
  position: relative;
}
.search{
  position: relative;
  background: url("./../../rs/images/bg-search.png") 0 0 no-repeat;
  width: 415px;
  height: 96px; /*78px;*/
  padding: 31px 11.5% 0 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seacrh-toggle{display: none;}
.search-input{
  background: #713c18;
  border-radius: 6px;
  padding: 8px 30px 8px 14px;
  border: none;
  border-bottom: 4px solid #cd802e;
  border-right: 3px solid #cd802e;
  color: #fff;
  -moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-input::-webkit-input-placeholder {color: #fff;}
.search-input:-moz-placeholder,.search-input::-moz-placeholder {color: #fff;}
.search-input:-ms-input-placeholder {color: #fff;}
.search:hover .search-input, .search-input:focus{
  background: #703207;
}
.search-submit{
  background: url("./../../rs/images/sprites.png") no-repeat -533px -382px;
  width: 19px; 
  height: 18px;
  border: none;
  display: block;
  position: absolute;
  top: 7px;
  right: 9px;
  z-index: 1;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-submit:hover{opacity: 0.8;}
.cross-link {
  text-align: left;
  color: #fff;
  padding-top: 5px;
  font-size: 11px;
  font-family: 'Gotham light';
  /*overflow: hidden;*/
  margin-left: 4%;
  position: absolute;
  bottom: 0;
}
ul.cross-item {
  display: inline-block;
  white-space: nowrap;
}
ul.cross-item li {
  display: inline-block;
  margin-right: 5px;
}
ul.cross-item li a {
  color: #fff;
  text-transform: lowercase;
}
ul.cross-item li a:hover {
  text-decoration: underline;
}
ul.cross-item li a:after {
  content: ", ";
}
ul.cross-item li:last-child a:after {
  content: none;
}
.user-block{
  float: right;
  margin-top: 11px;
  margin: 11px 0 0 -20px;
}
.user-block .btn{
  margin-right: 10px;
  float: left;
}
.login{
  cursor: default;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Gotham light","Gotham", Arial, sans-serif;
}
.login a{display: inline-block;vertical-align: middle;}
.user-toggle{display: none;}
.chat-toggle, .start-fullscreen-only, .play a{
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background: #78cbd3;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  margin-right: -1px;
}
.chat-toggle-icon{
  margin: 0;
  background-position: -200px -99px;
  width: 24px;
  height: 24px;
}
.chat-toggle:hover, .start-fullscreen-only:hover, .play a:hover {background-color: #556495;}
.content{
  padding: 0 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255,255,255,0.5);
  border-top: 5px solid #87c200;
}
.content-white{background: #fff;}
.content-white .title:before{display: none;}
.bx-wrapper .bx-controls-direction a{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #87c200;
  z-index: 10;
  border-radius: 50%;
}
.bx-wrapper .bx-controls-direction a:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("./../../rs/images/sprites.png") no-repeat -505px -226px;
  width: 8px;
  height: 10px;
  margin: auto;
}
.bx-wrapper .bx-controls-direction a:hover{background: #8ecb04;}
.bx-wrapper .bx-controls-direction a.bx-prev{left: -5px;}
.bx-wrapper .bx-controls-direction a.bx-next{right: -5px;}
.bx-wrapper .bx-controls-direction a.bx-next:before{background-position: -226px -364px;}
.categories-wrap .bx-wrapper .bx-controls-direction a{top: 53px;}
.categories-wrap-outer{
	max-height: 164px;
    overflow: hidden;
	margin: 0 -10px 20px -10px;
	padding: 0 10px;
}
.categories-item{
  padding: 0 6px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
}
.categories-item{
  display: inline-block;
  vertical-align: top;
  width: 155px;
  margin: 0 -4px;
}
.categoriels-slide{text-align: justify;}
.categoriels-slide:after{
  content: " ";
  display: inline-block;
  width: 100%;
}
.categories-item a{
  display: block;
  -webkit-opacity: 0.99;
}
.categories-item-image{
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background: #d35561
}
.categories-item-image img{display: block; width: 100%;opacity: 1;}
.categories-item-title{
  overflow: hidden;
  text-align: center;font-size: 13px;text-transform: uppercase;font-weight: bold;font-family: "Gotham light","Gotham", Arial, sans-serif;
  height: 56px;
  position: relative;
}

/* top categories line */
.top-categories-line-wrap-outer{
	/*padding-bottom:30px;*/
	position: relative;
}
.top-categories-line{
	overflow: hidden;
}
.top-categories-line div.overflow{

    width: 96px;
    height: 26px;
}

.top-categories-line div.overflow .fade, .cross-link .fade {
	position: absolute;
    top: -2px;
    right: 0;
    width: 96px;
    height: 26px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.top-categories-line div.overflow .btn-open{
	position: absolute;
	width: 40px;
	height: 22px;
	top: 0;
    right: 0;
	border: 1px solid #475A95;
	border-radius: 12px;
	cursor:pointer;
}
.top-categories-line div.overflow .btn-open span{
    width: 26px;
    height: 6px;
	background: url("./../../rs/images/icons.png") no-repeat -199px -384px;
	display: block;
	margin: 8px 0 0 7px;
}
.top-categories-line div.overflow .btn-open:hover{
	background-color: #D35561;
	border-color: #D35561;
}
.top-categories-line div.overflow .btn-open:hover span{
	background-color: #D35561;
	border-color: #D35561;
	background: url("./../../rs/images/icons.png") no-repeat -199px -394px;
}

.top-categories-line div.overflow .btn-close{
	display:none;
	position: absolute;
	top: 0;
    right: 0;
    width: 26px;
    height: 26px;
	cursor:pointer;
}
.top-categories-line div.overflow .btn-close span{
    width: 26px;
    height: 26px;
	background: url("./../../rs/images/icons.png") no-repeat -230px -381px;
	display: block;
}

/* top categories panel */
.top-categories-panel-wrap-outer{
	display: none;
	padding: 0 50px 75px 50px;	
	max-height: 200px;
    overflow: hidden;
}
.top-categories-panel-wrap .bx-wrapper .bx-controls-direction .bx-prev{
    left: -50px;
}
.top-categories-panel-wrap .bx-wrapper .bx-controls-direction .bx-next{
    right: -50px;
}

.top-categories-panel-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	border: 1px solid #94cad2;
}

.top-categories-panel-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top-categories-panel-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #94cad2;
}

.top-categories-column{
	display: inline-block;width:19.5%;min-width:200px;
}

.top-categories-item-title{
	overflow: hidden;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Gotham light","Gotham", Arial, sans-serif;
	height: 25px;
	position: relative;
}

/* top characters */
.characters-wrap .bx-wrapper .bx-controls-direction a{
	border: 5px solid #fff;
}
.characters-wrap-outer{
  overflow: hidden;
  margin: 0 -5px 20px -5px;
  padding: 0 3px;
  max-height: 72px;
}
.characters-item{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 72px;
  height: 72px;
  position: relative;
  margin: 0 5px;
  background-color: rgba(135,194,0,1);
}
.characters-item-title{
  position: absolute;
  color: #fff;
  background-color: rgba(135,194,0,0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	overflow: hidden;
	text-align: center;
  font-size: 12px;
	vertical-align: middle;
	z-index:5;
	padding: 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.characters-item-title div{
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 17px;
}
.characters-item:hover .characters-item-title{
	opacity: 1;
}

.characters-slide{
  text-align: center;
  font-size: 0;
}
.characters-slide:after{
  content: " ";
  display: inline-block;
  width: 100%;
}
.characters-item a{
  display: block;
  -webkit-opacity: 0.99;
}
.characters-item-image{
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.characters-item-image img{display: block; width: 100%;opacity: 1;}

.mark{
  position: absolute;
  top: -9px;
  right: -9px;
  background: #d35561;
  min-width: 18px;
  height: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px 3px 2px;
  border-radius: 10px;
}
.wrap-categories-block{
  margin: 20px 5px;
}
.categories-block{
  float: left;
  width: 33.3%;
  font-size: 0;
  padding: 0 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.categories-block-inside{
  margin: 0 -5px;
  text-align: center;
  max-height: 164px;
  overflow: hidden;
}
.categories-block-title{
  font: bold 14px "Gotham light","Gotham", Arial, sans-serif;
  display: block;
  position: relative;
  padding: 7px 30px 7px 13px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.categories-block-title:hover{
  opacity: 0.8;
  color: #fff;
}
.categories-block-title:after{
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("./../../rs/images/sprites.png") -533px -420px no-repeat;
  width: 14px; 
  height: 9px;
}
.categories-block .characters-item{margin-bottom: 10px;}
.categories-block-pink .characters-item, .categories-block-pink .categories-block-title{background: #f46374;}
.categories-block-blue .characters-item, .categories-block-blue .categories-block-title{background: #6d96d3;}
.categories-block-orange .characters-item, .categories-block-orange .categories-block-title{background: #f29c2d;}
.categories-block-pink .characters-item-title{background: rgba(244,99,116,0.9);}
.categories-block-blue .characters-item-title{background: rgba(109,150,211,0.9);}
.categories-block-orange .characters-item-title{background: rgba(242,156,45,0.9);}

/* rating */
.wrap-rating{
  position: relative;
  text-align: center;
  color: #343434;
  margin: 36px auto 58px;
  z-index: 1;
  max-width: 600px;
}
.wrap-rating:before, .wrap-rating:after{
  content: "";
  display: block;
  position: absolute;
}
.wrap-rating:before{
  background: url("./../../rs/images/sprites.png") -533px -10px no-repeat;
  width: 27px; 
  height: 132px;
  left: -4px;
  bottom: -3px;
  z-index: -1;
}
.wrap-rating:after{
  width: 291px;
  height: 151px;
  background: url("./../../rs/images/rating-cloud.png") 0 0 no-repeat;
  top: -5px;
  right: -115px;
}
/*.rating-block{
  position: relative;
  z-index: 1;
  max-width: 540px;
  font-size: 18px;
  margin: auto;
}
.rating-title{
  font-size: 21px;
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
}
.rating-title span{
  text-transform: uppercase;
  font: bold 31px/1em "Gotham light","Gotham", Arial, sans-serif;
}
.rating-block .grass{
  border-width: 6px;
  height: 20px;
}
.terra{
  height: 51px;
  background: #422410 url("./../../rs/images/terra.png") 0 0 repeat-x;
  margin-bottom: 10px;
  position: relative;
}
.rating-man {
  width: 94px; 
  height: 104px;
  background-position: -351px -102px;
  position: absolute;
  left: 6px;
  top: -7px;
}
.rating-tree {
  width: 97px; 
  height: 143px;
  background-position: -10px -166px;
  position: absolute;
  right: -19px;
  top: -18px;
}
.rating{
  background: url("./../../rs/images/sprites.png") -10px -10px no-repeat;
  width: 321px; 
  height: 58px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 36px;
}
.rating input, .rating .jq-radio{display: none !important;}
.rating label{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  cursor: pointer;
}
.rating-voted label{
  cursor: not-allowed;
}
.rating label .star{
  display: block;
  height: 58px;
}
.rating label .checked+.star, .rating label .checked+.star:hover{background: url("./../../rs/images/sprites.png") -10px -88px no-repeat;}
.star-1{
  z-index: 6;
  width: 56px;
}*/
.star-2{
  z-index: 5;
  width: 123px;
}
.star-3{
  z-index: 4;
  width: 189px;
}
.star-4{
  z-index: 3;
  width: 255px;
}
.star-5{
  z-index: 2;
  width: 321px; 
}



/**************************************CONTENT*****************************************/

div .title{
  position: relative;
  padding: 23px 10px 18px;
  margin: 0 -10px 27px;
  z-index: 1;
  font: 30px/1em "Gotham light","Gotham", Arial, sans-serif;
  color: #343434;
}
div h2.title{padding: 28px 10px 11px;}
.title:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  z-index: 1;
  border-bottom: 2px solid #ebebeb;
}
.title:before{
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  bottom: -40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+40,0.8+64,0+100 */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0.8) 64%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 64%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0.8) 64%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.page-title:after{max-width: 727px;}
.title-with-subscribe{padding-right: 220px;}
.back-link{
  float: left;
  display: inline-block;
  margin: 2px 16px 15px 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #87c200;
  position: relative;
}
.back-link:hover{background: #8ecb04;}
.back-link:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("./../../rs/images/sprites.png") no-repeat -505px -226px;
  width: 8px;
  height: 10px;
  margin: auto;
}
.back-icon{background-position: -192px -44px;width: 32px;height: 32px;}
.back-icon:hover, .back-link:hover .back-icon{background-position: -230px -44px;} 
h1{font: 30px/1em "Gotham light","Gotham", Arial, sans-serif;}
h2{font: 26px "Gotham light","Gotham", Arial, sans-serif;;}
h3{font: 22px "Gotham light","Gotham", Arial, sans-serif;}
h4{font: 20px "Gotham light","Gotham", Arial, sans-serif;}
h5{font: 18px "Gotham", Arial, sans-serif;}
h6{font: bold 14px "Gotham", Arial, sans-serif;}
.subscribe-block{
  position: absolute;
  right: 10px;
  top: 18px;
  padding-top: 2px;
  white-space: nowrap;
}
.subscribe-block a{
  display: inline-block;
  background-color: #6d96d3;
  color: #FFFFFF;
  padding: 8px 7px 7px 9px;
  border-radius: 4px;
  font: bold 14px "Gotham light","Gotham", Arial, sans-serif;
  border-bottom: 3px solid #5279b2;
}
.subscribe-block a:hover{background: #7ca6e5;}
.subscribe-block a.remove-subscribe {
  background: #475a95;
}
.subscribe-block a.remove:hover, .subscribe-block a.remove:hover .subsribe-minus-icon:before {
    background-color: #d35561;
}
.subsribe-plus-icon{
  width: 12px; 
  height: 12px;
  background-position: -465px -194px;
  margin: -6px 6px 0 1px;
}
.subsribe-minus-icon{
  position: relative;
  width: 17px;
  height: 17px;
  background: #FFF;
  border-radius: 50%;
  margin: -6px 2px 0px 0px;
}
.subsribe-minus-icon:before{
  content: " ";
  background: #d35561;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  margin: -1px 0 0 -5px;
}
.subsribe-minus-icon:before {
  background: #475a95;
}
.subscribe-num{
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: 0;
  color: #787878;
  background-color: #FFF;
  padding: 3px 9px 3px;
  font-weight: bold;
  font: bold 11px "Gotham light","Gotham", Arial, sans-serif;
  margin: -7px 0 0 11px;
  position: relative;
  border-radius: 2px;
  text-align: center;
}
.subscribe-num:before{
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  border: 3px solid transparent;
  border-right-color: #FFF;
  margin-top: -3px;
}
.filters-toggle{display: none;}
.filters-list{
  cursor: default;
  display: inline-block;
  vertical-align: top;
}
.filters-item{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.filters-item>span,
.filters-item>a{
  position: relative;
  padding: 4px 32px 5px 18px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  display: inline-block;
  color: #769e08;
}
.filters-item.active>a{
  background: #475a95;
  color: #FFFFFF;
  text-decoration: none;
}
.filters-block .filters-item.active>a{
  background: #87c200;
}
.filters-item>a:hover{color: #98cf00;}
.filters-item.active>a:hover{
  background: #87c200; 
  color: #FFFFFF;
}
.filters-block .filters-item.active>a:before,
.filters-block .filters-item.active>a:after{
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 9px; 
  height: 9px;
  background: url("./../../rs/images/sprites.png") -263px -329px no-repeat;
}


.filters-item.inactive span{border: none;}
.filters-item.inactive>span{
  color: #b9b9b9;
  text-decoration: none;
  cursor: default;
}

.top-categories-line .filters-list{
	white-space: nowrap;
}
.filters-wrap{
  position: relative;
  z-index: 5;
}
.sort-item{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  text-transform: uppercase;
}
.sort-item>a{
  position: relative;
  text-decoration: none;
  border-radius: 10px;
  font-size: 12px;
  display: inline-block;
  color: #769e08;
}
.sort-item span{border-bottom: 1px solid #d1d6e4}
.sort-item:hover span{border-bottom: 1px solid #c4e8f9}
.sort-item.active>a{
  background: #769e08;
  color: #FFFFFF;
  text-decoration: none;
  padding:4px 18px 5px 18px;
}
.sort-item>a:hover{color: #98cf00;}
.sort-item.active span{border: none;}
/*.sort-item.active>a:hover{background: #d35561; color: #FFFFFF;}*/
/*.sort-item.active>a:before,.sort-item.active>a:after{
  content: " ";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 9px;
  height: 1px;
  background: #FFFFFF;
  -moz-transform:rotate(-45deg); 
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  margin-top:0px;    
}*/
.sort-item.active>a:after{
  -moz-transform:rotate(45deg); 
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);    
}

.more-filters{
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
  padding: 4px 16px 4px 12px;
  border: 2px solid #b9b9b9;
  position: relative;
  color: #bababa;
  text-transform: uppercase;
  border-radius: 12px;
  font: bold 12px "Gotham light","Gotham", Arial, sans-serif;
}
.mre-filter-icon{
  display: inline-block;
  vertical-align: middle;
  margin: -7px 6px 0 0;
  width: 5px;
  height: 5px;
  border-right: 2px solid #b9b9b9;
  border-bottom: 2px solid #b9b9b9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-filters:hover, .more-filters:hover .mre-filter-icon{border-color: #475a95; color: #475a95;}
.more-filters.active .mre-filter-icon{
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -2px;
}
/*.more-filters span.close-filtres:first-child {
	display: inline-block;
}*/
.more-filters span.close-filtres {
	display: none;
	/*margin-left: 8px;*/
}

.filters-block{
  padding: 0 0 22px;
  display: none;
  margin-bottom: 26px;
}
.filters-top{
/*margin-bottom: 25px;*/
margin-bottom: 20px;
margin-top: -4px;
}
.filters-row{margin: 0 -5px;}
.filters-col{
  padding: 0 5px;
  float: left;
  width: 21%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.filters-col.wide-col{width: 46%;}
.filters-col.middle-col{width: 33%;}
.filters-title{
  border-bottom: 2px solid #87c200;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 34px;
  font-size: 16px;
  color: #343434;
}
.filters-subcols{
  display: table;
  /* table-layout: fixed; */
  width: 100%;
}
.filters-subcol{
  display: table-cell;
  vertical-align: top;
  min-width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 4px;
}
.more-filters-item{display: block;margin: 0 0 15px;}
.more-filters-item .more-filters-item-link{
  text-decoration: none;
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid transparent;
  padding: 3px 7px;
  border-radius: 20px;
  margin-left: -7px;
  margin-right: -12px;
  white-space: nowrap;
  padding-right: 19px;
}
.more-filters-item.active .more-filters-item-link{
  padding: 3px 19px 3px 7px;
  border-radius: 20px;
  margin-left: -7px;
  margin-right: -12px;
}
.more-filters-item.active .more-filters-item-link:hover{color: #FFFFFF;border-color: #d35561;}
.more-filters-item .more-filters-item-link:hover{color: #94cad2;border-color: #94cad2;}
.filters-bottom{text-align: center;}
.uncheck-filters{padding: 16px 19px;}
.uncheck-filters-icon{
  background: url("./../../rs/images/sprites.png") -229px -329px no-repeat;
  width: 14px; 
  height: 14px;
  margin: -10px 5px -3px 0;
  position: relative;
}
.catalog{
  font-size: 0;
  margin: 0 -5px;
}
.catalog-item{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 18px;
  font-size: 14px;
}
.catalog-item-image{
  /*display: block;*/
  height: 169px;
  /*background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;*/
}
/*.catalog-item-image>a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.catalog-item-image:hover>a{
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);

  -o-transform: scale(1.05);
  transform: scale(1.05);  
}
.catalog-item-image a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}*/
.catalog-item-info{
  background: #769e08;
  border-top: 5px solid #87c200;
  padding: 8px 9px 5px;
  color: #fff;
}
/*.catalog-item:hover .catalog-item-info,.catalog-item.recommended:hover .catalog-item-info{border-bottom-color: #629ea8}*/
.catalog-item.recommended .catalog-item-info{border-bottom-color: #d35561;}
.catalog-item-title{
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
  color: #fff;
  line-height: 20px;
}
.catalog-item-title a, .catalog-item-title a:hover{color: inherit;}
.catalog-item-title a:hover{text-decoration: underline;}
.catalog-item-stats{text-align: right;cursor: default;}
/*.catalog-item:hover .catalog-item-title a{color: #629ea8;}*/
.catalog-item-stats-item{
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  font-size: 10px;
}
.catalog-item-stats-item.left{float: left;margin: 0 14px 0 0;}
.game-icon{
	display: inline-block;
	vertical-align: middle;
	width: 21px; 
	height: 15px;
	position: relative;
	margin: -3px 10px 0 5px;
}
.game-icon:before{
	content: "";
	display: block;
	position: absolute;
	width: 34px; 
	height: 28px;
	background: url("./../../rs/images/icons/game-icon.svg") 0 0 no-repeat;
	-webkit-background-size: 34px 28px;
	top: -8px;
	left: -7px;
}
.comment-icon{
	display: inline-block;
	vertical-align: middle;
	width: 15px; 
	height: 15px;
	margin: -6px 7px 0 0;
	position: relative;
}
.comment-icon:before{
	content: "";
	display: block;
	position: absolute;
	width: 20px; 
	height: 20px;
	background: url("./../../rs/images/icons/comment-icon.svg") 0 0 no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	left: -3px;
    top: -1px;
}
.catalog.main-catalog .catalog-item-ad {
  width:100%!important;
  text-align: center!important;
}
.comments-icon{
  background-position: -27px -56px;
  width: 16px;
  height: 12px;
  margin-right: -1px;
  margin-top: -7px;
}
.fav-icon{
  background-position: -49px -54px;
  width: 14px;
  height: 13px;
  margin-right: -1px;
  margin-top: -9px;
  margin-left: -2px;
}
.like-icon{
	display: inline-block;
	vertical-align: middle;
	width: 15px; 
	height: 16px;
	margin: -10px 9px 0 0;
	position: relative;
}
.like-icon:before{
    content: "";
    display: block;
    width: 32px;
    height: 31px;
    background: url("./../../rs/images/icons/like-icon.svg") 0 0 no-repeat;
    -webkit-background-size: 32px 31px;
    background-size: 32px 31px;
    position: absolute;
    top: -7px;
    left: -8px;
}
.dislike-icon{
	display: inline-block;
	vertical-align: middle;
	width: 15px; 
	height: 17px;
	position: relative;
	margin: -3px 7px 0 0;
}
.dislike-icon:before{
	content: "";
	display: block;
	position: absolute;
	background: url("./../../rs/images/icons/dislike-icon.svg") 0 0 no-repeat;
	-webkit-background-size: 30px 32px;
	background-size: 30px 32px;
	width: 30px; 
	height: 32px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	left: -7px;
	top: -7px;
}
.fav-icon{
	display: inline-block;
	vertical-align: middle;
	width: 21px; 
	height: 15px;
	position: relative;
	margin: -3px -5px 0 5px;
}
.fav-icon:before{
	content: "";
	display: block;
	position: absolute;
	width: 15px; 
	height: 15px;
	background: url("./../../rs/images/icons/fav-icon.svg") 0 0 no-repeat;
	-webkit-background-size: 15px 15px;
	top: -2px;
	left: -7px;
}
/*.catalog-item:hover .game-icon{background-position: -5px -78px}
.catalog-item:hover .comments-icon{background-position: -28px -77px}
.catalog-item:hover .fav-icon{background-position: -50px -75px}
.catalog-item:hover .like-icon{background-position: -69px -75px}
.catalog-item:hover .dislike-icon{background-position: -91px -76px}
.catalog-item:hover  .catalog-item-stats-item{color: #80b2ba;}
.catalog-item:hover .catalog-item-info{background-image: url("./../../rs/images/background/item-bg-hover.jpg");}*/
.banner .banner-desktop{width: 728px;margin: 0 auto;}
.banner .banner-mobile{display: none;}
.banner img{display: block;}
.catalog-item.recommended{position: relative;}
.catalog-item.recommended .catalog-item-image>a{position: relative;}
.recommended-block{
  position: absolute;
  top: 0;
  left: 5px;
  background: url("./../../rs/images/icons.png") no-repeat -5px -99px;
  width: 88px;
  height: 88px;
  z-index: 10;
}
.hot-block, .best-block, .new-block {
  position: absolute;
  margin-top: 0;
  background: url("./../../rs/images/icons.png") no-repeat -5px -415px;
  width: 58px;
  height: 58px;
  z-index: 10;
}
.best-block{
  background: url("./../../rs/images/icons.png") no-repeat -65px -415px;
}
.new-block{
  background: url("./../../rs/images/icons.png") no-repeat -124px -415px;
}
.load-more-wrapper {
  text-align: center;
}
.load-more-button{
  background: #d35561;
  display: inline-block;
  margin: 15px auto 0px;
  text-align: center;
  padding: 14px 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 1.8px;
  border-radius: 4px;
}
.catalog .load-more-button{position: relative;left: -3px;}
.load-more-button:hover{background: #475a95;color: #FFF;}
.load-icon{
  background-position: -106px -99px;
  width: 25px;
  height: 21px;
  margin-right: 5px;
  margin: -15px 5px -5px 0;
}
.related{margin-bottom: 21px;}
.related-title{
  text-align: center;
  font: 30px "Gotham light", "Gotham", Arial, sans-serif;
  margin-bottom: 34px;
  color: #fffee1;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.related-wrap{margin-left: -10px;font-size: 0;}
.related-block{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
}
.related-block-content{background: #FFFFFF;padding: 19px 10px 23px 10px;}
.color1{color: #76b563; border-color: #76b563; background-color: #76b563;}
.color2,.red{color: #d35561; border-color: #d35561; background-color: #d35561;}
.color3{color: #00c4d6; border-color: #00c4d6; background-color: #00c4d6;}
.color4{color: #806ddf; border-color: #806ddf; background-color: #806ddf;}
.color5,.orange{color: #ffb424; border-color: #ffb424; background-color: #ffb424;}
.color6{color: #72b3a3; border-color: #72b3a3; background-color: #72b3a3;}
.color7{color: #c576dc; border-color: #c576dc; background-color: #c576dc;}
.color8,.blue{color: #0096ff; border-color: #0096ff; background-color: #0096ff;}
.color9{color: #6a7cba; border-color: #6a7cba; background-color: #6a7cba;}
.related-block-title{
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 18px;
  text-transform: uppercase;
  font: bold 14px "Gotham light", "Gotham", Arial, sans-serif;
}
.related-block-title a{
  background: none;
  color: #343434;
  display: inline-block;
  padding-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.related-block-title a:hover{color: #7db9c5;}
.related-block-image{
  min-height: 267px;
  margin: 0 -2px 20px;
  font-size: 0;
}
.block4 .related-block-image{margin-bottom: 0;}
.related-block-image-item{
  font-size: 14px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2px;
  margin-bottom: 4px;
  display: inline-block;
  vertical-align: top;
}
.related-block-image-item a{display: block;position: relative;}
.related-block-image-item a:before{
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-color: inherit;
  border-width: 5px;
  border-style: solid;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.related-block-image-item:hover a:before{opacity: 1;}
.related-block-image img{display: block; height: 85px;}
.related-block-bottom{text-align: center;}
.related-block-bottom .btn{
  min-width: 163px;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related-block-links{
  font-size: 14px;
  text-align: left;
  margin: -3px 0 10px 3px;
}
.related-block-links li{
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e2e2;
}
.related-block-links a{
  background: none; 
  display: inline-block; 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.related-block-links a:hover{color: #000; border-bottom-color: #000;}
.banner+.block-title{margin-top: 34px;}
.block-title{
  text-align: center;
  border-bottom: 1px solid #b3b9d0;
  margin-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 2.8px;  
  font: 30px "Gotham light", "Gotham", Arial, sans-serif;
  margin-bottom: 31px;
}
.block-title+.catalog{padding-top: 0}
.block-title-inner{
  background: none;
  display: inline-block;
  border-bottom: 3px solid #94cad2;
  padding-bottom: 18px;
  margin-bottom: -2px;
  font: inherit;
}
.i-comment{
	display: inline-block;
	vertical-align: middle;
	width: 26px; 
	height: 26px;
	margin: -4px 4px 10px 0;
	position: relative;
}
.i-comment svg{
	position: absolute;
    left: -6px;
    top: -4px;
	width: 35px;
	height: 35px;
}
.comments-title{
  color: #556495;
  font: 30px "Gotham light", "Gotham", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 28px;
}
.comments-wrap{
  margin: 0 -14px;
  font-size: 0;
}
.comments-col{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
}
.comments-item{margin-bottom: 12px;}
.comments-item-photo{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  position: relative;
  margin: -5px 12px 0 0;
}
.comments-item-photo:before{
  content: " ";
  position: absolute;
  top: 20px;
  right: -13px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent;
  border-top-color: #87c200;
  border-right-color: #87c200;
  width: 0;
  height: 0;
}
.comments-item-photo img{
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.comments-item-content{  
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 5px;
  border-radius: 5px;
}
.comments-item-title{
  font-size: 12px;
  background: #87c200;
  padding: 15px 21px 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 12px;
}
.comments-item-title .separator-icon{
  margin: 0 13px;
  color: #b8e552;
}
.comments-item-author{
  max-width: 249px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
.comments-item-title a{color:#fff;}
.comments-item-title a:hover{
	color:#fff;
  text-decoration: underline;
}
.comments-item-text{
  font: 400 14px/27px  "Gotham light","Gotham", Arial, sans-serif;
  padding: 16px 20px 22px;
}
.comments-controls{
	float:right;
	padding-right: 25px;
}
.text-block{
  color: #595959;
  line-height: 1.7em;
  padding: 0px 20px 58px;
  margin-top: 34px;
}
.i-game{
	display: inline-block;
	vertical-align: middle;
	width: 26px; 
	height: 20px;
	position: relative;
    margin: -1px 4px 11px 0px;
}
.i-game svg{
    width: 42px;
    height: 36px;
    position: absolute;
    left: -8px;
    top: -11px;
}
p{margin-bottom: 2.7em;}
.facebook-block{
  text-align: center;
  padding: 37px 0 103px;
  background: url("./../../rs/images/bg-fb.png") no-repeat 50% 0;
  overflow: hidden;
  margin-top: 36px;
  position: relative;
}
.facebook-block:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  background: url("./../../rs/images/fb-after.png") 50% 0 no-repeat;
  height: 234px;
}
.social-group{
  display: inline-block;
  width: 499px;
  max-width: 100%;
  color: #FFFFFF;
  margin-left: 13px;
}
.facebook-group{margin-left: 0;}
.wrap-terra{
  max-width: 540px;
  margin: auto;
}
.wrap-terra .grass{
  margin-top: 1px;
  height: 19px;
}
.vkontakte-group{
  padding: 0px 248px 30px;
}
.odnoklassniki-group{
  padding: 0px 248px;
}
.facebook-title{
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 36px;
}
.facebook-title strong{
  font: bold 21px/39px "Gotham light","Gotham", Arial, sans-serif;
}
.facebook-title strong span{font-size: 31px;}

/**************************************FOOTER******************************************/

footer{
  color: #fff;
  background: #87c200;
}
footer .grass{
  margin-top: 0;
  height: auto;
  padding: 11px 0;
  border-width: 6px;
}
footer a{color: #fff;}
footer a:hover{
  color: #fff;
  text-decoration: underline;
}
footer .wrapper{
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-links{
  float: left;
  text-transform: uppercase;
}
.footer-links li{
  display: inline-block;
  vertical-align: top;
  margin-right: 33px;
}
.language{
  display: inline-block;
  vertical-align: top;
  color: #59a8b4;
  float: right;
}
.lang-icon{
  width: 22px; 
  height: 22px;
  background-position: -533px -340px;
  margin: -8px 3px 0 0;
}
footer .socials{float: right;}
.copyright{
  text-align: center;
  padding: 22px 0;
  background: #422410 url("./../../rs/images/terra-footer.png") 0 0 repeat;
  font-size: 12px;
}
.user-toggle{
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background: #78cbd3;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  margin-right: -1px;    
  display: none;
}
.user-toggle.active{background: #556495; border-radius: 3px 3px 0 0}
.user-popup-wrap{position: relative;display: inline-block;}
.seacrh-toggle{
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  position: relative;
  text-align: center;
  padding: 7px;
  margin-right: -1px; 
  display: none;
}
.user-toggle-icon{
  background-position: -300px -300px;
  width: 28px;
  height: 28px;
  margin: 0;
}
.seacrh-toggle-icon{
  background-position: -300px -350px;
  width: 29px;
  height: 28px;
}
.filters-toggle{
  display: none;
  background: #546495;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 10px 8px 20px;
  position: relative;
  border-radius: 4px;
  letter-spacing: 2.5px;
}
.filters-toggle:hover{background: #546495; color: #FFFFFF;}
.filters-toggle-icon{
  background: none;
  width: 22px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin:  0;
  border-top: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -o-transition: all 0.4s;
}
.filters-toggle-icon:before,.filters-toggle-icon:after{
  content: ' ';
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  height: 2px;
  background: #FFFFFF;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.filters-toggle-icon:after{top: 8px;left: 7px;right: 7px;}
.filters-toggle .filters-toggle-icon{
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -6px;
}
.filters-toggle.active, .filters-toggle.active:hover{background: #78cbd3; color: #FFFFFF;}
.filters-toggle.active .filters-toggle-icon{width: 8px;margin-left: 7px;}
.filters-toggle.active .filters-toggle-icon:before{left: -3px; right: -3px;}
.filters-toggle.active .filters-toggle-icon:after{left: -7px; right: -7px;}
.menu-toggle{
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 17px;
  float: left;
  display: none;
}
.menu-toggle-icon{
  display: block;
  width: 29px;
  height: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  position: relative;
}
.menu-toggle-icon:before{
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 3px;
  background: #FFFFFF;
  left: 0;
}
.chat-popup{
  position: fixed;
  top: 0;
  bottom: 0;
  right: -350px;
  z-index: 3000;
  width: 350px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.chatshow .chat-popup{right: 0}
.chat-popup-content{
  background: #FFFFFF;
  border: 5px solid #70ccd2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 300px;
  margin-left: 50px;
  display: block;
}
.chat-popup-block{
  display: none;
  padding-top: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.chat-popup-title{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #70ccd2;
  padding: 10px 50px 10px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  color: #4d6595;
  text-transform: uppercase;
}
.chat-popup-back{
  position: absolute;
  top: 50%;
  left: 9px;
  background: url("./../../rs/images/icons.png") no-repeat -230px -44px;
  width: 32px;
  height: 32px;
  margin-top: -18px;
}
.chat-popup-back:hover{background-position:  -260px -103px}
.chat-popup-close{
  position: absolute;
  top: 13px;
  right: 19px;
  background: url("./../../rs/images/icons.png") no-repeat -269px -50px;
  width: 20px;
  height: 20px;
  z-index: 15;
}
.chat-popup-close:hover{background-position:  -269px -77px}
.chat-main{
  background: #FFFFFF;
  border: 5px solid #70ccd2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 300px;
  margin-left: 50px;
  padding-top: 220px;
  position: relative;
  padding-bottom: 40px;
}
.chat-popup-nav{
  display: block;
  position: absolute;
  padding:  0 10px;
  width: 290px;
  top: 5px;
  right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.chat-popup-item{
  display: block;
  padding: 10px 0 8px 46px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  font-size: 15px;
}
.chat-popup-item-link .icon{
  position: absolute;
  top: 50%;
  left: 20px;
}
.chat1-icon{
  background-position: -328px -10px;
  width: 25px;
  height: 18px;
  margin: -9px 0 0 -12px;
}
.chat2-icon{
  background-position: -329px -32px;
  width: 25px;
  height: 16px;
  margin: -8px 0 0 -13px;
}
.chat3-icon{
  background-position: -330px -57px;
  width: 23px;
  height: 15px;
  margin: -7px 0 0 -11px;
}
.chat4-icon{
  background-position: -330px -80px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}
.chat5-icon{
  background-position: -329px -104px;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
}
.chat6-icon{
  background-position: -71px -385px;
  width: 33px;
  height: 30px;
  margin: -13px 0 0 -14px;
}
.chat-popup-item-link:hover{color: #70ccd2;}
.chat-popup-item-link:hover .chat1-icon{background-position: -297px -10px}
.chat-popup-item-link:hover .chat2-icon{background-position: -298px -32px}
.chat-popup-item-link:hover .chat3-icon{background-position: -299px -57px}
.chat-popup-item-link:hover .chat4-icon{background-position: -299px -80px}
.chat-popup-item-link:hover .chat5-icon{background-position: -298px -104px}
.chat-popup-item-link:hover .chat6-icon{background-position: -0px -385px}
.chat-popup-item-link .mark,.chat-main-item .mark,.games-tabs-nav-item .mark{
  background: #f75263;
  font-size: 8px;
  min-width: 14px;
  height: 14px;
  line-height: 12px;
  padding-top: 1px;
  top: -5px;
  right: -4px;
}
.games-tabs-nav-item .mark{right: 0;padding-left: 4px;padding-right: 4px;}
.chat-main-title{
  background: #70ccd2;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-size: 23px;
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.chat-main-title-text{
  display: table-cell;
  vertical-align: middle;
  padding: 7px 45px 8px 15px;
}
.write-post{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  color: #FFFFFF;
  background: #4d6595;
  font-size: 16px;
  height: 40px;
  width: 300px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.write-post:hover{color: #FFFFFF; background: #12a4e9;}
.chat-main-bottom{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  background: #70ccd2;
  color: #FFFFFF;
  height: 107px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
}
.chat-main-bottom label{color: inherit; padding-top: 5px;}
.chat-popup .chat-main-bottom .jq-checkbox.checked{background: #12a4e9!important;}
.chat-main-content, .chat-messages-list{height: 100%;width: 100%;}
.scrollable .viewport .overview{width: 100%;}
.chat-main-item-text-cont{
    position: relative;
    padding-right: 12px;
    display: inline-block;
    font-size: 12px;
    line-height: 1.35em;
}
.chat-main-item-text-cont a{color: inherit;}
.chat-main-item-text-cont a:hover{color: #4d6595;}
.chat-main-item.new .chat-main-item-text-cont{font-weight: bold;font-family: "Gotham light","Gotham", Arial, sans-serif;}
.chat-main-item{padding: 12px 16px 12px 15px;border-bottom: 1px solid #ebebeb;margin: 0;}
.chat-main-item.new{
  background: #fffdec; 
  border-bottom: 1px solid #e3dfd2;
  padding: 12px 16px 12px 15px;
  margin: 0;
}
.chat-main-item-bottom{margin-top: 10px;}
.mess-author{
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  font-size: 12px;
}
.mess-num{
  float: left;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  color: #4c6594;
}
.mess-num:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: url('./../../rs/images/icons.png') no-repeat -269px -146px;
  width: 16px;
  height: 14px;
}
.mess-del{
    position: absolute;
    /* float: left; */
    background: url('./../../rs/images/icons.png') no-repeat -289px -146px;
    width: 14px;
    height: 14px;
    display: inline-block;
    /*margin-left: 15px;*/
    top: -5px;
    right: -10px;
}
.mess-del:hover{background-position: -306px -146px}
.mess-author a:hover{color: #0c94d4}
.chat-popup.inner .chat-popup-nav{
  position: absolute;
  top: 0;
  left: 0;
  background: #4d6595;
  z-index: 10;
  display: block;
  padding: 0;
  width: 50px;
}
.chat-popup.inner .chat-popup-item{padding: 0;width: 50px;height: 50px;border: none;}
.chat-popup.inner .chat-popup-item-link{
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.chat-popup.inner .chat-popup-item{background: #4d6595;}
.chat-popup.inner .chat-popup-item-link .icon{left: 50%;}
.chat-popup.inner .chat-popup-item-link .chat1-icon{background-position: -297px -10px}
.chat-popup.inner .chat-popup-item-link .chat2-icon{background-position: -298px -32px}
.chat-popup.inner .chat-popup-item-link .chat3-icon{background-position: -299px -57px}
.chat-popup.inner .chat-popup-item-link .chat4-icon{background-position: -299px -80px}
.chat-popup.inner .chat-popup-item-link .chat5-icon{background-position: -298px -104px}
.chat-popup.inner .chat-popup-item-link .chat6-icon{background-position: -4px -380px}
.chat-popup.inner .chat-popup-item:hover{background: #12a4e9}
.chat-popup.inner .chat-popup-item:hover .chat-popup-item-link .chat1-icon,
.chat-popup.inner .chat-popup-item.active:hover .chat-popup-item-link .chat1-icon{background-position: -360px -10px}
.chat-popup.inner .chat-popup-item:hover .chat-popup-item-link .chat2-icon,
.chat-popup.inner .chat-popup-item.active:hover .chat-popup-item-link .chat2-icon{background-position: -361px -32px}
.chat-popup.inner .chat-popup-item:hover .chat-popup-item-link .chat3-icon,
.chat-popup.inner .chat-popup-item.active:hover .chat-popup-item-link .chat3-icon{background-position: -362px -57px}
.chat-popup.inner .chat-popup-item:hover .chat-popup-item-link .chat4-icon,
.chat-popup.inner .chat-popup-item.active:hover .chat-popup-item-link .chat4-icon{background-position: -362px -80px}
.chat-popup.inner .chat-popup-item:hover .chat-popup-item-link .chat5-icon,
.chat-popup.inner .chat-popup-item.active:hover .chat-popup-item-link .chat5-icon{background-position: -361px -104px}
.chat-popup.inner .chat-popup-item:hover .chat-popup-item-link .chat6-icon,
.chat-popup.inner .chat-popup-item.active:hover .chat-popup-item-link .chat6-icon{background-position: -67px -382px}
.chat-popup.inner .chat-popup-item.active {background: #70ccd2;}
.chat-popup.inner .chat-popup-item.active .chat-popup-item-link .chat1-icon{background-position: -328px -10px}
.chat-popup.inner .chat-popup-item.active .chat-popup-item-link .chat2-icon{background-position: -329px -32px}
.chat-popup.inner .chat-popup-item.active .chat-popup-item-link .chat3-icon{background-position: -330px -57px}
.chat-popup.inner .chat-popup-item.active .chat-popup-item-link .chat4-icon{background-position: -330px -80px}
.chat-popup.inner .chat-popup-item.active .chat-popup-item-link .chat5-icon{background-position: -329px -104px}
.chat-popup.inner .chat-popup-item.active .chat-popup-item-link .chat6-icon{background-position: -35px -379px}
.icon.write-icon{background-position: -105px -383px;width:30px;height: 30px;}
.chat-popup.inner .chat-popup-item-text{display: none;}
.chat-popup.inner .chat-popup-item-link:hover .chat-popup-item-text{
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
  display: block;
  z-index: 10;
  height: 100%;
  box-sizing: border-box;
  padding: 17px 20px 10px 4px;
  background-color: #12a4e9;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.chat-popup.inner .chat-popup-item:hover{background: #12a4e9;}
.scrollable .viewport{width: 100%; height: 100%;}
.awards{text-align: center;padding: 16px 0;}
.awards-item{
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 19px;  
  *background: url("./../../rs/images/background/awards.png") no-repeat 0 0;
  width: 122px;
  height: 85px;
}
.awards-item.type1{background-position: 0px 0px;}
.awards-item.type2{background-position: -123px 0;}
.awards-item.type3{background-position: -246px 0;}
.awards-item.type4{background-position: -369px 0;}
.awards-item.type5{background-position: 0px -97px;}
.awards-item.type6{background-position: -123px -97px;}
.awards-item.type7{background-position: -246px -97px;}
.awards-item.disabled{background-position: -369px -97px;}
.awards-item-wrap{display: table;width: 100%;height: 100%;}
.awards-item-content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  font: bold 9px/13px "Gotham light","Gotham", Arial, sans-serif;
  padding: 5px 20px 0;
  text-transform: uppercase;
}
.chat-popup-inner {height: 100%;}
.games-tabs{height: 100%;position: relative;}
.games-tabs-nav{
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.games-tabs-nav-item{
  display: table-cell;
  vertical-align: middle;
  border-left: 2px solid #FFF;
  text-align: center;
  font-size: 14px;
}
.games-tabs-nav-item:first-child{border-left: 0;}
.games-tabs-nav-item a{
  color: #000;
  display: block;
  padding: 10px 10px 10px;
  border-top: 3px solid #4d6595;
  background: #ededed;
}
.games-tabs-nav-item a:hover{color: #12a4e9; border-top-color: #12a4e9;}
.games-tabs-nav-item.active a{color: #4d6595;border-top-color: #ff7a89;background: #FFF;}
.games-tabs-block{
  display: none;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-top: 39px;
  padding-bottom: 0;
}
.chat-popup-title .chat-popup-close{top: 9px;right: 14px;}
.games{margin-left: -16px;font-size: 0; padding-top: 16px;}
.games-item{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  width: 50%;
  margin-right: -2px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-bottom: 16px;
}
.games-item-photo{
  height: 68px;
  margin-bottom: 10px;
}
.game-image-effect{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.game-image-effect>a{
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.game-image-effect:hover{opacity: 0.6;}
.game-image-effect:hover>a{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);  
}
.games-item-title{
  font-size: 12px;
  color: #070707;
  margin-bottom: 6px;
  line-height: 15px;
}
.games-item-title a{color: inherit;}
.games-item-date{font-size: 11px; color: #4d6595;}
.friends, .chat-main-block, .chat-messages, .advances {position: relative;height: 100%;}
.friends-item-avatar{
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  position: relative;
}
.friends-item-avatar img{display: block;width: 32px;height: 32px;border-radius: 50%;}
.friends-item.active .friends-item-avatar:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../../rs/images/icons.png") no-repeat -296px -171px;
  border-radius: 50%;
}
.friends-list-wrap, .chat-main-block-wrap, .chat-messages-list-wrap, .advances-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0px;
}
.chat-messages-list-wrap {
	bottom:172px;
}
.chat-main-block-wrap {
	bottom: 102px;
}
.friends-list, .advances-list {height: 100%;}
.friends-list-wrap.scrollable .viewport, .chat-messages-list.scrollable .viewport{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.friends-item-name{
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-right: 14px;
}
.friends-item-send{display: inline-block;vertical-align: middle;}
.send-mess{
  display: inline-block;
  vertical-align: middle;
  background: url("./../../rs/images/icons.png") no-repeat -344px -133px;
  width: 32px;
  height: 21px;
}
.friends-item.active .send-mess,.friends-item:hover .send-mess{background-position: -344px -158px;}
.friends-item{padding: 10px 5px 8px 7px;border-bottom: 1px solid #ebebeb;cursor: pointer;}
.friends-item-name a{color: inherit;}
.friends-item:hover .friends-item-name a {color: #4d6595;}
.friends-item.active .friends-item-name{color: #4d6595;}
.friends-bottom, .chat-message-bottom{
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  background: #70ccd2;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.friends-bottom-text {
  max-height: 260px;
}
.input{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #FFFFFF;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #EEE;
  display: block;
  width: 100%;
}
.friends-bottom-text{
  background: #FFFFFF;
  border-radius: 3px;
  height: 70px;
  border: none;
  padding: 10px 10px;
  resize: none;
  margin-bottom: 20px;
}
.friends-bottom-opt{text-align: right;}
.friends-bottom-num{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #FFFFFF;
}
.friends-bottom-submit{
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
  border: none;
  background: #4d6595;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
}
.friends-bottom-submit:hover{background: #12a4e9}
.messages-wrap{height: 100%;}
.messages .chat-main-item{position: relative;padding-right: 45px;}
.messages .chat-main-item-text-cont{margin-bottom: 2px;font: bold 15px "Gotham light","Gotham", Arial, sans-serif;}
.chat-main-item-date{font-size: 10px; color: #4d6595;margin-bottom: 10px;}
.chat-main-item-text{font-size: 12px;line-height: 16px;word-break: break-word; position:relative;}
.chat-main-item-text a{color: inherit;}
.chat-main-item-text a:hover{color: #4d6595;}
.del-mess{position: absolute;top: 10px;right: 7px;}
.messages .chat-main-item.new .del-mess{right: 17px;}
.del-mess-icon{background-position: -341px -187px;width: 15px;height: 18px;margin: 0;}
.del-mess-icon:hover{background-position: -361px -187px}
.messages  .chat-main-item .mark{top: 2px;}
.scrollable .scroll-bar.vertical{right: -4px; width: 4px;}
.scrollable .scroll-bar.vertical .thumb{background: #4d6595;}
.settings-form{
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.settings-form-inner{padding: 16px 16px 6px;}
.input-town .jq-selectbox__select {
  display: none;
}
.input-wrap{position: relative;padding-bottom: 15px;}
.input{
  background: #FFFFFF;
  border: 2px solid #dcdcdc;
  border-radius: 3px;
  padding: 9px 10px;
  color: #4d6595;
  font: bold 14px "Gotham light","Gotham", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.input{min-height: 90px;resize: vertical;}
.button{
  display: inline-block;
  vertical-align: middle;
  background: #4d6595;
  border-radius: 3px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 10px 15px;
  text-align: center;
  border: none;
  outline: none;
}
.button:hover{background-color: #70ccd2;color: #FFF;}
.submit{display: block;width: 100%;}
.upload{position: relative; overflow: hidden;}
.upload-input{
  position: absolute;
  bottom: 100%;
  right: 100%;
  margin: 100px;
}
.avatar-load{margin-bottom: 18px;}
.avatar-load-priview{
  width: 60px;
  height: 60px;
  margin-right: 18px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
}
.avatar-load-wrap{overflow: hidden;}
label{display: block;color: #7a7a7a;margin-bottom: 4px;}
.jq-selectbox__select,.jq-selectbox{
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jq-selectbox__select,.jq-selectbox__select:hover,
.jq-selectbox.focused .jq-selectbox__select{
  background: #FFFFFF;
  border: 2px solid #dcdcdc;
  border-radius: 3px;
  padding: 9px 10px;
  color: #434343;
  height: auto;
  line-height: normal;
  font: bold 14px "Gotham light","Gotham", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
}
.jq-selectbox__trigger{border-left: 1px solid #dcdcdc;}
.jq-selectbox__trigger-arrow{border: 9px solid transparent;border-top-color: #020202;}
.jq-selectbox__trigger-arrow:before{
  content: " ";
  position: absolute;
  top: -10px;
  left: -9px;
  border: 9px solid transparent;
  border-top-color: #FFFFFF;
}
.jq-selectbox__trigger-arrow {top: 50%;margin-top: -4px;right: 8px;}
.jq-selectbox li.selected,.jq-selectbox li.sel{background-color: #70ccd2; color: #FFF;}
.jq-selectbox li:hover{background-color: #12a4e9}
.settings-check{position: relative;padding-right: 50px;margin-bottom: 10px;}
.settings-check-input{position: absolute;top: 0;  right: -4px;}
.category .settings-check {
	height: 25px;
	border-bottom: 1px solid #b3b9d0;
}
.category .settings-check label:before {
   content: " ";
    height: 5px;
    width: 155px;
    background: #94cad2;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}
.chat-popup .jq-checkbox,.chat-popup .jq-checkbox.focused{
  background: #f75365!important;
  width: 41px;
  height: 22px;
  border-radius: 11px;
  box-shadow: none;
  border: none!important;
}
.chat-popup .jq-checkbox .jq-checkbox__div,.chat-popup .jq-checkbox.checked .jq-checkbox__div{
  width: 14px;
  height: 14px;
  top: 4px;
  right: inherit;  
  left: 4px;
  background: #FFFFFF!important;
  border-radius: 50%;
  box-shadow: none;
  margin: 0;
  position: absolute;
}
.chat-popup .jq-checkbox.checked .jq-checkbox__div{left: inherit; right: 4px;}
.chat-popup .jq-checkbox.checked {background: #70ccd2!important}
.chat-title{
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chat-list{padding: 19px 8px 16px 6px;}
.chat-item{min-height: 36px;margin-bottom: 16px;}
.chat-item-avatar{width: 32px;height: 32px;padding-right: 3px;float: left;}
.chat-item-avatar img{width: 32px; height: 32px; display: block; border-radius: 32px;}
.chat-item-text-wrap{padding-left: 5px;position: relative;overflow: hidden;}
.chat-item-text{
  background: #efefef;
  border-radius: 3px;
  padding: 7px 7px 8px;
  position: relative;
  font-size: 12px;
  margin-right: 22px;
  line-height: 1.45em;
}
.chat-item-text:before{
  content: " ";
  position: absolute;
  top: 11px;
  right: 100%;
  border: 4px solid transparent;
  border-right-color: #efefef;
}
.chat-item.user-mess .chat-item-avatar{float: right;padding: 0 0 0 4px;}
.chat-item.user-mess .chat-item-text-wrap{padding: 0 5px 0 0;}
.chat-item.user-mess .chat-item-text:before{border-right-color: transparent; border-left-color: #d0effb; left: 100%; right: inherit;}
.chat-item.user-mess .chat-item-text{background: #d0effb;margin: 0 0 0 22px;}
.chat-main-content .viewport{width: 100%!important;}
.mobile-menu{display: none;}
.develop{float: right; font-size: 12px; margin-top: 12px;clear: both;}
.chat-popup-wrap{position: absolute; top: 0; right: 0; overflow: hidden;}

/***************************************PROFILE******************************************/

.profile-title{
  position: relative;
  padding-right: 315px;
  font-size: 15px;
}
.ban-user-button{background: #d35561;}
.ban-user-button:hover{background: #000;}
.profile-title .ban-user-button{
  position: absolute;
  top: -5px;
  right: 0;
  padding: 12px 22px 11px 23px;
  letter-spacing: 0.5px;
}
.ban-icon{
  background-position: -107px -161px;
  width: 18px;
  height: 24px;
  margin-right: 20px;
  margin-top: -11px;
}
.friendlist-icon, .unfriendlist-icon{
  background-position: -141px -157px;
  width: 37px;
  height: 28px;
  margin: -14px 12px -10px -35px;
}
.unfriendlist-icon{
  background-position: -345px -266px;
}
.profile-options{
  float: right;
  width: 300px;
  margin: 0 0 20px 20px;
  padding-top: 20px;
}
.profile-content{padding-top: 6px;margin-bottom: 28px;}
.profile-options .button{
  display: block;
  margin: 0 0 16px;
  letter-spacing: 1px;
  padding: 13px 15px;
}
.profile-options .button:hover{background-color: #12a4e9;}
.write-mess-button{
  color: #697498;
  background: #94cad2;
}
.write-mess-icon{
  background-position: -344px -214px;
  width: 32px;
  height: 21px;
  margin: -14px 16px -10px -13px;
}
.write-mess-button:hover .write-mess-icon{background-position:  -344px -238px}
.profile-avatar{
  position: relative;
  width: 144px;
  height: 144px;
  float: left;
  margin: 0 24px 15px 0;
}
.profile-avatar img {
	border-radius: 72px;
}
.ban-user-link{
  position: absolute;
  top: -2px;
  right: 1px;
  background: #d35561;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
}
.ban-user-link:hover{background-color: #000;}
.ban-user-link .ban-icon{margin: 5px 0}
.sep-icon{
  background-position: -114px -132px;
  width: 9px;
  height: 21px;
  margin: -4px 10px -5px 4px;
  vertical-align: top;
}
.profile-adress{
  display: inline-block;
  vertical-align: top;
  color: #697498;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2.9px;
}
.profile-rate span{color: #697498;}
.help-icon{
  display: inline-block;
  vertical-align: top;
  background: #697498;
  position: relative;
  color: #FFFFFF!important;
  width: 13px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  cursor: default;
  margin-top: 1px;
  padding-top: 1px;
}
.help-icon:hover{background: #dbefff;color: #494949!important;}
.help-text{
  display: none;
  position: absolute;
  background: #dbefff;

  border-radius: 3px;
  max-width: 200px;
  left: 100%;
  margin-left: 10px;
  top: 0;
  margin-top: -5px;
  padding: 4px 5px;
  color: #494949;
  font-size: 12px;
}
.help-text:before{
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  border: 4px solid transparent;
  border-right: 8px solid #dbefff;
  margin-top: -4px;
}
.help-icon:hover .help-text{display: block;}
.profile-rate{
  display: inline-block;
  vertical-align: top;
  color: #999999;
  letter-spacing: 0.5px;
}
.profile-user-info{overflow: hidden;padding-top: 24px;}
.profile-info{margin-bottom: 15px;}
.profile-text{margin-bottom: 4px; line-height: 1.6em;}
.profile-text-more{ color: #328bde; border-bottom: 1px solid;}
.profile-text-more:hover{color: #6db4bf;}
.profile-blocks, .error-blocks{ margin-left: -10px; font-size: 0; margin-bottom: 53px;}
.profile-block{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-right: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 14px;
}
.error-block {
	font-size: 14px;
	margin-right: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}
.profile-block-title, .sitemap-block-title {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #b3b9d0;
  margin-bottom: 14px;
  letter-spacing: 1.8px;
}
.profile-block-title a{color: inherit;}
.profile-block-title-text, .sitemap-block-title-text {
  position: relative;
  display: inline-block;
  color: #000000;
  background: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  font-weight: bold;
  padding-bottom: 13px;
}
.profile-block-title-capt, .sitemap-block-title-capt {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 8px;
  color: #FFFFFF;
  padding: 2px 5px;
  border-radius: 3px;
  min-width: 21px;
  text-align: center;
  margin-top: -2px;
}
.profile-block-list, .sitemap-block-list {padding-top: 6px;min-height: 260px;padding-bottom: 19px;}
.sitemap-block-list { min-height: 25px;}
.profile-block-list li, .sitemap-block-list li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  margin-bottom: 7px;
}
.sitemap-block-list li {
	width: 24%;
}
.profile-block-list a, .sitemap-block-list a {color: inherit; border-bottom: 1px solid;}
.profile-block-list a:hover, .sitemap-block-list a:hover {color: #12a4e9;}
.profile-statistic{}
.profile-statistic-item{
  display: table;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.profile-statistic-item:hover{color: #12a4e9;}
.profile-statistic-item:last-child{border-bottom: 0;}
.profile-statistic-title{
  display: table-cell;
  vertical-align: top;
  padding: 9px 10px 9px 0;
  min-width: 115px;
}
.profile-statistic-val{
  display: table-cell;
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  padding: 8px 0;
  line-height: 1.3em;
}
.profile-statistic-val a{
  display: inline;
  color: inherit;
  border-bottom: 1px solid;
}
.show-more{
  background-position:  -119px -64px;
  width: 22px;
  height: 22px;
}
.profile-block .awards{
  padding-top: 20px;
  min-height: 285px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.profile-block .awards-item{margin-bottom: 31px;}
.profile-block-bottom{text-align: center;}
.show-more-button{
  display: inline-block;
  vertical-align: top;
  padding: 11px 10px;
  border-radius: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.show-more-button .show-more{margin: -10px 5px -5px 0;}
.show-more-button:hover{background: #12a4e9;color: #FFFFFF;}
.submit-game-page{padding-top: 5px;}
.submit-game-warning{float: right;width: 36.3%;}
.warning{
  margin: 5px 0 32px 0;
  padding-left: 28px;
  text-align: center;
  color: #DB595F;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 4px;
}
.warning-icon{background-position: -1px -249px;width: 56px;height: 56px;}
.warning .warning-icon{display: block;margin: 0 auto 7px;}
.game-warning-item{font-size: 12px;line-height: 1.5em;margin-bottom: 1.5em;}
.game-warning-item-question{font-weight: bold;letter-spacing: 0.4px;font-size: 14px;}
.submit-game-content{
  /*background-color: #ededee;*/
  border-radius: 3px;
  padding: 20px 18px 35px 22px;
  width: 62.1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 29px;
}
.form-row{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: -7px;
}
.game-type{
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.7px;
  margin-right: 26px;
  margin-bottom: 28px;
}
.jq-radio{
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(82, 143, 152, 0.75), 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(82, 143, 152, 0.75), 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(82, 143, 152, 0.75), 0px 1px 0px 0px rgba(255, 255, 255, 0.75);
  background: #FFFFFF;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  border: none;
  margin-right: 0px;
  position: relative;
  top: 0;
  left: 0;
}
.jq-radio.checked{background-color: #27baff;border: none;}
.jq-radio.checked .jq-radio__div{
  width: 10px;
  height: 10px;
  margin: -5px -5px;
  border-radius: 50%;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(82, 143, 152, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(82, 143, 152, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(82, 143, 152, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
}
.game-type label{
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0 0;
  cursor: pointer;
}
.form-row-label{
  display: table-cell;
  vertical-align: top;
  padding-top: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #454545;
  width: 30.2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.form-row-input{display: table-cell;vertical-align: top;}
.form-row .input{
  font-size: 16px;
  font-weight: normal;
  padding: 15px 19px 16px;
  border-color: #ededee;
  color: #000;
  letter-spacing: 0.8px;
}
.form-row textarea.input{
  min-height: 118px;
  padding: 8px 14px 8px 19px;
  font-size: 14px;
  line-height: 2.2em;
  letter-spacing: 0;
}
.error-text{
  position: absolute;
  left: 100%;
  background: #d35561;
  margin-left: -6px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  padding: 7px 10px 7px 12px;
  top: 1px;
  min-width: 127px;
  line-height: 18px;
  display: none;
}
.form-row.error .error-text{display: block;}
.error-text:before{
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  border: 4px solid transparent;
  margin-top: -4px;
  border-right: 6px solid #d35561;
}
.form-row.error .input{color: #d35561;}
.form-row.error .form-row-label{color: #d35561;}
.form-row-label-capt{
  text-transform: none;
  color: #5c5c5c;
  font-size: 11px;
  font-weight: normal;
  margin-top: 7px;
}
.file-upload{
  position: relative;
  overflow: hidden;
  cursor: default;
  padding-top: 17px;
  padding-bottom: 15px;
}
.file-upload input[type="file"]{position: absolute;bottom: 200%;right: 200%;}
.upload-file-button{
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background-color: #94cad2;
  padding: 15px 23px;
  font-size: 18px;
}
.upload-file-button:hover{background-color: #556495;}
.upload-filename{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear-file{
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background: url('./../../rs/images/icons.png') no-repeat -67px -254px;
  width: 22px;
  height: 22px;
}
.clear-file:hover{background-position:  -67px -278px}
.refresh-file{
  display: inline-block;
  vertical-align: middle;
  background: url("./../../rs/images/icons.png") no-repeat -97px -249px;
  width: 22px;
  height: 26px;
}
.refresh-file:hover{background-position: -97px -279px}
.upload-file-image{display: inline-block;vertical-align: top;margin-left: 5px;position: relative;max-width: 55%;}
.upload-file-image .clear-file{position: absolute;top: -10px;right: -10px;margin: 0;}
.form-row .filters-list{padding-top: 18px;margin-bottom: 10px;}
.form-row .filters-list .filters-item{margin-bottom: 5px;}
.form-row .filters-list .sort-item{margin-bottom: 5px;}
.upload-game-genres{
  height: 178px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 4px 18px 4px 0;
}
.genres-row .form-row-label{padding-top: 52px;}
.upload-game-genres-item a{display: block;padding: 7px 10px 7px 16px;color: inherit;}
.upload-game-genres-item.active a{background: #94cad2;}
.check-wrap{
  position: relative;
  padding-left: 40px;
  min-height: 35px;
  margin-top: 22px;
  padding-top: 6px;
  margin-bottom: -13px;
}
.radio-wrap {
  position: relative;
  display: inline-block;
}
.game-type-wrap .error-text {
  top: -12px;
}
.form-row-input .file-upload, .form-row-input .file-upload-wrap {
  display: inline-block;
  position: relative;
}
.form-row-input .file-upload-wrap .error-text {
  top: 16px;
  right: -166px;
  left: auto;
}
.check-wrap.input-wrap, .check-wrap label{display: inline-block;position: relative;}
.check-wrap.input-wrap{padding-right: 16px;}
.error .check-wrap label{font-weight: bold;color: #d35561;}
.check-wrap.input-wrap .error-text{margin-top: -11px;}
.submit-game-button{
  margin-top: 33px;
  padding: 21px 39px;
  font: 24px "Gotham light", "Gotham", Arial, sans-serif;
  letter-spacing: 3px;
}
.jq-checkbox,.jq-checkbox.focused{
  border: 3px solid #ededee;
  background: #FFFFFF;
  width: 31px;
  height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(160, 160, 160, 1);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(160, 160, 160, 1);
  box-shadow: inset 0px 1px 0px 0px rgba(160, 160, 160, 1);
}
.jq-checkbox.checked{border: 3px solid #ededee;background: #27baff;}
.jq-checkbox .jq-checkbox__div{}
.jq-checkbox.checked .jq-checkbox__div{
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("./../../rs/images/icons.png") no-repeat -128px -284px;
  width: 16px;
  height: 13px;;
  margin: -7px -8px;
  box-shadow: none;
}
.form-row.error .jq-checkbox{border-color: #d35561;background: #ffc9ce;}
.check-wrap .jq-checkbox{position: absolute!important;top: 0px;left: -3px;}
.upload-game-genres .scroll-bar.vertical{
  right: 6px;
  background-color: #e3e3e3;
  border-radius: 4px;
  width: 7px;
}
.upload-game-genres .scroll-bar.vertical .thumb{border-radius: 5px;}
.form-wrap{position: relative;}
.login{white-space: nowrap;}
.catalog-line{display: inline;}
.new-mess-blocks{
  position: fixed;
  top: 97px;
  right: -300px;
  width: 300px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 501;
}
.new-mess-blocks.show{right: 0;}
.new-mess{
  width: 100%;
  position: relative;
  background:  #4e6696;
  border-bottom: 5px solid #70ccd3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 19px 15px 19px;
  margin-bottom: 10px;
}

.new-mess-title{
  border-bottom: 2px solid #70ccd3;
  color: #70ccd3;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  padding-bottom: 17px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.8px;
  margin-bottom: 15px;
}
.new-mess-close{
  position: absolute;
  top: 24px;
  right: 19px;
  background: url('./../../rs/images/icons.png') no-repeat -156px -254px;
  width: 20px;
  height: 20px;
}
.new-mess-close:hover{background-position: -156px -274px;}
.new-mess-info-link, .friend-req-zone.baloon {display: block;}
.new-mess-info{display: table;width: 100%;table-layout: fixed;}
.new-mess-info-avatar{
  display: table-cell;
  vertical-align: middle;
  width: 32px;
}
.new-mess-info-avatar img{
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.new-mwss-info-text{
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  color: #FFFFFF;
  line-height: 18px;
}
.new-mess-mobile{display: none;}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 5000;
  display: none;
}
.popup{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  background: #78cbd3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  display: none;
  z-index: 501;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-title{
  color: #436697;
  border-bottom: 2px solid #436697;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  padding-bottom: 18px;
  margin-bottom: 15px;
  font-size: 21px;
}
.error-popup .popup-title{color: #f75362;border-bottom-color: #f75362;}
.error-popup.good-mess .popup-title{color: #1C7D2D;border-bottom-color: #1C7D2D;}
.popup-close{
  position: absolute;
  top: 22px;
  right: 20px;
  background: url('./../../rs/images/icons.png') no-repeat -236px -253px;
  width: 20px;
  height: 20px;
}
.popup-close:hover{background-position: -156px -274px}
.error-popup .popup-close{background-position: -156px -274px}
.error-popup .popup-close:hover{background-position:  -236px -253px}
.popup .button{background: #436697;padding: 11px 20px;}
.popup .button:hover{background: #12a4e9}
.popup .button-cancel{background: #f75362}
.popup .button-cancel:hover{background: #12a4e9}
.to-left{float: left;}
.to-right{float: right;}
.popup-content{padding: 6px 0 24px;font-size: 15px;}
.login-popup{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5010;
  background: #546591;
  padding-top: 54px;
  color: #72cbd2;
  text-align: center;
  display: none;
  height: auto;
  padding-bottom: 10px;
}
.login-popup-close{
  top: 20px;
  right: 20px;
  position: absolute;
  width: 38px; 
  height: 38px; 
  border-radius: 3px; 
  background: #f05662 url("./../../rs/images/icons.png") -183px -255px;
}
.login-popup-close:hover{background-color: #78cbd3; background-position:  -183px -255px}
.login-popup-wrap{width: 280px;margin: 0 auto;}
.login-popup label{
  text-align: left;
  text-transform: uppercase;
  color: #72cbd2;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1.9px;
  margin-bottom: 9px;
}
.login-popup .input{border-color: #FFFFFF;font-size: 18px;padding: 7px 10px;}
.login-button{background: #5bbec5;margin-top: 12px;padding: 14px 35px;font-size: 22px;letter-spacing: 2.8px;}
.login-button:hover{background: #00bcf9;}
.forget{margin-bottom: 9px;margin-top: 13px;}
.forget-link{border-bottom: 1px solid; color: #FFF; text-transform: uppercase; font-size: 13px; font-weight: normal;}
.forget-link:hover{color: #00bcf9;}
.registr-button{background: #00bcf9;margin-top: 11px;padding: 14px 35px;font-size: 22px;letter-spacing: 2.8px;}
.registr-button:hover{background: #5bbec5;}
.login-bottom{font-size: 14px;padding-bottom: 10px;}
.login-popup-block{display: none;}
.login-popup-block.active{display: block;}
.login-socials{text-align: center;background: #5bbec5;padding: 27px 0 9px;}
.large-soc1-icon, .large-facebook {background-position: -59px -195px;width: 48px;height: 48px;}
.large-soc2-icon, .large-vkontakte {background-position: -1px -195px;width: 48px;height: 48px;}
.large-soc3-icon, .large-google {background-position: -175px -195px;width: 48px;height: 48px;}
.login-socials a{display: inline-block;vertical-align: top;margin-left: 5px;}
.login-socials a:first-child{margin-left: 0}
.login-socials .icon{margin: 0;}
.login-socials .login-popup-wrap{text-align: justify;}
.login-socials .login-popup-wrap:after{
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.login-popup-or{
  color: #FFF;
  text-align: center;
  margin-top: -10px;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 10px;

}
.login-popup>.login-popup-wrap{padding: 0 0 10px;}
.login-popup .input-wrap{
  padding-bottom: 21px;}
.login-popup .input::-webkit-input-placeholder {color: #72cbd2;font-size: 20px;text-transform: uppercase; letter-spacing: 0.4px}
.login-popup .input:-moz-placeholder,.login-popup .input::-moz-placeholder {color: #72cbd2;font-size: 20px;text-transform: uppercase; letter-spacing: 0.4px}
.login-popup .input:-ms-input-placeholder {color: #72cbd2;font-size: 20px;text-transform: uppercase; letter-spacing: 0.4px}


.login-popup .input-wrap.error .input{border-color: #f25461;border-radius: 3px 3px 0 0;}
.error-message{
  display: none;
  background: #f25461;
  border-radius:  0 0 3px 3px;
  color: #FFFFFF;
  padding: 5px 10px 7px;
  position: relative;
}
.input-wrap.error .error-message{display: block;}
.error-message:before{
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 100%;
  border: 5px solid transparent;
  border-bottom-color: #f25461; 
  margin-left: -5px;
}
.game-slider-nav-item{display: inline-block;vertical-align: top;margin-left: 20px;}
.game-slider-nav-item:first-child{margin-left: 0}
.game-slider-nav-item{
  padding-bottom: 14px;
  position: relative;
  border-bottom: 5px solid transparent;
}
.game-slider-nav-item.active:before{
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #d35561;
}
.game-slider-nav-item.active:after{
  content: ' ';
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: #d35561;
}
.game-comments{
  background: none;
  padding: 0;
  margin-bottom: 48px;
}
.game-comments .comments-item-inner{margin-top: 0;}
.game-comments .comments-item-photo{margin-top: -3px;}
.game-comments .comments-item{position: relative;margin-bottom: 27px;}
.comments-item-content textarea{
  border: none;
  resize: none;
  width: 100%;
  padding: 25px 21px;
  -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:    inset 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow:         inset 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 122px;
}
form .comments-item-photo:before{
  border: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAYAAACdkl3yAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAV5JREFUeNqMkz1SHDEQhb/XS+4A+0Z2BlUuAjiAA3wD/1zAHALfwb7A5hBvADkZ0aZbtf0c7GiqJWYxXdU1Ukvv65bUo81mcyPpW0QgCUlExOxviUkigB+SfgMvFsfYLIpgtVp185Bk4Br4S7ER0ImGqlpFAHvgUtK6bWiwY/MOEkHYbkXsbF8A901Uq/ufB71tgTPgsSVYAtZ4+wZAqQrbz7Y/Ak/j2mjdgwyQJnwCPtl+rrDXoNHEC/5g+zwzt+PakLQ/Wt2QmS12Z/vC9q7uWwIerajBMnOdmVeZua9xoCbsQUU8fyfBn8z86oN1gOYn40XaRtIMaQ2XmbeS3gO/anwG1XuZBIfLK+NiN8A7Sd9rosw8gMYLH2FDU/6U9AH4Uis7aUcZ+2Spsim7JV0Dp8Dn7hcZn3LpBZtP831mXtlet3jUo42wKl4A7qYeu5uf/zXYMfA03k7d//hvAD5U1Dft0cZkAAAAAElFTkSuQmCC') 0 0 no-repeat;
  width: 18px;
  height: 19px;
}
form .comments-item-content{background: none;}
.comments-item-rate{
  float: right;
  width: 73px;
  padding: 7px 25px;
  margin: -9px 0;
  border: 1px solid #9fd32f;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.game-comments .comments-item-content{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
.comments-item-inner{
  position: relative;
  margin-top: 2px;
}
.game-page-content{
  float: left;
  width: 100%;
  max-width: 727px;
  margin-right: 8px;
}
.game-slider-nav{margin-bottom: 12px;white-space: nowrap; border-bottom: 1px solid #C1CACF;}
.game-slider-nav-item{max-width: 126px;opacity: 0.7; margin-bottom: -8px;}
.game-slider-nav-item.active{opacity: 1}
.game-slider-nav-item .categories-item-image{margin-bottom: 0;}
.categories-item-image.video{position: relative;}
.categories-item-image.video:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../../rs/images/video.png") no-repeat 50% 50%;
}
.game-slider-wrap,.game-container{background: #000; text-align: center; b}
.game-slide img{display: block;margin: 0 auto;max-width: 100%;}
.game-slide-wrap{
  display: table-cell;
  vertical-align: middle;
  width: 1200px;
  height: 300px;
}
.game-slider-panel{
  white-space: nowrap;
  font-size: 0;
  min-width: 65px;
  border-top: 5px solid #87c200;
  background: #769e08;
  padding: 0 15px 0 10px;
  margin-bottom: 25px;
}
.game-slider-panel-left{float: left;}
.game-slider-panel-right{float: right;}
.game-slider-panel-item{
  display: inline-block;
  vertical-align: top;
  border-top: none;
  background: #769e08;
  min-width: 70px;
  height: 57px;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 60px;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
}
.game-slider-panel-right .game-slider-panel-item{
  font-size: 16px;
  line-height: 56px;
  padding: 0 16px;
}
.game-slider-panel-item:hover, .game-slider-panel-item.remove-favorits {
  background: #87c200;
  color: #FFFFFF;  
}
.game-slider-panel-item.remove-favorits:hover {
  background: #FFF;
  border-color:  #c1cad0;
  color: inherit; 
}
.heart-icon {
	display: inline-block;
	vertical-align: middle;
	width: 30px; 
	height: 26px;
	margin: -6px 0 0 0;
	position: relative;
}
.heart-icon:before{
	content: "";
	display: block;
	position: absolute;
	background: url("./../../rs/images/icons/heart-icon.svg") 0 0 no-repeat;
	width: 34px; 
	height: 30px;
	-webkit-background-size: 34px 30px;
	background-size: 34px 30px;
	left: -2px;
    top: -3px;
}
.game-slider-panel-item.remove-favorits .heart-icon {
	background-position: -5px -347px;
}
.full-icon{
  background-position: -43px -313px;
  width: 24px;
  height: 24px;
  margin: -6px 0 0 0; 
}
.alert-icon{
  width: 30px; 
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: -6px 0 0 0; 
}
.alert-icon:before{
	content: "";
	display: block;
	position: absolute;
	width: 34px; 
  	height: 30px;
  	background: url("./../../rs/images/icons/alert-icon.svg") 0 0 no-repeat;
  	-webkit-background-size: 34px 30px;
  	background-size: 34px 30px;
    top: -3px;
    left: -2px;
}
.lamp-icon{
  background-position: -109px -309px;
  width: 20px;
  height: 29px;
  margin: -6px 0 0 0; 
}
.like2-icon{
  width: 24px; 
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: -14px 12px 0 0; 
}
.like2-icon:before{
	content: "";
	display: block;
	position: absolute;
    top: -12px;
    left: -13px;
	width: 50px; 
	height: 52px;
	background: url("./../../rs/images/icons/like-icon.svg") 0 0 no-repeat;
	-webkit-background-size: 50px 52px;
	background-size: 50px 52px;
}
.dislike2-icon{
  width: 24px; 
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: -1px 13px 0 0;
}
.dislike2-icon:before{
	content: "";
	display: block;
	position: absolute;
    top: -13px;
    left: -12px;
	width: 50px; 
	height: 52px;
	background: url("./../../rs/images/icons/dislike-icon.svg") 0 0 no-repeat;
	-webkit-background-size: 50px 52px;
	background-size: 50px 52px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.like-item:hover,.dislike-item:hover{color: #FFF;}



.game-slider-panel-item:hover .full-icon{background-position: -43px -350px;}
.game-slider-panel-item:hover .lamp-icon{background-position: -109px -346px;}

.game-slider-panel-inactive:hover a{
	border-color: #c1cad0;
	cursor: not-allowed;
}
.game-slider-panel-inactive:hover  .like2-icon{background-position: -142px -305px;}
.game-slider-panel-inactive:hover  .dislike2-icon{background-position: -181px -306px;}
/*.game-slider-panel-inactive .like-item:hover{color: #70b371!important;}
.game-slider-panel-inactive .dislike-item:hover{color: #e36767!important;}*/

.game-slider-panel-inactive .game-slider-panel-item:hover {
  background: none;
  color: #FFFFFF;  
}

.share-block{display: table; table-layout: fixed; width: 100%; margin-bottom: 21px;}
.share-block-item{
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.share-block-item.left{text-align: left;}
.share-block-item.right{text-align: right;}
.share-block-button{
  position: relative;
  font-size: 16px;
  padding: 10px 18px 10px 56px;
  letter-spacing: 0;
  min-width: 129px;
}
.share-block-button .icon{
  position: absolute;
  top: 50%;
  left: 29px;
}
.share1-icon{
  background-position: -227px -300px;
  width: 32px;
  height: 34px;
  margin: -17px 0 0 -16px;
}
.share2-icon{
  background-position: -276px -297px;
  width: 18px;
  height: 38px;
  margin: -19px 0 0 -9px;
}
.share3-icon{
  background-position: -312px -299px;
  width: 32px;
  height: 35px;
  margin: -17px 0 0 -16px;
}
.share-block-button div{font-weight: bold;font-size: 18px;}
.share-block-button.rss{background: #79bbc5;}
.share-block-button.fb{background: #4a5db0;}
.share-block-button.vk{background: #496e9b;}
.share-block-button:hover{background: #27baff;}
.game-properties-item{
  margin-bottom: 15px;
  line-height: 1.7em;
}
.game-properties{margin-bottom: 27px;}
.game-properties-description{line-height: 1.6em;}
.game-properties-title{font-weight: bold;color: #373737;text-transform: uppercase;}
.game-properties-title-inline{
    float: left;
    margin-right: 5px;
}
.game-properties-categories{color:#769e08;}
.game-properties-item .sort-item{margin-bottom: 5px;}
.game-properties-item a{
  color: #769e08;
  text-transform: uppercase;
}
.game-properties-item a:hover{
  background: none;
  color: #99dc00;
}



.game-properties-item .sort-item.active>a:before, .game-properties-item .sort-item.active>a:after{content: none}
.game-properties-item .sort-item.active>a{padding-right: 8px;}
.game-properties-item .sort-item.active>a:hover{background: #94cad2;}

.geme-ad{margin-bottom: 30px;}
.comm-title:after{width: 200px;}
.game-page-sidebar{
  overflow: hidden;
/*  padding-top: 13px;*/
}
.sidebar-block{
  margin-bottom: 20px;
  background: #fff;
}
.sidebar-block-title{
  border-bottom: 1px solid #e2e2e2;
  padding: 17px 10px 12px 18px;
  font: bold 18px "Gotham light","Gotham", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sidebar-block-content{padding: 14px 18px 18px 11px;line-height: 1.7em;}
.sidebar-block-content strong{text-transform: uppercase;}
/*.games-list{padding-bottom: 31px;}*/
.games-list-item{
  margin-bottom: 8px;
}
.games-list-item:last-child{
	margin-bottom: 0px;
}
.games-list-item-image{
  display: table-cell;
  vertical-align: top;
  width: 122px;
  padding-top: 5px;
  height: 68px;
}
.games-list-item-content{display: table-cell;vertical-align: top;padding-left: 10px;}
.games-list-item-title{
  font-size: 16px;
  color: #343434;
  margin-bottom: 7px;
}
.games-list-item-title a{color: inherit;}
.games-list-item:hover .games-list-item-title a{  color: #475a95;}
/*.games-list-item:hover .games-list-item-image img{opacity: 0.5}*/
.games-list-item-info .catalog-item-stats-item{
  margin: 0 15px 0 0;
  font-size: 10px;
  color: #c5c5c5;
}
.copy-button{
  margin-bottom: 10px;
  margin: -5px 0 9px 0;
  padding: 7px 11px 3px;
  font-size: 12px;
}
.dislike-icon-grey {
  width: 15px; 
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: -3px 5px 0 0;
}
.dislike-icon-grey svg{
	position: absolute;
    width: 30px;
    height: 32px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -7px;
    top: -7px;
}
.like-icon-grey {
  width: 15px; 
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: -6px 6px 0 0;
}
.like-icon-grey svg{
    width: 32px;
    height: 31px;
    position: absolute;
    top: -7px;
    left: -8px;
}
.copy-icon{
  background-position: -248px -347px;
  width: 16px;
  height: 18px;
  margin:  -11px 5px -5px 0
}
.game-page h2{font-size: 18px;}
.game-page .main-title:after{content: none;}
.game-page .main-title{padding-bottom: 0;margin-bottom: 32px;}    
.game-page .main-title>*{
  border-bottom: 2px solid #87c200;
  padding-bottom: 17px;
  text-transform: uppercase;
  font-family: "Gotham", Arial, sans-serif;
}
.game-page .main-title:before{display: none;}
.comments-item-rate-minus{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 35px;
  left: 0;
}
.comments-item-rate-plus:before, .comments-item-rate-minus:before, .comments-item-rate-plus:after{
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.comments-item-rate-plus:after{
  width: 2px;
  height: 8px;
}
.comments-item-rate-plus{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  width: 35px;
  right: 0;
}
.comments-item-rate-minus:hover, .comments-item-rate-plus:hover{opacity: 0.7;}
.comments-item-rate-val{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
/*
.comments-item-rate-val.positive{background: #afe0dd;}
.comments-item-rate-val.negative{background: #df6672;}
*/
.minus-icon{
  background-position: -227px -346px;
  width: 12px;
  height: 2px;
  margin: 11px 0 0 -4px;
}
.plus-icon{
  background-position:  -227px -355px;
  width: 12px;
  height: 12px;
  margin: 11px 0 0 4px;
}
.comments-item-bottom{padding-top: 8px;}
.comments-item-res{
  position: relative;
  padding-right: 18px;
  color: #8e8e8e;
  display: inline-block;
}
.comments-item-res:hover{color: #27baff;}
.comments-item-res:after{
  content: " ";
  position: absolute;
  top: 3px;
  right: 0;
  background: url('./../../rs/images/icons.png') no-repeat -281px -348px;
  width: 13px;
  height: 10px;
}
.comments-item-res:hover:after{background-position:  -281px -361px}
.comments-item-res-block{
  display: none;
  padding: 25px 1px 8px 0px;
  border-top: 1px solid #d8dbe7;
  margin: 0 6px 0 13px;
}
.comments-item-res-block .comments-item-photo{width: 31px;height: 31px;}
.game-comments .comments-item-res-block  .comments-item-photo:before{
  top: 10px;
  width: 10px;
  right: -15px;
}
.comments-item-res-block .input{border: 1px solid #c1cad0;}
.comments-item-res-block .comments-item-photo img{width: 31px;height: 31px;}
.res-block-content{padding-left: 8px;overflow: hidden;}
.add-comment{background-color: #afe0dd;padding: 20px 18px 10px 13px;margin-bottom:20px;}
.add-comment textarea.input{min-height: 110px;margin-bottom: 3px;border: none;}
.add-comment .comments-item-content{background: none;}
.add-comment .button:hover{background: #27baff;}
.sidebar-block textarea.input{line-height: 1.6em;min-height: 139px;margin-bottom: 4px;}
.msep{display: none;}
.game-page-slider>.banner:first-child .banner-desktop{margin-top: 0}
.sidebar-buttons{margin-bottom: 12px;}
.sidebar-buttons .button{
  min-width: 47%;
  max-width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.button-light{background: #7ebec7;}
.sidebar-buttons .button:hover{background: #27baff;}
.game-mobile{
  min-height: 100%;
  background: #000;
}
.game-mobile-menu-wrap{
  position: fixed;
  top: 20px;
  left: 0;
}
.game-page-wrap{height: 100%;position: relative;}
.game-mobile-toggle{
  display: inline-block;
  vertical-align: top;
  background: #556495;
  border-radius: 0 3px 3px 0;
  width: 38px;
  height: 38px;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 7px;
  z-index: 5;
}
.game-mobile-menu-wrap.show .game-mobile-toggle{
  display: none;
  z-index: -1;
}
.game-mobile-toggle-icon{
  display: inline-block;
  width: 18px;
  height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  position: relative;
}
.game-mobile-toggle-icon:before{
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  left: 0;
}
.game-mobile-toggle{}
.game-mobile-menu{
  background: #556495;
  white-space: nowrap;
  border-radius: 0 3px 3px 0;
  -moz-transform:translateX(-100%); 
  -webkit-transform:translateX(-100%);
  -o-transform:translateX(-100%);
  transform:translateX(-100%);  
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.game-mobile-menu-wrap.show .game-mobile-menu{
  -moz-transform:translateX(0); 
  -webkit-transform:translateX(0);
  -o-transform:translateX(0);
  transform:translateX(0); 
}
.game-mobile-menu-back{
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  background: #77cbd3;
  position: relative;
}
.game-mobile-menu-back:after{
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('./../../rs/images/icons.png') no-repeat -150px -51px;
  width: 11px;
  height: 17px;
  margin: -8px 0 0 -5px;
}
.game-mobile-menu-like,.game-mobile-menu-dislike{
  display: inline-block;
  vertical-align: top;
  width: 90px;
  text-align: center;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 38px;
}
.game-mobile-menu-dislike{border-left: 2px solid #77cbd3;}
.game-mobile-menu-like .like2-icon{
  background-position: -276px -254px;
  width: 23px;
  height: 23px;
  margin: -8px 0 0 0;
}
.game-mobile-menu-dislike .dislike2-icon{
  background-position: -304px -255px;
  width: 23px;
  height: 23px;
  margin: -5px 0 0 0;
}
.game-mobile-menu-close{
  display: inline-block;
  vertical-align: top;
  width: 38px; 
  height: 38px; 
  border-radius: 3px; 
  background: #f05662 url("./../../rs/images/icons.png") -183px -255px;
}
.user-info{display: table; table-layout: fixed;width: 200px;}
.user-info-avatar{display: table-cell;vertical-align: middle; width: 38px;}
.user-info-avatar img{width: 38px; height: 38px; border-radius: 50%;}
.user-info-content{
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  text-align: left;
}
.user-info-name{
  font-size: 13px;
  color: #475a95;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 6px;
}
.user-info-name a{
  color: inherit;
  border-bottom: 1px solid #bdc2d5;
  display: inline;
}
.user-info-name a:hover{color: #27baff; border-bottom-color:#27baff;}
.user-info-opt{}
.user-info-opt a{color: #989999; border-bottom: 1px solid;}
.user-info-opt a:hover{color: #000}
.user-popup{
  position: absolute;
  top: 100%;
  right: -53px;
  z-index: 500;
  width: 300px;
  background: #556495;
  min-height: 30px;
  margin-top: 15px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 46px 15px 54px;
  display: none;
}
.user-popup:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  right: 52px;
  height: 15px;
  background: #4d6595;
  width: 38px;
}
.exit-icon{
  background-position: -208px -137px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-top: -13px;
}
.user-popup-exit{
  background: #f05562;
  font-size: 23px;
  padding: 15px 30px 11px 13px;
  letter-spacing: 2px;
}
.user-popup-exit:hover{background: #12a4e9;}
.user-popup-avatar{
  margin: 0 auto 20px;
  width: 144px;
  height: 144px;
  position: relative;
}
.user-popup-avatar img{
  width: 144px;
  height: 144px;
  display: block;
  border-radius: 50%;
}
.user-popup-avatar:hover:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #12a4e9;
}
.user-popup-name{margin-bottom: 50px;font-size: 20px;}
.user-popup-name a{border-bottom: 1px solid; color: #FFFFFF;}
.user-popup-name a:hover{color: #94cad2}


/* Pagination */
div.pagination-wrapper{
	padding-bottom:28px;
}
div.pagination{
  position:relative;
  text-align:left;
}
ul.pagination{
  padding: 32px 0 0;
  position:relative;
  text-align: center;
}
div.pagination li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 14px;
}
div.pagination a{
  display:block;
  font-size: 32.5px;
  color: #343434;
  width: 62px;
  height: 62px;
  padding: 12px 10px;
  text-align: center;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.pagination li.pagination-page a:hover{
  background-color: #87c200;
  color: #fff;
}
div.pagination .pagination-active a{
  color: #fff;
  background-color: #87c200;
}
div.pagination .pagination-first{margin-right: 18px;}
div.pagination .pagination-last{margin-left: 18px;}
div.pagination .pagination-first a,
div.pagination .pagination-last a,
div.pagination .pagination-first>span,
div.pagination .pagination-last>span{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d0d0d0;
  padding: 10px 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.next {
    width: 12px; 
    height: 17px;
    background-position: -194px -364px;
}
.prev {
    width: 12px; 
    height: 17px;
    background-position: -499px -261px;
}
div.pagination .pagination-first a:hover,
div.pagination .pagination-last a:hover{
  background: #87c200;
}

/***************************************MEDIA******************************************/

@media screen and (max-width: 1270px){
  .bx-wrapper .bx-controls-direction a.bx-prev{left: -2px;}
  .bx-wrapper .bx-controls-direction a.bx-next{right: -2px;}
  .wrapper{padding: 0 10px;}
  .categories-wrap{ margin: 0 auto 58px}
  .related-block-title{font-size: 14px; letter-spacing: 0.8px;}
  .related-block-button{font-size: 14px; letter-spacing: 0.6px;}
  .footer-logo{display: none;}  
  .profile-block{
    max-width: 380px;
    width: 50%;
    margin: 0 20px 40px;
    text-align: left;
  }
  .profile-blocks{text-align: center;}
  .develop{margin-top: 0}
}
@media screen and (max-width: 1250px) {
  .header-tree{margin-left: 3px;}
  .header-tree-2{margin-right: 3px;}
  .header-cloud{left: -30px;}
  .header-cloud-2{left: 64.5%;}
  .user-block{margin-right: 10px;}
  header .grass{
    left: -15px;
    right: -15px;
  }
  .search-wrap {margin: 17px 4px 0 5%;}
  .wrapper{max-width: 974px;}
  .characters-wrap-outer .bx-wrapper .bx-viewport{height: 72px !important;}
  .wrap-categories-block {margin: 20px -7px;}
   .login-popup-link, .seacrh-toggle{
    width: 63px;
    text-align: center;
    padding: 10px 17px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }


}
@media screen and (min-width: 1000px){.form-wrap{display: block !important;}}
@media screen and (max-width: 1250px) and (min-width: 1000px){
	.hide-on-tablet{display: none;}
	.cross-item li:nth-child(2){display:none} 
}
@media screen and (max-width: 999px) and (min-width: 641px){
  .hidden-sm{display: none !important;}
  .visible-sm{display: block !important;}
}
@media screen and (max-width: 1250px) and (min-width: 955px){
  
  .catalog-item{min-width: 310px;}
  .catalog{text-align: center;}
  .catalog .catalog-item-title {
	  text-align: left;
  }
  .related-wrap{text-align: center;}
  .related-block{width: 300px; max-width: 300px;}
  .catalog-line,.related-wrap{text-align: justify;display: block;}
  .catalog-line:after,.related-wrap:after{
    content: ' ';
    display: inline-block;
    width: 100%;
  }
  .games-list-item-image{display: block; margin: 0;}
  .games-list-item-content{display: block;padding-left: 0}
  .sidebar-buttons .button{display: block;max-width: 100%; margin-bottom: 10px;float: none;}
  .upload-file-image{max-width: 55%;}
  .catalog-item{width: 310px;}
  .related-block{width: 310px;max-width: 310px;}
  .related-block{padding-left: 5px;padding-right: 5px;}
  .related-wrap{margin-left: -5px;margin-right: -5px; text-align: center;}
   .upload-filename{max-width: 140px;}
}
@media screen and (max-width: 1250px) and (min-width: 1000px){
  .header-tree{margin-left: -5px;}
  .header-tree-2{margin-right: -39px;}
  .dragon{right: 11.8%;}


}
@media screen and (max-width: 999px){
  .catalog-item.visible-sm, .catalog-item.visible-xs{
    margin-left: auto;
    margin-right: auto;
  }
  form .comments-item-photo:before{right: -6px;}
  header .grass{
    left: 0px;
    right: 0px;
  }
  .wrap-categories-block{margin: 20px 0;}
  .categories-block-inside{max-height: 160px;}
  .header-tree{margin-left: -7px;}
  .header-tree-2{margin-right: -7px;}
  .header-cloud{left: -39px;}
  .header-cloud-2{display: none;}
  .footer-links, .language{
    float: none;
    display: block;
  }
  .footer-links li{margin-right: 0;}
  .search-input::-webkit-input-placeholder {color: #8b8b8b;;}
  .search-input:-moz-placeholder,.search-input::-moz-placeholder {color: #8b8b8b;;}
  .search-input:-ms-input-placeholder {color: #8b8b8b;;}
  .wrapper{max-width: 920px;}
  .seacrh-toggle{display: inline-block;}
  .search{
    width: auto;
    background: none;
  }
  .dragon{right: 28.5%;}
  .user-block{margin-left: 10px;}
  .search-wrap{
    float: right;
    margin: 11px 0 0;
  }
  .search{padding: 0;}
  .search{padding-right: 0}
  .search .seacrh-toggle{position: absolute;top: 0;right: 0;z-index: 5;}
  .form-wrap{
    position: relative;
    float: right;
    width: 35px;
    overflow: hidden;
    margin-right: -1px;
    border-radius: 4px;
  }
  .search .form-wrap {border-radius: 8px;}
  .search-submit, .search:hover .search-submit{
    border-bottom: 4px solid #d97c16;
    width: 63px;
    height: 51px;
    background: #ffa50a url("./../../rs/images/sprites.png") -283px -340px no-repeat;
    top: 0;
    right: 0;
    border-radius: 8px;
  }
  .search.show .form-wrap,.search-input-wrap{width: 273px;border-radius: 0;}
  .search.show .seacrh-toggle{z-index: 1;}
  .search-input, .search:hover .search-input {
    border-radius: 8px;
    background: #FFFFFF;
    color: #8b8b8b;
    padding: 17px 65px 18px 14px;
    border: none;
  }
  .search:hover .search-input, .search-input:focus{background: #fff;}
  .user-toggle:hover {background: #556495;}
  header .wrapper{padding-bottom: 25px;}
  .cross-link{display: none};
  .user-block{display: none;}
  .search{margin-right: 0}
  .catalog-item{width: 33.3%;min-width: 100px;}
  .categories-wrap{max-width: 774px;}
  .filters-subcols{display: block;}
  .filters-subcol{display: block; padding: 0}
  .filters-col.wide-col .filters-subcol{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .user-toggle{display: inline-block;}
  .related-block{width: 300px; padding: 0; margin-bottom: 10px;}
  .related-wrap{margin-left: 0}
  .related-block-image{margin-bottom: 25px; max-width: 276px;}
  .comments-col{display: block; width:  auto;}
  .footer-links{display: block; text-align: center; margin-bottom: 20px;}
  footer{text-align: center;}
  footer .grass{padding-top: 20px;}
  .language{margin: 3px 20px 0; vertical-align: middle;}
  footer .socials{float: none; display: inline-block; margin: 0 20px; vertical-align: middle;padding: 0}
  .banner .banner-desktop{display: none}
  .banner .banner-mobile{display: block; width: 300px; margin: 0px auto 8px;}
  header .socials{display: none;}
}
@media screen and (min-width: 1251px){
  .visible-lg{display: block !important;}
  .hidden-lg{display: none !important;}
}
@media screen and (min-width: 1250px){
  



  .filters-wrap{display: block!important;}
  .user-popup{display: none!important;}
  .chat-popup{max-height: 100%!important}
}
@media screen and (min-width: 1350px){
  .chat-popup{right: -300px}
}

@media screen and (max-width: 954px){
  



	
  
  .categories-wrap{display: none;}
  
  .top-categories-line-wrap-outer{display: none;}
  .top-categories-panel-wrap-outer{display: none;}
  .title .subscribe-block{display: none;}
  .title-with-subscribe{padding-right: 0;}
  .title h1{overflow: hidden;}
  h1, .title{font: 18px "Gotham", Arial, sans-serif; color: #293455}
  .filters-toggle{display: block;margin: 0 10px 20px;}
  .filters-wrap{display: none}
  .more-filters{display: none;}
  .filters-block{display: block!important;}
  .filters-col{
    display: block; 
    width: auto;
    padding: 0;
    margin: 0 0 20px;
    float: none;
  }
  .filters-subcols{display: block; width: auto;}
  .filters-col,.filters-col.wide-col{width: auto;}
  .uncheck-filters-icon{transform: translateZ(0);}
  .back-link{margin: 5px 14px 0 3px}
  .title{border-bottom: none;}
  .main-title:after{content: none;}
  .catalog-item{width: 33.3%}
  .catalog-item-image{height: 130px;}
  .catalog-item-title{
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    width: 400px;
    font-size: 13px;
    padding: 10px;
  }
  .catalog-item-info{padding: 0}
  .catalog-item-stats{display: none;}
  .related-title{color: #FFF;}
  .related-block{ display: block; width: 300px; max-width: 300px; margin: 0 auto 8px;}
  .related-block-image{height: auto; min-height: 0}
  .comments-item-title span{display: block;    margin-bottom: 3px;}
  .comments-item-title .separator-icon{display: none;}
  .footer-links li:before{content: none;}
  .footer-links{margin: 0 0 20px;}
  .footer-links li{display: block;margin-bottom: 18px;}
  .language{margin-bottom: 20px;}
  .footer .socials{display: block; text-align: center;}
  .mobile-menu{
    display: block;
    position: fixed;
    top: 0;
    left: -262px;
    z-index: 500;
    width: 262px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    background: #556495;
  }
  .mobile-menu-title{
    background: #78cbd3;
    padding: 20px 10px 17px 20px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    color: #556495;
    font-size: 25px;
    margin-bottom: 7px;
  }
  .mobile-menu-item{border-bottom: 1px solid #5d7ba3;}
  .mobile-menu-item a{display: block;color: #FFFFFF;background: #556495;padding: 19px 10px 18px 20px;font-size: 18px;}
  .mobile-menu-item a:hover{background-color: #12a4e9;}
  .mobile-menu-show .mobile-menu{left: 0}
  .mobile-menu-show .menu-toggle-icon{background: url("./../../rs/images/icons.png") no-repeat -298px -213px;border: none;}
  .mobile-menu-show .menu-toggle-icon:before,.mobile-menu-show .menu-toggle-icon:after{content: none;}
  .mobile-menu-inner{height: 100%;}
  .mobile-menu .scrollable .scroll-bar.vertical{right: 0;background: rgba(255,255,255,0.7);border-right: 4px;width: 5px;z-index: 10;}
  .mobile-menu .scrollable .scroll-bar.vertical .thumb{width: 100%;background: #ff919e;border-radius: 4px;}
  .chat-toggle{margin-left: 12px;}
  .chat-toggle.active{background-color: #4d6595;}
  .user-toggle{margin-left: 12px;}
  .title h1{line-height: 1.3em;}
  .title{padding-bottom: 0;  border: none; margin-bottom: 15px;min-height: 35px;}
  .main-title h1 {padding-top: 7px;}
  .catalog{padding-top: 0; margin-bottom: 19px;}
  .load-more-button{margin: 20px auto 4px; left: 0}
  .related{padding-top: 13px;padding-bottom: 1px;margin-bottom: 11px;}
  .related-title{margin-bottom: 14px;}
  .banner+.block-title{margin-top: 21px;margin-bottom: 20px;}
  .comments{padding: 13px 0 3px;margin-top: -20px;}
  .comments-title{margin-bottom: 13px;}
  .comments-item-photo img,.comments-item-photo{width: 30px; height: 30px;}
  .comments-item-photo{margin-right: 11px;    margin-top: 4px;}
  .comments-item{margin-bottom: 8px;}
  .text-block{padding: 13px 0 8px;    line-height: 1.75em;}
  .text-block .block-title{padding:  0 5px;margin-bottom: 12px;}
  .facebook-title{margin-bottom: 15px;}
  .footer-links{font-size: 15px;}
  .language{margin:  26px 20px;}
  .socials-item{display: inline-block;vertical-align: top; margin: 0 3px;}
  .socials-item-link{display: inline-block;vertical-align: top;}
  .socials-item-link .icon{margin: 0;width: 48px;height: 48px;}
  .soc-icon1, .soc-icon1:hover{background-position: -1px -195px;}
  .soc-icon2, .soc-icon2:hover{background-position: -59px -195px;}
  .soc-icon3, .soc-icon3:hover{background-position: -117px -195px;}
  .soc-icon4, .soc-icon4:hover{background-position: -175px -195px;}
  .soc-icon5, .soc-icon5:hover{background-position: -233px -195px;}
  footer .socials{margin: 0; display: block;}
  .filters-toggle.active{margin-bottom: 0;}
  .filters-wrap{background-color: #546495;color: #FFFFFF;padding: 20px 4px;margin: 0 10px 10px;}
  .filters-item>a{color: #FFFFFF;}
  .sort-item>a{color: #FFFFFF;}
  .filters-block{background: none;padding-top: 12px;border: none; padding: 0; }
  .filters-wrap .wrapper{padding: 0}
  .filters-item{margin-bottom: 13px;}
  .sort-item{margin-bottom: 13px;}
  .filters-top{margin: 0;}
  .filters-title {font-size: 18px;text-align: center;}
  .filters-col{padding:  0 5px;}
  .filters-subcol{display: inline-block; vertical-align: top; padding-right: 10px;}
  .filters-bottom{margin-top: 51px;}
  .uncheck-filters{background: #78cbd3;padding: 10px 11px 8px 21px; font-size: 18px;}
  .uncheck-filters-icon:before, .uncheck-filters-icon:after{background: #78cbd3;}
  .filters-col .more-filters-item.active .more-filters-item-link,.filters-col .more-filters-item.active .more-filters-item-link:hover{background: #27baff; border-color: #27baff;}
  .filters-col .more-filters-item.active .more-filters-item-link,.filters-col .more-filters-item.active .more-filters-item-link:hover{background: #27baff; border-color: #27baff;}
  
  .wrapper{max-width: 100%;}
  .chatshow .chat-popup{display: block;}
  .chat-popup:before{
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 0;
    height: 12px;
    background: #4d6595;
    width: 38px;
  }
  .chat-main{border-color: #4d6595;}
  .chat-toggle-icon{position: relative;z-index: 10;}
  .filters-block{margin-bottom: 0}
  .develop{margin-top: 20px; float: none; text-align: center;}
  footer{background: none;}
  .profile-title .ban-user-button{
    position: relative;
    top: 0;
    right: 0;
    margin: 30px 0 0;
    clear: left;
    max-width: 355px;
    display: block;
    -webkit-box-sizing: border-box;
    -miz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
  }
  .profile-title{padding-right: 0;margin-bottom: 7px;}
  .profile-options{float: none; margin: 0 0 20px; padding-top: 0; max-width: 355px; width: auto;}
  .profile-options .button{margin-bottom: 7px;font-size: 15px;}
  .profile-avatar{float: none;}
  .profile-adress{display: block;letter-spacing: 1px; margin-bottom: 10px;}
  .profile-info .sep-icon{display: none;}
  .profile-blocks{text-align: left;}
  .profile-block{width: 50%; min-width: 300px; margin: 0 0 40px;}
  .submit-game-warning{float: none; width:  auto; margin: 0 0 40px;}
  .submit-game-content{float: none; width:  auto; margin: 0}
  .form-row.error .error-text{position: relative;top:0; left: 0; margin: 10px 2px;}
  .upload-file-button{display: block;margin-bottom: 15px;}
  .form-row.error .error-text:before{content: none;}
  .search-wrap{width: auto;max-width: 100%; display: inline-block;vertical-align: top;}
  .search-inner{display: inline-block;vertical-align: top;}
  .search-inner .search,.search-inner .user-block{display: inline-block;vertical-align: top;white-space: normal;}
  .login{white-space: normal;}
  .search-inner .user-block{display: none}
  .new-mess{
    top: 0;
    right: 0;
    *margin-top: -100%;
    width: 100%;
    border: none;
    padding: 30px 50px 21px 25px;
  }
  .new-mess.show{margin-top: 0}
  .new-mess-title, .new-mess-info-link{display: none;}
  .new-mess-mobile{display: block; color: #FFFFFF; padding-bottom: 10px;}
  .new-mess-close{top: 50%;margin-top: -19px; width: 38px; height: 38px; border-radius: 3px; background-color: #f05662; background-position:  -183px -255px}
  .new-mess-close:hover{background-color: #78cbd3; background-position:  -183px -255px}
  .game-page-content{float: none; width:  auto;margin: 0 0 30px;max-width: 100%;}
  .game-slider-nav-item{display: table-cell;vertical-align: bottom; }
  .game-slider-nav{display: table; margin: 0 auto 3px; table-layout: fixed; border-spacing: 5px;}
  .share-block{display: block;text-align: center;}
  .share-block-item{display: inline-block; margin: 0 10px 10px 0;}
  .res-block-content{padding-left: 3px}
  .game-comments .comments-item-content{padding: 0}
  .game-comments .comments-item-photo{margin-right: 5px}
  .comments-item-rate-plus, .comments-item-rate-minus {
    opacity: 1;
  }
  div.pagination li{margin: 0 5px 14px;}
  div.pagination .pagination-first{margin-right: 13px;}
  div.pagination .pagination-last{margin-left: 13px;}
 
}
@media screen and (max-width: 750px) and (min-width: 641px){
.search.show .form-wrap, .search-input-wrap{width: 170px;}
}
@media screen and (max-width: 640px){
  .hidden-xs{display: none !important;}
  .visible-xs{display: block !important;}
   div.pagination a{
    width: 45px;
    height: auto;
    padding: 5px;
  }
  .rating{margin: 0 -15px 36px;}
  .rating-block .grass, .rating-block .terra{
    margin-left: -10px;
    margin-right: -10px;
  }
  .rating-man, .rating-tree, .wrap-rating:before, .wrap-rating:after{display: none;}
  .search.show .form-wrap, .search-input-wrap{width: 213px;}
  .search-wrap{margin-top: 0;}
  .user-block{margin: 0 0 0 10px;}
  .user-block .btn{margin: 0;}
  .header-tree, .header-tree-2, .header-cloud{display: none;}
  header .grass{
    position: relative;
    margin: 0 -10px 4px;
    top: -6px;
    border-bottom-width: 6px;
  }
  .dragon{right: 10px;}
  .wrap-categories-block{display: none;}
  .menu-toggle{
    display: block;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mobile-menu-show .menu-toggle {
    -moz-transform: translateX(262px);
    -webkit-transform: translateX(262px);
    -o-transform: translateX(262px);
    transform: translateX(262px);
    z-index: 500;
  }
  .characters-wrap-outer{display: none;}
  .catalog-item{width: 50%;}
  .catalog-item-image{height: 82px;}
  .profile-block{width: 100%;display: block; max-width: 100%;}
  .profile-block .awards{min-height: 0}
  .profile-block-list{min-height: 0}
  .upload-file-image{max-width: 100%;}
  .game-type{display: block; margin-right: 0; margin-bottom: 10px;}
  .form-row{display: block;}
  .form-row-label{display: block; width:  auto; margin-bottom: 10px;}
  .form-row-input{display: block;width: auto; margin-bottom: 20px;}
  .upload-file-image .clear-file{right: 0; top: 0;}
  .submit-game-button {
    padding: 10px 15px;
    letter-spacing: 2px; 
    font-size: 18px;
    display: block;
    width: 100%;
  }
  .upload-file-button{margin-right: 0}
  .upload-file-image{margin-left: 0}
  .genres-row .form-row-label{padding-top: 10px;}
  .submit-game-content{padding:  10px; margin-bottom: 20px;}
  .game-slider-panel-item,.game-slider-panel-left .game-slider-panel-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #c1cad0;
    border-top: none;
  }
  .game-slider-panel{padding: 0;}
  .game-slider-panel{
    border-left: none;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .game-slider-panel-left{display: table;width: 100%; table-layout: fixed;border-collapse: collapse;border-bottom:1px solid #c1cad0; float: none; margin: 0}
  .game-slider-panel-left .game-slider-panel-item{display: table-cell;}
  .game-slider-panel-right{display: table;width: 100%; table-layout: fixed;border-collapse: collapse;float: none; margin: 0}
  .game-slider-panel-right .game-slider-panel-item{display: table-cell;border-bottom: none;}
  .sidebar-buttons .button{display: block;max-width: 100%; margin-bottom: 10px;float: none;} 
  .chat-popup-title-text{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media screen and (max-width: 360px)  {
  .chat-popup{width: 320px;}
  .chat-popup-nav{width: 260px;}
  .chat-popup-content,.chat-main{width: 270px;}
  .chat-main-bottom label{font-size: 11px;}
  .games-tabs-nav-item a{padding: 10px 5px;font-size: 12px;}
  .friends-item-name{width: 134px;}
  .chat-popup-title-text{font-size: 13px;line-height: 20px;}
  .search.show .form-wrap, .search-input-wrap{width: 155px;}
}
@media screen and (max-height: 590px) {
  .login-popup-close {
    top: 10px;
    right: 10px;
    z-index: 2;
  }
}
/********* *****************/
/*.bx-wrapper .bx-loading {
	display: none;
}*/
.more-hidden, .not-flash, .iframe-row {
	display: none;
}
.not-flash {
    display: none;
    font-size: 18px;
    padding: 150px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#black_box {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4101;
}
  
.aged-flash-game {
    /*display: inline-block;*/
    position: relative;
    width: 725px;
    z-index: 999;
    min-height: 539px;
	/*padding-bottom: 4px;*/
}
.flash-game {
    background: none repeat scroll 0 0 #000;
    min-height: 542px;
    position: relative;
    vertical-align: top;
    width: 725px;
	font-size:0px!important;
}
#game-wrap {
    left: 0;
    position: relative;
    top: 0;
    z-index: 9000;
}
#close-full-screen {
    background: url("./../../rs/images/full_close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -29px;
    top: -15px;
    width: 30px;
    z-index: 4097;
}
.Game-block {
    min-width: 725px;
    min-height: 542px;
	height: 100%;
	width: 100%;
    position: relative;
    z-index: 2;
}
#games_swf {
	overflow: hidden;
}
.game-container .cover .pic {
	*height: 644px;
}
#unityPlayer {
    position: relative;
    z-index: 1;
    width: 725px;
    height: 546px;
    display: none;
}
.game-container-mibile {
	width:100%;
	height: 100%;
}
.game-mobile, #game-content-mobile {
	height: 100%;
	width: 100%; 
}
.sitemap-l a {
	display: inline-block;
	margin-right: 15px;
}
.category {
	padding-top: 10px;
}
p.r-panel-login, p.nothing-note {
	text-align: center;
	padding-top: 20px;
}
.new-mess-info.favorite, .new-mwss-info-text.favorite {
	display: block;
}
.awards-item-wrap.favorite {
	height: 85px;
	width: 122px;
	margin-left: 61px;
}
li.awards-item .awards-item-wrap.favorite {
	margin-left: 0;
}
div.mess-num span.mark.chat-mark {
	right: -20px;
}
.banner-policy-wrap {
	position: fixed;
	bottom: -95px;
	width: 100%;
	z-index: 9999;
}
.banner-policy {
	padding: 10px 20px;
	background: #000;
	color: #fff;
	opacity: 0.7;
}
a.policy-more-info, a.btn-accept-policy {
    color: #31a8f0;;
}
a.policy-more-info:hover {
	color: #b2f7ff;
	text-decoration: none;
}
a.btn-accept-policy {
    padding: 8px 10px;
    background-color: #f1d600;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
	color: #000;
	border-radius: 5px;
}
a.btn-accept-policy:hover {
	background-color: #fff;
    color: #000;
	text-decoration: none;
}
p.cc_message {
	margin-bottom: 1em;
}
.js_hide {
	display:none;
}
.tooltip-txt {
    padding: 10px;
    width: 220px;
    background: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    line-height: 19px;
    color: #000;
    font-family: arial;
    font-weight: normal;
    z-index: 9999;
	left: 130px;
	font-size: 14px;
}
.tooltip-txt p {
	white-space: normal;
	margin-bottom: 0;
}
.tooltip-txt:after {
    content: '';
    background: url("./../../rs/images/tooltip.png") no-repeat;
    width: 16px;
    height: 10px;
    position: absolute;
    top: -9px;
}
.favorite-op {
	opacity: 0.2;
}
.play-fullscreen, .play {
	position: absolute;
	width: 725px;
    height: 100%;
	*background: #000;
	background: rgba(0,0,0,0.7);
	z-index: 6000;
	top: 0;
}
.start-fullscreen-only, .play a{
	display: block;
    margin-left: 255px;
	margin: 240px auto 0px;
    width: 50%;
	background: #d35561;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 28px;
	font-family: "Gotham light","Gotham", Arial, sans-serif;
	padding: 15px;
	height: auto;
}
.play-fullscreen, .play {
	background: none;
}
.play a{
	margin: 415px auto 0px;
}
.disp-none {
	display: none;
}
.search.search-user {
	padding-right: 0;
	margin-right: 0;
	width: 100%;
}
.search.search-user #search-user {
	border-color: #4d6595;
	border-radius: 0px;
	color: #8e8c8c;
	width: 100%;
	
}
.search.search-user #search-user::-webkit-input-placeholder { color: #8e8c8c; }
.search.search-user .search-submit {
	background-color: #4d6595;
}
.friends-item.user-blocked .friends-item-name a {
	color: #D4D4D4;
}
.friends-item.user-blocked .friends-item-avatar {
	opacity: 0.5;
} 
.friends-item-submenu {
	display: inline-block;
    vertical-align: middle;
}
.friends-item-submenu a.user-submenu {
    display: inline-block;
    background: url("./../../rs/images/icons.png") no-repeat -141px -380px;
    width: 18px;
    height: 14px;
}
.friends-item-submenu a.user-submenu.active {
	background: url("./../../rs/images/icons.png") no-repeat -141px -393px;
}
.friends-submenu-item {
	position: absolute;
	margin-top: -5px;
	margin-right: 5px;
	border: 1px #000 solid;
	padding: 7px;
	background: #fff;
	right: 10px;
	display: none;
}
.friends-submenu-item a, .friend-req-zone a, .friend-req-zone div {
	display: block;
	color: #000;
	font-size: 12px;
	padding: 5px;
}
.friends-submenu-item a:hover, .friend-req-zone a:hover {color: #4d6595;}
.friend-req-zone {
	padding-left: 42px;
}
.friend-req-zone .green-text {
	color: #37ce23;
	padding: 0 0 5px;
}
.friend-req-zone a {
	padding: 0;
	color: #8e8c8c;
	position: relative;
	padding-left: 16px;
}
.friend-req-zone .withdraw-request, .friend-req-zone .reject-request, .friend-req-zone .accept-request{
	padding: 0;
}
.reject-request a.reject-icon::before, .withdraw-request a.reject-icon::before, .accept-request a.accept-icon::before {
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 14px;
	background: url("./../../rs/images/icons.png") no-repeat -159px -393px;
}
.accept-request a.accept-icon::before {
	background: url("./../../rs/images/icons.png") no-repeat -159px -381px;
}
.accept-request a {
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.mess-user-blocked {
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 25px 0 145px;
}
.profile-options .remove-friendlist-button {
	background: #d35561;
}
.profile-options .remove-friendlist-button:hover {
	background: #000;
}
.friend-req-zone.baloon a {
	color: #fff;
	font-weight: normal;
}
.friend-req-zone.baloon {
	padding-left: 48px;
}
.friend-req-zone.baloon .accept-request a {
	margin-top:10px;
}
.friend-req-zone.baloon .accept-request a.accept-icon::before {
	background: url("./../../rs/images/icons.png") no-repeat -180px -381px;
}
.friend-req-zone.baloon .reject-request a.reject-icon::before {
	background: url("./../../rs/images/icons.png") no-repeat -180px -393px;
}
#chat-friends .search.search-user { margin-top: 1px;}
#chat-friends .chat-popup-title { padding-left: 10px; }
.addon-users {
	height: 100%;
	*position: relative;
}
.addon-users-title {
	background: #ebebeb;
	padding: 10px;
	font-size: 15px;
    font-weight: bold;
    color: #000000;
}
.addon-users .friends-item-name {
	color: #8b8b8b;
}
a.personally {
	font-size: 14px;
	color: #365c93;
}
.chat-item-text span {
	display: block;
	position: relative;
	padding: 0;
}
span.mess-time {
	margin-top: 5px;
	font-size: 10px;
	color: #737373;
	height: 14px;
}
.text-block p {
	margin: 1em 0;
}
.text-block ul,
.text-block ol {
	padding-left: 30px;
	margin: 1em 0;
	display: block;
}
.text-block li{margin-bottom: 11px;}
.text-block ul li{
    list-style-type: initial;
}
.text-block h3 {
  display: block;
  margin: 1em 0;
  font: bold 14px 'Gotham light';
}
.annotation{
    line-height: 1.5;
	margin-bottom: 2em;
}
.submit-progress {
	margin-top: 33px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	display: none;
	padding: 21px 0px;
	height: 20px;
}


/* loader */
.loader {
/*	position: absolute;
	top: 50%;
	left: 50%;*/
width: 150px;
margin: 40% 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
/* disable selection and cursor changes */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
}

/* Text align it the center of screen and connect the looped animation for 2.5 seconds */
.loader .text{
	position: absolute;
	top: 1.8em;
	left: 0.4em;
	z-index:5;
	font-size: 2em;
	text-transform: uppercase;
-webkit-animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
-moz-animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
-ms-animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
-o-animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
animation: text 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
}

/* Create a container for animation*/
.spinner {
	position: relative;
	width: 5em;
	height: 5em;
	color:#fff;
} 

.spinner:before,
.spinner:after {
	content: "";
	position: relative;
	display: block;
}

/* Create cube and set animation*/
.spinner:before {
	-webkit-animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-moz-animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-ms-animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-o-animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	animation: spinner 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	width: 10em;
	height: 10em;
	background-color: #d35561;
}

/* Create shadow and set animation*/
.spinner:after {
	-webkit-animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-moz-animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-ms-animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	-o-animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	animation: shadow 2.5s cubic-bezier(0.750, 0.000, 0.500, 1.000) infinite normal;
	position: relative;
	bottom: -1.75em;
	height: .25em;
	border-radius: 50%;
	background-color: #322b27;
}

/* Animation keys */
/* from cube to circle */
@-webkit-keyframes spinner {
	50%		{ 
			-webkit-border-radius: 50%;
			-webkit-transform: scale(.5) rotate(360deg);
			background-color: #94cad2; }
	100% {
			-webkit-transform: scale(1) rotate(720deg);
			background-color: #d35561; }
}

@-moz-keyframes spinner {
	50%		{ 
			-moz-border-radius: 50%;
			-moz-transform: scale(.5) rotate(360deg);
			background-color: #94cad2;}
	100%	{
			-moz-transform: scale(1) rotate(720deg);
			background-color: #d35561; }
}

@-mos-keyframes spinner {
	50%		{ 
			-mos-border-radius: 50%;
			-mos-transform: scale(.5) rotate(360deg);
			background-color: #94cad2; }
	100% 	{
			-mos-transform: scale(1) rotate(720deg);
			background-color: #d35561; }
}

@-o-keyframes spinner {
	50%		{ 
			-o-border-radius: 50%;
			-o-transform: scale(.5) rotate(360deg);
			background-color: #94cad2; }
	100%	{
			-o-transform: scale(1) rotate(720deg);
			background-color: #d35561; }
}

@keyframes spinner {
	50%		{ 
			border-radius: 50%;
			transform: scale(.5) rotate(360deg);
			background-color: #94cad2; }
	100%	{
			transform: scale(1) rotate(720deg);
			background-color: #d35561; }
}


/* animation shadow */
@-webkit-keyframes shadow {
	50%		{ 
			-webkit-transform: scale(.5);
			background-color: #322b27; }
}

@-moz-keyframes shadow {
	50%		{ 
			-moz-transform: scale(.5);
			background-color: #322b27; }
}

@-o-keyframes shadow {
	50%		{ 
			-o-transform: scale(.5);
			background-color: #322b27; }
}

@keyframes shadow {
	50%		{ 
			transform: scale(.5);
			background-color: #322b27; }
}

/* animation text */
@-webkit-keyframes text {
	0%		{ -webkit-transform: scale(1,1); }
	50%		{ -webkit-transform: scale(.5,.5); }
	100%	{ -webkit-transform: scale(1,1); }
}

@-mos-keyframes text {
	0%		{ -mos-transform: scale(1,1); }
	50%		{ -mos-transform: scale(.5,.5); }
	100%	{ -mos-transform: scale(1,1); }
}

@-o-keyframes text {
	0%		{ -o-transform: scale(1,1); }
	50%		{ -o-transform: scale(.5,.5); }
	100%	{ -o-transform: scale(1,1); }
}

@keyframes text {
	0%		{ transform: scale(1,1); }
	50%		{ transform: scale(.5,.5);}
	100%	{ transform: scale(1,1); }
}
/* loader end */

.game-properties-description p{
    margin-bottom: 1em;
}
.game-properties-description ol{
    margin-left: 35px;
}
.game-properties-description ul{
	list-style: none;
}
.game-properties-description ul li:before {
    content:  "—";
    position: relative;
    left:     -5px;
}
.game-properties-description li{
    margin-left: 15px;
}
.game-properties-description li:last-child{
    margin-bottom: 10px;
}






/* Breadcrumbs */
.breadcrumbs{
  padding: 0 5px 12px;
  color: #528daf;
  font-size: 12px;
}
.breadcrumbs a{color: #528daf;}
.breadcrumbs a:hover{text-decoration: underline;}
.breadcrumbs .delimiter{padding: 0 17px;}

/* Ads */
.ad-above-category-top-games{
	padding-top: 50px;
	text-align: center;
}
.ad-below-first-games-line{
	padding: 15px 0 25px;
	text-align: center;
}
.ad-above-pager{
	padding: 15px 0 0;
	text-align: center;
}
.ad-above-game{
	padding-bottom: 11px;
	text-align: center;
}
.ad-above-game-description{
	padding: 0 0 15px 0;
	text-align: center;
}

/* */
#preloader{
    padding-top: 100px;
}

#game-wrap #gbox #timer{
	display:none;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 30px;
	height: 30px;
	background-color: #fff;
	color: #000;
    font-size: 14px;
    line-height: 30px;
	padding: 0 10px;
}
.comments-item-text textarea {
	width: 100%;
	height: 90px;
	margin-bottom: 5px;
}
.comments-item-text .cancel {
	margin-left: 25px;
	background: #7ebec7;
}
.gpadding {
	width: inherit;
	height: inherit;
}

/* Tag Cloud */
.cloud-tags {
	padding-bottom: 25px;
}
.cloud-tags li {
	padding-bottom: 10px;
}

.cloud-tags .btn-open-cloud{
	width: 40px;
	height: 22px;
	padding:0;
	border: 1px solid #475A95;
	border-radius: 12px;
	cursor:pointer;
	position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}
.cloud-tags .btn-open-cloud span{
    width: 26px;
    height: 6px;
	background: url("./../../rs/images/icons.png") no-repeat -199px -384px;
	display: block;
	margin: 8px 0 0 7px;
}
.cloud-tags .btn-open-cloud:hover{
	background-color: #D35561;
	border-color: #D35561;
}
.cloud-tags .btn-open-cloud:hover span{
	background-color: #D35561;
	border-color: #D35561;
	background: url("./../../rs/images/icons.png") no-repeat -199px -394px;
}
.auth-locked p {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.9em;
}

.blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

#starter{
	background: rgba(0,0,0,0.3);
}
