.chat{
	height: 100% !important;
}

.chat.pvt{
	height: -o-calc(100% + 60px) !important; /* opera */
	height: -webkit-calc(100% + 60px) !important; /* google, safari */
	height: -moz-calc(100% + 60px) !important; /* firefox */
}

::-webkit-scrollbar { width: 8px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; height: 0; display: none }
::-webkit-scrollbar-track {  background-color: #646464;}
::-webkit-scrollbar-track-piece { background-color: #000;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #646464;}}
::-webkit-resizer { background-color: #666;}


html{
	padding:0;
	margin: 0;
	cursor: default;

	scrollbar-face-color: #646464;
	scrollbar-base-color: #646464;
	scrollbar-3dlight-color: #646464;
	scrollbar-highlight-color: #646464;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #000;
	scrollbar-shadow-color: #646464;
	scrollbar-dark-shadow-color: #646464;
}

body{
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	background-color: #6d6767;
}

button{
	outline: none;
	font-size: 11px;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
}

button:hover{
	background-position: 0 -100px;
}

button:active{
	background-position: 0 -200px;
}

button.disabledGrayscale,
button.disabledGrayscale:hover,
button.disabledGrayscale:active{
	color: #ccc !important;
	cursor: default !important;
	transform: translateY(0) !important;
	background-position: 0 0 !important;
	-webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) !important;	
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li{
	margin: 0;
	padding: 0;
}

em{
	font-style: normal;
}

a, input, textarea, object, embed{
	outline: none;
}

a:focus, button:focus {
	outline: none;
}

a::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}

h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
	padding: 0;
}

.button50px{
	background-position: 0 0;
}

.button50px:hover{
	background-position: 0 -50px;
}

.button50px:active{
	background-position: 0 -100px;
}

.button100px{
	background-position: 0 0;
}

.button100px:hover{
	background-position: 0 -100px;
}

.button100px:active{
	background-position: 0 -300px;
}

html button,
html button *,
html a{
	cursor: pointer;
}



input, textarea{
	font-family: Tahoma, Verdana;
	font-size: 11px;
}

input.defValue, textarea.defValue{
	color: #6a6a6a;
}

input.defValue.active, textarea.defValue.active{
	color: #ccc;
}

::-moz-selection {
  color: #fff;
  background: #619f00; /* Gecko Browsers */
}



a, input, textarea, object, embed{
	outline: none;
}

a:focus, button:focus {
	outline: none;
}

a::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}

.grayscale{
	-webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) !important;	
}

.inline{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

img{
	outline: none;
	border: 0;
}

.not-displayed,
.off{
	display: none !important;
}

.not-visible,
.hidden{
	visibility: hidden;
}

.not-active{
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	cursor: default;
}

hr{
	padding: 0;
	margin: 0;
	height: 2px;
	border: 0;
	background: url(/img/interface/hr.png) repeat-x 0  0 #303030;	
}

#hintJs{
	color: #fff;
	padding: 15px;
	position: absolute;
	top: -30px;
	margin: 0 auto;
	background-color: #c30000;
	z-index: 10;
}

#hintJs:after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #a96000 transparent transparent transparent;
}

.asTable{
	display: table;
}

.asCell{
	width: 100%;
	height: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
   
   

/* GLOBAL STYLES - глобальные стили
==========================================================================================
------------------------------------------------------------------------------------------*/
#rootContainer{
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	position: relative;
}

.switch{
	display: none;
}

.switch.current{
	display: block !important;
}

.button{
	font-weight: 400;
	cursor: pointer;
	color: #bdbcbc;	
	padding-bottom: 2px;
	font-weight: bold;
	text-shadow: none;
	box-sizing: border-box;
}

.button.size1{
	width: 75px;
	height: 29px;
	background: url(/img/interface/button-size1.png) no-repeat 0  0;
}

.button.size1:hover{
	background: url(/img/interface/button-size1.png) no-repeat -100px 0;	
}

.button.size1:active{
	background: url(/img/interface/button-size1.png) no-repeat -200px 0;	
}

.button.size2{
	width: 98px;
	height: 29px;
	background: url(/img/interface/button-size2.png) no-repeat 0  0;
}

.button.size2:hover{
	background: url(/img/interface/button-size2.png) no-repeat -100px 0;	
}

.button.size2:active{
	background: url(/img/interface/button-size2.png) no-repeat -200px 0;	
}

.cssGreenButton{
	color: #fff;
	padding: 0 1em;
	border: 1px solid #39b422;
	height: 30px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#239c0a+0,1c7703+100 */
background: #239c0a; /* Old browsers */
background: -moz-linear-gradient(top,  #239c0a 0%, #1c7703 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #239c0a 0%,#1c7703 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #239c0a 0%,#1c7703 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#239c0a', endColorstr='#1c7703',GradientType=0 ); /* IE6-9 */


-webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
}

.cssGreenButton:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#24c61b+2,048e1d+100 */
	background: #24c61b; /* Old browsers */
	background: -moz-linear-gradient(top,  #24c61b 2%, #048e1d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #24c61b 2%,#048e1d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #24c61b 2%,#048e1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24c61b', endColorstr='#048e1d',GradientType=0 ); /* IE6-9 */
}

.cssGreenButton:active{
	padding-top: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cssGreenButton2{
	color: #fff;
	border: 1px solid #439634;
	-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: -1px -1px 1px #0a3602;
	background: #0e6302; /* Old browsers */
	background: -moz-linear-gradient(top,  #239d0a 0%, #0e6302 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #239d0a 0%, #0e6302 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #239d0a 0%, #0e6302 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#239d0a', endColorstr='#0e6302',GradientType=0 ); /* IE6-9 */
}

.cssGreenButton2:hover{
	background-position: 0 0;
	background: #0e6302; /* Old browsers */
	background: -moz-linear-gradient(top,  #27b00b 0%, #107002 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #27b00b 0%, #107002 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #27b00b 0%, #107002 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27b00b', endColorstr='#107002',GradientType=0 ); /* IE6-9 */
}

.cssGreenButton2:active{
	transform: translateY(1px);
}

.sizeXXXX{
	display: block;
	margin: 10px auto;
	width: 206px;
	height: 48px;
	font-weight: bold;
	font-size: 16px;
}



.cssButton{
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	padding: 0 1em;
	border: 1px solid #3d3d3d;
	font-weight: bold;
	height: 26px;
	
background: #383838; /* Old browsers */
background: -moz-linear-gradient(top, #383838 0%, #262626 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #383838 0%,#262626 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #383838 0%,#262626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#262626',GradientType=0 ); /* IE6-9 */


-webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.75);
}

.cssButton:hover{
	background: #595959; /* Old browsers */
	background: -moz-linear-gradient(top, #595959 0%, #444444 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #595959 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #595959 0%,#444444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#444444',GradientType=0 ); /* IE6-9 */	
}

.cssButton:active{
	top: 1px;
}

.cssButton.orange{
	color: #000;
	border: 1px solid #f4bc01;
	background: #f7a400; /* Old browsers */
	background: -moz-linear-gradient(top, #f7a400 0%, #be7600 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f7a400 0%,#be7600 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f7a400 0%,#be7600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7a400', endColorstr='#be7600',GradientType=0 ); /* IE6-9 */	
}

.cssButton.inactive{
	color: #535353;
	border: 1px solid #817f75;
	background: #7a7a7a; /* Old browsers */
	background: -moz-linear-gradient(top, #7a7a7a 0%, #616161 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #7a7a7a 0%,#616161 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #7a7a7a 0%,#616161 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#616161',GradientType=0 ); /* IE6-9 */
}

.cssButton.orange:hover{
	background: #ffb600; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb600 0%, #da8e00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffb600 0%,#da8e00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffb600 0%,#da8e00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb600', endColorstr='#da8e00',GradientType=0 ); /* IE6-9 */	
}


.greenButton.size1{
	color: #fff;
	font-size: 11px;
	width: 75px;
	height: 20px;
	padding-bottom: 1px;
	background: url(/img/interface/green-button-size1.png) no-repeat 0 0;
}

.greenButton.size1:hover{
	background-position: 0 -50px;
}

.greenButton.size1:active{
	background-position: 0 -100px;
}

.greenButton.size1.disabled,
.greenButton.size1.lowRate{
	color: #646464;
	cursor: default;
	text-shadow: -1px -1px 0 #000;
	background: url(/img/interface/green-button-size1.png) no-repeat 0 -150px;
}


.redButton.size3{
	color: #fff;
	font-size: 11px;
	width: 112px;
	height: 20px;
	padding-bottom: 1px;
	background: url(/img/interface/red-button-size3.png) no-repeat 0 0;
}

.redButton.size3:hover{
	background: url(/img/interface/red-button-size3.png) no-repeat -150px 0;
}

.redButton.size3:active{
	background: url(/img/interface/red-button-size3.png) no-repeat -300px 0;
}

.button--grayscale{
	color: #c3c3c3;
	-webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) !important;	
}

.extraBorder{
	border: 1px solid #d7aa00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* IN GAME PAGE - страница с игрой
==========================================================================================
------------------------------------------------------------------------------------------*/
#gamePage{
	/*height: 750px;*/
	height: 100%;
	background-color: #000;
	z-index: 4;
	position: relative;
	display: none;
}

#gamePage.current{
	display: block
}

#gameBody{
	width: 984px;
	height: 716px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	/*background: url(/img/game-page/game-body-bg.png) repeat-y 0 0;*/
}

#gameContent{
	width: 100%;
	height: 571px;
	position: relative;
	margin: 0 auto;
	top: 143px;
	z-index: 1;
	background: url(/img/game-page/game-body-bg.png) repeat-y 0 0;
}

#gameHeader{
	width: 100%;
	height: 371px;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/game-page/header-night.jpg) no-repeat center top;
}

#gameHeader .day{
	display: none;
	width: inherit;
	height: inherit;
	background: url(/img/game-page/header-day.jpg) no-repeat center top;
}

#gameFooter{
	width: 100%;
	height: 186px;
	position: absolute;
	bottom: 0;
	z-index: 0;
	background: url(/img/game-page/footer-night.jpg) no-repeat center bottom;
}

#gameFooter div.day{
	display: none;
	width: inherit;
	height: inherit;
	background: url(/img/game-page/footer-day.jpg) no-repeat center bottom;
}

#time{
	color: #ffc04a;
	font-size: 13px;
	width: 240px;
	margin-left: -120px;
	position: absolute;
	top: 60px;
	left: 50%;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
}

#time span.seconds{
	font-weight: norm;
	margin-left: 5px;
}

#time span.seconds.lowtime{
	font-size: 21px;
	position: relative;
	top: -8px;
}

/* Extras inGame
-----------------------------------------*/
#myExtras{
	width: 984px; /* bylo 984 */
	padding: 0 8px;
	height: 143px;
	position: absolute;
	top: 0;
	left: -8px;
	height: 145px;
	z-index: 5;
	background: url(/img/game-page/extras-bg.png?3) no-repeat center bottom;
}

#myExtras ul{
	width: 923px;
	height: 61px;
	position: absolute;
	top: 82px;
	left: 14px;
	padding-left: 0;
	padding-right: 40px; /* отступ для кнопки "купить" */
	background: url(/img/game-page/extras-slots.png) no-repeat 5px 1px;
}

#myExtras li{
	cursor: pointer;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin: 2px 0 0 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#myExtras li img{
	width: 48px;
	border-top: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	border-bottom: 1px solid #483211;
	border-left: 1px solid #483211;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#myExtras li:hover img{
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

#myExtras li span{
	display: block;
	color: #fff;
	font-size: 10px;
	width: 34px;
	position: absolute;
	padding: 15px 3px 2px 0;
	text-align: right;
	right: 1px;
	bottom: 1px;
	background: url(/img/game-page/extras-count.png) no-repeat right bottom;
}

button#buyExtras{
	width: 51px;
	height: 51px;
	position: absolute;
	right: 20px;
	bottom: 8px;
	background: url(/img/game-page/extras-buy-button.png) no-repeat 0 0;
}

button#buyExtras:hover{
	background-position: -100px 0 !important;
}

button#buyExtras:active{
	background-position: -200px 0 !important;
}

/* miniMode IF extras > 14 */
#myExtras.miniMode{
	background: url(/img/game-page/extras-bg-mini.png) no-repeat 0 0;
}

#myExtras.miniMode .hover-hint{
	display: none;
}

#myExtras.miniMode ul{
	width: 969px;
	height: 85px;
	top: 50px;
	left: 10px;
	margin-left: 3px;
	padding-left: 6px;
	padding-right: 0; /* отступ для кнопки "купить" */
	background: url(/img/game-page/extras-slots-mini.png) no-repeat 4px 0px;
}

#myExtras.miniMode li{
	width: 38px;
	height: 38px;
	float: left;
	position: relative;
	margin: 1px 6px 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#myExtras.miniMode li img{
	width: 36px;
	height: 36px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.miniMode button#buyExtras{
	width: 88px;
	height: 45px;
	right: 17px;
	bottom: 4px;
	background: url(/img/game-page/extras-buy-button-mini.png) no-repeat 0 0;
}

#myExtras.miniMode #time{
	top: 26px;
}

/* extras bar options */
#myExtras .only-chat{
	display: none;
}

#myExtras.disabled li,
button.extra.disabled,
button.extra.disabled:hover{
	cursor: default;
}

/*
#myExtras.disabled li img,
#myExtras li.disabled img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray; 
	-webkit-filter: grayscale(1); 
}
*/

#myExtras.disabled li img,
#myExtras li.disabled img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray; 
	-webkit-filter: grayscale(1); 
}

noindex:-o-prefocus, #myExtras.disabled li,
noindex:-o-prefocus, #myExtras li.disabled{
	opacity: 0.35; /* For opera */
}


/* deadExtra - экстра которую можно использовать после смерти
----------------------------------------------*/
#myExtras.disabled .deadExtra{
	cursor: pointer;
}

#myExtras.disabled li.deadExtra .ico{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: none;
	-webkit-filter: none;
}
/*
#myExtras .anim{

-webkit-box-shadow: 0px 0px 33px 2px rgba(255,214,10,1);
-moz-box-shadow: 0px 0px 33px 2px rgba(255,214,10,1);
box-shadow: 0px 0px 33px 2px rgba(255,214,10,1);

}

#myExtras button.pagingButton{
	color: #ffe25a;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	position: absolute;
	width: 44px;
	height: 44px;
	padding-bottom: 4px;
	right: 93px;
	bottom: -3px;

	display: block !important;


	display: none !important;
	font-size: 18px !important;
	text-align: center;
	background: url(/img/game-page/paging-button.png) no-repeat 0 0;
}

#myExtras button.pagingButton:hover{
	background-position:  -50px 0;
}

#myExtras button.pagingButton:active{
	background-position:  -100px 0;
}

*/


#myExtras ul.pagingMode[data-paging = "next"] li{
	animation: pagingRight 0.3s ease-out
 1;
	-webkit-animation: pagingRight 0.3s ease-out
 1;
}

#myExtras ul.pagingMode[data-paging = "prev"] li{
	animation: pagingLeft 0.3s ease-out
 1;
	-webkit-animation: pagingLeft 0.3s ease-out
 1;
}

@-webkit-keyframes pagingLeft { 
	from{
		transform: translate(-924px, 0px);
	}
	
	
	to {
		transform: translate(0px, 0px);
	}
}


@-webkit-keyframes pagingRight { 
	from{
		transform: translate(924px, 0px);
	}
	
	
	to {
		transform: translate(0px, 0px);
	}
}

.pagingButton{ /* temp for delete */
	display: none;
}

/* @override for paging */
#myExtras ul.pagingMode{
	width: 924px;
	/*
	left: 32px;
	*/
	left: 13px;
	overflow: hidden;
	padding-right: 19px;
	padding-left: 25px;
	background-position: 25px 0px !important;
}

#myExtras ul.pagingMode li{
	display: none;
}

#myExtras.pagingMode button#buyExtras{
	right: 39px !important;
}

#myExtras ul.pagingMode[data-page="0"] li[data-page="0"],
#myExtras ul.pagingMode[data-page="1"] li[data-page="1"],
#myExtras ul.pagingMode[data-page="2"] li[data-page="2"],
#myExtras ul.pagingMode[data-page="3"] li[data-page="3"],
#myExtras ul.pagingMode[data-page="4"] li[data-page="4"]{
	display: block;
}


#myExtras ul.pagingMode[data-page="4"] li.page4{
	display: block;
}

button.extraPagingButton{
	position: absolute;
	width: 20px;
	height: 86px;
	z-index: 5;
	background-color: transparent;
	background-position: 0 0;
}

button.extraPagingButton:hover{
	background-position: -20px 0;
}

button.extraPagingButton.disabled{
	background-position: -40px 0;
}

#myExtras #pagingPrevButton{
	left: 0px;
	background-image: url(/img/game-page/paging-prev.png);
}

#myExtras #pagingNextButton{
	right: 0px;
	background-image: url(/img/game-page/paging-next.png);
}


/* Who is life
-----------------------------------------*/
.whoIsLife{
	width: 743px;
	height: 56px;
	padding-top: 8px;
	position: absolute;
	left: 2px;
	top: 0;
	font-size: 0;
	text-align: center;
	background: url(/img/game-page/who-is-life.png) no-repeat 0 0;
}

.whoIsLife img{
	width: 34px;
	height: 34px;
	border: 1px solid #534e3f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.whoIsLife li:hover img{
	border: 1px solid #fff;
	image-rendering: crisp-edges;
	-moz-box-shadow: 0 0px 3px rgba(246, 197, 0, 1);
	-webkit-box-shadow: 0px 2px 0 rgba(246, 197, 0, 1);
	box-shadow: 0 0px 3px rgba(246, 197, 0, 1);
}

.whoIsLife li{
	position: relative;
	height: 36px;
	font-size: 0;
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}

.whoIsLife .dead{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(/img/game-page/dead.png) no-repeat center center;
}

.whoIsLife .vs{
	font-weight: bold;
	font-size: 12px;
	line-height: 36px;
}

.whoIsLife span.count{
	display: block;
	position: absolute;
	width: 20px;
	right: 1px;
	bottom: 1px;
	padding: 14px 3px 0 0;
	text-align: right;
	z-index: 2;
	background: url(/img/game-page/who-is-life-count.png) no-repeat 100% 100%;
	color: #fff;
	font-size: 10px;
	line-height: 16px;
}

.hintRoleImg{
	width: 84px;
	height: 84px;
	position: absolute;
	left: 15px;
	top: 22px;
	margin-right: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #3f3f3f;
}

.whoIsLifeText{
	padding-left: 96px;
	min-height: 84px;
}


/* Gift recieved
-----------------------------------------*/
.giftRecieved{
	width: 100%;
	display: table;
	background: #eeebd9;
	height: 36px;
	margin-bottom: 1px;
}

.giftRecieved .td.phs{
	width: 36px;

}

.giftRecieved .td.userPhoto{
	width: 1px;
	padding-right: 10px;
}

.giftRecieved .photo{
	width: 36px;
	height: 36px;
	overflow: hidden;
}

.giftRecieved .td.gift{
	width: 1%;
	white-space: nowrap;
	padding: 0 10px;
}

.giftRecieved .td{
	display: table-cell;
	vertical-align: middle;
}

.giftRecieved.swf .td.phs{
	width: 52px;
}

.giftRecieved.swf .phs .photo{
	width: 52px;
	height: 52px;
}


/* Chat block
-----------------------------------------*/
#chatContainer{
	position: absolute;
	width: 676px;
	top: 350px;
	left: 23px;
	height: 290px;
	z-index: 3;
}

#gamePage #chatContainer{
	left: 13px;
}

.chat{
	height: 290px;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	-khtml-user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	word-wrap: break-word;
	padding: 0 11px 0 0;
	background-color: #fff;
}

#chatContainer .scrollButton{
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 25px;
	bottom: 3px;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #61ae00;
	display: none;
	z-index: 4;
}

.chatControl{
	width: 676px;
	position: absolute;
	bottom: -64px;
	left: 0;
	z-index: 3;
}

.chatInput{
	width: 647px;
	height: 29px;
	padding-right: 32px;
	background: url(/img/main-page/chat-input.png) no-repeat 0 0;
}

.chatInput button{
	width: 24px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 1;
	background: url(/img/game-page/chat-input-button.png) no-repeat 0 0;
}

.chatInput button:hover{
	background-position: -100px 0;
}

.chatInput button:active{
	background-position: -200px 0;
}

.chatInput textarea{
	width: 100%;
	height: 18px;
	border: 0;
	resize: none;
	position: relative;
	top: 7px;
	left: 5px;
	padding: 0;
	overflow: hidden;
	-moz-user-select: text;
	background-color: transparent;
}


ul.smiles{
	position: relative;
	height: 20px;
	margin-top: 7px;
}

ul.smiles li{
	margin: 0 3px 0 0;
	padding: 0;
	width: 18px;
	height: 20px;
	float: left;
}

ul.smiles img{
	cursor: pointer;
}

ul.smiles li.smiles,
ul.smiles li.stickers{
	width: 42px;
}

ul.smiles button.smiles{
	width: 42px;
	height: 28px;
	position: relative;
	top: -4px;
	background: url(/img/interface/button-smiles.png) no-repeat 0 0;
}

ul.smiles button.smiles:hover{
	background-position: -50px 0;
}

ul.smiles button.smiles:active{
	background-position: -100px 0;
}


ul.smiles button.stickers{
	width: 42px;
	height: 31px;
	position: relative;
	top: -7px;
	background: url(/img/interface/button-stickers.png) no-repeat 0 0;
}

ul.smiles button.stickers:hover{
	background-position: 0 -50px;
}

ul.smiles button.stickers:active{
	background-position: 0 -100px;
}


ul.smiles .scream button{
	position: absolute;
	right: -1px;
	top: -4px;
	width: 72px;
	height: 28px;
	color: #f3d14c;
	padding-bottom: 2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	background: url(/img/buttons/scream.png) no-repeat 0 0;
}

ul.smiles .scream button:hover{
	color: #fff;
	background-position: -100px 0;
}

ul.smiles .scream button:active{
	padding-top: 1px;
	padding-left: 1px;
	background-position: -200px 0;
}

ul.smiles li.last-word{
	width: 110px;
}

ul.smiles .last-word button{
	cursor: pointer;
	position: absolute;
	right: -1px;
	top: -4px;
	width: 110px;
	height: 28px;
	color: #f3d14c;
	padding-bottom: 2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	background: url(/img/game-page/last-word.png) no-repeat 0 0;
}

ul.smiles .last-word button:hover{
	color: #fff;
	background-position: 0 -50px;
}

ul.smiles .last-word button:active{
	padding-top: 1px;
	padding-left: 1px;
	background-position: 0 -100px;
}

.freeze .smiles .last-word,
.freeze .smiles .last-word *{ /* исключение */
	filter: none;
	filter: none;
	-webkit-filter: none;
}

#chatContainer.pvt .chatControl{
	display: none;	
}

#chatContainer.pvt .chat.pvt{
	height: 354px;
}

#chatContainer.inGameMode.pvt .chat.pvt{
	height: 488px;
}

#chatContainer.inGameMode{
	width: 714px;
	top: 211px;
	left: 25px;
	height: 430px;
}

#chatContainer.inGameMode .chat{
	height: 430px;
}

#chatContainer.inGameMode .chatInput{
	width: 684px;
	background: url(/img/game-page/chat-input.png) no-repeat 0 0;
}

#chatContainer.inGameMode .chatControl{
	width: 713px;
}

/* === STICKERSDIALOG  ==============================*/
.stickersDialog{
	z-index: 101;
	cursor: default;
	position: absolute;
	left: 118px;
	bottom: 103px;
}

.stickersDialog .contentContainer{
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ff8e00;
	background: #fff;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,5); /* Для Firefox */
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,5); /* Для Safari и Chrome */
	box-shadow: 0 0 7px rgba(0,0,0,5); /* Параметры тени */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.stickersDialog .arrow{
	width: 38px;
	margin-left: 95px;
	height: 22px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	z-index: 101;
	background: url(/img/interface/stickers-dialog-arrow.png);
}

.stickersDialog .subscribeInfo{
	background-color: #ffe9b9;
	text-align: center;
	line-height: 42px;
}

.stickersDialog .subscribeInfo a{
	margin-left: 20px;
}

.stickersDialog .scrollContainer{
	width: 100%;
	max-height: 334px;
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: auto;
}

.stickersDialog ul.stickersList{
	padding-left: 6px;
	padding-right: 6px;
}

.stickersDialog ul.stickersList li{
	float: left;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	width: 95px;
	height: 85px;
	border: 1px solid transparent;
}

.stickersDialog ul.stickersList li .asCell{
	width: 94px;
	height: 85px;
	text-align: center;
}

.stickersDialog ul.stickersList img{
	height: 70px;
}

.stickersDialog ul.stickersList img.love{
	height: 70px;
}	

.stickersDialog ul.stickersList li:hover{
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.stickersDialog ul.stickersMenu{
	width: 100%;
	height: 44px;
	padding-left: 10px;
	background-color: #ffe9b9;
}

.stickersDialog ul.stickersMenu li{
	cursor: pointer;
	float: left;
	width: 48px;
	height: 40px;
	position: relative;
	text-align: center;
}

.stickersDialog ul.stickersMenu li img.ico{
	position: relative;
	margin: 0 auto;
	top: 4px;
	z-index: 3;
}

.stickersDialog ul.stickersMenu li.current:after{
	content: '';
	width: 66px;
	height: 41px;
	position: absolute;
	left: -9px;
	top: 0;
	z-index: 0;
	background: url(/img/interface/stickers-cat-current.png);
}

.stickersDialog .confirmDialog{
	width: 240px;
	margin: 0 auto;
}

.stickersDialog .confirmDialog .area{
	position: absolute;
	top: 100px;
	width: 220px;
	cursor: default;
	padding: 12px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 3px solid #ff8e00;
	background: #fff;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,5); /* Для Firefox */
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,5); /* Для Safari и Chrome */
	box-shadow: 0 0 7px rgba(0,0,0,5); /* Параметры тени */
	text-align: center;
}

.stickersDialog .confirmDialog .area button{
	width: 66px;
}


/* IN GAME PAGE - RIGHT COLUMN
==========================================================================================*/
#gameRightColumn{
	width: 236px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 2px;
	color: #ddd;
}


/* Favorites in game
-----------------------------------------*/
#favoritesBlockGame{
	border-bottom: 1px solid #363636;
}

.favoritesLink{
	color: #ffcc30;
	display: block;
	width: 236px;
	height: 33px;
	line-height: 35px;
	padding-left: 30px;
	text-decoration: none;
	background: url(/img/game-page/favorites.png) no-repeat 0 1px;
}

.favoritesLink span.online{
 position: relative;
}

.favoritesLink .state{
	display: none;
}
	

.favoritesLink:hover{
	color: #fff;
}

div.favoritesList {
	display: none;
	height: 150px;
}

div.favoritesList .viewport{
	height: 150px;
}

.favoritesBlockOn div.favoritesList{
	display: block;
}

.favoritesBlockOn #playersListBlock .viewport{
	height: 380px !important;
}

.favoritesBlockOn .favoritesLink{
	background: url(/img/game-page/favorites.png) no-repeat 0 -34px;
}


/*
#gameRightColumn.favoritesBlockOn .viewport{
	height: 381px !important;
}
*/


/* Players list
-----------------------------------------*/
#gameRightColumn .playersScroll{
	height: 534px !important;
}

ul.playersList{
	width: 220px;
	margin: 0 5px;
}

ul.playersList li{
	display: block;
	height: 41px;
	padding: 2px 0 1px 0;
	position: relative;
	background: url(/img/game-page/players-list-separator.png) repeat-x bottom;
}

ul.playersList li .ban{
	position: absolute;
	right: 20px;
	cursor: pointer;
	top: 13px;
}

ul.playersList .ico{
	width: 36px;
	height: 36px;
	border:  1px solid #3f3f3f;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: center center; 
}

ul.playersList .gift{
	position: relative;
	margin-right: 4px;
	vertical-align: -9px;
	z-index: 3;
}

ul.playersList .gift-swf{
	width: 44px;
	height: 44px;
	position: absolute;
	top: -1px;
	left: -3px;
	z-index: 3;
}

ul.playersList .ico .dead{
	position: absolute;
	width: 36px;
	height: 36px;
	top: 0;
	left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(/img/game-page/dead.png) no-repeat;
}

ul.playersList .ico .noSpeak{
	position: absolute;
	width: 22px;
	height: 41px;
	bottom: -5px;
	left: -4px;
	background: url(/img/game-page/no-speak.png) no-repeat;
}

ul.playersList .actions{
	position: absolute;
	right: 36px;
	top:  12px;
	height: 14px;
	line-height: 14px;
	white-space: nowrap;
	background-color: #1f1f1f;
	cursor: default;
}

ul.playersList .actions img{
	margin-left: 3px;
	vertical-align: -2px;
	cursor: pointer;
}

ul.playersList .ico .count{
	cursor: default;
	position: absolute;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	z-index: 3;
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);
	right: -4px;
	bottom: -4px;
	background: url(/img/game-page/vote-count.png?2) no-repeat 0 0;	
}

ul.playersList li.voteLeader .ico .count{
	background-position: -16px 0;
}

ul.playersList .name{
	position: absolute;
	top:  0;
	left:  42px;
	height: 44px;
	line-height: 39px;
	white-space: nowrap;
}

ul.playersList .name.my{
	font-weight: bold;
}

ul.playersList .name.ndead{
	color: #404040;
}

ul.playersList .hint{
	position: absolute;
	bottom: 4px;
	line-height: normal;
	left: 0;
	color: #9c4600;
	font-weight: normal;
	font-size: 9px;
	z-index: 1;
}

ul.playersList .name.swf .nick{
	margin-left: 44px;
}

ul.playersList .name.swf .hint{
	left: 44px;
}


ul.playersList .name .nick{
	cursor: pointer;
}

ul.playersList .name .nick.clan_my{
	color: #08853c;
}

ul.playersList .name .nick.clan_opp{
	color: #ab1111;
}

ul.playersList .clan{ /*** не показывать клан в игре */
	display: none;
}

#playersListBlock .viewport{
	height: 534px;
}




/* Action buttons for different actions
==========================================================================================*/
.actionButton{
	position: absolute;
	right: 2px;
	top: 4px;
}


.actionButton button{
	width: 34px;
	height: 35px;
	background: url(/img/game-page/action-buttons-8.png?12) no-repeat 0 0;
}

.actionButton button.action{
	background-position: -300px 0;
}
.actionButton:not(.freeze) button.action:hover{
	background-position: -300px -50px;
}
.actionButton:not(.freeze) button.action:active{
	background-position: -300px -100px;
}


.actionButton button.vote{
	background-position: -300px 0;
}
.actionButton:not(.freeze) button.vote:hover{
	background-position: -300px -50px;
}
.actionButton:not(.freeze) button.vote:active{
	background-position: -300px -100px;
}


.actionButton button.x2vote{
	background-position: -350px 0;
}
.actionButton:not(.freeze) button.x2vote:hover{
	background-position: -350px -50px;
}
.actionButton:not(.freeze) button.x2vote:active{
	background-position: -350px -100px;
}



.actionButton button.kill{
	background-position: 0 0;
}
.actionButton:not(.freeze) button.kill:hover{
	background-position: 0 -50px;
}
.actionButton:not(.freeze) button.kill:active{
	background-position: 0 -100px;
}


.actionButton button.heal{
	background-position: -450px 0;
}
.actionButton:not(.freeze) button.heal:hover{
	background-position: -450px -50px;
}
.actionButton:not(.freeze) button.heal:active{
	background-position: -450px -100px;
}



.actionButton button.steal{
	background-position: -200px 0;
}
.actionButton:not(.freeze) button.steal:hover{
	background-position: -200px -50px;
}
.actionButton:not(.freeze) button.steal:active{
	background-position: -200px -100px;
}

.actionButton button.steal_g{
	background-position: -900px 0;
}
.actionButton:not(.freeze) button.steal_g:hover{
	background-position: -900px -50px;
}
.actionButton:not(.freeze) button.steal_g:active{
	background-position: -900px -100px;
}

.actionButton button.check{
	background-position: -550px 0;
}
.actionButton:not(.freeze) button.check:hover{
	background-position: -550px -50px;
}
.actionButton:not(.freeze) button.check:active{
	background-position: -550px -100px;
}


.actionButton button.hit{
	background-position: -950px 0;
}
.actionButton:not(.freeze) button.hit:hover{
	background-position: -950px -50px;
}
.actionButton:not(.freeze) button.hit:active{
	background-position: -950px -100px;
}


.actionButton button.t_kill{
	background-position: -1000px 0;
}
.actionButton:not(.freeze) button.t_kill:hover{
	background-position: -1000px -50px;
}
.actionButton:not(.freeze) button.t_kill:active{
	background-position: -1000px -100px;
}

.actionButton button.know{
	background-position: -1050px 0;
}
.actionButton:not(.freeze) button.know:hover{
	background-position:-1050px -50px;
}
.actionButton:not(.freeze) button.know:active{
	background-position: -1050px -100px;
}

.actionButton button.reanim{
	background-position: -1100px 0;
}
.actionButton:not(.freeze) button.reanim:hover{
	background-position: -1100px -50px;
}
.actionButton:not(.freeze) button.reanim:active{
	background-position: -1100px -100px;
}

.actionButton button.r_kill{
	background-position: -1150px 0;
}
.actionButton:not(.freeze) button.r_kill:hover{
	background-position: -1150px -50px;
}
.actionButton:not(.freeze) button.r_kill:active{
	background-position: -1150px -100px;
}

.actionButton button.p_kill{
	background-position: -1200px 0;
}
.actionButton:not(.freeze) button.p_kill:hover{
	background-position: -1200px -50px;
}
.actionButton:not(.freeze) button.p_kill:active{
	background-position: -1200px -100px;
}

.actionButton button.z_kill{
	background-position: -1250px 0;
}
.actionButton:not(.freeze) button.z_kill:hover{
	background-position: -1250px -50px;
}
.actionButton:not(.freeze) button.z_kill:active{
	background-position: -1250px -100px;
}

.actionButton button.z_ghost{
	background-position: -1300px 0;
}
.actionButton:not(.freeze) button.z_ghost:hover{
	background-position: -1300px -50px;
}
.actionButton:not(.freeze) button.z_ghost:active{
	background-position: -1300px -100px;
}


.actionButton button.visit{
	background-position: -500px 0;
}
.actionButton:not(.freeze) button.visit:hover{
	background-position: -500px -50px;
}
.actionButton:not(.freeze) button.visit:active{
	background-position: -500px -100px;
}



.actionButton button.freeze{
	background-position: -100px 0;
}
.actionButton:not(.freeze) button.freeze:hover{
	background-position: -100px -50px;
}
.actionButton:not(.freeze) button.freeze:active{
	background-position: -100px -100px;
}



.actionButton button.kiss{
	background-position: -250px 0;
}
.actionButton:not(.freeze) button.kiss:hover{
	background-position: -250px -50px;
}
.actionButton:not(.freeze) button.kiss:active{
	background-position: -250px -100px;
}



.actionButton button.cut{
	background-position: -50px 0;
}
.actionButton:not(.freeze) button.cut:hover{
	background-position: -50px -50px;
}
.actionButton:not(.freeze) button.cut:active{
	background-position: -50px -100px;
}

.actionButton button.cut2{
	background-position: -50px 0;
}
.actionButton:not(.freeze) button.cut2:hover{
	background-position: -50px -50px;
}
.actionButton:not(.freeze) button.cut2:active{
	background-position: -50px -100px;
}



.actionButton button.yak_kill{
	background-position: -150px 0;
}
.actionButton:not(.freeze) button.yak_kill:hover{
	background-position: -150px -50px;
}
.actionButton:not(.freeze) button.yak_kill:active{
	background-position: -150px -100px;
}


.actionButton button.gift_c{
	background-position: -600px 0;
}
.actionButton:not(.freeze) button.gift_c:hover{
	background-position: -600px -50px;
}
.actionButton:not(.freeze) button.gift_c:active{
	background-position: -600px -100px;
}

.actionButton button.gift{
	background-position: -650px 0;
}
.actionButton:not(.freeze) button.gift:hover{
	background-position: -650px -50px;
}
.actionButton:not(.freeze) button.gift:active{
	background-position: -650px -100px;
}



.actionButton button.gift_b{
	background-position: -1900px 0;
}
.actionButton:not(.freeze) button.gift_b:hover{
	background-position: -1900px -50px;
}
.actionButton:not(.freeze) button.gift_b:active{
	background-position: -1900px -100px;
}


.actionButton button.gift_bc{
	background-position: -850px 0;
}
.actionButton:not(.freeze) button.gift_bc:hover{
	background-position: -850px -50px;
}
.actionButton:not(.freeze) button.gift_bc:active{
	background-position: -850px -100px;
}


.actionButton button.find{
	background-position: -400px 0;
}
.actionButton:not(.freeze) button.find:hover{
	background-position: -400px -50px;
}
.actionButton:not(.freeze) button.find:active{
	background-position: -400px -100px;
}


.actionButton button.f_find{
	background-position: -400px 0;
}
.actionButton:not(.freeze) button.f_find:hover{
	background-position: -400px -50px;
}
.actionButton:not(.freeze) button.f_find:active{
	background-position: -400px -100px;
}

.actionButton button.v_kill{
	background-position: -1350px 0;
}
.actionButton:not(.freeze) button.v_kill:hover{
	background-position: -1350px -50px;
}
.actionButton:not(.freeze) button.v_kill:active{
	background-position: -1350px -100px;
}

.actionButton button.s_throw{
	background-position: -1400px 0;
}
.actionButton:not(.freeze) button.s_throw:hover{
	background-position: -1400px -50px;
}
.actionButton:not(.freeze) button.s_throw:active{
	background-position: -1400px -100px;
}

.actionButton button.gift_co{
	background-position: -1450px 0;
}
.actionButton:not(.freeze) button.gift_co:hover{
	background-position: -1450px -50px;
}
.actionButton:not(.freeze) button.gift_co:active{
	background-position: -1450px -100px;
}

.actionButton button.b_kill{
	background-position: -1500px 0;
}
.actionButton:not(.freeze) button.b_kill:hover{
	background-position: -1500px -50px;
}
.actionButton:not(.freeze) button.b_kill:active{
	background-position: -1500px -100px;
}

.actionButton button.g_kill{
	background-position: -1550px 0;
}
.actionButton:not(.freeze) button.g_kill:hover{
	background-position: -1550px -50px;
}
.actionButton:not(.freeze) button.g_kill:active{
	background-position: -1550px -100px;
}

.actionButton button.m_kill{
	background-position: -1600px 0;
}
.actionButton:not(.freeze) button.m_kill:hover{
	background-position: -1600px -50px;
}
.actionButton:not(.freeze) button.m_kill:active{
	background-position: -1600px -100px;
}

.actionButton button.l_kill{
	background-position: -1650px 0;
}
.actionButton:not(.freeze) button.l_kill:hover{
	background-position: -1650px -50px;
}
.actionButton:not(.freeze) button.l_kill:active{
	background-position: -1650px -100px;
}

.actionButton button.bab_kill{
	background-position: -1700px 0;
}
.actionButton:not(.freeze) button.bab_kill:hover{
	background-position: -1700px -50px;
}
.actionButton:not(.freeze) button.bab_kill:active{
	background-position: -1700px -100px;
}

.actionButton button.reanim_j{
	background-position: -1750px 0;
}
.actionButton:not(.freeze) button.reanim_j:hover{
	background-position: -1750px -50px;
}
.actionButton:not(.freeze) button.reanim_j:active{
	background-position: -1750px -100px;
}

.actionButton button.guess{
	background-position: -1800px 0;
}
.actionButton:not(.freeze) button.guess:hover{
	background-position: -1800px -50px;
}
.actionButton:not(.freeze) button.guess:active{
	background-position: -1800px -100px;
}

.actionButton button.be_kill{
	background-position: -1850px 0;
}
.actionButton:not(.freeze) button.be_kill:hover{
	background-position: -1850px -50px;
}
.actionButton:not(.freeze) button.be_kill:active{
	background-position: -1850px -100px;
}


/* idead, global class if i dead and freeze
-----------------------------------------*/
#gamePage.dead ul.playersList li div.ico,
#gamePage.dead #gameHeader,
#gamePage.dead #gameFooter{
	cursor: default;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
	filter: gray; 
	-webkit-filter: grayscale(1); 
}

.actionButton.freeze button{
	cursor: default;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
	filter: gray; 
	-webkit-filter: grayscale(1);
}


/*---- Freeze заморозка от босса мафии ---*/
.freeze .chatInput,
.freeze .smiles li{
	cursor: default;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(1); 
}

.freeze .chat-input-container button{
	cursor: default;
}

noindex:-o-prefocus, .freeze .smiles,
noindex:-o-prefocus, .freeze .chat-input-container *{
	opacity: 0.35; 
}




/*---- Players list в игре maxMode --- */
ul.playersList.maxMode li{
	height: 61px;
	padding-top: 1px;
	padding-bottom: 4px !important;
}

ul.playersList.maxMode .ico{
	width: 60px;
	height: 60px;
	margin-top: 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-size: 60px 60px; 
}

ul.playersList.maxMode .gift-swf{
	top: 0;
	left: -3px;
}

ul.playersList.maxMode .actions{
	top:  12px;
}

ul.playersList.maxMode .actions img{
	margin-left: 3px;
	vertical-align: -3px;
	cursor: pointer;
}

ul.playersList.maxMode .name{
	top:  10px;
	left:  72px;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
	cursor: default;
}

ul.playersList.maxMode .ico .noSpeak{
	width: 37px;
	height: 65px;
	bottom: -5px;
	left: -7px;
	background: url(/img/game-page/no-speak-maxi.png) no-repeat;
}

ul.playersList.maxMode .actionButton{
	top: 14px;
}

ul.playersList.maxMode .ico .dead{
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(/img/game-page/dead-maxi.png) no-repeat center top;
}

ul.playersList.maxMode .actions{
	top: 21px;
}

ul.playersList .extraAnim{
	width: 64px;
	height: 64px;
	position: absolute;
	left: -80px;
	top: -3px;
	z-index: 10;
}

.spectate-popup ul.playersList .extraAnim{
	display: none !important;
}

ul.playersList .extraAnim{
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul.playersList .extraAnim.extra_196{
	background-image: url(/img/extras-anim/196.png);
}

ul.playersList .extraAnim.extra_189{
	background-image: url(/img/extras-anim/189.png);
}

ul.playersList .extraAnim.extra_205{
	background-image: url(/img/extras-anim/205.png);
}

ul.playersList .extraAnim.extra_224{
	background-image: url(/img/extras-anim/224.png);
}

ul.playersList .extraAnim.extra_225{
	background-image: url(/img/extras-anim/225.png?2);
}

ul.playersList .extraAnim.extra_243{
	background-image: url(/img/extras-anim/243.png);
}

ul.playersList .extraAnim.extra_251{
	background-image: url(/img/extras-anim/251.png);
}

ul.playersList .extraAnim.extra_252{
	background-image: url(/img/extras-anim/252.png);
}

ul.playersList .extraAnim.extra_253{
	background-image: url(/img/extras-anim/253.png);
}

ul.playersList .extraAnim.extra_318{
	background-image: url(/img/extras-anim/318.png);
}

ul.playersList .extraAnim.extra_341{
	background-image: url(/img/extras-anim/341.png);
}

ul.playersList .extraAnim.extra_346{
	background-image: url(/img/extras-anim/346.png);
}

ul.playersList .extraAnim.extra_poison{
	background-image: url(/img/extras-anim/poison.png);
}

ul.playersList .extraAnim.extra_amulet{
	background-image: url(/images/events/yakuza/animation/amulet.png);
}

ul.playersList .extraAnim.extra_oldbomb{
	background-image: url(/img/extras-anim/oldbomb.png);
}

ul.playersList .extraAnim.extra_eggbomb{
	background-image: url(/img/extras-anim/eggbomb.png);
}

ul.playersList .extraAnim.extra_ice{
	background-image: url(/img/extras-anim/ice.png);
}

ul.playersList .extraAnim.extra_fire{
	background-image: url(/img/extras-anim/fire.png);
}

ul.playersList .extraAnim.extra_chain{
	background-image: url(/img/extras-anim/chain.png);
}

ul.playersList .extraAnim.extra_overheard{
	background-image: url(/img/extras-anim/overheard.png);
}

ul.playersList .extraAnim.extra_mark{
	background-image: url(/img/extras-anim/mark.png);
}

ul.playersList .extraAnim.extra_hostage{
	background-image: url(/img/extras-anim/hostage.png);
}

ul.playersList .extraAnim.extra_ice,
ul.playersList .extraAnim.extra_fire,
ul.playersList .extraAnim.extra_chain{
	left: 2px;
}

/* BOOKMARKS chat, private, etc
==========================================================================================*/
ul.bookmarks{
	color: #edecdc;
	height: 29px;
	position: absolute;
	bottom: 7px;
	left: 8px;
	z-index: 4;
	padding-left: 2px;
	padding-right: 2px;
	background: url(/img/body/bookmarks2.png) no-repeat left top; 
}

ul.bookmarks li{
	border-left: 1px solid #4e4e4e;
	cursor: pointer;
	float: left;
	line-height: 27px;
	width: 150px;
	text-align: center;
}

ul.bookmarks li:first-child{
	border-left: none;
}

ul.bookmarks.game  li#ccl_tab img{
	display: none;
}

ul.bookmarks li img{
	width: 19px;
	height: 16px;
	vertical-align: -4px;
	background: url(/img/body/letter.png) no-repeat left top;
}

ul.bookmarks li.new-message img{
	background: url(/img/body/letter-active.gif) no-repeat left top;
}

ul.bookmarks li.active{
	cursor: default;
	color: #000;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: url(/img/body/bookmark-active.png) no-repeat center top;
}

ul.bookmarks li.active:hover{
	color: #000;
}

ul.bookmarks li:hover{
	color: #ffe991;
}

ul.bookmarks li.lastChild { 
	position: absolute;
	right: 0px;
	top: 0;
	width: 5px;
	height: 29px;
	z-index: 2;
	border-left: none;
	background: url(/img/body/bookmark-last-child.png) no-repeat left top;	
}

/*---- Bookmarks нижние закладки для переключения чата ---*/
ul.bookmarks li.dead,
ul.bookmarks li.maf,
ul.bookmarks li.ton,
ul.bookmarks li.zom{ /* скрываем чат мертвых и чат мафии */
	display: none;
}

ul.bookmarks.dead li.dead,
ul.bookmarks.maf li.maf,
ul.bookmarks.ton li.ton,
ul.bookmarks.zom li.zom{ /* показываем чат мертвых и чат мафии */
	display: block !important;
}

ul.bookmarks.dead li.maf,
ul.bookmarks.dead li.ton,
ul.bookmarks.dead li.zom{
	display: none;
}




/* FooterPanel sound, rules link, etc
==========================================================================================*/
#footer{
	width: 100%;
	height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: url(/img/body/footer-bg.png?3) no-repeat 8px 0;	
}

ul.footerPanel{
	position: absolute;
	height: 27px;
	right: 13px;
	bottom: 8px;
	z-index: 3;
	background: url(/img/body/footer-panel.png?3) no-repeat left bottom;	
}

ul.footerPanel a{
	color: #a9a9a9;
	text-decoration: none;
}

ul.footerPanel li{
	position: relative;
	color: #a9a9a9;
	cursor: pointer;
	float: left;
	line-height: 24px;
	height: 27px;
	text-align: center;
	padding: 0 18px;
}

ul.footerPanel li:first-child,
ul.footerPanel li:nth-child(23){
	background: url(/img/body/footer-panel-separator.png) no-repeat 100% 0;	
}

ul.footerPanel li.fullscreen{
	display: none;
	padding: 0 2px 0 6px;
	background: url(/img/body/footer-panel-separator.png) no-repeat 0 0;	
}

ul.footerPanel li.fullscreen.on div{
	background-position: 100% 0;		
}

ul.footerPanel li.fullscreen div{
	width: 25px;
	height: 25px;
	background: url(/img/body/fullscreen.png) no-repeat 0 0;		
}

ul.footerPanel li.lastChild {
	padding: 0 !important; 
	position: absolute;
	right: -5px;
	top: 0;
	width: 5px;
	height: 29px;
	z-index: 2;
	background: url(/img/body/footer-panel.png) no-repeat 100% -5px;	
}


/*---- Закладка звука с котом и динамиком --- */
.footerPanel li.sound img{
	width: 29px;
	height: 22px;
	vertical-align: -8px;
	background: url(/img/body/sound-control.png) no-repeat 0 0;			
}

.footerPanel li.sound div.cat{
	width: 70px;
	height: 35px;
	position: absolute;
	left: -70px;
	bottom: -8px;
	background: url(/img/body/cat.png) no-repeat -70px 0;			
}

.footerPanel li.sound.off{
	display: block !important;
}

.footerPanel li.sound.off div.cat{
	background-position: 0 0;		
}

.footerPanel li.sound.off img{
	background: url(/img/body/sound-control.png) no-repeat -29px 0;		
}

.footerPanel li:hover,
.footerPanel li:hover a{
	color: #fff;
}

/* VOLUME CONTROL
==========================================================================================*/
.volumeContainer{
	position: relative;
	width: 0;
	height: 0;
}

.volumeControl{
	position: absolute;
	width: 124px;
	height: 131px;
	left: 0;
	bottom: 48px;
	padding-top: 5px;
	border: 1px solid #ca8d30;
	background: url(/img/body/volume-bg.png) repeat #2b2b2b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 2px solid #815719;
	border-left: 2px solid #ffb43b;
	border-bottom: 2px solid #edb44d;
	border-right: 2px solid #855b1d;
	z-index: 200;
}

.volumeControl::before{
	content: '';
	width: 12px;
	height: 6px;
	position: absolute;
	bottom: -7px;
	left: 14px;
	background: url(/img/body/volume-arrow.png) no-repeat;
}

.volumeControl:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-top: 1px solid #ffff4b;
	border-left: 1px solid #8e601d;
	border-bottom: 1px solid #503d1a;
	border-right: 1px solid #ffb43b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ui-slider{
	width: 25px;
	position: relative;
	background-color: #141414;
	background: url(/img/body/volume-bar.png) no-repeat 0 0;
}

.ui-slider .ui-slider-range{
	position: absolute;
	width: 25px;
	bottom: 0;
	display: block;
	background: url(/img/body/volume-bar.png?5) no-repeat -25px 100%;
}

.ui-slider div.amount{
	width: 30px;
	color: #b4b4b4;
	text-align: center;
	position: absolute;
	left: -10px;
	bottom: -21px;
}

.ui-slider .ui-slider-handle{
	width: 17px;
	height: 11px;
	margin-bottom: -7px;
	cursor: pointer;
    position: absolute;
	left: -3px;
    z-index: 2;
	outline: none;
	background: url(/img/body/volume-pan.png) no-repeat;
}

.volumeSlider{
	width: 60px;
	padding-bottom: 20px;
	padding-left: 2px;
}

.volumeSlider.border{
	padding-left: 0;
	background: url(/img/body/volume-separator.png) repeat-y left top;
}

.volumeSlider h5{
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	color: #b4b4b4;
	text-shadow: 0px 0px 2px black; /* Параметры тени */
}


/* MAINPAGE - главная страница Loby
==========================================================================================
------------------------------------------------------------------------------------------*/
#mainPage{
	height: 750px;
	position: relative;
	z-index: 1;
	background: url(/img/main-page/bg.jpg) no-repeat 0 0 #000;
	display: none;
}

#mainPage.current{
	display: block
}

#mainBody{
	width: 100%;
	height: 750px;
	position: relative;
	overflow: hidden;
	background: url(/img/main-page/body.png) no-repeat 0 0;
}

/* My profile block
-----------------------------------------------------------*/
.profileBlock{
	color: #fff;
	position: absolute;
	left: 18px;
	top: 25px;
	width: 310px;
	height: 75px;
	z-index: 2;
	background: url(/img/main-page/profile-bg.png) no-repeat center top;	
}

.profileBlock.ruby{
	background: url(/img/main-page/profile-bg-ruby.png) no-repeat center top;	
}



#myProfilePhoto{
	cursor: pointer;
	position: absolute;
	left: 1px;
	top: 6px;
	width: 70px;
	height: 70px;
}

#myProfilePhoto .image{
	left: 3px;
	top: 2px;
	border: 1px solid black;
	z-index: 1;
	width: 61px;
	height: 60px;
	overflow: hidden;
	position: absolute;
}

#myProfilePhoto .level{
	position: absolute;
	left: -5px;
	bottom: 0;
	z-index: 3;
}

.level{
	color: #f0c058;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 29px;
	height: 20px;
	line-height: 17px;
	background: url(/img/interface/level.png) no-repeat center top;
}

#myProfilePhoto .gifts{
	z-index: 3;
	position: absolute;
	bottom: 0;
	right: -2px;	
}


#myProfilePhoto .gifts.swf{
	right: -16px;
	bottom: 0px;
}

#myProfilePhoto .border{
	width: 68px;
	height: 68px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: url(/img/main-page/profile-border.png) no-repeat center top;
}

#myProfilePhoto .border.gold-profile{
	background: url(/img/main-page/profile-border-gold.png) no-repeat center top;	
}

.profileBlock .name{
	color: #fff;
	position: absolute;
	left: 76px;
	top: 17px;	
}

/* hack для рубинов */
.profileBlock.ruby .name{
	width: 120px;
}

.profileBlock .coinsCount{
	cursor: pointer;
	position: absolute;
	left: 200px;
	padding-left: 26px;
	top: 46px;
	width: 71px;
	height: 26px;
	line-height: 26px;
	color: #cdaa60;
}

.profileBlock .rubyCount{
	cursor: pointer;
	position: absolute;
	left: 200px;
	padding-left: 26px;
	top: 13px;	
	width: 71px;
	height: 26px;
	line-height: 26px;
	color: #cdaa60;
}

.profileBlock .coinsCount:hover,
.profileBlock .rubyCount:hover{
	color: #f7cd74;
}

.profileBlock button.myProfile{
	position: absolute;
	left: 74px;
	top: 46px;
} 

.profileBlock button.plus{
	position: absolute;
	right: 3px;
	top: 3px;	
}

.profileBlock button.plus{
	width: 23px;
	height: 24px;
	background: url(/img/main-page/button-plus.png) no-repeat 0 0;	
}

.profileBlock .rubyCount:hover button.plus,
.profileBlock .coinsCount:hover button.plus{
	background: url(/img/main-page/button-plus.png) no-repeat -50px 0;	
}

.profileBlock button.plus:active{
	background: url(/img/main-page/button-plus.png) no-repeat -100px 0;	
}

button.myGuests{
	width: 45px;
	height: 29px;
	position: absolute;
	left: 152px;
	top: 46px;
	background: url(/img/main-page/button-guests.png) no-repeat -150px 0;	
}

button.myGuests:hover{
	background: url(/img/main-page/button-guests.png) no-repeat -200px 0;		
}

button.myGuests:active{
	background: url(/img/main-page/button-guests.png) no-repeat -250px 0;		
}

button.myGuests.new{
	background: url(/img/main-page/button-guests.png) no-repeat 0 0;		
}

button.myGuests.new:hover{
	background: url(/img/main-page/button-guests.png) no-repeat -50px 0;		
}

button.myGuests.new:active{
	background: url(/img/main-page/button-guests.png) no-repeat -100px 0;		
}





/* Main page header. Main menu, profile, other
-----------------------------------------------------------*/
#mainMenu{
	position: absolute;
	right: 10px;
	top: 22px;
	z-index: 2;
	height: 84px;
}

#mainMenu li{
	cursor: pointer;
	position: relative;
	width: 84px;
	height: 84px;
	margin-right: -1px;
	float: left;
	text-align: center;
	background: url(/img/main-page/main-menu-separator.png) no-repeat left top;
}

#mainMenu li:first-child{
	background: none;
}


/*.pavel*/
#mainMenu li.offers:hover .offerIco{
	filter: brightness(130%);	
}

#mainMenu li.offers .offerIco{
	width: 44px;
	height: 44px;
	margin: 15px auto 0 auto;
}

#mainMenu .timerDiv{
	color: #fff;
	text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
	margin-top: 4px;
}


#mainMenu li.offers .offerIco img{
	width: 44px;
	height: 44px;
	border: 2px solid red;
	border: 1px solid #f8a73e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mainMenu a span{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 8px;
	z-index: 3;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#mainMenu a{
	position: relative;
	display: block;
	width: 84px;
	height: 84px;
	color: #e4b555;
	background-repeat: no-repeat;
	background-image: url(/img/main-page/main-menu.png);
}

#mainMenu a:hover{
	color: #fff;
}

#mainMenu li.arena a{
	background-position: 0px 0;
}

#mainMenu li.arena a:hover{
	background-position: 0px -100px;
}

#mainMenu li.tops a{
	background-position: -200px 0;
}

#mainMenu li.tops a:hover{
	background-position: -200px -100px;
}

#mainMenu li.extras a{
	background-position: -100px 0;
}

#mainMenu li.extras a:hover{
	background-position: -100px -100px;
}

#mainMenu li.achievements a{
	background-position: -300px 0;
}

#mainMenu li.achievements a:hover{
	background-position: -300px -100px;
}

#mainMenu li.clan a{
	background-position: -400px 0;
}

#mainMenu li.clan a:hover{
	background-position: -400px -100px;
}

#mainMenu li.duels a{
	background-position: -500px 0;
}

#mainMenu li.duels a:hover{
	background-position: -500px -100px;
}

#mainMenu .count{
	width: 14px;
	height: 14px;
	font-size: 10px;
	font-weight: bold;
	position: relative !important;
	top: 0px;
	display: inline-block;
	background: #c60513;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

#mainMenu li.lock .lock{
	width: 84px;
	height: 84px;
	z-index: 15;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/main-page/lock.png) no-repeat left top;
}

#mainMenu li.lock a{
	color: #777777;
}

/* Кнопки ивентов
-----------------------------------------------------------*/
#mainMenu li.blackMarket a{
	background: url(/img/main-page/events-buttons/black-market.png) no-repeat 0 0;
}

#mainMenu li.blackMarket a:hover{
	background-position: -84px 0;
}

#mainMenu li.laboratory a{
	background: url(/img/main-page/events-buttons/laboratory.png) no-repeat 0 0;
}

#mainMenu li.laboratory a:hover{
	background-position: -84px 0;
}

#mainMenu li.linMarket a{
	background: url(/img/main-page/events-buttons/lin-market.png) no-repeat 0 0;
}

#mainMenu li.linMarket a:hover{
	background-position: -84px 0;
}

#mainMenu li.profMarket a{
	background: url(/img/main-page/events-buttons/prof-market.png) no-repeat 0 0;
}

#mainMenu li.profMarket a:hover{
	background-position: -84px 0;
}

#mainMenu li.lavka a{
	background: url(/img/main-page/events-buttons/lavka-market.png) no-repeat 0 0;
}

#mainMenu li.lavka a:hover{
	background-position: -84px 0;
}

#mainMenu li.market a{
	background-repeat: no-repeat;
	background-position: 0 0;
}

#mainMenu li.market a:hover{
	background-position: -84px 0;
}


/* Блок набора игроков и список комнат
-----------------------------------------------------------*/
#gml_scrollbar {
    height: 198px;
    right: 0;
    width: 428px;
    z-index: 3;
}
.scrollBarContainer  {
    margin: 0;
}

#roomsListContainer{
	width: 706px;
	height: 232px;
	position: absolute;
	top: 110px;
	left: 10px;
	background: url(/img/main-page/game_picture.jpg) no-repeat left top;
}


.roomsList{
	color: #fff;
	width: 472px;
	position: absolute;
	right: 0;
	text-shadow: -1px 1px 0px #000;
}

.roomsList .scrollContainer{
	margin-top: 0;
	height: 230px;
	overflow: auto;
	padding-right: 10px;
}

.roomsList #gml_list{
	width: 442px;
	margin-left: 10px;
}

.roomsList li{ 
	font-size: 8pt;
	line-height: 25pt;
	vertical-align: middle;
	height: 26pt;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.roomsList li.leagueSort{
	height: 0;
	border: 0;
	line-height: 0;
}

.roomsList .name{
	padding-left: 8px;
}

.roomsList .name .link{
	cursor: pointer;
}

.roomsList .name .link:hover{
	color: #fff;
	text-decoration: underline;
}
.roomsList li.favoriteOwner .name:before{
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	left: -8px;
	top: 10px;
	background: url(/images/icons/favorite-xs2.png) no-repeat 0 0;
	
}

.roomsList .rating{
	position: absolute;
	left: 141px;
	top: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.roomsList .rating img.leagueIco{
	vertical-align: -5px;
}

.roomsList .players{
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 230px;
	line-height: 25pt;
	padding-left: 24px;
	background: url(/img/main-page/players-count.png) no-repeat -5px 5px;
}

.roomsList li.favoriteDetected .players{
	background: url(/img/main-page/players-count-favorite.png) no-repeat -5px 5px;
}

.roomsList .coins{
	position: absolute;
	top: 0;
	left: 305px;
	padding-left: 21px;
	background: url(/img/main-page/game-list-coin.png) no-repeat 0px 9px;
}

.roomsList button{
	position: absolute;
	right: 4px;
	top: 7px;
}

.playButtonContainer{
	position: absolute;
	left: 10px;
	bottom: 0;
}

#buttonPlay{
	width: 176px;
	height: 89px;
	z-index: 2;
	position: relative;
	background: url(/img/main-page/button-play.png) no-repeat 0 0;
}

#buttonPlay:hover{
	background-position: 0 -100px;
}

#buttonPlay:active{
	background-position: 0 -200px;
}

#buttonCreateGame{
	width: 87px;
	height: 40px;
	position: absolute;
	left: 40px;
	bottom: 0px;
	z-index: 3;
	background: url(/img/main-page/button-create-game.png) no-repeat 0 0;
}

#buttonCreateGame:hover{
	background-position: 0 -50px;
}

#buttonCreateGame:active{
	background-position: 0 -100px;
}

/* arenaRoom
-----------------------------------------------------------*/
.arenaRoom .players{
	left: 157px;
	top: 7px;
}

.arenaRoom .coins{
	top: 7px;
	left: 232px;
	line-height: 27pt;
}

.roomsList[data-arena="true"] .scrollContainer{
	margin-top: 70px;
	height: 160px;
}

.arenaRoom{
	width: 463px;
	height: 72px;
	position: absolute;
	right: 5px;
	top: 0;
	background: url(/images/interface/arena_room.png);
}

.arenaRoom .container{
	width: 372px;
	height: 48px;
	position: absolute;
	right: 12px;
	top: 11px;
}

.arenaRoom .textInfo{
	position: absolute;
	left: 10px;
	top: 10px;
}

.arenaRoom .textInfo .gamesQty{
	font-size: 14px;
	font-weight: bold;
}

.arenaRoom .textInfo .arenaExpire{
	color: #ffe826;
	font-size: 12px;
}

.arenaRoom button{
	width: 80px;
	height: 28px;
	padding-bottom: 4px;
	top: 12px;
	background-image: url(/images/interface/arena_button.png);
}

/* BONUS
-----------------------------------------------------------*/
.playButtonContainer #playBonus .bonusAviable{
	display: none;
	width: 195px;
	height: 101px;
	position: absolute;
	bottom: 22px;
	left: -5px;
	z-index: 1;
	background: url(/img/main-page/play-bonus.png) no-repeat 0 0;	
}

#playBonus .playBonusInfo{
	width: 140px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	position: absolute;
	top: -11px;
	left: 15px;
	z-index: 15;
	background: url(/img/main-page/play-bonus-info.png) no-repeat 0 0;
}


#cnd_hour_bonuss{
	display: none;
	position: absolute;
	top: -11px;
	left: 15px;
	width: 140px;
	line-height: 19px;
	text-align: center;
	z-index: 15;
}

.playButtonContainer .star{
	width: 17px;
	height: 17px;
	position: absolute;
	z-index: 6;
	background: url(/img/main-page/play-bonus-star.png) no-repeat 0 0;	
}

#playBonus .star.anim1{
	left: 26px;
	top: 12px;
}

#playBonus .star.anim2{
	left: 72px;
	top: 3px;
}

#playBonus .star.anim3{
	left: 141px;
	top: 15px;
}

#playBonus .coinGlow{
	width: 228px;
	height: 154px;
	position: absolute;
	left: 1px;
	top: -31px;
	background: url(/img/main-page/play-bonus-coin-glow.png) no-repeat 0 0 !important;	
	z-index: 1;
}

#playBonus .ptip{
	bottom: 95px;
	text-align: center;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: all 0.1s ease-out 0.1s;
	-moz-transition: all 0.1s ease-out 0.1s;
	-o-transition: all 0.1s ease-out 0.1s;
	transition: all 0.1s ease-out 0.1s;	

}

#playBonus .ptip *{
	text-align: center;
}

#playBonus .ptip .ptip-arrow {
	left: 96px !important;
}

#playBonus:hover .ptip{
	visibility: visible;
	bottom: 85px;
	opacity: 1;
}


/* League block
==========================================================================================
------------------------------------------------------------------------------------------*/
#leagueBlock{
	cursor: pointer;
	font-size: 12px;
	width: 272px;
	height: 231px;
	position: absolute;
	right: -273px;
	top: 0;
	color: #fff;
	text-align: center;
	border-left: 1px solid #303030;		
	background: url(/img/main-page/ligi/bg.jpg) no-repeat 0 0;
}

#leagueBlock .timer{
	width: 248px;
	height: 19px;
	line-height: 15px;
	position: absolute;
	text-align: center;
	top: -3px;
	left: 16px;
	background: url(/img/main-page/ligi/timer.png) no-repeat 0 0;
}

#leagueBlock .timer .cdnText p{
	font-size: 11px;
	padding: 0;
	margin: 0 0.1em 0 0;
}

#leagueBlock:hover{
	background-image: url(/img/main-page/ligi/bg_hover.jpg);
}

#leagueBlock h2{
	width: 100%;
	font-size: 13px;
	text-align: center;
	position: absolute;
	top: 13px;
	left: 0;
}

#leagueBlock .img{
	width: 272px;
	height: 180px;
	position: absolute;
	top: -10px;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
}

#leagueBlock .progressBar{
	position: absolute;
	left: 18px;
	bottom: 50px;
	width: 207px;
	height: 33px;
	box-sizing: border-box;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	background-image: url(/img/main-page/ligi/progress_bar.png);
}

/* if all done @rewrite */
#leagueBlock .progressBar.allDone span.separator,
#leagueBlock .progressBar.allDone em.need,
#leagueBlock .progressBar.allDone .nextAwardIco{
	display: none !important;
}

#leagueBlock .progressBar.allDone .progressText{
	left: 34px;
}

#leagueBlock .progressBar.allDone{
	padding-right: 4px;
	left: 29px;
}
 
#leagueBlock .progress{
	color: #fff;
	height: 23px;
	position: relative;
	background: url(/img/main-page/ligi/progress_bar.png) no-repeat -6px -56px red;
}

#leagueBlock .progressText{
	font-family: Arial;
	position: absolute;
	top: 7px;
	left: 35px;
	width: 150px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}

#leagueBlock .progressBar .nextAwardIco{
	width: 74px;
	height: 74px;
	position: absolute;
	right: -44px;
	top: -19px;
}

#leagueBlock button.showLeaguesAwards{
	color: #fff;
	position: absolute;
	left: 78px;
	bottom: 14px;
	width: 116px;
	height: 24px;
}

#leagueBlock .noLeagueText{
	display: none;
	color: #fff;
	font-weight: bold;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
}

#leagueBlock[data-noleague="true"] .progressBar,
#leagueBlock[data-noleague="true"] button.showLeaguesAwards{
	display: none;
}

#leagueBlock[data-noleague="true"] .noLeagueText{
	display: block;
}

#leagueBlock[data-noleague="true"] .img{
	top: 0;
	height: 180px;
	background-image: url(/img/main-page/ligi/l0.png);
}

/* if last league */
#leagueBlock.league6 .ifNotLastLeague{
	display: none;
}

#leagueBlock.league6 .progress{
	left: 70px;
}



ul.nearPlaces{
	color: #;
	width: 100%;
	position: absolute;
	bottom: 4px;
	left: 0;
}

ul.nearPlaces li{
	font-size: 10px;
	opacity: 0.6;
	margin: 3px; 0;
	text-align: center;
}

ul.nearPlaces li.my{
	opacity: 1;
	font-size: 14px;
	font-weight: bold;
}

ul.nearPlaces li .place{
	color: #fff32b;
	margin-right: 6px;
}

ul.nearPlaces li .rating{
	color: #9bd49d;
	margin-left: 6px;
}






/* Набор игроков - settings of room
-----------------------------------------------------------*/
/*
.playersQueue .leagueBlock,
.playersQueue #roomsListContainer{
	display: none;
}
*/

.playersQueue #playersQueueBlock{
	display: block;
}

#playersQueueBlock{
	display: none;
	width: 980px;
	height: 232px;
	position: absolute;
	top: 110px;
	left: 10px;
	background: url(/img/main-page/game_picture.jpg) no-repeat left top;
}

div.roomSettingsBlock{
	color: #fff;
	position: absolute;
	width: 722px;
	height: 42px;
	right: 10px;
	top: 0px;
	background: url(/img/main-page/room-settings-line.png) no-repeat left bottom;
}

#roomSettings{
	text-shadow: -1px 1px 0px #000;
}

#roomSettings li{
	position: relative;
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 0 40px 0 0;
	background: url(/img/main-page/room-settings-separator.png) no-repeat right center;
}

#roomSettings li.rating{
	padding-right: 40px;
}

#roomSettings li.chaos img{
	margin-top: 13px;
}

#playersQueueBlock .nick{
	white-space: nowrap;
}

.roomSettingsBlock div.buttons{
	position: absolute;
	right: 10px;                        
	top: 10px;
}

.roomSettingsBlock div.rating{
	position: relative;
	top: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 42px;
	color: #fff;
	text-align: center;
}

.roomSettingsBlock img.leagueIco{
	vertical-align: -5px;
	margin-right: 5px;
}	






/* Набор игроков
-----------------------------------------------------------*/
ul.playersQueue{
	color: #c2c2c2;
	width: 728px;
	position: absolute;
	right: 10px;
	top: 46px;
	background: url(/img/main-page/players-queue-slots.png) no-repeat 0 0;	
}

ul.roomPlayersCount5,
ul.roomPlayersCount8{
	height: 72px;	
}

ul.playersQueue.roomPlayersCount12{
	height: 108px;	
}

ul.playersQueue.roomPlayersCount16{
	height: 144px;	
}

ul.playersQueue.roomPlayersCount20{
	height: 180px;	
}


ul.playersQueue li{
	float: left;
	width: 142px;
	height: 36px;
	padding-left: 40px;
	line-height: 15px;
	position: relative;
}

ul.playersQueue li span.player{
	display: block;
	margin-top: 7px;
}

ul.playersQueue li span.player img{
	margin-left: 3px;
	vertical-align: -1px;	
}

ul.playersQueue li.my{
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	font-weight: bold;
	background: url(/img/main-page/players-queue-my.png) no-repeat 10px 3px;	
}

ul.playersQueue li.my *{
	cursor: default;	
}

ul.playersQueue li.my span.player img{
	margin-left: 3px;
	display: none !important;	
}

ul.playersQueue	.photo{
	cursor: pointer;
	position: absolute;
	left: 2px;
	top: 0;
	border: 1px solid #474747;
	width: 32px;
	height: 32px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.playersQueue	.nick{
	cursor: pointer;
}

ul.playersQueue .player img{
	cursor: pointer;
	display: none;
}

ul.playersQueue li:hover .player img{
	display: inline;
}

/* Блок с боссом и списком онлайн
-----------------------------------------------------------*/
.rightBlockContainer{
	width: 272px;
	height: 371px;
	position: absolute;
	top: 342px;
	right: 10px;
	z-index: 2;
}





/* Loby bookmarks
-----------------------------------------------------------*/
ul.lobyBookmarks{
	width: 272px;
	height: 31px;
	background: url(/img/main-page/loby-bookmarks.png) no-repeat 0 0;
}

ul.lobyBookmarks li{
	color: #989898;
	width: 91px;
	height: 31px;
	float: left;
	cursor: pointer;
	position: relative;	
}

ul.lobyBookmarks li.online{
	width: 90px;	
}


ul.lobyBookmarks li.main:hover{
	background: url(/img/main-page/loby-bookmarks.png) no-repeat 0 -50px;
}

ul.lobyBookmarks li.online:hover{
	background: url(/img/main-page/loby-bookmarks.png) no-repeat -91px -50px;
}

ul.lobyBookmarks li.favorites:hover{
	background: url(/img/main-page/loby-bookmarks.png) no-repeat 100% -50px;
}

ul.lobyBookmarks li.main.current{
	background: url(/img/main-page/loby-bookmarks.png) no-repeat 0 -100px;
}

ul.lobyBookmarks li.online.current{
	background: url(/img/main-page/loby-bookmarks.png) no-repeat -91px -100px;
}

ul.lobyBookmarks li.favorites.current{
	background: url(/img/main-page/loby-bookmarks.png) no-repeat 100% -100px;
}

ul.lobyBookmarks li .textDis{
	display: none;
}

ul.lobyBookmarks li div.cnt{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	width: 70px;
	position: absolute;
	left: 10px;
	top: 16px;	
}	

ul.lobyBookmarks li.favorites div.cnt{
	left: 12px;	
}


.usersSearch{
	width: 272px;
	height: 41px;
	background: url(/img/main-page/users-search-input.png) no-repeat 8px 9px #2b2b2b;
}

.usersSearch input{
	width: 222px;
	position: relative;
	top: 14px;
	left: 14px;
	border: none;
	background-color: transparent;
}

.onlineBlock.switch,
.mainBlock.switch,
.favoritesBlock.switch{
	color: #fff !important;
	/* pp optimize	*/
	display: block !important;
	visibility: hidden;
	position: absolute;
	top: 31px;
	width: 272px;
	height: 340px;
}

.onlineBlock.switch.current,
.mainBlock.switch.current,
.favoritesBlock.switch.current{
	/* pp optimize	*/
	visibility: visible !important;
}

ul.lobyBookmarks li:hover .hint{
	display: block;
}

ul.lobyBookmarks .hint{
	display: none;
	color: #f6d288;
	white-space: nowrap;
	top: -32px;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
	z-index: 10;
	line-height: 16px;
}

ul.lobyBookmarks .hint-content{
	background-color: #404040;
	text-align: center;
	float: left;
	position: relative;
	left: -50%;
	padding: 3px 8px;
}

ul.lobyBookmarks .hint .arrow{
	position: relative;
	bottom: -18px;
	left: -50%;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #404040 transparent transparent transparent;
	
	/*
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #404040 transparent;
	*/
}
	

/* Boss
-----------------------------------------------------------*/
#bossBlock{
	width: 272px;
	height: 110px;
	position: relative;
}

.bossButton{
	position: absolute;
	left: 115px;
	top: 42px;
	color: #fff;
	width: 120px;
	height: 30px;
	font-size: 11px;
	text-transform: uppercase;
}


.bossTalk{
	position: absolute;
	left: 90px;
	top: 12px;	
	color: #cdaa60;
	width: 163px; /* -18px padding */
	height: 36px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	background: url(/img/main-page/boss-talk.png) no-repeat 0 0;	
}

#bossBlock .area{
	width: 160px;
	height: 18px;
	line-height: 18px;
	top: -3px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

#bossBlock .area div{
	white-space: nowrap;
	position: absolute;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.bossBet{
	color: #fff;
	position: absolute;
	left: 129px;
	top: 78px;
	color: #fff;
	width: 100px;
	text-align: center;	
}

.bossFrame{
	position: absolute;
	left: 10px;
	top: 17px;
	cursor: pointer;
	width: 79px;
	height: 77px;
	background: url(/img/main-page/boss-frame.png) no-repeat 0 0;	
	z-index: 2;
}

.bossPhoto{
	position: absolute;
	left: 11px;
	top: 19px;
	width: 76px;
	height: 74px;
	z-index: 1;	
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Extra discount block
-----------------------------------------------------------*/
#extraDiscountBlock{
	width: 272px;
	height: 123px;
	position: relative;
	z-index: 9;
	background: url(/img/main-page/extra_discount_bg.jpg) no-repeat 0 0;
}

#extraDiscountBlock em{
	color: #fbcb00;
}

#extraDiscountBlock .text{
	width: 158px;
	position: absolute;
	left: 110px;
	top: 26px;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px 0px 0px #000;
}

#extraDiscountBlock .text span{
	color: #fbcb00;
	font-size: 12px;
}

#extraDiscountBlock .extra{
	position: absolute;
	left: 13px;
	top: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#extraDiscountBlock img{
	width: 88px;
	height: 88px;
}

#extraDiscountBlock button{
	position: absolute;
	top: 70px;
	left: 138px;
}

/* Invite friends block
-----------------------------------------------------------*/
.inviteBlock{
	width: 272px;
	height: 114px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/img/main-page/invite-block.jpg?6) no-repeat center top;
}

.inviteBlock button{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-shadow: -1px -1px 0px #000;
	width: 180px;
	height: 44px;
	position: relative;
	padding-bottom: 3px;
	top: 57px;
	left: 44px;
	display: block;
	border: 0;
	background-image: url(/img/main-page/invite-button.png);
	background-position: 0 0;
	background-color: transparent;
}

.inviteBlock button:hover{
	background-position: 0 -50px;
}

.inviteBlock button:active{
	background-position: 0 -100px;
}


/* Question block
-----------------------------------------------------------*/
.questionsBlock{
	position: relative;
	padding-top: 9px;
}

.questionsBox .image{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 12px;
	left: 9px;
	overflow: hidden;	
}

.questionsBox .txt{
	width: 206px;
	position: relative;
	left: 54px;
	cursor: pointer;
	line-height: 14px;
	word-wrap: break-word;
	height: 70px;
	min-height: 70px;
	height: 40px;
	overflow: hidden;
}

.questionsBlock button{
	margin-top: 5px;
	position: relative;
	left: 52px;
	display: block;	
}


/* favoritesBlock
-----------------------------------------------------------*/
.favoritesBlock.switch .scrollBarContainer,
.favoritesBlock.switch .viewport{ /* высота скроллинг бокса */
	height: 334px !important;
}

.favoritesBlock.switch .viewport{
	padding-top: 5px;
}

/* NEWBIE MODE
==========================================================================================*/
.newbie .roomsList{
	display: none !important;	
}

.newbie #gml_scrollbar,
.newbie span.clan{
	display: none;
}

/* GAME CHAT 
==========================================================================================*/
h1.day-night-chg{
	height: 32px;
	color: #fff;
	font-size: 13px;
	padding: 0;
	margin: 10px 0;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: -1px 0px 0px #234b90;
	background: url(/img/game-page/day-night.png) no-repeat 50% -50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h1.day-night-chg.night{
	text-shadow: -1px 0px 0px #000;
	background: url(/img/game-page/day-night.png) no-repeat 50% 0;
}

/* SPECIAL OFFER BLOCK
==========================================================================================*/
.offerMiniBanner{
	cursor: pointer;
	width: 272px;
	height: 123px;
	top: 110px;
	position: absolute;
	z-index: 11;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
	text-align: left;
	background-color: #212121;
}

.offerMiniBanner .title{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	width: 134px;
	text-align: center;
	top: 10px;
	left: 126px;
}

.offerMiniBanner .title em{
	color: #fde046;
}

.offerMiniBanner .timer .timerText{
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}

.offerMiniBanner .timer .cdn2{
	display: inline-block;
	vertical-align: middle;
}

.offerMiniBanner .timer{
	width: 124px;
	position: absolute;
	text-align: center;
	right: 13px;
	bottom: 5px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.offerMiniBanner .cdn2 p{
	width: auto;
	margin: 0 3px 0 0;
	padding: 0;
}

.offerMiniBanner .cdn2 span{
	font-size: 10px;
	color: #fff;
	margin: 0 1px;
	letter-spacing: 0;
}

.offerMiniBanner .cdn2 b{
	width: auto;
	font-weight: 200;
	margin: 0;
	padding: 0;
}

.offerMiniBanner h1,
.offerMiniBanner h2,
.offerMiniBanner h3{
	padding: 0;
	margin: 0;
	text-shadow: -1px 0px 0px #000;
}

.offerMiniBanner div.buyCount{
	display: none;
}

.offerMiniBanner 
ul.extrasList .extraName{
	display: none;
}

.offerMiniBanner .extraIco{
	cursor: default;
	width: 96px;
	height: 96px;
	position: absolute;
	left: 13px;
	top: 12px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.offerMiniBanner button{
	color: #ffe240;
	font-weight: bold;
	width: 134px;
	height: 49px;
	padding-bottom: 3px;
	font-size: 14px;
	position: absolute;
	left: 130px;
	bottom: 24px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	background-color: transparent;
	background-image: url(/img/offers/offer-button-mini.png);
}

.offerMiniBanner button:hover{
	background-position: 0 -50px;
}

.offerMiniBanner button:active{
	background-position: 0 -100px;
}



/* template-extraKitSale заменить на 1extraPack
-----------------------------------------------------------*/
.offerMiniBanner.template-extraKitSale{
	background-image: url(/img/offers/1-extra-pack/banner-mini.jpg);
}

.offerMiniBanner.template-extraKitSale
.offerContainer li span.extraName{
	display: none;
}

.offerMiniBanner.template-extraKitSale
.offerContainer button{
	color: #ffe240;
	font-weight: bold;
	width: 238px;
	height: 54px;
	font-size: 16px;
	position: absolute;
	left: 188px;
	bottom: 18px;
	background-image: url(/img/offers/miniSaleButton.png);
}

.offerMiniBanner.template-extraKitSale
.offerContainer button:hover{
	background-position: 0 -100px;
}

.offerMiniBanner.template-extraKitSale
.offerContainer button:active{
	background-position: 0 -200px;
}

.offerMiniBanner.template-extraKitSale
.extraIco{
	left: 16px;
	top: 12px;
}

.offerMiniBanner.template-extraKitSale
.extraQty{
	position: absolute;
	width: 66px;
	height: 51px;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	padding: 0;
	text-align: center;
	left: -3px;
	bottom: -3px;
	background: url(/img/offers/1-extra-pack/extra-qty-mini.png) no-repeat center center;
}

.offerMiniBanner.template-extraKitSale
.extraQty.small{
	font-size: 19px;
}

.offerMiniBanner.template-extraKitSale
.extraQty em{
	color: #fde046;
}

.offerMiniBanner.template-extraKitSale
h1{
	font-size: 21px;
	position: absolute;
	left: 0;
	top: 14px;
}

.offerMiniBanner.template-extraKitSale
.coins{
	font-size: 52px;
	font-weight: bold;
	color: #ffeb10;
	line-height: 46px;
	position: absolute;
	left: 50px;
	top: 80px;
}

.offerMiniBanner.template-extraKitSale
.coins em{
	display: block;
}

.offerMiniBanner.template-extraKitSale div.coins{
	color: #ffdb00;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-shadow: -1px 0px 0px #000;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.offerMiniBanner.template-extraKitSale div.ruby{
	color: #ffdb00;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	text-shadow: -1px 0px 0px #000;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}



/* template-leaguesOffer
-----------------------------------------------------------*/
.offerMiniBanner.template-leaguesOffer 
.title{
	font-size: 12px;
	width: 262px;
	font-weight: bold;
	text-align: center;
	top: 6px;
	left: 5px;
}

.offerMiniBanner.template-leaguesOffer {
	background-image: url(/img/offers/leagues/gold-mini.jpg);
}

.offerMiniBanner.template-leaguesOffer
button.price{
	width: 138px;
	height: 30px;
	font-size: 12px;
	color: #ffe240;
	font-weight: bold;
	position: absolute;
	left: 68px;
	bottom: 25px;
	background-image: url(/img/offers/leagues/button-mini.png);
}


.offerMiniBanner.template-leaguesOffer 
div.coins{
	color: #fed317;
	width: 80px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: -1px 0px 0px #000;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	position: absolute;
	top: 33px;
	left: 22px;
}

.offerMiniBanner.template-leaguesOffer 
div.coins:before{
	content: '';
	width: 20px;
	height: 24px;
	display: block;
	position: relative;
	background-color: red;
	margin-right: 3px;
	vertical-align: -6px;
	display: inline-block;
	background: url(/img/offers/leagues/coin.png) no-repeat 0 0;
}



.offerMiniBanner.template-leaguesOffer
 div.coins span.annotation{
	display: none;
}

.offerMiniBanner.template-leaguesOffer 
div.ruby{
	color: #fed317;
	width: 80px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: -1px 0px 0px #000;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	position: absolute;
	top: 33px;
	left: 162px;
}

.offerMiniBanner.template-leaguesOffer
 div.ruby span.annotation{
	display: none;
}

.offerMiniBanner.template-leaguesOffer 
div.ruby:before{
	content: '';
	width: 20px;
	height: 24px;
	display: block;
	position: relative;
	background-color: red;
	margin-right: 3px;
	vertical-align: -6px;
	display: inline-block;
	background: url(/img/offers/leagues/ruby.png) no-repeat 0 0;
}


.offerMiniBanner.template-leaguesOffer 
.timer{
	width: 124px;
	text-align: center;
	right: 70px;
	bottom: 5px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}


/* template-coins
-----------------------------------------------------------*/
.offerMiniBanner.template-coins{
	background-image: url(/img/offers/coins/banner-mini.jpg);
}

.offerMiniBanner.template-coins 
div.coins{
	color: #fff;
	width: 80px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: -1px 0px 0px #000;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	position: absolute;
	top: 89px;
	left: 17px;
}

.offerMiniBanner.template-coins 
div.coins:before{
	content: '';
	width: 20px;
	height: 24px;
	display: block;
	position: relative;
	background-color: red;
	margin-right: 3px;
	vertical-align: -6px;
	display: inline-block;
	background: url(/img/offers/leagues/coin.png) no-repeat 0 0;
}

.offerMiniBanner.template-coins
 div.coins span.annotation{
	display: none;
}


/* template-coins
-----------------------------------------------------------*/
.offerMiniBanner.template-coinsCitezen{
	background-image: url(/img/offers/coinsCitezen/banner-mini.jpg);
}

.offerMiniBanner.template-coinsCitezen 
div.coins{
	display: none;
}

.offerMiniBanner.template-coinsCitezen
 div.coins span.annotation{
	display: none;
}

.offerMiniBanner.template-coinsCitezen
.title{
	width: 146px;
	left: 114px;
	top: 26px;
}

.offerMiniBanner.template-coinsCitezen 
.timer{
	right: auto;
	left: -3px;
	bottom: 1px;
}

.offerMiniBanner.template-coinsCitezen 
.figure{
	position: absolute;
	left: 12px;
	top: 8px;
}

.offerMiniBanner.template-coinsCitezen 
.figure img{
	width: 90px;
	height: 90px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.offerMiniBanner.template-coinsCitezen 
.figureDescr{
	display: none;
}

.offerMiniBanner.template-coinsCitezen
button.price{
	width: 138px;
	height: 30px;
	font-size: 12px;
	color: #ffe240;
	font-weight: bold;
	position: absolute;
	left: 120px;
	bottom: 8px;
	background-image: url(/img/offers/leagues/button-mini.png);
}


/* template-ruby
-----------------------------------------------------------*/
.offerMiniBanner.template-ruby{
	background-image: url(/img/offers/ruby/banner-mini.jpg);
}

.offerMiniBanner.template-ruby 
div.ruby{
	color: #fff;
	width: 80px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-shadow: -1px 0px 0px #000;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	position: absolute;
	top: 89px;
	left: 17px;
}

.offerMiniBanner.template-ruby 
div.ruby:before{
	content: '';
	width: 20px;
	height: 24px;
	display: block;
	position: relative;
	background-color: red;
	margin-right: 3px;
	vertical-align: -6px;
	display: inline-block;
	background: url(/img/offers/leagues/ruby.png) no-repeat 0 0;
}

.offerMiniBanner.template-ruby
 div.ruby span.annotation{
	display: none;
}



/* template-2extraPack
-----------------------------------------------------------*/
.offerMiniBanner.template-2extraPack {
	background-image: url(/img/offers/2extraPack/rifle-reanimator-mini.jpg);
}

.offerMiniBanner.template-2extraPack 
.title{
	display: none;
}


.offerMiniBanner.template-2extraPack
button.price{
	width: 138px;
	height: 30px;
	font-size: 12px;
	color: #ffe240;
	font-weight: bold;
	position: absolute;
	left: 66px;
	bottom: 25px;
	background-image: url(/img/offers/leagues/button-mini.png);
}

.offerMiniBanner.template-2extraPack
ul.extrasList img.extraIco{
	display: none;
}

.offerMiniBanner.template-2extraPack
ul.extrasList{
	width: 100%;
	position: absolute;
	left: 25px;
	top: 8px;
}

.offerMiniBanner.template-2extraPack
ul.extrasList li{
	width: 84px;
	height: 50px;
	float: left;
	margin: 0;
	text-align: center;
	position: relative;
}

.offerMiniBanner.template-2extraPack 
ul.extrasList li.num0{
	margin-right: 54px;
}

.offerMiniBanner.template-2extraPack
ul.extrasList .extraName{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 20px;
	display: block;
}

.offerMiniBanner.template-2extraPack
ul.extrasList .extraQty{
	color: #fed41b;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 5px;
}

.offerMiniBanner.template-2extraPack 
.timer{
	text-align: center;
	right: 76px;
}


/* template-eventShop
-----------------------------------------------------------*/
.offerMiniBanner.template-eventShop{
	background-image: url(/img/offers/tony/banner-mini.jpg);
}

.offerMiniBanner.template-eventShop.yakuza{
	background-image: url(/img/offers/yak/banner-mini.jpg);
}

.offerMiniBanner.template-eventShop
.offerContainer li span.extraName{
	display: none;
}

.offerMiniBanner.template-eventShop
.extraQty{
	display: none;
}

.offerMiniBanner.template-eventShop
.extraQty em{
	color: #fde046;
}

.offerMiniBanner.template-eventShop .extraIco{
	cursor: pointer;
	top: 11px;
	width: 96px;
	height: 96px;
}

.offerMiniBanner.template-eventShop .extraIco img{
	width: 96px;
	height: 96px;
}

.offerMiniBanner.template-eventShop
button{
	color: #ffe240;
	font-weight: bold;
	width: 134px;
	height: 32px;
	padding-bottom: 3px;
	font-size: 14px;
	position: absolute;
	left: 126px;
	bottom: 34px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	background-color: transparent;
	background-image: url(/img/offers/offer-button-mini2.png);
}


/* template-event2
-----------------------------------------------------------*/
.offerMiniBanner.template-event2 
.title{
	font-size: 12px;
	width: 262px;
	font-weight: bold;
	text-align: center;
	top: 6px;
	left: 5px;
}

.offerMiniBanner.template-event2 {
	background-image: url(/img/offers/event/banner2-mini.jpg);
}

.offerMiniBanner.template-event2 
.extrasList
{
	display: none;
}

.offerMiniBanner.template-event2
button.price{
	width: 138px;
	height: 30px;
	font-size: 12px;
	color: #ffe240;
	font-weight: bold;
	position: absolute;
	left: 68px;
	bottom: 25px;
	background-image: url(/img/offers/leagues/button-mini.png);
}


.offerMiniBanner.template-event2
 div.coins span.annotation{
	display: none;
}

.offerMiniBanner.template-event2
 div.ruby span.annotation{
	display: none;
}


.offerMiniBanner.template-event2 
.timer{
	width: 124px;
	text-align: center;
	right: 70px;
	bottom: 5px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

/* SCROLLING SCRIPT
==========================================================================================*/
.scrollBarContainer  .disable {
    display: none;
}

.scrollBarContainer  { position: relative }
.scrollBarContainer .viewport { height: 100%; overflow: hidden; position: relative;  }
.scrollBarContainer .overview { width: 100%; list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.scrollBarContainer .bar{ height: 100%; background: #444444 url(/img/interface/track-y.png) repeat-y 0 0; position: absolute; background-position: 0 0; right:0; width: 9px; }
.scrollBarContainer .track { background: transparent url() repeat-y 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
.scrollBarContainer .thumb { background: transparent url(/img/interface/scroll.png) no-repeat 0 0; height: 46px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 3 }
.scrollBarContainer .thumb .end { background: transparent url() no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.scrollBarContainer .disable { display: none; }




.scrollBarContainer  {
    margin: 0;
}

/*
#gamePage .scrollBarContainer  .overview{
    width: 235px;	
}
*/

body.mobile .scrollBarContainer  .viewport {
	overflow: auto;
	overflow-x: hidden;
}


body.mobile .scrollBarContainer  .bar {
	display: none;
}

body.mobile textarea{
	font-size: 11pt !important;
}

/*
.scrollBarContainer  .bar {
    background: url(/images/scrollbar/track-y.png) repeat-y scroll 2px 0 transparent;
    float: right;
    position: relative;
    width: 7px;
}
.scrollBarContainer  .track {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    padding: 0;
    position: relative;
    width: 7px;
    cursor: default;
}
.scrollBarContainer  .thumb {
    background: url(/images/scrollbar/thumb-y.png) no-repeat scroll transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 6px;
}
*/
.scrollBarContainer  .disable {
    display: none;
}



/* WELCOME page. Registration
==========================================================================================
------------------------------------------------------------------------------------------*/
.welcome{
	cursor: default;
	width: 1000px;
	height: 760px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.welcome.ru{
	background: url(/img/welcome/bg_ru.jpg) no-repeat center center #421602;
}

.welcome.lv{
	background: url(/img/welcome/bg_lv.jpg) no-repeat center center #421602;
}

.welcome-container{
	color: #88807f;
	width: 220px;
	height: 300px;
	padding-top: 240px;
	margin: 0 auto;
}

.welcome-container p.logo-text{
	margin: 0;
	padding: 0;
}

.welcome h1{
	color: #f8c413;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0 10px 0;
}

.welcome .welcome-button{
	color: #f7c752;
	font-size: 18px;
	width: 160px;
	height: 63px;
	text-shadow: #000 0px 1px 1px;
	background: url(/img/welcome/big-button3.png) no-repeat 7px 0;
}

.welcome p.online{
	font-size: 10pt;
	font-weight: bold;
	color: #ffc118;
	margin: 23px 0 0 0;
	padding:0;
}

.welcome .welcome-button:hover{
	color: #f7e0a7;
	background: url(/img/welcome/big-button3.png) no-repeat 7px -100px;
}

.welcome .welcome-button:active{
	background: url(/img/welcome/big-button3.png) no-repeat 7px -200px;
}

.welcome .input{
	width: 200px;
	height: 46px;
	font-size: 18px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background: url(/img/welcome/input.png) no-repeat 0 0;
}

.welcome .input input{
	margin-top: 10px;
	width: 180px;
	color: #ccc;
	font-size: 18px;
	outline: none;
	background: transparent;
	border: 0;
}

/* PTIP hints engine
==========================================================================================
------------------------------------------------------------------------------------------*/

.align_center { text-align: center; }
.rel {position: relative;}
.abs {position: absolute;}

.mt {margin-top: 15px;}
.mr {margin-right: 15px;}
.mb {margin-bottom: 15px;}
.ml {margin-left: 15px;}

.ptip .hidden { display:none; }
.clickable{cursor:pointer; }

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ptip_close { display:block; cursor:pointer; float:right; margin:0 0 15px 15px; width:16px; height:16px; background:url(img/delete.png) no-repeat 0 0; }

.ptip{
	font-size: 11px;
	position: absolute;
	z-index: 99999;
	border-radius: 5px;
	line-height: 1.3;
	word-wrap: break-word;
	margin-top: 10px !important;
}

/* .ptip.in	{	filter: alpha(opacity=90);	opacity:0.9;	} */
.ptip.top	{	padding: 5px 0;  margin-top: -4px;	}
.ptip.bottom{	padding: 5px 0;  margin-top: 4px;	}
.ptip.right	{	padding: 0 5px;  margin-left: 4px;	}
.ptip.left	{	padding: 0 5px;  margin-left: -4px;	}


.ptip-inner {
	color: #fff;
  	background-color: rgba(0, 0, 0, 0.8);
	text-align: left;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #505050;
	box-shadow: 0 0 10px #000;
}

.ptip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	z-index:5 !important;
}
.ptip.top .ptip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	border-width: 5px 5px 0;
	border-top-color: #505050;
}

.ptip.bottom .ptip-arrow {
	top: 1px;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #505050;
}
.ptip.right .ptip-arrow {
	top: 50%;
	left: 0;
	margin-top: -4px;
	border-width: 5px 5px 5px 0;
	border-right-color: #505050;
}

.ptip.left .ptip-arrow {
	top: 50%;
	right: 0;
	margin-top: -4px;
	border-width: 5px 0 5px 5px;
	border-left-color: #505050;
}

.ptip .ptip-inner  em{
	color: #ffe162;
	font-style: normal;
}

.ptip .ptip-inner  a{
	color: #ffe162;
}

.ptip .ptip-inner  a:hover{
	color: #fff7d4;
}

.ptip p{
	margin: 0;
	padding: 0;
}


.ptip h2{
	color: #ffe162;
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
}

.brown.ptip{
	max-width: 300px;
	min-width: 150px;
}

.brown.ptip .ptip-inner {
	color: #fff;
	padding: 15px;
  	background-color: #2a2a2a;
}



.brown.ptip.bottom .ptip-arrow:after { /* обводка */
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	margin-left: -5px;
	border-color: transparent;
	border-style: solid;
	border-width: 0 3px 3px;
	border-bottom-color: #2a2a2a !important; /* arrow bg color */
	z-index: 1 !important;
}

.brown.ptip.top .ptip-arrow:after { /* обводка */
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	margin-left: -5px;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-top-color: #2a2a2a !important;
	z-index: 1 !important;
}


.brown.ptip.right .ptip-arrow:after {
	content: '';
	position: absolute;
	top: -5px;
	left: -4px;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-right-color: #2a2a2a !important;
	z-index: 1 !important;
}





.ptip.profilePhoto{
	max-width: none;
}

.ptip.profilePhoto .ptip-inner{
	padding: 5px;
}

.center .ptip-inner {
	padding: 5px;	
	text-align: center !important;
}

.center.ptip.bottom .ptip-arrow:after { /* обводка */
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	margin-left: -5px;
	border-color: transparent;
	border-style: solid;
	border-width: 0 3px 3px;
	border-bottom-color: #2a2a2a !important;
	z-index: 1 !important;
}

.center.ptip.top .ptip-arrow:after { /* обводка */
	content: '';
	position: absolute;
	bottom: 2px;
	left: 1px;
	margin-left: -5px;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-top-color: #2a2a2a !important;
	z-index: 1 !important;
}

.center.ptip.right .ptip-arrow {	z-index:5 !important}
.center.ptip.right .ptip-arrow:after {
	content: '';
	position: absolute;
	top: -5px;
	left: -4px;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-right-color: #2a2a2a !important;
	z-index: 1 !important;
}




/* CDN TIMER countdown
==========================================================================================
------------------------------------------------------------------------------------------*/
.cdn2.noMargin{
	font-size: 0;
}

.cdn2 p{
	width: 39px;
	display: block;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	position: relative;
	padding: 0;
	margin: 0;
	margin-left: 6px;
}

.cdn2.noMargin p{
	margin-left: 0;
}

.cdn2 p.dayMargin{
	margin-left: 0;
	margin-right: 3px;
}

.cdn2 b{
	display: inline-block;
	vertical-align: top;
	height: inherit;
	font-size: 18px;
	line-height: 22px;
	width: 12px;
	text-align: center;
}

.cdn2 span{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 7px;
	margin-left: 4px;
}

.cdn2 em{
	color: #fff;
	color: rgba(255,255,255,0.4);
	width: 100%;
	text-align: center;
	font-size: 10px;
	position: absolute;
	left: 0;
	bottom: -29px;
	font-weight: normal;
	font-style: normal;
}

.cdn2.white em{
	color: #fff;
}

.cdn2.white span{
	color: #fff;
}


/* big */
.cdn2.design p{
	width: 40px;
	height: 24px;
	margin: 0 !important;
	border: 1px solid #2a2a2a;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.cdn2.design p span{
	color: #fff;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: 7px;
	margin-left: 5px;
}

.cdn2.design .dayMargin{
	margin-right: 10px;
}



.cdnText p{
	display: block;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	position: relative;
	padding: 0;
	margin: 0 0.5em 0 0;
}


.cdnText p.dayMargin{
	margin-left: 0;
	margin-right: 3px;
}

.cdnText b{
	display: inline-block;
	vertical-align: top;
	height: inherit;
}

.cdnText span{
	font-weight: bold;
}

.cdnText em{
	text-align: center;
	font-weight: normal;
	font-style: normal;
}




.cdn3 p{
	display: block;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0;
	margin: 0;
}

.cdn3 b{
	display: inline-block;
	vertical-align: top;
	height: inherit;
	line-height: 22px;
	width: 12px;
	text-align: center;
}

.cdn3 span{
	font-weight: bold;
	margin-left: 4px;
}



.cdn p{
	display: block;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0;
	margin: 0 !important;
}

.cdn b{
	display: none;
}

.cdn span{
	font-weight: bold;
	margin-left: 4px;
}


/* HINT ON SCREEN
------------------------------*/
div.hintOnScreen{
	font-weight: 800;
	font-size: 22px;
	text-align: center;
	z-index: 1000;
	position: absolute;
	left: 50%;
	top: 40%;
	height: 30px;
	width: 380px;
	margin-left: -150px;
	width: 100%;
	left: 0;
	margin-left: 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000100+0,000000+100&1+0,0+65 */
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,1,0,0.5) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,1,0,0.5) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(0,1,0,0.5) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000100', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.hintOnScreen p.text{
	margin: 0;
	padding: 0;
	animation: textAnimation 0.1s linear 1;
	-webkit-animation: textAnimation 0.1s linear 1;
	color: #fff;
	position: relative;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

@keyframes textAnimation {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);	
		margin-bottom: 0;
		opacity: 0.7;
		top: 10px;
	}
    100% {
		top: 0;
		opacity: 1;
        transform: scale(1.0);
        -webkit-transform: scale(1.0);	
	}
}

@-webkit-keyframes textAnimation {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);	
		margin-bottom: 0;
		opacity: 0.7;
		top: 10px;
	}
    100% {
		top: 0;
		opacity: 1;
        transform: scale(1.0);
        -webkit-transform: scale(1.0);	
	}
}

/* LOADING
==========================================================================================
------------------------------------------------------------------------------------------*/
#graphLoading{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: url(/img/body/loading-bg.jpg) repeat center center;
} 

#graphLoading span.skipText{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	margin-top: 142px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	z-index: 900;
}

#graphLoading span.skipText a{
	color: #8a7158;
}


.cssload-container{
	width: 286px;
	height: 286px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -147px 0 0 -145px;
	background: url(/img/body/loading.jpg) no-repeat center center #242424;
}
	
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid rgba(83,70,56, 0);
	border-left-color: rgb(130,130,130);
	border-radius: 974px;
		-o-border-radius: 974px;
		-ms-border-radius: 974px;
		-webkit-border-radius: 974px;
		-moz-border-radius: 974px;
}

.cssload-whirlpool {
	height: 260px;
	width: 260px;
	margin: -135px 0 0 -135px;
	border-left-color: rgb(81,100,135);
	animation: cssload-rotate 2650ms linear infinite;
		-o-animation: cssload-rotate 2650ms linear infinite;
		-ms-animation: cssload-rotate 2650ms linear infinite;
		-webkit-animation: cssload-rotate 2650ms linear infinite;
		-moz-animation: cssload-rotate 2650ms linear infinite;
}

.cssload-whirlpool::before {
	content: "";
	margin: -120px 0 0 -120px;
	height: 234px;
	width: 234px;
	border-left-color: rgb(239,213,31);
	animation: cssload-rotate 2650ms linear infinite;
		-o-animation: cssload-rotate 2650ms linear infinite;
		-ms-animation: cssload-rotate 2650ms linear infinite;
		-webkit-animation: cssload-rotate 2650ms linear infinite;
		-moz-animation: cssload-rotate 2650ms linear infinite;
}

.cssload-whirlpool::after {
	content: "";
	margin: -108px 0 0 -108px;
	height: 210px;
	width: 210px;
	border-left-color: rgb(183,90,62);
	animation: cssload-rotate 2800ms linear infinite;
		-o-animation: cssload-rotate 2800ms linear infinite;
		-ms-animation: cssload-rotate 2800ms linear infinite;
		-webkit-animation: cssload-rotate 2800ms linear infinite;
		-moz-animation: cssload-rotate 2800ms linear infinite;
}



@keyframes cssload-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-rotate {
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-rotate {
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-rotate {
	100% {
		-moz-transform: rotate(360deg);
	}
}

        .loadingBar {
			position: absolute;
			top: 50%;
			left: 50%;
            background-color: #1c1c1c;
            height: 8px;
            padding: 2px;
            width: 120px;
			margin-top: 54px;
			margin-left: -64px;
            -moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
            border-top: 1px solid #272a32;
        }
        
        .loadingBar span {
            display: inline-block;
            height: 100%;
			background-color: #516487;
            -moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
            -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
			-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
			box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
			-webkit-transition: width .4s ease-in-out;
			-moz-transition: width .4s ease-in-out;
			-ms-transition: width .4s ease-in-out;
			-o-transition: width .4s ease-in-out;
			transition: width .4s ease-in-out;		
        }
		
		/*---------------------------*/			
		


	
		
		/*---------------------------*/
		.loadingBar span.bar {
			width: 100%;
            -webkit-animation: loading10s 10s linear infinite;
            -moz-animation: loading10s 10s linear infinite;
			-moz-animation-iteration-count: 1;
			animation-iteration-count: 1
		}
		
		.loadingBar span.bar {
            -webkit-background-size: 30px 30px;
            -moz-background-size: 30px 30px;
            background-size: 30px 30px;			
			background-image: -webkit-gradient(linear, left top, right bottom,
								color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
								color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
								color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
								to(transparent));
            background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);
            background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);
            background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);
            background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);
            background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                transparent 75%, transparent);            
            
/*           
		   -webkit-animation: animate-stripes 3s linear infinite;
            -moz-animation: animate-stripes 3s linear infinite;  		
*/
		}
        
        @-webkit-keyframes animate-stripes { 
			0% {background-position: 0 0;} 100% {background-position: 60px 0;}
        }    
        
        @-moz-keyframes animate-stripes {
			0% {background-position: 0 0;} 100% {background-position: 60px 0;}
        }
		
        @-webkit-keyframes loading10s { 
			0% {width: 0%} 100% {width:100%}
        }    
        
        @-moz-keyframes loading10s {
			0% {width: 0%} 100% {width:100%}
        }
        
        


/* .extraIco
__________________________________________________________________*/
.extraIco{
	position: relative;
}

.extraIco img.ico{
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;	
}

.extraIco[data-size="0"],
.extraIco[data-size="0"] img.ico{
	width: 50px;
	height: 50px;
}

.extraIco[data-size="1"],
.extraIco[data-size="1"] img.ico{
	width: 54px;
	height: 54px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.extraIco[data-size="1a"],
.extraIco[data-size="1a"] img.ico{
	width: 60px;
	height: 60px;
}

.extraIco[data-size="2"]{
	width: 72px;
	height: 72px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.extraIco[data-size="2"] img.ico{
	width: 72px;
	height: 72px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.extraIco[data-size="3"]{
	width: 92px;
	height: 92px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.extraIco[data-size="3"] img.ico{
	width: 92px;
	height: 92px;
}

.extraIco[data-size="4"]{
	width: 128px;
	height: 128px;
}

.extraIco[data-size="4"] img.ico{
	width: 128px;
	height: 128px;
}

.extraIco[data-size="5"]{
	width: 40px;
	height: 40px;
}

.extraIco[data-size="5"] img.ico{
	width: 40px;
	height: 40px;
}



.extraIco.withFrame,
.extraIco--withFrame{
	border: 1px solid #d7aa00;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
}

/* img.extraIco
__________________________________________________________________*/
img.extraIco{
	image-rendering: -webkit-optimize-contrast;	
	image-rendering: crisp-edges;
}

img.extraIco.frame{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 1px;
	border: 1px solid #d7aa00;
	background-color: #000;
}

img.frame.frame--color1{
	border-color: #373737;
}

img.extraIco[data-size="0"]{
	width: 40px;
	height: 40px;
}

img.extraIco[data-size="1"]{
	width: 44px;
	height: 44px;
}



/* .extraTemplate
__________________________________________________________________*/
.extraTemplate{
	text-align: center;
}

.extraTemplate .extraIco{
	cursor: pointer;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	padding: 1px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d7aa00;
}

.extraTemplate .extraIco:before{
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	width: 100%;
	height: 100%;
	padding: 1px;
	border: 1px solid #592909;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.extraTemplate .extraIco img{
	width: 72px;
	height: 72px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.extraTemplate .name{
	margin: 2px 0;
	font-weight: bold;
}

.extraTemplate em.price{
	display: block;
	margin-top: 4px;
}

em.price.coins:before{
	content: url(/images/icons/coin-micro.png);
	margin-right: 4px;
	vertical-align: -1px;
}

em.price.ruby:before{
	content: url(/images/icons/ruby-micro.png);
	margin-right: 4px;
	vertical-align: -5px;
}


/* .playerData
__________________________________________________________________*/
.playerData .clanIco{
	max-width: 20px;
	max-height: 16px;
	height: 16px;
	margin-right: 3px;
	vertical-align: -3px;
}

.playerData .abbr{
	opacity: 0.7;
}

.playerData .playerNick{
	cursor: pointer;
	position: relative;	
}

.playerData.online .playerNick:before{
	content: url('/images/icons/on-line.gif');
	position: absolute;
	top: 2px;
	left: -14px;
}

.playerData .playerNick:hover{
	color: #ffc600;
}



/* .shortTimer
__________________________________________________________________*/
.shortTimerHeader{
	color: rgba(255,255,255,0.6);
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 12px;
}

.shortTimer{
	display: flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	height: 22px;
}

.shortTimer p{
	display: inline-block;
	margin: 0 2px;
}

.shortTimer em{
	font-size: 80%;
	font-weight: normal;
}

.shortTimer:before{
	content: url(/img/popups/leag/timer_ico.png);
	vertical-align: -6px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.shortTimer--style1{
	font-size: 15px;
	color: #ffd738;
}

/* .textTimer
__________________________________________________________________*/
.textTimer{
	display: inline-block;
}

.textTimer p{
	display: inline-block;
	margin: 0 2px;
}

.textTimer span.unit{
	font-weight: normal;
}

.textTimer span.unit span{
	font-weight: bold;
}

.textTimer em{
	font-weight: normal;
}



/* .rowTimer
__________________________________________________________________*/
#cdn_atour_timer{
	display: inline-block;
}

#cdn_atour_timer p{
	display: inline-block;
	margin: 0 2px;
}

#cdn_atour_timer em{
	font-weight: normal;
}


/* global modes
__________________________________________________________________*/
div[data-mode="mode1"] .switch.mode1,
div[data-mode="mode2"] .switch.mode2,
div[data-mode="mode3"] .switch.mode3{
	display: block;
}

/* .changeEmblem
__________________________________________________________________*/
.changeEmblem{
	white-space: nowrap;
}

.changeEmblem div{
	cursor: pointer;
	width: 74px;
	padding: 6px 8px;
	margin: 0 2px;
	display: inline-block;
}

.changeEmblem div:hover{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255,255,255,0.2);
}




/* WINTER NY MODE
__________________________________________________________________*/
body[data-mode="winter"] #mainPage{
	background-image: url(/img/main-page/bg_ny.jpg);
}

body[data-mode="winter"] #mainBody{
	background: url(/img/main-page/body.png) no-repeat 0 0;
}

body[data-mode="winter"] .footerPanel li.sound div.cat{
	background-image: url(/img/body/cat_ny.png);			
}

body[data-mode="winter"] #gameHeader{
	background-image: url(/img/game-page/header_night_ny.jpg);
}

body[data-mode="winter"] #gameHeader .day{
	background-image: url(/img/game-page/header_day_ny.jpg);
}

body[data-mode="winter"] #gameFooter{
	background-image: url(/img/game-page/footer_night_ny.jpg);
}

body[data-mode="winter"] #gameFooter div.day{
	background-image: url(/img/game-page/footer_day_ny.jpg);
}

body[data-mode="winter"] #roomsListContainer,
body[data-mode="winter"] #playersQueueBlock{
	background-image: url(/img/main-page/game_picture_ny.jpg);
}


/* preset-block
==========================================================================================*/
.preset-block{
	color: #fff;
	position: absolute;
	left: 0;
	top: -50px;
	width: 420px;
	height: 40px;
}

.preset-block__block{
	width: 100%;
	height: 100%;
	display: flex;
	gap: 0.8em;
	align-items: center;
}

.preset-block__block--off{
	display: none;
}

.button-simple{
	font-size: 12px;
	display: flex;
	align-items: center;
	white-space: nowrap;
	min-height: 28px;
	color: #c6c6c6;
	background-color: #343434;
	padding: 0.4em 0.8em;
	border: 1px solid #1c1c1c;
	border-top: 1px solid #474747;
	border-radius: 4px;
}

.button-simple:hover{
	background-color: #434343;
}

.button--min-width40px{
	min-width: 40px;
}

.select-preset{
	outline: none;
}

.select-preset option:checked{
	color: red;
	font-weight: bold;
}