/******************************************************************************/
/* BACKGROUND + TOP GRADIENT                                                  */
/******************************************************************************/
html, body {
	height: 100%;
	background: url(/assets/art/background-pattern.gif) repeat !important;
}

.background-container {
	position: absolute;
	width: 100%;
	top: 0;
	height: auto !important;
	min-height: 100%;
	z-index: 10;
}

.top-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 250px;
    background: -moz-linear-gradient(top,  rgba(193,198,203,0.5) 0%, rgba(193,198,203,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,198,203,0.5)), color-stop(100%,rgba(193,198,203,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(193,198,203,0.5) 0%,rgba(193,198,203,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(193,198,203,0.5) 0%,rgba(193,198,203,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(193,198,203,0.5) 0%,rgba(193,198,203,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(193,198,203,0.5) 0%,rgba(193,198,203,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3c1c6cb', endColorstr='#00c1c6cb',GradientType=0 ); /* IE6-8 */
    z-index: 10;
}

/******************************************************************************/
/* LAYOUT + CONTENT + FOOTER                                                  */
/******************************************************************************/
.layout {
	position: absolute;
	width: 99%;
	top: 0;
	height: auto !important;
	min-height: 100%;
	z-index: 20;
}

.content {
	width: 100%;
	height: auto;
	margin-bottom: 120px;
}

.text32b {
	font: bold 32px proxima-nova;
	letter-spacing: -1px;
}

.text18r {
	font: 18px proxima-nova;
	letter-spacing: -1px;
}

.text20b {
	font: bold 20px proxima-nova;
	letter-spacing: -1px;
}

.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 80px;
}

.footer-wrapper {
	width: 99%;
	margin: 0 auto;
	height: 80px;
}

.footer-copyright {
	display: inline-block;
	float: left;
	font: 13px proxima-nova;
	color: #818488;
}

.footer-menu {
	list-style: none outside none;
	display: inline-block;
	float: right;
	height: 16px;
}

.footer-menu li {
	list-style: none outside none;
	display: inline-block;
	float: left;
	margin: 0 0 0 25px;
	height: 16px;
	line-height: 16px;
}

.footer-menu li a {
	text-decoration: none;
	font: bold 13px/16px proxima-nova;
	color: #4c5158;
}
.footer-menu li a:hover {
	color: #656a6f;
}

.footer-menu li.item-feedback {
	background: url(/assets/art/sprite-global.png) -884px 0 no-repeat;
	padding: 0 0 0 20px;
}


/******************************************************************************/
/* CENTERED LOGOTYPE (LOGIN, SIGNUP etc)                                      */
/******************************************************************************/
.centered-logotype {
	width: 242px;
	height: 130px;
	margin: 30px auto 45px auto;
	background: url(/assets/art/sprite-global.png) -1px -1px no-repeat;
	
}
.centered-logotype a{
	width: 242px;
	height: 130px;
	display: block;
}

.centered-logotype-index {
	width: 242px;
	height: 110px;
	margin: 30px auto 31px auto;
	background: url(/assets/art/sprite-global.png) -1px -1px no-repeat;
	
}
.centered-logotype-index a{
	width: 242px;
	height: 110px;
	display: block;
}

/******************************************************************************/
/* GREEN BUTTON WITH HEIGHT 58PX AND SHADOW (LOGIN)                           */
/******************************************************************************/
.greenbutton-h58-container {
	height: 58px;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
}

.greenbutton-h58 {
    width: 2px;
    height: 58px;
    background: url(/assets/art/sprite-global.png) -41px -135px no-repeat;
    padding: 0 0 0 2px;
    cursor: pointer;
}
.greenbutton-h58:hover    { background: url(/assets/art/sprite-global.png) -47px -135px no-repeat; }
.greenbutton-h58:active   { background: url(/assets/art/sprite-global.png) -53px -135px no-repeat; }
.greenbutton-h58.inactive { background: url(/assets/art/sprite-global.png) -35px -182px no-repeat !important; }

.greenbutton-h58 .end {
    height: 58px;
    position: relative;
    background: url(/assets/art/sprite-global.png) 100% -1076px no-repeat;
    font: bold 28px/60px proxima-nova;
    text-align: center;
    padding-right: 5px;
    color: white;
    text-shadow: 0 1px 2px #579205;
}
.greenbutton-h58:hover .end    { background: url(/assets/art/sprite-global.png) 100% -1141px no-repeat; }
.greenbutton-h58:active .end   { background: url(/assets/art/sprite-global.png) 100% -1206px no-repeat; }
.greenbutton-h58.inactive .end { background: url(/assets/art/sprite-global.png) 100% -1515px no-repeat !important; color: #E6EEDB;}

.greenbutton-h58-container.busy .greenbutton-h58      { background: url(/assets/art/sprite-global.png) -41px -135px no-repeat !important; }
.greenbutton-h58-container.ok   .greenbutton-h58      { background: url(/assets/art/sprite-global.png) -41px -135px no-repeat !important; }
.greenbutton-h58-container.busy .greenbutton-h58 .end { background: url(/assets/art/sprite-global.png) 100% -1076px no-repeat !important; }
.greenbutton-h58-container.ok   .greenbutton-h58 .end { background: url(/assets/art/sprite-global.png) 100% -1076px no-repeat !important; }

.greenbutton-h58-container .content-busy      { display: none; }
.greenbutton-h58-container .content-ok        { display: none; }
.greenbutton-h58-container.busy .content-text { display: none; }
.greenbutton-h58-container.busy .content-ok   { display: none; }
.greenbutton-h58-container.ok .content-text   { display: none; }
.greenbutton-h58-container.ok .content-busy   { display: none; }

.greenbutton-h58-container.busy .content-busy
{
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -13px;
    background: url(/assets/art/sprite-global.png) -578px -1781px no-repeat;
}
.greenbutton-h58-container.busy .content-busy span
{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 5px;
    top: 4px;
}
.greenbutton-h58-container.busy .content-busy span.u { background: url(/assets/art/sprite-global.png) -244px -19px no-repeat; }
.greenbutton-h58-container.busy .content-busy span.r { background: url(/assets/art/sprite-global.png) -244px -37px no-repeat; }
.greenbutton-h58-container.busy .content-busy span.d { background: url(/assets/art/sprite-global.png) -244px -55px no-repeat; }
.greenbutton-h58-container.busy .content-busy span.l { background: url(/assets/art/sprite-global.png) -244px -73px no-repeat; }

.greenbutton-h58-container.ok .content-ok
{
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -13px;
    background: url(/assets/art/sprite-global.png) -606px -1781px no-repeat;
}


.greenbutton-h50-container {
	height: 48px;
    border: 1px solid #5e9e0b;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
}
.greenbutton-h50-container.greenbutton-h50-container-inactive {
	border-color: #a1c76e;
}
.greenbutton-h50-container.greenbutton-h50-container-inactive a, .greenbutton-h50-container.greenbutton-h50-container-inactive .greenbutton-h50-inactive{
	opacity: 0.6;
	text-shadow: 0 1px 2px #4a7f00;
}

.greenbutton-h50 
{
    display: inline-block;
    height: 46px;
    position: relative;
    float: right;
    border-top: 2px solid #b2dc71;
    font: bold 18px/46px proxima-nova;
    text-align: center;
    text-decoration: none;
    color: white;
    text-shadow: 0 1px 2px #579205;
    background: -moz-linear-gradient(top,  rgba(148,196,96,1) 0%, rgba(122,171,20,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,196,96,1)), color-stop(100%,rgba(122,171,20,1)));
    background: -webkit-linear-gradient(top,  rgba(148,196,96,1) 0%,rgba(122,171,20,1) 100%);
    background: -o-linear-gradient(top,  rgba(148,196,96,1) 0%,rgba(122,171,20,1) 100%);
    background: -ms-linear-gradient(top,  rgba(148,196,96,1) 0%,rgba(122,171,20,1) 100%);
    background: linear-gradient(to bottom,  rgba(148,196,96,1) 0%,rgba(122,171,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c460', endColorstr='#7aab14',GradientType=0 );
}
.greenbutton-h50-inactive
{
    display: inline-block;
    height: 46px;
    position: relative;
    float: right;
    border-top: 2px solid #b2dc71;
    font: bold 18px/46px proxima-nova;
    text-align: center;
    text-decoration: none;    
    text-shadow: 0 1px 2px #579205;
    background: -moz-linear-gradient(top,  rgba(148,196,96,1) 0%, rgba(122,171,20,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,196,96,1)), color-stop(100%,rgba(122,171,20,1)));
    background: -webkit-linear-gradient(top,  rgba(148,196,96,1) 0%,rgba(122,171,20,1) 100%);
    background: -o-linear-gradient(top,  rgba(148,196,96,1) 0%,rgba(122,171,20,1) 100%);
    background: -ms-linear-gradient(top,  rgba(148,196,96,1) 0%,rgba(122,171,20,1) 100%);
    background: linear-gradient(to bottom,  rgba(148,196,96,1) 0%,rgba(122,171,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c460', endColorstr='#7aab14',GradientType=0 );
    color:#EFF3EB;
    cursor:default;
}

.greenbutton-h50:hover
{
    border-top: 2px solid #c4ea8d;
    background: -moz-linear-gradient(top,  rgba(175,219,125,1) 0%, rgba(148,199,38,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,219,125,1)), color-stop(100%,rgba(148,199,38,1)));
    background: -webkit-linear-gradient(top,  rgba(175,219,125,1) 0%,rgba(148,199,38,1) 100%);
    background: -o-linear-gradient(top,  rgba(175,219,125,1) 0%,rgba(148,199,38,1) 100%);
    background: -ms-linear-gradient(top,  rgba(175,219,125,1) 0%,rgba(148,199,38,1) 100%);
    background: linear-gradient(to bottom,  rgba(175,219,125,1) 0%,rgba(148,199,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afdb7d', endColorstr='#94c726',GradientType=0 );
}
.greenbutton-h50:active 
{
    border-top: 2px solid #569009;
    background: -moz-linear-gradient(top,  rgba(115,161,17,1) 0%, rgba(145,192,92,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,161,17,1)), color-stop(100%,rgba(145,192,92,1)));
    background: -webkit-linear-gradient(top,  rgba(115,161,17,1) 0%,rgba(145,192,92,1) 100%);
    background: -o-linear-gradient(top,  rgba(115,161,17,1) 0%,rgba(145,192,92,1) 100%);
    background: -ms-linear-gradient(top,  rgba(115,161,17,1) 0%,rgba(145,192,92,1) 100%);
    background: linear-gradient(to bottom,  rgba(115,161,17,1) 0%,rgba(145,192,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a111', endColorstr='#91c05c',GradientType=0 );
}

/******************************************************************************/
/* GREEN BUTTON WITH HEIGHT 43PX AND SHADOW (LOGIN)                           */
/******************************************************************************/
.greenbutton-h43-container {
	height: 43px;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
}

.greenbutton-h43 {
    width: 4px;
    height: 43px;
    background: url(/assets/art/sprite-global.png) -51px -197px no-repeat;
    padding: 0 0 0 4px;
    cursor: pointer;
}

.greenbutton-h43:hover  { background: url(/assets/art/sprite-global.png) -46px -197px no-repeat; }
.greenbutton-h43:active { background: url(/assets/art/sprite-global.png) -41px -197px no-repeat; }

.greenbutton-h43 .end {
    height: 43px;
    background: url(/assets/art/sprite-global.png) 100% -1380px no-repeat;
    font: bold 18px/43px proxima-nova;
    text-align: center;
    padding-right: 4px;
    color: white;
    text-shadow: 0 1px 2px #579205;
}
.greenbutton-h43:hover .end  { background: url(/assets/art/sprite-global.png) 100% -1424px no-repeat; }
.greenbutton-h43:active .end { background: url(/assets/art/sprite-global.png) 100% -1468px no-repeat; }


.greenbutton-h43-changemail .end {
	width: 126px;
}
.greenbutton-h43-changemail.inactive { background: url(/assets/art/sprite-global.png) -35px -182px no-repeat !important; padding: 0; width: 0;}
.greenbutton-h43-changemail.inactive .end { background: url(/assets/art/sprite-global.png) 100% -1515px no-repeat !important; width:133px;}

/*
.greenbutton-h58-container {
	height: 58px;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
}

.greenbutton-h58 {
    width: 2px;
    height: 58px;
    background: url(/assets/art/sprite-global.png) -41px -135px no-repeat;
    padding: 0 0 0 2px;
    cursor: pointer;
}
.greenbutton-h58:hover  { background: url(/assets/art/sprite-global.png) -47px -135px no-repeat; }
.greenbutton-h58:active { background: url(/assets/art/sprite-global.png) -53px -135px no-repeat; }

.greenbutton-h58 .end {
    height: 58px;
    background: url(/assets/art/sprite-global.png) 100% -1076px no-repeat;
    font: bold 22px/58px proxima-nova;
    text-align: center;
    padding-right: 2px;
    color: white;
    text-shadow: 0 1px 2px #579205;
}
.greenbutton-h58:hover .end  { background: url(/assets/art/sprite-global.png) 100% -1141px no-repeat; }
.greenbutton-h58:active .end { background: url(/assets/art/sprite-global.png) 100% -1206px no-repeat; }
*/

/******************************************************************************/
/* HEADER                                                                     */
/******************************************************************************/
.header {
	height: 49px;
	padding: 14px 14px 0 14px;
}

.header-logo {
	display: inline-block;
	float: left;
	width: 69px;
	height: 49px;
	margin: 0 24px 0 0;
	background: url(/assets/art/sprite-global.png) -56px -132px no-repeat;
}
.header-logo:hover  { background: url(/assets/art/sprite-global.png) -56px -182px no-repeat; }
.header-logo:active { background: url(/assets/art/sprite-global.png) -56px -232px no-repeat; }

.header-link {
	display: inline-block;
	float: left;
	position: relative;
	margin: 12px 40px 0 0;
	width: auto;
	height: 35px;
	font: bold 24px proxima-nova;
	color: #4f565d;
	text-shadow: 0 1px 2px white;
	text-decoration: none;
}
.header-link:hover { color: #2c343d; }
.header-link div {
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	display: none;
	background-color: #d92938;
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}
.header-link.current     { color: #2c343d !important; }
.header-link.current div { display: block; }

.header-search {
	position: relative;
	display: inline-block;
	width: 269px;
	height: 42px;
	background-color: white;
	margin: 2px 0 0 0;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.11);
}

.header-search div {
	display: inline-block;
	float: left;
	width: 19px;
	height: 19px;
	margin: 12px 8px 11px 12px;
	background: url(/assets/art/sprite-global.png) -126px -132px no-repeat;
}
.header-search.focused div  { background: url(/assets/art/sprite-global.png) -146px -132px no-repeat; }
.header-search.selected div { background: url(/assets/art/sprite-global.png) -166px -132px no-repeat; }

.header-search input {
	display: inline-block;
	float: right;
	font: normal 18px proxima-nova;
	padding: 9px 0 5px 0;
	border: 0;
	margin: 0;
	outline: none;
	color: #a0a3a7;
}
.header-search.focused input  { color: #63696f;  }
.header-search.selected input { color: #3c434b; }


.header-rblock {
	display: inline-block;
	float: right;
	height: 33px;
	margin: 2px 0 0 0;
}
.header-rblock-peolpe {
	position: relative;
	display: inline-block;
	float: right;
	height: 33px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.header-rblock-peolpe.hover {
	background-color: rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.08);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.08);
}
.header-rblock-peolpe.pressed {
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.header-rblock-peolpe img {
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 4px 7px 4px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}

.header-rblock-peolpe span {
	display: inline-block;
	float: left;
	height: 33px;
	color: #2c343d;
	letter-spacing: -1px;
	font: bold 16px/33px proxima-nova;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.header-rblock-peolpe .triag {
	display: inline-block;
	float: left;
	width: 11px;
	height: 8px;
	margin: 13px 7px 0 7px;
	background: url(/assets/art/sprite-global.png) -244px -91px no-repeat;
}
.header-rblock-peolpe.hover .triag   { background: url(/assets/art/sprite-global.png) -244px -100px no-repeat; }
.header-rblock-peolpe.pressed .triag { background: url(/assets/art/sprite-global.png) -244px -109px no-repeat; }

.header-rblock-peolpe .menu {
	position: absolute;
	display: none;
	right: 0;
	top: 33px;
	background-color: white;
	width: 172px;
	height: 170px;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	z-index: 5000;
}
.header-rblock-peolpe.pressed .menu { display: block; }

.header-rblock-peolpe a {
	display: inline-block;
	height: 33px;
	width: 159px;
	font: bold 15px/33px proxima-nova;
	color: #2c343d;
	padding: 0 0 0 13px;
	text-decoration: none;
	border-bottom: 1px solid #e4e8ed;
	z-index: 100;
}
.header-rblock-peolpe a:hover {
	background: #e8ecf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8ecf2 0%, #f4f6fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ecf2), color-stop(100%,#f4f6fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8ecf2 0%,#f4f6fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ecf2', endColorstr='#f4f6fa',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c9d1dc !important;
	margin: -1px 0 0 -1px;
	z-index: 101;
}



.header-rblock-messages {
	position: relative;
	display: inline-block;
	float: right;
	height: 27px;
	margin: 4px 14px 0 0;
	padding: 0 4px;
	font: bold 16px/27px proxima-nova;
	text-decoration: none;
}
.header-rblock-messages.zero {
	color: #84888e;
	background: url(/assets/art/sprite-global.png) 100% -1268px repeat-x;
}
.header-rblock-messages.fill {
	color: white;
	text-shadow: 0 1px 2px rgba(179, 9, 28, 1);
	background: url(/assets/art/sprite-global.png) 100% -1296px repeat-x;
}
.header-rblock-messages.fill:hover  { background: url(/assets/art/sprite-global.png) 100% -1324px repeat-x; }
.header-rblock-messages.fill:active { background: url(/assets/art/sprite-global.png) 100% -1352px repeat-x; }

.header-rblock-messages .l {
	position: absolute;
	display: inline-block;
	width: 4px;
	height: 27px;
	left: -4px;
}
.header-rblock-messages.zero .l        { background: url(/assets/art/sprite-global.png) -257px -118px no-repeat; }
.header-rblock-messages.fill .l        { background: url(/assets/art/sprite-global.png) -257px -146px no-repeat; }
.header-rblock-messages.fill:hover .l  { background: url(/assets/art/sprite-global.png) -257px -174px no-repeat; }
.header-rblock-messages.fill:active .l { background: url(/assets/art/sprite-global.png) -257px -202px no-repeat; }

.header-rblock-messages .r {
	position: absolute;
	display: inline-block;
	width: 11px;
	height: 27px;
	right: -11px;
}
.header-rblock-messages.zero .r        { background: url(/assets/art/sprite-global.png) -244px -118px no-repeat; }
.header-rblock-messages.fill .r        { background: url(/assets/art/sprite-global.png) -244px -146px no-repeat; }
.header-rblock-messages.fill:hover .r  { background: url(/assets/art/sprite-global.png) -244px -174px no-repeat; }
.header-rblock-messages.fill:active .r { background: url(/assets/art/sprite-global.png) -244px -202px no-repeat; }

.header-rblock-messages div {
	position: absolute;
	display: none;
	top: 32px;
	left: -65px;
	width: 160px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #3b474f;
	color: white;
	padding: 10px;
	font: 14px proxima-nova;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}
.header-rblock-messages.fill:hover .m { display: inline-block; }
.header-rblock-messages div div {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 6px;
	top: -41px;
	left: -41px;
	padding: 0 !important;
	background: url(/assets/art/sprite-global.png) -186px -132px no-repeat;
}

/**********************************************************************************************/
/* USERBAR                                                                                    */
/**********************************************************************************************/
.ub-box
{
	width: 960px;
	height: 143px;
	margin: 41px auto 34px auto;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
}

.ub-data
{
	position: relative;
	width: 980px;
	height: 80px;
	padding: 10px;
}

.ub-avatar-box
{
	position: relative;
	display: inline-block;
	float: left;
	width: 130px;
	height: 128px;
	padding: 4px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: white;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.ub-avatar-pic
{
	width: 130px;
	height: 128px;
}

.ub-avatar-online {
  background: url("/assets/art/sprite-global.png") no-repeat scroll -186px -139px transparent;
  bottom: 6px;
  height: 4px;
  margin-bottom: 2px;
  margin-right: 3px;
  padding: 4px;
  position: absolute;
  right: 5px;
  width: 5px;
}

.ub-info-box
{
	position: relative;
	display: inline-block;
	float: left;
	width: 538px;
	height: 74px;
	padding: 6px 0 8px 14px;
}

.ub-info-box .ub-name
{
	height: 26px;
}
.ub-info-box .ub-name h1
{
	display: inline-block;
	float: left;
	padding: 0 3px 0 0;
	color: #2c343d;
	font: bold 26px/26px proxima-nova;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.16);
}
.ub-info-box .ub-name .ub-social
{
	display: inline-block;
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 2px;
}
.ub-info-box .ub-name .ub-vk        { background:  url(/assets/art/sprite-global.png) -153px -152px no-repeat; }
.ub-info-box .ub-name .ub-vk:hover  { background:  url(/assets/art/sprite-global.png) -153px -179px no-repeat; }
.ub-info-box .ub-name .ub-vk:active { background:  url(/assets/art/sprite-global.png) -153px -206px no-repeat; }
.ub-info-box .ub-name .ub-fb        { background:  url(/assets/art/sprite-global.png) -126px -152px no-repeat; }
.ub-info-box .ub-name .ub-fb:hover  { background:  url(/assets/art/sprite-global.png) -126px -179px no-repeat; }
.ub-info-box .ub-name .ub-fb:active { background:  url(/assets/art/sprite-global.png) -126px -206px no-repeat; }

.ub-info-box h2
{
	display: block;
	height: 24px;
	color: #2c343d;
	font: 15px/24px proxima-nova;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.16);
}

.ub-info-box h3
{
	display: block;
	height: 21px;
	color: #9da1a4;
	font: 14px/21px proxima-nova;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.16);
}

.ub-counter-box
{
	position: relative;
	display: inline-block;
	float: right;
	width: 288px;
	height: 76px;
	padding: 3px 30px 1px 10px;
}

.ub-counter
{
	position: relative;
	display: inline-block;
	float: right;
	width: 76px;
	height: 76px;
	padding: 0 10px;
    text-decoration: none;
}

.ub-counter h1
{
	padding: 15px 0 0 0;
	color: #2c343d;
	font: bold 30px/30px proxima-nova;
	text-shadow: 0 1px 2px rgba(255, 255, 255, 0.16);
	text-align: center;
    position: relative;
    z-index: 30;
}

.ub-counter h3
{
	color: #7E8286;
    font: 14px/17px proxima-nova;
    margin-top: -3px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.16);
    z-index: 30;
}

.ub-counter svg
{
	position: absolute;
	top: 0;
	left: 10px;
    z-index: 30;
}

.ub-counter .review-hover {
    display: none;
    width: 78px;
    height: 78px;
    position: absolute;
    left: 5px;
    top: 2px;
    background: url(/assets/art/sprite-global.png) 0 -792px no-repeat;
    z-index: 29;
}
.ub-counter:hover .review-hover { display: inline-block; }

.ub-menu
{
	position: relative;
	width: 960px;
	height: 43px;
	background: url(/assets/art/background-userbox-menu.png) repeat-x;
}

.ub-menu .item
{
	position: relative;
	display: inline-block;
	float: left;
	height: 43px;
	padding: 0 15px;
	color: white;
	font: bold 16px/43px proxima-nova;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	text-align: center;
	text-decoration: none;
}
.ub-menu .item:hover
{
	color: #a2a8ac;
}
.ub-menu .item.selected
{
	background-color: rgba(0, 0, 0, 0.4);
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.ub-menu .item sub
{
	display: inline-block;
	color: #a2a8ac;
	font: 11px proxima-nova;
	vertical-align: text-top;
}

.ub-menu .item.l
{
	border-left: none !important;
}

.ub-menu .item.r
{
	border-right: none !important;
}

.ub-menu .ub-message
{
	display: inline-block;
	float: right;
	width: 143px;
	height: 43px;
	background: url(/assets/art/sprite-global.png) -552px -196px no-repeat;
}
.ub-menu .ub-message:hover
{
	background: url(/assets/art/sprite-global.png) -552px -240px no-repeat;
}
.ub-menu .ub-message:active
{
	background: url(/assets/art/sprite-global.png) -552px -284px no-repeat;
}


/**********************************************************************************************/
/* NOTIFY BOX                                                                                 */
/**********************************************************************************************/
.email-notify-box
{
	width: 942px;
	height: 48px;
	margin: -20px auto 5px auto;
	padding:  0 0 0 16px;
	/*letter-spacing: -1px;*/
	border: 1px solid #c9d1dc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e8ecf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f6fa 0%, #e8ecf2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8ecf2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f6fa 0%,#e8ecf2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f6fa 0%,#e8ecf2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f6fa 0%,#e8ecf2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f6fa 0%,#e8ecf2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8ecf2',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	color: #2c343d;
	font: 16px/48px proxima-nova;
}
.email-notify-box.red
{
	border: 1px solid #e7344a;
	background: #dc2b3c; /* Old browsers */
	background: -moz-linear-gradient(top,  #fc4a6d 0%, #dc2b3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc4a6d), color-stop(100%,#dc2b3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fc4a6d 0%,#dc2b3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fc4a6d 0%,#dc2b3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fc4a6d 0%,#dc2b3c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fc4a6d 0%,#dc2b3c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4a6d', endColorstr='#dc2b3c',GradientType=0 ); /* IE6-9 */
	color: #ffffff !important;
    text-shadow: 0 1px 2px #b3091c !important;
}
.email-notify-box.no-button
{
    width: 926px !important;
    padding: 0 16px;
    text-align: center;
}

.email-notify-box .no-receive
{
	display: inline-block;
	float: right;
	width: 165px;
	height: 38px;
	margin: 4px 5px 4px 0;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	color: #3b5163;
	font: bold 16px/38px proxima-nova;
	text-decoration: none;
	text-align: center;
}

/**********************************************************************************************/
/* ADVERT RACK                                                                                */
/**********************************************************************************************/
.other-rack
{
	position: relative;
	width: 100%;
    margin-bottom: 100px;
    /*overflow: auto;*/
}

.other-rack .other-loading
{
	width: 120px;
	height: 30px;
	color: #686d74;
	padding: 0 0 0 50px;
	margin: 0 auto;
	font: bold 12px/30px proxima-nova;
	background: url(/assets/art/sprite-global.png) -809px -538px no-repeat;
}

.other-rack .other-rack-container-none
{
	width: 1200px;
    padding: 25px 10px 0 10px;
	margin: 3px auto 0 auto;
    /*text-align: center;*/
}
.other-rack .other-rack-container-none h1
{
    font: bold 36px proxima-nova;
    color: #2c343d;
    text-align: center;
    text-shadow:  0 1px 2px white;
}

.other-rack .other-rack-container-none h2
{
    font: 24px/28px proxima-nova;
    color: #2c343d;
    text-align: center;
    margin: 0 0 33px 0;
    text-shadow:  0 1px 2px white;
}

.other-rack .other-rack-container
{
    padding: 25px 50px 0 50px;
	margin: 0 auto;
    /*overflow: auto;*/
	text-align: center;
}

.other-rack .other-rack-container .other-column
{
    width: 220px;
    display: inline-block;
	vertical-align: top;
	text-align: left;
}

.other-rack .other-rack-container .other-column-gap
{
    width: 25px;
    height: 25px;
	display: inline-block;
	vertical-align: top;
}
.other-rack .other-rack-container-none .greenbutton-h58, .other-rack .other-rack-container-none .greenbutton-h58 .end{
	font-size:22px;
}
.other-rack .other-rack-container .other-column .greenbutton-h43 .end span
{
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 3px;
	background: url(/assets/art/sprite-global.png) -185px -179px no-repeat;
}

.other-rack .other-rack-container-none .greenbutton-h58 .end span
{
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
    left: 1px;
    margin: 0 4px 0 2px;
	background: url(/assets/art/sprite-global.png) -185px -179px no-repeat;
}

.other-container
{
    background-color: white;
    position: relative;
    margin: 0 0 25px 0;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.17);
    padding: 11px 0 15px 0;
	visibility: hidden;
}

.other-container .front-fixed
{
	position: absolute;
	left: 0;
	top: 0;
    width: 24px;
	height: 25px;
    background: url(/assets/art/sprite-global.png) 0 -263px no-repeat;
}
.other-container .front-fixed:hover { background: url(/assets/art/sprite-global.png) -25px -263px no-repeat; }
.other-container .front-fixed div {
    display: none;
    width: 179px;
    height: 29px;
    position: absolute;
    left: -89px;
    top: -37px;
    padding: 0 12px;
    font: 14px/29px proxima-nova;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
	background-color: #3d4951;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.other-container .front-fixed span {
    display: none;
    width: 9px;
    height: 6px;
    position: absolute;
    left: 8px;
    top: -8px;
    background: url(/assets/art/sprite-global.png) -187px -172px no-repeat;
}
.other-container .front-fixed:hover div  { display: inline-block; }
.other-container .front-fixed:hover span { display: inline-block; }

.other-container .front-raised
{
	position: absolute;
	left: 0;
	top: 0;
    width: 24px;
	height: 25px;
    background: url(/assets/art/sprite-global.png) 0 -289px no-repeat;
}
.other-container .front-raised:hover { background: url(/assets/art/sprite-global.png) -25px -289px no-repeat; }
.other-container .front-raised div {
    display: none;
    width: 180px;
    height: 29px;
    position: absolute;
    left: -90px;
    top: -37px;
    padding: 0 12px;
    font: 14px/29px proxima-nova;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
	background-color: #3d4951;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.other-container .front-raised span {
    display: none;
    width: 9px;
    height: 6px;
    position: absolute;
    left: 8px;
    top: -8px;
    background: url(/assets/art/sprite-global.png) -187px -172px no-repeat;
}
.other-container .front-raised:hover div  { display: inline-block; }
.other-container .front-raised:hover span { display: inline-block; }


.other-container .other-caption
{
    padding: 0 15px;
    font: bold 16px proxima-nova;
    color: #2c343d;
    cursor: pointer;
	word-wrap: break-word;
}
.other-container .other-caption:hover { color: #6b7177; }

.other-container .other-state
{
    padding: 0 15px;
    margin: 0 0 9px 0;
    font: 14px proxima-nova;
    color: #6b7177;
}

.other-container .other-picture 
{
    position: relative;
    margin: 0 0 13px 0;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
}

.other-container .other-picture img
{
    display: block;
}

.other-container .other-picture-cover
{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(3,3,3,0.5) 99%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(3,3,3,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(3,3,3,0.5) 99%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(3,3,3,0.5) 99%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(3,3,3,0.5) 99%,rgba(0,0,0,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(3,3,3,0.5) 99%,rgba(0,0,0,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}

.other-container .other-picture-cover span
{
    position: absolute;
    right: 15px;
    bottom: 13px;
    font: bold 24px/12px proxima-nova;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
}

.other-container .other-picture .other-zoom
{
    background-color: rgba(42, 55, 64, 0.72);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
	cursor: pointer;
}

.other-container .other-picture .other-zoom span
{
    display: block;
    width: 45px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    cursor: pointer;
    background: url(/assets/art/sprite-global.png) -820px -263px no-repeat;
}
.other-container .other-picture:hover .other-zoom { display: block; }

.other-container .other-option
{
    position: relative;
    height: 11px;
    margin: 0px 15px 9px 15px;
    padding: 0 0 0 23px;
    font: 14px/11px proxima-nova;
    color: #2c343d;
}

.other-container .other-option div
{
    display: inline-block;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/assets/art/sprite-global.png) -820px -251px no-repeat;
}

.other-container .other-author
{
    display: block;
    position: relative;
    height: 24px;
    margin: 13px 15px 0 15px;
    padding: 0 0 0 33px;
    font: bold 14px/24px proxima-nova;
    color: #2c343d;
    text-decoration: none;
}

.other-container .other-author a
{
    color: #2C343D; 
    text-decoration:none;
}

.other-container .other-author a:hover
{
    color: #6b7177;
}

.other-container .other-author img
{
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.11);
}

.other-container .other-action-container
{
	display: none;
	position: absolute;
	top: -22px;
	width: 100%;
	height: 22px;
	background-color: rgba(49, 62, 72, 0.23);
	border: none;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.other-container:hover .other-action-container
{
	display: block;
}

.other-container .other-action-container .square
{
	width: 24px;
	height: 10px;
	background: url(/assets/art/sprite-global.png) -696px -538px no-repeat; 
	margin: 7px auto 0 auto;
}

.other-container .other-action-container .other-action-gear
{
	display: inline-block;
	width: 13px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(/assets/art/sprite-global.png) -721px -538px no-repeat; 
	cursor: pointer;
}
.other-container .other-action-container .other-action-gear:hover 
{ 
	background: url(/assets/art/sprite-global.png) -735px -538px no-repeat; 
}

.other-container .other-action-container .other-action-gear .other-menu-container {
	position: absolute;
	display: none;
	right: -5px;
	top: 17px;
	width: 172px;
	/*height: 136px;*/
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	background-color: white;
	z-index: 5000;
}
.other-container .other-action-container .other-action-gear:hover .other-menu-container {
	display: block;
}
.other-container .other-action-container .other-action-gear .other-menu-container a.end {
    border-bottom: none;
}
.other-container .other-action-container .other-action-gear .other-menu-container a, 
.other-container .other-action-container .other-action-gear .other-menu-container a.disabled {
	display: inline-block;
    position: relative;
	height: 33px;
	width: 159px;
	font: bold 15px/33px proxima-nova;
	color: #2c343d;
	padding: 0 0 0 13px;
	text-decoration: none;
	letter-spacing: -1px;
	border-bottom: 1px solid #e4e8ed;
	z-index: 100;
}
.other-container .other-action-container .other-action-gear .other-menu-container a.disabled {
    color: #828589;
}
.other-container .other-action-container .other-action-gear .other-menu-container div {
	display: inline-block;
	height: 33px;
	width: 159px;
	font: bold 15px/33px proxima-nova;
	color: #2c343d;
	padding: 0 0 0 13px;
	text-decoration: none;
	letter-spacing: -1px;
	border-bottom: 1px solid #e4e8ed;
	z-index: 100;
}
.other-container .other-action-container .other-action-gear .other-menu-container a:hover {
	background: #e8ecf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8ecf2 0%, #f4f6fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ecf2), color-stop(100%,#f4f6fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8ecf2 0%,#f4f6fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ecf2', endColorstr='#f4f6fa',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c9d1dc !important;
	margin: -1px 0 0 -1px;
	z-index: 101;
}
.other-container .other-action-container .other-action-gear .other-menu-container a span {
	display: inline-block;
	height: 15px;
	width: 20px;
    float: right;
    margin: 10px 8px 0 0;
	z-index: 100;
    background: url(/assets/art/sprite-global.png) -820px -235px;
}




/**********************************************************************************************/
/* GAME RACK                                                                                  */
/**********************************************************************************************/
.game-rack
{
	position: relative;
	width: 100%;
	background: url(/assets/art/background-rack.png) 0 0 repeat;
    /*overflow: auto;*/
    /*margin-top:-25px;*/
}

.game-rack1
{
	position: relative;
	width: 100%;
	background: url(http://vitrinaigr.ru/background-rack.png) 0 0 repeat;
    /*overflow: auto;*/
    /*margin-top:-25px;*/
}

.game-rack .game-loading
{
	width: 120px;
	height: 30px;
	color: #686d74;
	padding: 0 0 0 50px;
	margin: 0 auto;
	font: bold 12px/30px proxima-nova;
	background: url(/assets/art/sprite-global.png) -809px -538px no-repeat;
}

.game-rack .game-rack-container
{
	margin: 0 auto;
    padding: 0 10px 0 85px;
   /* overflow: auto;*/
	text-align: center;
	min-height: 490px; /* ������� ����� ��� �����*/
	line-height: 1px;
}

.game-rack1 .game-rack-container
{
	margin: 0 auto;
    padding: 0 10px 0 85px;
   /* overflow: auto;*/
	text-align: center;
	min-height: 490px; /* ������� ����� ��� �����*/
	line-height: 1px;
}

.game-container
{
	position: relative;
	display: inline-block;
	/*float: left;*/
	height: 192px;
	margin: -16px 39px 58px 0;
	background: transparent;
	cursor: pointer;
	line-height: 20px;
}
.game-container.w120px { width: 122px; }
.game-container.w146px { width: 148px; }
.game-container.w190px { width: 170px; height: 293px; }
.game-container.w98px  { width: 100px; }

.game-container .game-action-container
{
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: rgba(49, 62, 72, 0.23);
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
	text-align: left;
}
.game-container.active .game-action-container
{
	display: block;
}

.game-container .game-action-container .square
{
	width: 24px;
	height: 10px;
	background: url(/assets/art/sprite-global.png) -696px -538px no-repeat; 
	margin: 7px auto 0 auto;
}

.game-container .game-action-container .game-action-gear
{
	display: inline-block;
	width: 13px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(/assets/art/sprite-global.png) -721px -538px no-repeat; 
	cursor: pointer;
}
.game-container .game-action-container .game-action-gear:hover 
{ 
	background: url(/assets/art/sprite-global.png) -735px -538px no-repeat; 
}

.game-container .game-action-container .game-action-gear .game-menu-container {
	position: absolute;
	display: none;
	right: -5px;
	top: 17px;
	width: 172px;
	/*height: 102px;*/
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
	background-color: white;
	z-index: 5000;
}
.game-container .game-action-container .game-action-gear:hover .game-menu-container {
	display: block;
}
.game-container .game-action-container .game-action-gear .game-menu-container a.end {
    border-bottom: none;
}
.game-container .game-action-container .game-action-gear .game-menu-container a {
	display: inline-block;
    position: relative;
	height: 33px;
	width: 159px;
	font: bold 15px/33px proxima-nova;
	color: #2c343d;
	padding: 0 0 0 13px;
	text-decoration: none;
	letter-spacing: -1px;
	border-bottom: 1px solid #e4e8ed;
	z-index: 100;
}
.game-container .game-action-container .game-action-gear .game-menu-container a.disabled {
	color: #828589;
}
.game-container .game-action-container .game-action-gear .game-menu-container div {
	display: inline-block;
	height: 33px;
	width: 159px;
	font: bold 15px/33px proxima-nova;
	color: #2c343d;
	padding: 0 0 0 13px;
	text-decoration: none;
	letter-spacing: -1px;
	border-bottom: 1px solid #e4e8ed;
	z-index: 100;
}
.game-container .game-action-container .game-action-gear .game-menu-container a:hover {
	background: #e8ecf2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8ecf2 0%, #f4f6fa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ecf2), color-stop(100%,#f4f6fa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8ecf2 0%,#f4f6fa 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8ecf2 0%,#f4f6fa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ecf2', endColorstr='#f4f6fa',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c9d1dc !important;
	margin: -1px 0 0 -1px;
	z-index: 101;
}
.game-container .game-action-container .game-action-gear .game-menu-container a span {
	display: inline-block;
	height: 15px;
	width: 20px;
    float: right;
    margin: 10px 8px 0 0;
	z-index: 100;
    background: url(/assets/art/sprite-global.png) -820px -235px;
}

.game-container .game-view
{
	position: absolute;
	height: 170px;
	left: 0;
	top: 22px;
	background: transparent;
	text-align: left;
}
.game-container.w120px .game-view { width: 122px; }
.game-container.w146px .game-view { width: 148px; }
.game-container.w190px .game-view { width: 170px; height: 293px; }
.game-container.w98px .game-view  { width: 100px; }

.game-container .game-view img
{
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
}

.game-container .game-view .r-shadow
{
	position: absolute;
	width: 2px;
	height: 170px;
	right: 0;
	top: 0;
	background: url(/assets/art/sprite-global.png) -817px -196px;
}

.game-container .game-view .add-game
{
	display: inline-block;
	width: 122px;
	height: 170px;	
    background: url(/assets/art/sprite-global.png) -777px -588px; 
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
}
.game-container .game-view .add-game:hover { background: url(/assets/art/sprite-global.png) -654px -588px; }

.game-container .game-view .front-glass
{
	position: absolute;
	left: 0;
	top: 0;
	height: 170px;
}
.game-container.w120px .game-view .front-glass { width: 120px; background: url(/assets/art/sprite-global.png) -696px -196px no-repeat; }
.game-container.w146px .game-view .front-glass { width: 146px; background: url(/assets/art/sprite-global.png) -696px -367px no-repeat; }
.game-container.w190px .game-view .front-glass { width: 190px; background: url(/assets/art/sprite-global.png) -710px -2330px no-repeat; }
.game-container.w98px .game-view .front-glass  { width: 98px;  background: url(/assets/art/sprite-global.png) -611px -2330px no-repeat; }

.game-container .game-view .front-backlight
{
    display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 170px;
    background-color: rgba(139, 205, 64, 0.22);
}
.game-container.w120px .game-view .front-backlight { width: 120px; }
.game-container.w146px .game-view .front-backlight { width: 146px; }
.game-container.w190px .game-view .front-backlight { width: 170px; height: 293px;}
.game-container.w98px .game-view .front-backlight  { width: 98px; }
.game-container.active .game-view .front-backlight
{
	display: block;
}

.game-container .game-view .front-fixed
{
	position: absolute;
	left: 0;
	top: -11px;
    width: 38px;
	height: 38px;
    background: url(/assets/art/sprite-global.png) -820px -196px no-repeat;
}
.game-container .game-view .front-fixed div {
    display: none;
    width: 139px;
    height: 29px;
    position: absolute;
    left: -50px;
    top: -33px;
    font: 14px/29px proxima-nova;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
	background-color: #3d4951;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.game-container .game-view .front-fixed span {
    display: none;
    width: 9px;
    height: 6px;
    position: absolute;
    left: 15px;
    top: -4px;
    background: url(/assets/art/sprite-global.png) -187px -172px no-repeat;
}
.game-container .game-view .front-fixed:hover div  { display: inline-block; }
.game-container .game-view .front-fixed:hover span { display: inline-block; }

.game-container .game-view .front-raised
{
	position: absolute;
	left: 0;
	top: -11px;
    width: 38px;
	height: 38px;
    background: url(/assets/art/sprite-global.png) -859px -196px no-repeat;
}
.game-container .game-view .front-raised div {
    display: none;
    width: 115px;
    height: 29px;
    position: absolute;
    left: -38px;
    top: -33px;
    font: 14px/29px proxima-nova;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
	background-color: #3d4951;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.game-container .game-view .front-raised span {
    display: none;
    width: 9px;
    height: 6px;
    position: absolute;
    left: 15px;
    top: -4px;
    background: url(/assets/art/sprite-global.png) -187px -172px no-repeat;
}
.game-container .game-view .front-raised:hover div  { display: inline-block; }
.game-container .game-view .front-raised:hover span { display: inline-block; }

.game-container .game-view .front-newgame
{
	position: absolute;
	left: 1px;
	top: -11px;
    width: 56px;
	height: 38px;
    background: url(/assets/art/sprite-global.png) -129px -316px no-repeat;
}

.game-container .game-view .front-newgame:hover
{
-webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
opacity: 0; }

.game-container .game-view .front-newgame.front-newgame-fixed {
	left: 33px;
}

.game-container .game-view .front-newgame1
{
	position: absolute;
	left: 5px;
	top: -7px;
    width: 56px;
	height: 38px;
}

.game-container .game-view .front-newgame1:hover
{
-webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
opacity: 0; }

.game-container .game-view .front-newgame1.front-newgame1-fixed {
	left: 33px;
}

.game-container .game-view .game-info
{
	position: absolute;
	top: 135px;
	left: 60px;
	width: 300px;
	min-height: 119px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgba(42, 55, 64, 0.90);
	color: white;
	padding: 12px 12px 7px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	z-index: 12000;
}
.game-container .game-view .game-info.game-info-left {
	left: -270px;
}

.game-container .game-view .game-info .triag
{
	position: absolute;
	width: 19px;
	height: 12px;
	top: -12px;
	left: 12px;
	background: url(/assets/art/sprite-global.png) -789px -538px;
}
.game-container .game-view .game-info.game-info-left .triag{
	left: auto;
	right: 12px;
}
.game-container .game-view .game-info .game-name
{
	min-height: 27px;
	color: white;
	font: bold 20px/23px proxima-nova;
}

.game-container .game-view .game-info .game-point
{
	color: #bec6cf;
	font: 16px proxima-nova;
	display: inline-block;
	float: left;
}

.game-container .game-view .game-info .game-point-icon
{
	width: 6px;
	height: 6px;
	margin: 7px 12px;
	display: inline-block;
	float: left;
	background: url(/assets/art/sprite-global.png) -749px -538px;
}

.game-container .game-view .game-info .game-option-icon
{
	width: 20px;
	height: 15px;
	margin: 2px 8px 2px 0;
	display: inline-block;
	float: left;
	background: url(/assets/art/sprite-global.png) -756px -538px;
}

.game-container .game-view .game-info .game-option
{
	color: white;
	font: 16px proxima-nova;
	display: inline-block;
	float: left;
}

.game-container .game-view .game-info .game-location-icon
{
	width: 11px;
	height: 15px;
	margin: 2px 6px 2px 0;
	display: inline-block;
	float: left;
	background: url(/assets/art/sprite-global.png) -777px -538px;
}

.game-container .game-view .game-info .game-location
{
	color: #bec6cf;
	font: 16px proxima-nova;
	display: inline-block;
	float: left;
}

.game-container .game-view .game-info .game-price
{
	position: absolute;
	bottom: 46px;
	right: 12px;
	color: white;
	font: bold 20px proxima-nova;
}


/**********************************************************************************************/
/* SHARED CONTROLS                                                                            */
/**********************************************************************************************/
.skyblue-button
{
	border: 1px solid #bac4d1;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 5%, #f4f6fa 5%, #e8ecf2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(5%,#ffffff), color-stop(5%,#f4f6fa), color-stop(100%,#e8ecf2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 5%,#f4f6fa 5%,#e8ecf2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 5%,#f4f6fa 5%,#e8ecf2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 5%,#f4f6fa 5%,#e8ecf2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 5%,#f4f6fa 5%,#e8ecf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8ecf2',GradientType=0 );
	font: bold 18px/41px proxima-nova;
}
.skyblue-button:hover
{
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 5%, #fefefe 5%, #e9ecf2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(5%,#ffffff), color-stop(5%,#fefefe), color-stop(100%,#e9ecf2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 5%,#fefefe 5%,#e9ecf2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 5%,#fefefe 5%,#e9ecf2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 5%,#fefefe 5%,#e9ecf2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 5%,#fefefe 5%,#e9ecf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9ecf2',GradientType=0 );
}
.skyblue-button:active
{
	background: -moz-linear-gradient(top,  #b9c3d1 0%, #c7cfdb 5%, #ced5e0 5%, #d7dee7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9c3d1), color-stop(5%,#c7cfdb), color-stop(5%,#ced5e0), color-stop(100%,#d7dee7));
	background: -webkit-linear-gradient(top,  #b9c3d1 0%,#c7cfdb 5%,#ced5e0 5%,#d7dee7 100%);
	background: -o-linear-gradient(top,  #b9c3d1 0%,#c7cfdb 5%,#ced5e0 5%,#d7dee7 100%);
	background: -ms-linear-gradient(top,  #b9c3d1 0%,#c7cfdb 5%,#ced5e0 5%,#d7dee7 100%);
	background: linear-gradient(to bottom,  #b9c3d1 0%,#c7cfdb 5%,#ced5e0 5%,#d7dee7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c3d1', endColorstr='#d7dee7',GradientType=0 );
}

.red-button
{
	border: 1px solid #be1314;
	background: -moz-linear-gradient(top,  #fea6b8 0%, #fea6b8 5%, #fb4a6d 5%, #dc2b3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea6b8), color-stop(5%,#fea6b8), color-stop(5%,#fb4a6d), color-stop(100%,#dc2b3c));
	background: -webkit-linear-gradient(top,  #fea6b8 0%,#fea6b8 5%,#fb4a6d 5%,#dc2b3c 100%);
	background: -o-linear-gradient(top,  #fea6b8 0%,#fea6b8 5%,#fb4a6d 5%,#dc2b3c 100%);
	background: -ms-linear-gradient(top,  #fea6b8 0%,#fea6b8 5%,#fb4a6d 5%,#dc2b3c 100%);
	background: linear-gradient(to bottom,  #fea6b8 0%,#fea6b8 5%,#fb4a6d 5%,#dc2b3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea6b8', endColorstr='#dc2b3c',GradientType=0 );
	color: #ffffff !important;
    text-shadow: 0 1px 2px #b3091c !important;
	font: bold 18px/41px proxima-nova;
}
.red-button:hover
{
	background: -moz-linear-gradient(top,  #fea6b8 0%, #fea6b8 5%, #fe7893 5%, #ee4354 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea6b8), color-stop(5%,#fea6b8), color-stop(5%,#fe7893), color-stop(100%,#ee4354));
	background: -webkit-linear-gradient(top,  #fea6b8 0%,#fea6b8 5%,#fe7893 5%,#ee4354 100%);
	background: -o-linear-gradient(top,  #fea6b8 0%,#fea6b8 5%,#fe7893 5%,#ee4354 100%);
	background: -ms-linear-gradient(top,  #fea6b8 0%,#fea6b8 5%,#fe7893 5%,#ee4354 100%);
	background: linear-gradient(to bottom,  #fea6b8 0%,#fea6b8 5%,#fe7893 5%,#ee4354 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea6b8', endColorstr='#ee4354',GradientType=0 );
}
.red-button:active
{
	background: -moz-linear-gradient(top,  #bc111e 0%, #c71e2d 5%, #cd2435 5%, #f43f63 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc111e), color-stop(5%,#c71e2d), color-stop(5%,#cd2435), color-stop(100%,#f43f63));
	background: -webkit-linear-gradient(top,  #bc111e 0%,#c71e2d 5%,#cd2435 5%,#f43f63 100%);
	background: -o-linear-gradient(top,  #bc111e 0%,#c71e2d 5%,#cd2435 5%,#f43f63 100%);
	background: -ms-linear-gradient(top,  #bc111e 0%,#c71e2d 5%,#cd2435 5%,#f43f63 100%);
	background: linear-gradient(to bottom,  #bc111e 0%,#c71e2d 5%,#cd2435 5%,#f43f63 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc111e', endColorstr='#f43f63',GradientType=0 );
}


.checkbox
{
	display: inline-block;
	width: 32px;
	height: 32px;
}
.checkbox.unchecked       { background: url(/assets/art/sprite-global.png) -201px -150px no-repeat; }
.checkbox.unchecked:hover { background: url(/assets/art/sprite-global.png) -201px -183px no-repeat; }
.checkbox.checked         { background: url(/assets/art/sprite-global.png) -201px -216px no-repeat; }
.checkbox.checked:hover   { background: url(/assets/art/sprite-global.png) -201px -249px no-repeat; }
.checkbox.checked:active  { background: url(/assets/art/sprite-global.png) -201px -282px no-repeat; }
.checkbox.disabled        { background: url(/assets/art/sprite-global.png) -201px -150px no-repeat !important; }

/**********************************************************************************************/
/* FB � VK login buttons                                                                      */
/**********************************************************************************************/
.lbtn-fb {
    display: inline-block;
    width: 231px;
    height: 52px;
    padding: 6px 0 0 57px;
    background: url(/assets/art/sprite-global.png) 0 -1577px no-repeat;
    text-decoration: none;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
    text-shadow: 0 1px 2px #405b97;
}
.lbtn-fb:hover { background: url(/assets/art/sprite-global.png) 0 -1636px no-repeat; }
.lbtn-fb:active { background: url(/assets/art/sprite-global.png) 0 -1695px no-repeat; }
.lbtn-fb.busy { background: url(/assets/art/sprite-global.png) 0 -1754px no-repeat !important; }

.lbtn-fb .lbtn-text {
    font: bold 20px/52px proxima-nova;
    color: white;
}

.lbtn-fb .lbtn-busy {  
    display: none;
    width: 17px;
    height: 17px;
    margin: 16px 0 0 77px;
}
.lbtn-fb .lbtn-busy.U { background: url(/assets/art/sprite-global.png) -244px -19px no-repeat; }
.lbtn-fb .lbtn-busy.R { background: url(/assets/art/sprite-global.png) -244px -37px no-repeat; }
.lbtn-fb .lbtn-busy.D { background: url(/assets/art/sprite-global.png) -244px -55px no-repeat; }
.lbtn-fb .lbtn-busy.L { background: url(/assets/art/sprite-global.png) -244px -73px no-repeat; }

.lbtn-fb.busy .lbtn-busy { display: inline-block; }
.lbtn-fb.busy .lbtn-text { display: none; }

.lbtn-vk {
    display: inline-block;
    width: 235px;
    height: 52px;
    padding: 6px 0 0 53px;
    background: url(/assets/art/sprite-global.png) -289px -1577px no-repeat;
    text-decoration: none;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.17);
    text-shadow: 0 1px 2px #2c466e;
}
.lbtn-vk:hover { background: url(/assets/art/sprite-global.png) -289px -1636px no-repeat; }
.lbtn-vk:active { background: url(/assets/art/sprite-global.png) -289px -1695px no-repeat; }
.lbtn-vk.busy { background: url(/assets/art/sprite-global.png) -289px -1754px no-repeat !important; }

.lbtn-vk .lbtn-text {
    font: bold 20px/52px proxima-nova;
    color: white;
}

.lbtn-vk .lbtn-busy {  
    display: none;
    width: 17px;
    height: 17px;
    margin: 16px 0 0 81px;
}
.lbtn-vk .lbtn-busy.U { background: url(/assets/art/sprite-global.png) -244px -19px no-repeat; }
.lbtn-vk .lbtn-busy.R { background: url(/assets/art/sprite-global.png) -244px -37px no-repeat; }
.lbtn-vk .lbtn-busy.D { background: url(/assets/art/sprite-global.png) -244px -55px no-repeat; }
.lbtn-vk .lbtn-busy.L { background: url(/assets/art/sprite-global.png) -244px -73px no-repeat; }

.lbtn-vk.busy .lbtn-busy { display: inline-block; }
.lbtn-vk.busy .lbtn-text { display: none; }



/**********************************************************************************************/
/* MODAL BOX                                                                                  */
/**********************************************************************************************/
.mmodal-box
{
	position: relative;
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 1px 27px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 27px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 27px rgba(0, 0, 0, 0.3);
	z-index: 10000;
}

.mmodal-box-close
{
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(/assets/art/sprite-global.png) -201px -132px no-repeat;
}
.mmodal-box-close:hover { background: url(/assets/art/sprite-global.png) -219px -132px no-repeat; }

.mmodal-box-header
{
	text-align: center; 
	color: #2c343d; 
	padding: 22px 0 0 0;
}





sub
{
    vertical-align: super !important;
}
.subscribe-links {
	vertical-align: top;
	font: bold 13px/13px proxima-nova;
	text-shadow: 0px 1px 2px #fff;
	color: #4c5158;
}
.footer-menu li.subscribe-links {
	margin-right: 6px;
	margin-left: 30px;
}
.subscribe-social-links {
	display: inline-block;
	widtH: 28px;
	heighT: 28px;
	margin: -7px 2px 0 -2px;
	vertical-align: top;
}
.subscribe-social-links  a{
	display: inline-block;
	widtH: 28px;
	heighT: 28px;
	background: url(/assets/art/sprite-global.png) no-repeat 0 0;
	outline: none;
}
.subscribe-social-links  a.subscribe-social-link-fb{
	background-position: -710px -770px;
}
.subscribe-social-links  a.subscribe-social-link-fb:hover{
	background-position: -710px -799px;
}
.subscribe-social-links  a.subscribe-social-link-fb:active{
	background-position: -710px -828px;
}
.subscribe-social-links  a.subscribe-social-link-vk{
	background-position: -742px -770px;
}
.subscribe-social-links  a.subscribe-social-link-vk:hover{
	background-position: -742px -799px;
}
.subscribe-social-links  a.subscribe-social-link-vk:active{
	background-position: -742px -828px;
}