
@font-face {
	font-family: Europe;
	src: url("../fonts/Europe-Normal.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Europe Ext";
	src: url("../fonts/EuropeExt-Normal.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Europe Ext";
	src: url("../fonts/EuropeExt-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Consola;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/consola.ttf);
}

@font-face {
	font-family: Consola;
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/consolab.ttf);
}

@font-face {
	font-family: Consola;
	font-style: italic;
	font-weight: normal;
	src: url(../fonts/consolai.ttf);
}


* {
	margin: 0;
	padding: 0;
	border: 0;
	zoom: 1;
}

.text_a_center{
	text-align: center;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, button, a, textarea {
	outline: none;
	font-family: 'Arial', 'Tahoma', serif;
}

input[type=submit], button, a {
	cursor: pointer;
}

input[type=text], input[type=number], input[type=password] {
	height: 30px;
	line-height: 20px;
	border: 1px solid rgb(224, 229, 232);
	border-radius: 1px;
	background: rgb(250, 251, 251);
	padding: 4px 10px;
	font-size: 12px;
	color: #2c2c2c;
	box-sizing: border-box;
}
input[type=text].input-block, input[type=number].input-block, input[type=password].input-block {
	display: block;
	width: 100%;
}
input[type=text].error, input[type=number].error, input[type=password].error, textarea.error {
	/*border: 1px solid #e22424;*/
	background: rgba(255, 0, 0, 0.06);
}
input[type=text].confirm, input[type=number].confirm, input[type=password].confirm, textarea.confirm {
	/*border: 1px solid #567d63;*/
	background: rgba(0, 255, 127, 0.04);
}
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px;
	font-size: 12px;
	color: #2c2c2c;
	box-sizing: border-box;
}
select {
	height: 28px;
	line-height: 28px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
}
button {
	height: 30px;
	line-height: 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	outline: none;
	font-family: "Europe Ext", "Tahoma", serif;
	font-size: 12px;
	font-weight: normal;
	background: #18aad9;
	padding: 0 15px;
	color: #fff;
	transition: 0.3s;
}
button:hover {
	background: #008bd7;
}
button:active {
	background: #0070ad;
}

label {
	margin: 5px 0;
	display: inline-block;
}

.form-row {
	padding: 5px 0;
}

a {
	color: #003451;
}
a:hover {
	color: #02273b;
}

p {
	margin: 0 0 12px 0;
}

h1 {
	margin: 20px 0 15px;
	font-size: 18px;
	color: #262626;
	font-weight: bold;
}
h2 {
	margin: 15px 0 10px;
	font-size: 16px;
	color: #262626;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: normal;
}
h3 {
	margin: 15px 0 10px;
	font-size: 14px;
	color: #262626;
	font-weight: bold;
}
h4 {
	margin: 15px 0 10px;
	font-size: 13px;
	color: #262626;
	font-weight: bold;
}

html {
	height: 100%;
	/*background: #000;*/
}
body {
	min-height: 100%;
	min-width: 1008px;
	margin: 0;
	padding: 0;
	font-family: 'Consola', 'Tahoma', serif;
	font-size: 12px;
	color: #222222;
	font-weight: normal;
}

.wrap-container {
	min-width: 1008px;
	min-height: 100%;
	position: relative;
	padding-bottom: 50px;
	/* background: #f5fcfe url(../images/template/background-full.jpg) top center no-repeat; */
	
	background: #f5fcfe url(../images/template/background-full-9-6.jpg) top center no-repeat;
	background-attachment: fixed;
}
.wrap-container-helper {
	min-width: 1008px;
	min-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
}



.header {
	width: 1008px;
	height: 770px;
	margin: 0 auto;
	position: relative;
}
.header.pos-main {
	height: 770px;
}
.header.pos-out-main {
	height: 436px;
}
.header.pos-authorized {
	height: 500px;
}



.header .header-menu {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.header .header-menu .hm-item {
	display: block;
	line-height: 30px;
	padding: 0 8px;
	min-width: 70px;
	margin-right: 2px;
	background: rgba(255, 255, 255, 0.2);
	font-family: "Europe Ext", "Tahoma", serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	float: left;
	text-decoration: none;
	transition: 0.3s;
}
.header .header-menu .hm-item:hover {
	background: rgba(255, 255, 255, 0.4);
}

.header .header-language {
	display: none;
	position: absolute;
	left: 0;
	top: 58px;
	height: 49px;
	width: 115px;
	background: url(../images/template/header-language.png);
}
.header .header-language .current {
	height: 49px;
	line-height: 49px;
	width: 80px;
	margin-left: 30px;
	font-family: "Europe Ext", "Tahoma", serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

.header .logo {
	position: absolute;
	left: 50%;
	top: 35px;
	margin-left: -117px;
	width: 235px;
	height: 230px;
	background: url(../images/template/logo-g581.png);
	z-index: 2;
}
.header .logo-background-circle {
	position: absolute;
	left: 50%;
	top: -178px;
	margin-left: -322px;
	width: 645px;
	height: 645px;
	background: url(../images/template/logo-background-circle.png);
	z-index: 0;

	-webkit-animation: background-circle 360s infinite linear;
	-moz-animation: background-circle 360s infinite linear;
	-ms-animation: background-circle 360s infinite linear;
	-o-animation: background-circle 360s infinite linear;
	animation: background-circle 360s infinite linear;
}
@-webkit-keyframes background-circle {
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes background-circle {
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes background-circle {
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes background-circle {
	to { -o-transform: rotate(360deg); }
}
@keyframes background-circle {
	to { transform: rotate(360deg); }
}


.header .header-statistics {
	position: absolute;
	right: 0;
	top: 12px;
	height: 95px;
	width: 290px;
	padding: 17px 40px 0 40px;
	background: url(../images/template/header-statistics.png);
	box-sizing: border-box;
}
.header .header-statistics .table-statistics {
	width: 100%;
}
.header .header-statistics .table-statistics td {
	font-family: "Europe Ext", "Tahoma", serif;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}
.header .header-statistics .table-statistics .name {
	text-transform: uppercase;
	color: #55f9ff;
	font-weight: bold;
}
.header .header-statistics .table-statistics .value {
	font-weight: normal;
	color: #fff;
	padding-left: 20px;
	text-align: right;
}


.box-text-left,
.box-text-right {
	position: absolute;
	top: 130px;
	box-sizing: border-box;
	background: url(../images/template/text-box-right.png);
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: normal;
	font-size: 13px;
	color: #262626;
}
.box-text-left {
	left: 0;
	width: 404px;
	height: 306px;
	padding: 25px 60px 0 25px;
	background: url(../images/template/text-box-left.png);
}
.box-text-right {
	right: 0;
	width: 404px;
	height: 306px;
	padding: 25px 25px 0 60px;
}

.box-text-left .bt-header,
.box-text-right .bt-header {
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: bold;
	color: #262626;
	font-size: 16px;
	margin: 10px 0 10px;
}
.box-text-left .bt-text,
.box-text-right .bt-text {

}
.box-text-left .bt-text {
	height: 122px;
	/*text-align: justify;*/
}
.box-text-right .bt-text {
	height: 110px;
	/*text-align: justify;*/
}

.images-small-gallery {
	overflow: hidden;
}
.images-small-gallery .isg-item {
	width: 100px;
	height: 73px;
	margin-right: 8px;
	box-sizing: border-box;
	padding: 6px;
	float: left;
	background: url(../images/template/text-box-left-image-frame.png);
	cursor: pointer;
}
.images-small-gallery .isg-item:last-child {
	margin-right: 0;
}


.box-text-right .timeline-box {
	margin-top: 15px;
}
.box-text-right .timeline-box .tl-detail {
	overflow: hidden;
	height: 43px;
}
.box-text-right .timeline-box .tl-image {
	width: 77px;
	height: 43px;
	position: relative;
	background: url(../images/template/timeline-item.png);
	float: left;
}
.box-text-right .timeline-box .tl-image .tli-year {
	font-weight: bold;
	color: #2e5784;
	font-size: 14px;
	padding: 8px 0 0 15px;
}
.box-text-right .timeline-box .tl-image .tli-year-word {
	font-weight: normal;
	color: #2e5784;
	font-size: 12px;
	padding: 0 0 0 15px;
}
.box-text-right .timeline-box .tl-text {
	margin-left: 85px;
	font-weight: normal;
	color: #2e5784;
	font-size: 12px;

	font-family: monospace;
	text-align: justify;
}
.box-text-right .timeline-box .tl-dot-line {
	height: 30px;
	margin-top: 10px;
	background: url(../images/template/timeline-bg.png) left center no-repeat;
	position: relative;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item {
	width: 18px;
	height: 18px;
	margin-left: -9px;
	border-radius: 9px;
	border: 2px solid #656e73;
	position: absolute;
	top: 6px;
	box-sizing: border-box;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: #89bbcb;
	z-index: 1;
	transition: 0.3s;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item.active {
	width: 26px;
	height: 26px;
	margin-left: -13px;
	border-radius: 13px;
	border: 2px solid #656e73;
	position: absolute;
	top: 2px;
	box-sizing: border-box;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item.active:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 14px;
	height: 14px;
	border-radius: 8px;
	background: #18aad9;
	z-index: 1;
	transition: 0.3s;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item.item-1 {
	left: 9px;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item.item-2 {
	left: 62px;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item.item-3 {
	left: 115px;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item.item-4 {
	left: 168px;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item.item-5 {
	left: 221px;
}
.box-text-right .timeline-box .tl-dot-line .timeline-item.item-6 {
	left: 274px;
}





.login-box {
	width: 264px;
	height: 335px;
	position: absolute;
	top: 275px;
	left: 50%;
	margin-left: -132px;
	padding: 21px;
	box-sizing: border-box;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background: url(../images/template/login-box-background-blur.png);
	font-family: "Europe Ext", "Tahoma", serif;
}
.login-box .login-box-helper {
	height: 296px;
	overflow: hidden;
}

.login-box .login-box-content {
	position: relative;
}
.login-box .login-box-login-content {
	height: 296px;
	position: relative;
}
.login-box .login-box-recovery-content {
	height: 296px;
	position: relative;
}


.login-box .social-text {
	margin-bottom: 13px;
	font-weight: bold;
	color: #262626;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.login-box .social-buttons {
	overflow: hidden;
	margin-bottom: 15px;
}
.social-buttons .sb-login {
	height: 36px;
	width: 52px;
	margin-right: 4px;
	/*background: #18aad9;*/
	background: #056888;
	border: 1px solid #fff;
	transition: 0.3s;
	display: block;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.social-buttons .sb-login:last-child {
	margin-right: 0;
}
.social-buttons .sb-login.vk:hover {
	background-color: #1a80bb;
	border-color: #1a80bb;
}
.social-buttons .sb-login.fb:hover {
	background-color: #425fbb;
	border-color: #425fbb;
}
.social-buttons .sb-login.mail:hover {
	background-color: #0058bb;
	border-color: #0058bb;
}
.social-buttons .sb-login.gplus:hover {
	background-color: #34a853;
	border-color: #34a853;
}
.social-buttons .sb-login.ya:hover {
	background-color: #ff4040;
	border-color: #ff4040;
}

.social-buttons .sb-login .sb-login-icon {
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -10px;
	height: 20px;
	width: 20px;
	background: url(../images/template/social-icons.png);
}
.social-buttons .sb-login .sb-login-icon.vk {
	background-position: 0 0;
}
.social-buttons .sb-login .sb-login-icon.fb {
	background-position: -20px 0;
}
.social-buttons .sb-login .sb-login-icon.mail {
	background-position: -40px 0;
}
.social-buttons .sb-login .sb-login-icon.gplus {
	background-position: -60px 0;
}
.social-buttons .sb-login .sb-login-icon.ya {
	background-position: -80px 0;
}

.login-box .social-or-fields-border {
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	background: url(../images/template/social-or-fields-border.png) center center no-repeat;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #57666f;
}



.login-box .field-item {
	height: 40px;
	margin-bottom: 14px;
	background: rgba(12, 33, 52, 0.15);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
	position: relative;
}
.login-box .field-item .field-input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 10px 30px 10px 12px;
	margin: 0;
	border: 0;
	background: none;
	font-size: 14px;
	color: #fff;
}
.login-box .field-item .field-input:-webkit-autofill {
	-webkit-box-shadow: inset  0 1px 10px 0 #848484, /* Внутренняя тень */
	inset 0 0 0 50px #969696, /* Цвет фона */
	0 1px rgba(255, 255, 255, 0.06) !important; /* Наружная тень */
	-webkit-text-fill-color: #fff !important;
}

.login-box .field-item .field-input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.login-box .field-item .field-input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.login-box .field-item .field-input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.login-box .field-item .field-input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.login-box .field-item .field-input:focus::-webkit-input-placeholder {
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.login-box .field-item .field-input:focus::-moz-placeholder {
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.login-box .field-item .field-input:focus:-moz-placeholder {
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.login-box .field-item .field-input:focus:-ms-input-placeholder {
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.login-box .field-item .field-icon {
	position: absolute;
	top: 11px;
	right: 11px;
}
.login-box .field-item .field-icon.password-toggle {
	right: 31px;
	cursor: pointer;
}


.field-icon {
	width: 20px;
	height: 20px;
	background: url(../images/template/fields-icons.png);
}
.field-icon.login {
	background-position: 0 0;
}
.field-icon.email {
	background-position: -72px 0;
}
.field-icon.password {
	background-position: -18px 0;
}
.field-icon.eyes-show {
	background-position: -36px 0;
}
.field-icon.eyes-hide {
	background-position: -54px 0;
}


.login-button {
	width: 222px;
	height: 43px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
}
.login-button:hover {
	margin: 0; padding: 0; border: 0; background: none;
}
.login-button:active {
	margin: 0; padding: 0; border: 0; background: none;
}
.login-button .b-text {
	display: block;
	width: 222px;
	height: 43px;
	line-height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}
.login-button .bg {
	display: block;
	width: 222px;
	height: 43px;
	background: url(../images/template/button-login.png) 0 0;
	transition: 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.login-button .bg-normal {
	background-position: 0 0;
	z-index: 1;
}
.login-button .bg-hover {
	background-position: 0 -43px;
	z-index: 2;
	opacity: 0;
}
.login-button .bg-active {
	background-position: 0 -86px;
	z-index: 3;
	opacity: 0;
}
.login-button:hover .bg-normal {
	opacity: 0;
}
.login-button:hover .bg-hover {
	opacity: 1;
}
.login-button:active .bg-normal,
.login-button:active .bg-hover {
	opacity: 0;
}
.login-button:active .bg-active {
	opacity: 1;
}


.recovery-slide-open,
.login-slide-open {
	position: absolute;
	top: 280px;
	left: 0;
	right: 0;
	font-weight: normal;
	color: #777;
	font-size: 13px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

.login-box .header-text {
	margin-bottom: 13px;
	font-weight: bold;
	color: #262626;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.login-box .field-text {
	margin: 15px 0;
}

.login-box .recovery-message {
	margin: 15px 0;
}

.registration-button-box {
	width: 264px;
	height: 64px;
	position: absolute;
}
.registration-button-box.pos-main {
	top: 640px;
	left: 50%;
	margin-left: -132px;
}
.registration-button-box.pos-not-main {
	top: 346px;
	left: 50%;
	margin-left: -132px;
}
.registration-button {
	width: 264px;
	height: 64px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
}
.registration-button:hover {
	margin: 0; padding: 0; border: 0; background: none;
}
.registration-button:active {
	margin: 0; padding: 0; border: 0; background: none;
}
.registration-button .b-text {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-align: center;
	line-height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}
.registration-button .bg {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/template/button-registration.png) 0 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.registration-button .bg-normal {
	background-position: 0 0;
	z-index: 1;
}
.registration-button .bg-hover {
	background-position: 0 -64px;
	z-index: 2;
	opacity: 0;
}
.registration-button .bg-active {
	background-position: 0 -128px;
	z-index: 3;
	opacity: 0;
}
.registration-button:hover .bg-normal,
.registration-button:hover .bg-active {
	opacity: 0;
}
.registration-button:hover .bg-hover {
	opacity: 1;
}
.registration-button:active .bg-normal,
.registration-button:active .bg-hover {
	opacity: 0;
}
.registration-button:active .bg-active {
	opacity: 1;
}



.field-item .field-status {
	display: none;
	height: 18px;
	width: 18px;
	border-radius: 9px;
	position: absolute;
	top: 11px;
	right: -9px;
	background: #bec9cb;
	background: rgba(255, 255, 255, 0.4);
	z-index: 2;
}
.field-item .field-status.success {
	display: block;
}
.field-item .field-status.error {
	display: block;
}
.field-item .field-status:before {
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 4px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #38ba0f;
}
.field-item .field-status.success:before {
	background: #38ba0f;
}
.field-item .field-status.error:before {
	background: #dd2626;
}
.field-item .field-status-message {
	display: none;
	min-height: 24px;
	line-height: 14px;
	padding: 4px 8px;
	margin-left: 15px;
	border-radius: 9px;
	position: absolute;
	top: 9px;
	left: 100%;
	font-size: 11px;
	white-space: nowrap;
	box-sizing: border-box;
	background: #bec9cb;
	background: rgba(255, 255, 255, 0.9);
}



.registration-popup {
	display: none;
	width: 328px;
	padding: 30px 51px;
	height: 400px;
	margin-left: -162px;
	box-sizing: border-box;
	border: 2px solid #fff;
	position: absolute;
	top: 220px;
	left: 50%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background: url(../images/template/registration-box-background-2.png) center center no-repeat;
	z-index: 60;
	font-family: "Europe Ext", "Tahoma", serif;
}
.registration-popup .rp-header {
	margin-bottom: 13px;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: bold;
	color: #262626;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.registration-popup .social-buttons {
	overflow: hidden;
	margin-bottom: 10px;
}
.registration-popup .social-buttons .sb-login {
	height: 36px;
	width: 52px;
	margin-right: 4px;
	/*background: #18aad9;*/
	background: #056888;
	border: 1px solid #fff;
	transition: 0.3s;
	display: block;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.registration-popup .social-buttons .sb-login:last-child {
	margin-right: 0;
}

.registration-popup .social-or-fields-border {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	background: url(../images/template/social-or-fields-border.png) center center no-repeat;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	color: #57666f;
}


.registration-popup .field-item {
	height: 40px;
	margin-bottom: 10px;
	background: rgba(12, 33, 52, 0.15);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
	position: relative;
}
.registration-popup .field-item .field-input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 10px 30px 10px 12px;
	margin: 0;
	border: 0;
	background: none;
	font-size: 14px;
	color: #fff;
}

.registration-popup .field-item .field-input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.registration-popup .field-item .field-input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.registration-popup .field-item .field-input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.registration-popup .field-item .field-input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.registration-popup .field-item .field-input:focus::-webkit-input-placeholder {
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.registration-popup .field-item .field-input:focus::-moz-placeholder {
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.registration-popup .field-item .field-input:focus:-moz-placeholder {
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.registration-popup .field-item .field-input:focus:-ms-input-placeholder {
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
}


.registration-popup .field-item .field-icon {
	position: absolute;
	top: 11px;
	right: 11px;
}
.registration-popup .field-item .field-icon.password-toggle {
	right: 31px;
	cursor: pointer;
}

.registration-popup .registration-box-button {
	width: 222px;
	height: 43px;
	display: block;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
}
.registration-popup .registration-box-button:hover {
	margin: 0; margin-top: 20px; padding: 0; border: 0; background: none;
}
.registration-popup .registration-box-button:active {
	margin: 0; margin-top: 20px; padding: 0; border: 0; background: none;
}
.registration-popup .registration-box-button .b-text {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-align: center;
	line-height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}
.registration-popup .registration-box-button .bg {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/template/registration-box-button.png) 0 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.registration-popup .registration-box-button .bg-normal {
	background-position: 0 0;
	z-index: 1;
}
.registration-popup .registration-box-button .bg-hover {
	background-position: 0 -43px;
	z-index: 2;
	opacity: 0;
}
.registration-popup .registration-box-button .bg-active {
	background-position: 0 -86px;
	z-index: 3;
	opacity: 0;
}
.registration-popup .registration-box-button:hover .bg-normal,
.registration-popup .registration-box-button:hover .bg-active {
	opacity: 0;
}
.registration-popup .registration-box-button:hover .bg-hover {
	opacity: 1;
}
.registration-popup .registration-box-button:active .bg-normal,
.registration-popup .registration-box-button:active .bg-hover {
	opacity: 0;
}
.registration-popup .registration-box-button:active .bg-active {
	opacity: 1;
}



.header-servers {
	width: 1008px;
	position: absolute;
	bottom: 0;
}
.header-servers .hs-header {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: normal;
	color: #024d65;
	font-size: 16px;

	background: -moz-linear-gradient(left,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.box-header-servers {
	height: 200px;
	background: rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.box-header-servers .servers-list {
	overflow: hidden;
	padding: 0 30px;
}
.box-header-servers .servers-list .sl-server {
	position: relative;
	width: 410px;
	height: 124px;
	margin: 38px 0 38px 124px;
	background: url(../images/servers/server-bg.png) right center no-repeat;
	float: left;
}
.box-header-servers .servers-list .sl-server:first-child {
	margin-left: 0;
}
.box-header-servers .servers-list .sl-server .s-image {
	position: absolute;
	left: 0;
	top: -30px;
}
.box-header-servers .servers-list .sl-server .s-elements {
	width: 186px;
	position: absolute;
	right: 0;
	padding: 4px 15px 0 0;
}
.box-header-servers .servers-list .sl-server .s-name {
	height: 26px;
	line-height: 26px;
	margin: 4px 0 5px;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: normal;
	font-size: 14px;
	color: #262626;
}
.box-header-servers .servers-list .sl-server .s-statistics {
	height: 35px;
	margin: 0 0 5px 0;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: normal;
	font-size: 11px;
	color: #262626;
}
.box-header-servers .servers-list .sl-server .s-statistics .table-statistics {
	width: 100%;
}
.box-header-servers .servers-list .sl-server .s-statistics .table-statistics td {
	padding: 1px;
}
.box-header-servers .servers-list .sl-server .s-statistics .table-statistics td.name {
	text-align: left;
}
.box-header-servers .servers-list .sl-server .s-statistics .table-statistics td.value {
	text-align: right;
}

.box-header-servers .servers-list .sl-server .s-ban-box {
	font-size: 11px;
	color: #740006;
}
.box-header-servers .servers-list .sl-server .s-ban-box .sbb-name {

}
.box-header-servers .servers-list .sl-server .s-ban-box .sbb-time {

}



.server-button {
	width: 186px;
	height: 38px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
}
.server-button:hover {
	margin: 0; padding: 0; border: 0; background: none;
}
.server-button:active {
	margin: 0; padding: 0; border: 0; background: none;
}
.server-button .b-text {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-align: center;
	line-height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}
.server-button .bg {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/template/button-server.png) 0 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.server-button .bg-normal {
	background-position: 0 0;
	z-index: 1;
}
.server-button .bg-hover {
	background-position: 0 -38px;
	z-index: 2;
	opacity: 0;
}
.server-button .bg-active {
	background-position: 0 -76px;
	z-index: 3;
	opacity: 0;
}
.server-button:hover .bg-normal,
.server-button:hover .bg-active {
	opacity: 0;
}
.server-button:hover .bg-hover {
	opacity: 1;
}
.server-button:active .bg-normal,
.server-button:active .bg-hover {
	opacity: 0;
}
.server-button:active .bg-active {
	opacity: 1;
}









.site-container {
	width: 1008px;
	min-height: 600px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 175px rgba(125, 207, 244, 0.2);
}
.site-container .site-content-container {
	width: 700px;
	float: left;
	padding-top: 20px;
}
.site-container .site-content-container .sc-header {
	width: 710px;
	line-height: 26px;
	padding: 6px 0 7px 20px;
	margin: 0 0 15px -10px;
	background: #fff;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: normal;
	font-size: 16px;
	color: #024d65;
	/*text-transform: uppercase;*/
	box-shadow: 0 0 5px rgba(125, 207, 244, 0.2);
	border-bottom: 1px solid #e0e5e8;
	box-sizing: border-box;
}
.site-container .site-content-container .sc-content {
	min-height: 500px;
	padding: 15px;
	/*font-family: "Europe Ext", "Tahoma", serif;*/
	font-weight: normal;
	font-size: 13px;
	color: #262626;
	background: #fff;
}
.site-container .site-sidebar-right {
	width: 290px;
	margin-left: 718px;
	padding-top: 20px;
}

.site-sidebar-right .sr-module {
	margin-top: 20px;
	background: #fff;
}
.site-sidebar-right .sr-module:first-child {
	margin-top: 0;
}
.site-sidebar-right .sr-module .srm-header {
	width: 300px;
	line-height: 40px;
	margin: 0 -10px 0 0;
	padding-left: 15px;
	border-bottom: 1px solid #e0e5e8;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: normal;
	font-size: 16px;
	color: #024d65;
	box-shadow: 0 0 5px rgba(125, 207, 244, 0.2);
	background: #fff;
	box-sizing: border-box;
}
.site-sidebar-right .sr-module .srm-content {
	padding: 15px;
}
.sr-module.authorization {

}

.sr-module.authorization .srm-header .username {
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: normal;
	font-size: 16px;
	color: #024d65;
}
.sr-module.authorization .srm-header .logout {
	width: 20px;
	height: 20px;
	display: block;
	margin: 10px 10px 10px 0;
	float: right;
	background: url(../images/template/logout-icon.png) center center no-repeat;
	transition: 0.3s;
	opacity: 0.9;
}
.sr-module.authorization .srm-header .logout:hover {
	opacity: 1;
}
.sr-module.authorization .srm-header .settings {
	width: 20px;
	height: 20px;
	display: block;
	margin: 10px 10px 10px 0;
	float: right;
	background: url(../images/template/profile-icon.png) center center no-repeat;
	transition: 0.3s;
	opacity: 0.9;
}
.sr-module.authorization .srm-header .settings:hover {
	opacity: 1;
}
.authorization .social-buttons {
	overflow: hidden;
}
.authorization .social-buttons .sb-login {
	width: 62px;
	margin-right: 4px;
	background: #056888;
	border: 1px solid #024d65;
}
.authorization .social-buttons .sb-login:last-child {
	margin-right: 0;
}

.authorization .login-type-separator {
	height: 15px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 15px;
}

.authorization .login-fields-form {

}
.authorization .login-fields-form .field-item {
	height: 40px;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	position: relative;
}
.authorization .login-fields-form .field-input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 10px 30px 10px 12px;
	margin: 0;
	border: 0;
	background: none;
	font-size: 14px;
	color: #262626;
}
.authorization .login-fields-form .field-input:-webkit-autofill {
	-webkit-box-shadow: inset  0 1px 10px 0 #eaeaea, /* Внутренняя тень */
	inset 0 0 0 50px rgba(251, 251, 115, 0.11), /* Цвет фона */
	0 1px rgba(255, 255, 255, 0.06) !important; /* Наружная тень */
	-webkit-text-fill-color: #262626 !important;
}
.authorization .login-fields-form .field-input::-webkit-input-placeholder {
	color: #d0d0d0;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.authorization .login-fields-form .field-input::-moz-placeholder {
	color: #d0d0d0;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.authorization .login-fields-form .field-input:-moz-placeholder {
	color: #d0d0d0;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.authorization .login-fields-form .field-input:-ms-input-placeholder {
	color: #d0d0d0;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.authorization .login-fields-form .field-input:focus::-webkit-input-placeholder {
	color: #262626;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.authorization .login-fields-form .field-input:focus::-moz-placeholder {
	color: #262626;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.authorization .login-fields-form .field-input:focus:-moz-placeholder {
	color: #262626;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.authorization .login-fields-form .field-input:focus:-ms-input-placeholder {
	color: #262626;
	opacity: 0;
	transition: opacity 0.3s ease;
}




.button-login-sb {
	width: 260px;
	height: 43px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	position: relative;
}
.button-login-sb:hover {
	margin: 0; padding: 0; border: 0; background: none;
}
.button-login-sb:active {
	margin: 0; padding: 0; border: 0; background: none;
}
.button-login-sb .b-text {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-align: center;
	line-height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	font-family: "Europe Ext", "Tahoma", serif;
	font-weight: bold;
	color: #056888;
	font-size: 14px;
}
.button-login-sb .bg {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/template/button-login-sidebar.png) 0 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.button-login-sb .bg-normal {
	background-position: 0 0;
	z-index: 1;
}
.button-login-sb .bg-hover {
	background-position: 0 -43px;
	z-index: 2;
	opacity: 0;
}
.button-login-sb .bg-active {
	background-position: 0 -86px;
	z-index: 3;
	opacity: 0;
}
.button-login-sb:hover .bg-normal,
.button-login-sb:hover .bg-active {
	opacity: 0;
}
.button-login-sb:hover .bg-hover {
	opacity: 1;
}
.button-login-sb:active .bg-normal,
.button-login-sb:active .bg-hover {
	opacity: 0;
}
.button-login-sb:active .bg-active {
	opacity: 1;
}




.footer {
	width: 1008px;
	min-height: 60px;
	margin: 0 auto;
	padding: 15px;
	background: rgba(30, 21, 16, 0.84);
	box-shadow: inset 0 0 175px rgba(0, 0, 0, 0.36);
	overflow: hidden;
	box-sizing: border-box;
	color: #969696;
	font-size: 11px;
}
.footer a {
	color: #dddddd;
}




/*HISTORY PAGE*/

.history_main_block .hmb_text {
	/*height: 128px;*/
	padding: 6px;
	text-indent:30px;
	color: #000;
}
.history_main_block .hmbs_item {
	/*padding: 0 0 0px 0;*/
}
.history_main_block .hmb_img {
	height: 280px;
	background-position: top center!important;
}
.history_main_block .hmb_cntrl > div {
	margin: 0 60px;
}
.history_main_block .hmb_cntrl {
	margin: 10px;
	padding: 10px;
	text-align: center;
}
.history_main_block .history_main_block ul.awards_list li {
	height: 43px;
	padding: 4px;
	background: #1a4768;
}
.history_main_block .history_main_block ul.awards_list li .al_awname {
	margin: 4px;
}

/*/HISTORY PAGE*/


.profile input {
	width: 300px;
}
.profile-social-table {

}
.profile-social-table td {
	padding: 5px 15px;
}







.preview-slider-popup {
	display: none;
	width: 590px;
	height: 500px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -295px;
	background: #fff;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 500;
}
.preview-slider-popup .prs-images-frame {
	width: 560px;
	height: 470px;
	position: absolute;
	top: 13px;
	left: 13px;
	border: 2px solid #f3f3f3;
	background: #dfbba0;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.preview-slider-popup .prs-images {
	width: 5000px;
	height: 470px;
	position: absolute;
	top: 0;
	left: 0;
}
.preview-slider-popup .prs-images .prs-image {
	width: 560px;
	height: 470px;
	float: left;
}
.preview-slider-popup .prs-images .prs-image img {
	width: 560px;
	height: 470px;
	display: block;
}
.preview-slider-popup .prs-slide-left {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 225px;
	left: 30px;
	background: url(../images/template/slider-arrow-left.png);
	opacity: 0.5;
	cursor: pointer;
	transition: 0.3s;
}
.preview-slider-popup .prs-slide-right {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 225px;
	right: 30px;
	background: url(../images/template/slider-arrow-right.png);
	opacity: 0.4;
	cursor: pointer;
	transition: 0.3s;
}
.preview-slider-popup .prs-slide-left:hover,
.preview-slider-popup .prs-slide-right:hover {
	opacity: 0.8;
}
.preview-slider-popup .prs-slide-left:active,
.preview-slider-popup .prs-slide-right:active {
	opacity: 1;
}











.filter-blur {
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4'); /* IE lte 9 */
	filter: url(#blur);
	filter: blur(4px);
}


.popup-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: rgba(0,0,0,0.2);
}


.pop-up-message {
	position: fixed;
	top: 35%;
	left: 50%;
	width: 300px;
	margin-left: -165px;
	z-index: 999;
	text-align: center;
	font-weight: bold;
	display: none;
	color: #fff;
	padding: 15px;

	background: rgba(0, 0, 0, 0.5);
}





/* Widget Top Users */
.sbl-main{
}

.ico_tpl.rating_same {
	background-position: -54px 0px;
}

.ico_tpl.rating_up {
	background-position: -72px 0px;
}

.ico_tpl.rating_down {
	background-position: -90px 0px;
}

.ico_tpl.rating_gold {
	background-position: 0px 0px;
}

.ico_tpl.rating_silver {
	background-position: -18px 0px;
}

.ico_tpl.rating_bronze {
	background-position: -36px 0px;
}

.ico_tpl {
	width: 18px;
	height: 18px;
	background: url(../images/template/icons_tpl.png) no-repeat;
	display: inline-block;
	zoom: 1;
	margin: 0 0 -4px 0;
	padding: 0 0 0 0;
}


.ts-active {
	cursor: default;
	border-top: 2px solid #20d8fe;
	transition: 200ms;
}

.tfa_rating_line {
	height: 18px;
	line-height: 18px;
	margin: 0 2px 4px 3px;
	padding: 0 1px 0 1px;
	/* border: 1px solid rgb(31, 26, 66); */
	border-radius: 1px;
	/* color: #dadceb; */
	/* background: rgba(31, 30, 74, 0.6); */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-size: 13px;
}

.top_place_pos {
	display: inline-block;
}

.tfa_rating_line.light {
	/*background: rgba(31, 30, 74, 0.4);*/
}

.tfa_rating_line:hover {
	/*background: rgba(31, 30, 74, 0.5);*/
}

.tfa_rating_line .tfar_pos {
	width: 13px;
	margin: 0 0 0 5px;
	color: rgba(53, 64, 82, 0.87);
	font-weight: 700;

}

.tfa_rating_line a.tfar_name {
	display: inline-block;
	text-decoration: none;
	margin: 0 0 0 5px;
	font-weight: bold;
}

.tfa-timer-row {
	height: 18px;
	padding: 1px 1px 1px 5px;
	line-height: 18px;
	margin: 0 2px 1px;
	border: 1px solid rgb(31, 26, 66);
	border-radius: 1px;
	color: #dadceb;
	background: rgba(31, 30, 74, 0.6);

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tfa-timer-row:hover {
	background: rgba(31, 30, 74, 0.5);
}

.tfa-timer-row.light {
	background: rgba(31, 30, 74, 0.4);
}

.ttr_link {
	display: block;
	text-decoration: none;
}

.tfa-resource-row {
	height: 18px;
	padding: 1px 1px 1px 5px;
	line-height: 18px;
	margin: 0 2px 1px;
	border: 1px solid rgb(31, 26, 66);
	border-radius: 1px;
	color: #dadceb;
	background: rgba(31, 30, 74, 0.6);

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tfa-resource-row:hover {
	background: rgba(31, 30, 74, 0.5);
}

.tfa-resource-row.light {
	background: rgba(31, 30, 74, 0.4);
}

.tfa_fight_slot {
	/*width: 168px;*/
	/*height: 138px;*/
	height: 127px;
	margin: 4px 0 4px 3px;
	transition: 500ms;
}

.tfa_fight_slot .tfafs_img_obj {
	width: 120px;
	height: 70px;
	margin: 0px auto;

	text-align: center;
}

.tfa_fight_slot .box_asdal {
	min-height: 22px;
}

.tfa_fight_slot .autl_link_obj {
	text-decoration: none;
}

.tfa_fight_slot .aaubrlt_unit_top_right {
	float: right;
	padding: 0 6px 0 0;
}

.tfa_fight_slot .aaubrlt_unit_top_left {
	float: left;
	padding: 0 0 0 6px;
}

.tfa_fight_slot .aaubrlt_unit {
	width: 30%;
	display: inline-block;
	/* vertical-align: middle; */
	padding: 3px 0 0 0;
	line-height: 21px;
}

.tfa_fight_slot .tfafs_line_ttx {
	/*width: 168px;*/
	text-align: center;
	line-height: 21px;
	/* margin: 2px 0 2px 0; */
	padding: 3px 0 0 0;
	overflow: hidden;
}

.tfa_fight_slot .tfafs_slot {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 20% auto;
}

.tfa_fight_slot .slotstatus.slot_off:hover {
	background-position: 0 0px;
	opacity: 1;
}

.tfa_fight_slot .tfafs_choise_obj {

}

.tfa_fight_slot.tfafs_empty_slot:hover {
	cursor: pointer;
	transition: 200ms;
	box-shadow: inset 0px 0px 13px 1px rgba(255, 255, 255, 0.3), 0px 0px 1px 1px rgba(255, 255, 255, 0.18);
}

.tfa_fight_slot.tfafs_choise_slot:hover {
	cursor: pointer;
	transition: 200ms;
	box-shadow: inset 0px 0px 13px 1px rgba(255, 255, 255, 0.3), 0px 0px 1px 1px rgba(255, 255, 255, 0.18);
}

.tfa_fight_slot .tfafs_bttn_remove {
	background: rgba(128, 18, 70, 0.5);
	cursor: pointer;
}

.tfa_fight_slot .tfafs_bttn_choise {
	background: rgba(7, 128, 54, 0.5);
	cursor: pointer;
}

.tfa_list_gun {
	width: 172px;
	/*display: none;*/
	/*overflow-y: auto;*/
	/*overflow-x: hidden;*/
	height: 280px;
	outline: none;

}

.tfa_list_equ {
	width: 172px;
	/*display: none;*/
	/*overflow-y: auto;*/
	/*overflow-x: hidden;*/
	/*height: 290px;*/
	overflow: auto;
	height: 280px;
	outline: none;

}

.tfa_fight_slot.tfafs_dnone {
	display: none;
}

.tfa_back {
	width: 60%;
	height: 18px;
	line-height: 18px;
	text-align: center;
	min-height: 18px;
	margin: 3px auto 0 auto;
	background: rgba(35, 107, 119, 0.36);
	cursor: pointer;
}

.tfs_who_object {
	background: rgba(0, 0, 0, 0.51);
	position: absolute;
	top: 30%;
	left: 20%;
	width: 100px;
	text-align: center;
	border-radius: 4px;
	z-index: 1000;
	pointer-events: none;
}

.tfafs_midleblock {
	position: relative;
}

.tfa_bold{
	font-weight: bold;
	color: #000;
}

/* /Widget Top Users */
