.glass-border {
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(255,255,255,0.5),
	-4px 4px 10px #000,
	-10px 10px 25px #000;
	background-size: 1200px 1200px;
}
.bring-box {
	height: 50px;
	padding: 15px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.bringer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	text-align: center;
	width: 200px;
	height: 40px;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: 'play', sans-serif;
	font-weight: 700;
	margin: 0 15px;
	padding: 5px 15px;
	vertical-align: middle;
	text-transform: uppercase;
	border-radius: 10px 0 10px 0;
	background: #18191a;
	text-shadow: 0 0 1px rgba(217,217,217,0.2);
}
.nation-pic {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 4px;
	padding: 0;
}
.bring-desc {
	margin: 0 auto;
}
.bring-title {
	display: inline-block;
	font-size: 8px;
	color: #fff;
	vertical-align: middle;
	margin-top: -5px;
}
.bring-name {
	display: inline-block;
	max-width: 170px;
	overflow: hidden;
}
.procyon-bringer {
	color: #26aebd;
	box-shadow: -1px 1px 2px rgba(19, 141, 186,1),
	-3px 3px 4px rgba(0,0,0,1),
	0 0 20px rgba(19, 141, 186,1);
}
.force-bringer {
	color: #bd2626;
	box-shadow: -1px 1px 2px rgba(240, 12, 12,1),
	-3px 3px 4px rgba(0,0,0,1),
	0 0 20px rgba(240, 12, 12,1);
}
.capella-bringer {
	color: #bd26b0;
	box-shadow: -1px 1px 2px rgba(189, 38, 176,1),
	-3px 3px 4px rgba(0,0,0,1),
	0 0 20px rgba(189, 38, 176,1);
}
.logo-wrapper {
	height: 250px;
	padding-top: 20px;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.logo-content {
	flex: 0 0 100%;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.timers-wrapper {
	width: 300px;
	height: 175px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.timers-box,
.timers-nations-bg {
	display: flex;
	flex-flow: column nowrap;
}
.war-timer-wrapper {
	padding: 15px 0;
	flex: 0 0 72px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
}
.war-nations-wrapper {
	flex: 0 0 23px;
	display: flex;
	flex-flow: row nowrap;
}
.flag-timer-wrapper {
	padding: 5px 0;
	flex: 0 0 40px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
}
.clock {
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-shadow: 0 0 1px rgba(255,255,255,1);
	text-transform: uppercase;
	text-align: center;
}
.war-timer,
.flag-timer {
	display: block;
	font-family: 'OrbitronMedium',sans-serif;
	font-size: 32px;
	color: rgba(0,0,0,.8);
	text-shadow: 0 0 5px #138dba;
	text-align: center;
}
.flag-timer {
  font-family: 'play', sans-serif;
	font-size: 18px;
	font-weight: 700;
}
.nation-line {
	font-family: 'OrbitronMedium',sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 0 0 3px #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proc-line {
	background: #09c;
	flex: 1 1 auto;
}
.cap-line {
	background: #909;
	flex: 1 1 auto;
}
.flag-clock {
	font-size: 13px;
	font-weight: 700;
}
.glass-content {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}
.signup-wrapper {
	width: 600px;
	height: 80px;
}
.signup-nav {
	display: flex;
	flex-flow: row nowrap;
}
.signup-nav a {
	border-right: 2px solid #6f6f6f;
	height: 100%;
	flex: 0 0 200px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.signup-nav a:nth-child(1) {
	border-radius: 2px 0 0 2px;
}
.signup-nav a:nth-child(3) {
	border-right: none;
	border-radius: 0 2px 2px 0;
}
.yellow-grad {
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
}
.yellow-grad-hover,
.signup-nav a:hover {
	background: -webkit-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: -o-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
}
.main {
	width: 1200px;
	margin: 0 auto 30px auto;
	padding: 0;
	display: flex;
	flex-flow: column nowrap;
}
.main-buttons-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -110px;
	margin-bottom: 30px;
}
.left-main-buttons {
	display: flex;
	flex-flow: column nowrap;
	align-content: flex-end;
}
.social {
	padding: 10px 15px;
	display: flex;
	flex-flow: row nowrap;
}
.social img {
	width: 40px;
	height: 40px;
	transition: all .2s ease-in-out;
	transform: scale(1);
	margin-right: 7px;
}
.social a {
	flex: 0 0 36px;
	height: 36px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.social img:hover {
	transition: all .2s ease-in-out;
	transform: scale(1.25);
}
.signin-wrapper {
	width: 350px;
	height: 240px;
}
.main-wrapper {
	padding-top: 40px;
	position: relative;
}
.content-wrapper {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 15px;
}
.left-wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}
.left-wrapper-mobile {
	flex: 0 1 100%;
	margin-right: 0;
}
.left-wrapper-desktop {
	flex: 0 1 70%;
	margin-right: 10px;
}
main {
	flex: 1 1 80%;
}
.mid-panel {
	flex: 1 0 50px;
	padding: 0;
	margin-bottom: 10px;
}
.sidebar {
	overflow: hidden;
}
.sidebar-desktop {
	flex: 1 0 300px;
	padding-bottom: 30px;
}
.sidebar-mobile {
	flex: 1 0 380px;
	display: flex;
	flex-flow: row-reverse nowrap;
	margin-bottom: 10px;
	padding-bottom: 10px;
	justify-content: space-between;
}
.sidebar-mobile .server-info,
.sidebar-mobile .server-timers {
	align-self: center;
	flex: 1 0 auto;
}
.sidebar-mobile .server-info>.infobox,
.sidebar-mobile .server-timers>.infobox {
	height: 230px;
}
.server-timers {
	width: 77%;
	margin: 15px auto;
	padding: 15px 10px;
	border-radius: 10px 0 10px 0;
	text-align: center;
}
.main-menu {
	width: 100%;
	height: 39px;
	padding: 0;
	margin-bottom: 10px;
}
.main-menu, .main-menu ul, .main-menu li, .main-menu a {
	z-index: 1000!important;
}
.tex-wrapper {
	box-shadow: -4px 4px 6px rgba(0,0,0,1);
	border-radius: 2px;
	padding: 15px;
}
.proc-content {
	letter-spacing: 1px;
	font-size: 15px;
	font-family: 'play', sans-serif;
	font-weight: 700;
	border-radius: 10px 0 10px 0;
	background: #18191a;
	text-shadow: 0 0 1px rgba(217,217,217,0.2);
	color: #26aebd;
	box-shadow: -1px 1px 2px rgba(19, 141, 186,1),
	-3px 3px 4px rgba(0,0,0,1),
	0 0 10px rgba(19, 141, 186,1);
	padding: 15px;
}
.mid-panel>div {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.channels-status,
.server-rates {
	letter-spacing: .5px;
	font-family: 'Play';
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
}
.channels-status {
	flex: 0 0 260px;
	padding: 0 15px;
	display: flex;
	flex-flow: column nowrap;
}
.channel-wrapper {
	display: flex;
	flex-flow: row nowrap;
	padding: 4px 0;
}
.channel-name {
	flex: 0 0 140px;
	color: #000;
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	border-radius: 3px 0 3px 0;
	height: 10px;
	padding: 2px 3px;
	margin-right: 10px;
	position: relative;
}
.server-rates {
	flex: 0 0 200px;
	padding: 0 20px;
	display: flex;
	flex-flow: column nowrap;
}
.server-rates>div {
	display: flex;
	flex-flow: column nowrap;
}
.server-rates>div>div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.mid-panel h4,
.sidebar h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	margin: 10px auto;
	color: #000;
	text-shadow: -1px 1px 2px rgba(255,255,255,.5),
							-3px 3px 4px rgba(0,0,0,1),
							0 0 10px rgba(19, 141, 186,1);
}
.chan-status {
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chan-status-inner {
	width: 4px;
	height: 4px;
	border-radius: 50%;
}
.chan-status.on {
	border: 2px solid green;
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,1), 0 0 3px 3px rgba(62, 255, 59, .5);
}
.chan-status-inner.on {
	background: green;
}
.chan-status.off {
	border: 2px solid red;
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,1), 0 0 3px 3px rgba(232, 37, 50, .5);
}
.chan-status-inner.off {
	background: red;
}
.server-status {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	box-shadow: inset -2px 2px 4px 0 rgba(0,0,0,1), inset 0 0 15px 0 rgba(19, 141, 186, .3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.server-status div {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,1);
	background-color: orange;
}
.server-status div.on {
	background-color: green;
}
.server-status div.off {
	background-color: red;
}
.login-form-wrapper {
	width: 330px;
	height: 180px;
	padding: 10px;
	display: flex;
	flex-flow: column nowrap;
	font-size: 15px;
	font-family: 'play', sans-serif;
	font-weight: 700;
}
.login-form-wrapper h3 {
	font-family: 'Cony-Bold', sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
.login-form {
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 5px;
}
.login-form input[type='text'],
.login-form input[type='password'] {
	height: 20px;
	border-radius: 3px;
	border: none;
	box-shadow: inset -2px 2px 4px 0 rgba(0,0,0,1);
	background-color: #fffcc2;
	margin-bottom: 5px;
	padding: 3px;
}
#auth-result {
	flex: 1 1 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.auth-btn-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 5px 0;
	align-items: center;
	width: 330px;
	height: 30px;
}
.auth-btn-wrapper a {
	text-decoration: none;
	color: #4a4a4a;
	font-size: 14px;
}
.auth-btn-wrapper a:hover {
	color: rgba(19, 141, 186,1);
}
.link-button {
	letter-spacing: 1px;
	border: 1px solid #6f6f6f;
	border-radius: 2px;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	padding: 0 10px;
	height: 30px;
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	text-transform: uppercase;
}
.link-button:hover {
	background: -webkit-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: -o-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
}
.box-warning, .box-log_in {
	padding: 8px;
	padding-left: 40px;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%), inset 0 0 10px rgb(0 0 0 / 6%);
	font-family: "play", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
.box-warning {
	border-color: rgba(190,40,40,.6);
}
.box-log_in {
	border-color: rgba(12,98,28,0.6);
}
.user-info {
	border: 1px solid #000;
	border-radius: 2px;
	background: rgba(25,25,25,.5);
	border-radius: 3px;
	border: none;
	box-shadow: inset -3px 3px 5px 0 #000,
							inset 1px -1px 3px 0 #000;
	background-color: #fffcc2;
	font-size: 11px;
	display: flex;
	flex-flow: column nowrap;
	padding: 7px;
	color: #000;
	margin-bottom: 5px;
}
.user-info>div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.user-info .colored {
	background-color: rgba(0,0,0,.9);
	background-image: url('/images/pageBG-2.png');
	background-repeat: repeat;
	padding: 1px 3px;
	border-radius: 2px;
	min-width: 100px;
	text-align: center;
	margin-bottom: 1px;
}
.get-playtime-gift {
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	padding: 3px;
	cursor: pointer;
	box-shadow: -3px 3px 5px 0 #000,
							0 0 5px 0 rgba(0,0,0,.5);
}
.get-playtime-gift:hover {
	background: -webkit-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: -o-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
}
.logout-box {
	display: flex;
	justify-content: flex-end;
}
#facebook_iframe {
	transform-origin: 0 0;
	-webkit-transform-origin: 0px 0px;
}



.account-login-status {
	display: block;
	position: absolute;
	top: -20px;
	right: -20px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.account-login-status-inner {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.account-login-status.on {
	border: 2px solid green;
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,1), 0 0 3px 3px rgba(62, 255, 59, .5);
}
.account-login-status-inner.on {
	background: green;
}
.account-login-status.off {
	border: 3px solid red;
	box-shadow: -2px 2px 4px 0 rgba(0,0,0,1), 0 0 3px 3px rgba(232, 37, 50, .5);
}
.account-login-status-inner.off {
	background: red;
}
.social-news-wrapper,
#vk_groups {
	background: #18191a!important;
	border-radius: 10px 0 10px 0!important;
	padding: 0;
	overflow: hidden;
	height: 980px;
	color: #26aebd;
	text-shadow: 0 0 1px rgba(217,217,217,0.2);
	box-shadow: -1px 1px 2px rgba(255,255,255,.5),
							-3px 3px 4px rgba(0,0,0,1),
							0 0 10px rgba(19, 141, 186,1);
}
.server-time {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: "Oswald",sans-serif;
	font-size: 22px;
	color: #7fcaff;
	text-shadow: 0 0 3px #000, -2px 2px 2px #000;
	display: flex;
	flex-flow: row nowrap;
	width: 300px;
	justify-content: flex-end;
}
.server-time>div {
	margin-right: 10px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
.server-time div:last-child {
	flex: 0 0 50px;
}
#clock-colon {
	flex: 0 0 5px;
}
.sidebar h3 {
	width: 100%;
	display: inline-block;
	margin: 5px auto;
	padding: 15px 0;
	font-family:'Roboto Condensed', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #131415;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
hr {
	color: #555;
	background-color: #555;
	border: 0px none;
	height: 1px;
	box-shadow: 0 -1px 1px #000;
	margin-top: 40px;
	clear: both;
}
.control_panel ul {
	padding: 0;
}
.control_panel ul li {
	list-style: none;
}
.control_panel ul li a {
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px auto;
	padding: 4px 10px;
	width: 87%;
}
.admin a {
	color: rgba(255,255,255,.8);
	text-shadow: 0 0 10px rgba(106,94,235,.5);
}
.button-x {
	letter-spacing: 1.5px;
	font-size: 13px;
	font-family: 'play', sans-serif;
	font-weight: 700;
	display: block;
	border: none;
	background: #18191a;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	border-radius: 10px 0 10px 0;
	color: #26aebd;
	text-shadow: 0 0 1px rgba(217,217,217,0.2);
	box-shadow: -1px 1px 2px rgba(255,255,255,.5),
	-3px 3px 4px rgba(0,0,0,1),
	0 0 10px rgba(19, 141, 186,1);
	height: auto;
}
.button-x:focus {
	outline: none;
}
.button--wayra {
	overflow: hidden;
	width: 245px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button--wayra:hover {
	color: #fff;
}
.button--wayra.button--inverted:hover {
	color: #000;
}
.button--wayra:hover::before {
	opacity: 1;
	background-color: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background-color: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background-color: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--wayra.button--inverted:hover::before {
	background-color: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background-color: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background-color: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
}
.main-upbox {
	min-height: 800px;
	position: relative;
}
.main-upbox h1 {
	text-transform: uppercase;
	text-align: center;
	color: #131415;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	margin: 30px auto 0;
}
.main-upbox hr {
	width: 70%;
	margin: 20px auto;
}
.main-upbox form {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	color: #fff;
	font-family: 'Play', sans-serif;
	font-weight: 500;
}
.main-upbox label {
	color: #fff;
	font-size: 14px;
	margin: 10px auto 0 auto;
}
.main-upbox input[type='text'],
.main-upbox input[type='password'],
.main-upbox input[type='email'] {
	border-radius: 5px;
	border: none;
	background-color: rgba(19,20,21,.9);
	color: #fff;
	font-size: 20px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	width: 40%;
	padding: 5px;
	margin-bottom: 10px;
}
.main-upbox a {
	font-weight: 400;
	color: #4ea7ad;
}
#reCAPTCHA {
	margin: 15px auto;
}
.infobox {
	background-color: rgba(19,20,21,.9);
	/* box-shadow: 0 1px 0 rgba(255, 255, 255, .2); */
	font-family: 'Play', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 17px;
	margin: 15px 80px;
	padding: 15px 30px 30px;
	text-align: left;
}
.infobox h3 {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 10px;
}
.infobox.error h3 {
	color: #f00;
	text-shadow: 0 0 15px rgba(255, 0, 0, .7);
}
.infobox.done h3 {
	color: #2d76fc;
	text-shadow: 0 0 15px rgba(45, 118, 252, .7);
}
.account-status h3 {
	font-family: 'Oswald', sans-serif;
	color: #26aebd;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}
.account-status p {
	font-size: 14px;
}
.account-status .result-done,
.account-status .result-fail {
	font-size: 12px;
}
.account-status .result-done {
	background: rgb(36,88,0);
	background: linear-gradient(0deg, rgba(36,88,0,1) 0%, rgba(17,119,5,1) 49%, rgba(101,255,76,1) 100%);
	color: #fff;
	padding: 0 10px;
}
.account-status .result-fail {
	background: rgb(88,0,6);
	background: linear-gradient(0deg, rgba(88,0,6,1) 0%, rgba(157,7,7,1) 49%, rgba(255,76,82,1) 100%);
	color: #fff;
	padding: 0 10px;
}
.rank-table {
	padding: 6px;
	border: 1px solid #1d1d1f;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(255, 255, 255, .4);
	color: #565658;
	margin: 5px auto 20px auto;
	width: 95%;
	text-align: center;
}
.rank-table tr {
	font-size: 13px;
	color: #ccc;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.rank-table th {
	color: #f60;
	vertical-align: middle;
	border-right: 1px solid #1d1d1e;
	padding: 8px 5px;
}
.rank-table td {
	vertical-align: middle;
	border: 1px solid #1d1d1e;
	padding: 8px 5px;
	font-family: 'Play', sans-serif;
	font-weight: 700;
}
.rank-table td:nth-child(2) {
	text-align: left;
}
.rank-table div {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 3px 7px;
}
.rank-table .char-name-wrap {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}
.wrankguild {
	color: rgb(240, 255, 102);
	font-weight: 400;
	font-size: 11px;
}
.rank-table .targetchar {
	border: 1px solid #f2cc0c;
	border-radius: 5px;
}
.rank-table a.active {
	color: #CCC;
}
.rank-table a {
	color: #26aebd;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
}
h2.rank-hover {
	font-family: 'Cony-Bold';
	color: #F60;
	font-size: 30px;
	text-align: center;
	margin: 10px auto;
}

/*Web SHOP*/

.wshop-top-wrapper {
	display: flex;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
	justify-content: space-between;
}
.wshop-top-nav {
	display: flex;
	flex-flow: row nowrap;
	height: 60px;
	border-radius: 5px;
	text-align: center;
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	box-shadow: 0 0 5px 0 #000;
}
.wshop-top-nav a {
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	border-right: 2px solid #6f6f6f;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	width: 133px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}
.wshop-top-nav a:first-child {
	border-radius: 5px 0 0 5px;
}
.wshop-top-nav a:last-child {
	border-right: none;
	border-radius: 0 5px 5px 0;
}
.wshop-top-nav a:hover {
	background: -webkit-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: -o-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
}
.wshop-top-nav a.active {
	background: #26aebd;
	cursor: default;
}
.wshop-userpanel {
	height: 50px;
	width: 240px;
	padding: 5px;
	background-color: #bfbfbf;
	border-radius: 5px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	box-shadow: 0 0 5px 0 #000;
	font-family: 'play', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.wshop-upanel-row {
	background-color: #1f1f1f;
	box-shadow: 0 0 3px 0 #000;
	height: 22px;
	border-radius: 3px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.wshop-upanel-hover {
	width: 60px;
	height: 16px;
	border-right: 1.5px solid  rgba(0,0,0,0.8);
	box-shadow: inset -1px 0 0 rgba(255,255,255,0.5);
	text-align: center;
	margin-right: 8px;
}
.wshop-body-wrapper {
	display: flex;
	flex-flow: row nowrap;
	font-family: 'play', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.wshop-left-nav {
	flex: 0 0 250px;
	display: flex;
	flex-flow: column nowrap;
}
.wshop-left-nav-tabs {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 10px;
}
.wshop-left-nav-tabs p {
	background-color: #18191a;
	color: #26aebd;
	text-shadow: 0 0 1px rgb(217,217,217,0.2);
	box-shadow: -1px 1px 2px rgb(255,255,255,0.5), -3px 3px 4px #000, 0 0 5px rgb(19,141,186);
	margin-right: 10px;
	padding: 5px 15px;
	cursor: pointer;
}
.wshop-left-nav-tabs p:hover,
.wshop-left-nav-tabs p.active {
	color: #fff;
}
.wshop-cat {
	background-color: #18191a;
	color: #26aebd;
	text-shadow: 0 0 1px rgb(217,217,217,0.2);
	box-shadow: -1px 1px 2px rgb(255,255,255,0.5), -3px 3px 4px #000, 0 0 5px rgb(19,141,186);
	display: none;
	padding: 15px;
}
.wshop-cat.active {
	display: flex;
	flex-flow: column nowrap;
}
.wshop-cat a {
	flex: 0 0 28px;
	text-decoration: none;
	display: flex;
	flex-flow: row nowrap;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
}
.wshop-cat a:hover {
	color: #fff;
}
.wshop-cat hr {
	width: 100%;
	margin: 5px auto;
}
.category-label {
	flex: 0 0 28px;
	background-size: 28px;
	margin-right: 8px;
	color: #000;
	font-size: 17px;
}
.category-name.active {
	color: #fff;
}
.wshop-cat a span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wshop-main {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column nowrap;
	padding-top: 35px;
	padding-left: 10px;
}
.wshop-main a,
.wshop-main .prod-link-div {
	background-color: #18191a;
	color: #26aebd;
	text-shadow: 0 0 1px rgb(217,217,217,0.2);
	box-shadow: -1px 1px 2px rgb(255,255,255,0.5), -3px 3px 4px #000, 0 0 5px rgb(19,141,186);
	flex: 0 0 90px;
	margin-bottom: 10px;
	display: flex;
	flex-flow: row nowrap;
	text-decoration: none;
}
.product-ico-bg {
	flex: 0 0 150px;
	background-image: url('/images/ishop/item.png');
	position: relative;
	background-repeat: no-repeat;
	height: 90px;
}
.product-ico {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 130px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.product-discount {
	position: absolute;
	bottom: 1px;
	right: 1px;
	background-color: yellow;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	padding: 3px 7px;
	border-radius: 5px 0 0 0;
	box-shadow: -3px -3px 4px #000;
}
.wshop-main .hot:before {
	content: "HOT";
	position: absolute;
	top: -4px;
	right: -4px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	font-family: 'oswald', sans-serif;
	color: #fff;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.7);
	font-size: 11px;
	font-weight: 700;
	background: rgb(214,18,39);
	background: linear-gradient(222deg, rgba(214,18,39,1) 0%, rgba(230,13,43,1) 35%, rgba(255,68,81,1) 100%);
	box-shadow: -3px 3px 4px #000;
}
.wshop-main .new:before {
	content: "NEW";
	position: absolute;
	top: -4px;
	right: -4px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	font-family: 'oswald', sans-serif;
	color: #000;
	text-shadow: none;
	font-size: 11px;
	font-weight: 700;
	background: rgb(23,123,242);
	background: linear-gradient(222deg, rgba(23,123,242,1) 0%, rgba(21,165,246,1) 35%, rgba(68,207,255,1) 100%);
	box-shadow: -3px 3px 4px #000;
}
.product-row {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column nowrap;
}
.product-row hr {
	width: 100%;
	margin: 0;
}
.product-row>div {
	display: flex;
	align-items: center;
	padding: 0 5px;
}
.product-row-name {
	flex: 1 1 20px;
	color: #F60;
}
.product-row-desc {
	flex: 1 1 40px;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}
.product-row-price {
	flex: 1 1 20px;
	display: flex;
	flex-flow: row nowrap;
}
.product-add-row {
	flex: 1 1 50%;
	display: flex;
	flex-flow: row nowrap;
}
.product-buy-row {
	background-color: #18191a;
	color: #26aebd;
	text-shadow: 0 0 1px rgb(217 217 217 / 20%);
	box-shadow: -1px 1px 2px rgb(255 255 255 / 50%), -3px 3px 4px #000, 0 0 5px rgb(19 141 186);
	flex: 0 0 35px;
	margin-top: -10px;
	display: flex;
	flex-flow: row nowrap;
}
.product-type-selector-wrapper {
	display: flex;
	flex: 0 0 80%;
	align-items: center;
}
.wshop-main select {
	width: 150px;
	padding: 3px;
	background: rgb(19 141 186);
	color: #000;
	font-family: "Play";
	font-size: 12px;
	font-weight: 600;
}
.product-buy-wrapper {
	flex: 0 0 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-buy-button {
	letter-spacing: 1px;
	border: 1px solid #6f6f6f;
	border-radius: 2px;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	cursor: pointer;
	padding: 0 13px;
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	text-transform: uppercase;
}
.product-buy-button:hover {
	background: -webkit-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: -o-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
}
.price-part {
	flex: 1 1 50%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
.price-ico {
	flex: 0 0 20px;
	height: 20px;
	margin-right: 5px;
}
.old-price {
	flex: 0 1 auto;
	position: relative;
	margin-right: 7px;
	color: gray;
}
.price-txt {
	flex: 0 1 auto;
}
.stria {
	border-bottom: 1px solid red;
	position: absolute;
	content: "";
	width: 112%;
	height: 40%;
	left: -4%;
}
.price-ico-1 {
	background-image: url('/images/coin1.png');
}
.price-ico-2 {
	background-image: url('/images/coin2.png');
}
.price-ico-3 {
	background-image: url('/images/coin3.png');
}
.price-txt.price-1,
.wshop-userpanel.ecoins,
.product-row-name>h3.ecoins {
	color: #F60;
}
.price-txt.price-2,
.wshop-userpanel.tpoints,
.product-row-name>h3.tpoints {
	color: #a751c9;
}
.price-txt.price-3,
.wshop-userpanel.vcoins,
.product-row-name>h3.vcoins {
	color: #3ef744;
}
.wshop-main>.result-fail {
	width: 100%;
	height: 100%;
	display: flex;
	padding-top: 20px;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
}
.product-buy-result>.result-fail {
	color: #fc3535;
}
.product-buy-result-wrapper {
	flex: 0 0 300px;
	padding: 10px;
	display: flex;
	flex-flow: column nowrap;
}
.product-buy-loading {
	margin-top: 50px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	font-family: "Play";
	font-size: 15px;
	font-weight: 600;
	color: #999;
}
.product-buy-loading>img {
	margin-right: 5px;
}
.product-buy-result {
	font-family: "Play";
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: #1f1f1f;
	padding: 10px;
	flex: 1 0 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	box-shadow: inset -3px 3px 5px 0 #000,
							inset 1px -1px 3px 0 #000;
}
.hidden {
	display: none!important;
}
.dash_buttons ul {
	padding: 0;
}
.dash_buttons ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px auto;
	padding: 4px 10px;
	width: 77%;
}
.dash_buttons {
	margin: 20px auto;
	max-width: 580px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.dash_buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 130px;
	height: 28px;
	font-size: 10px;
	margin: 3px;
	padding: 3px;
	border-radius: 0;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}
.dash_b_active {
	cursor: default;
	background: #050505;
	color: #969a9e!important;
	text-shadow: 0 0 1px rgba(217,217,217,0.2);
	box-shadow: -1px 1px 2px rgba(255,255,255,.5),
	-3px 3px 4px rgba(0,0,0,1);
}
.dash-table {
	display: flex;
	flex-flow: row wrap;
	width: 700px;
	margin: 0 auto;
}
.dash-table>p {
	background-color: rgba(0,0,0,.6);
	font-size: 12px;
	font-weight: 700;
	margin: 1px;
	display: flex;
	align-items: center;
}
.dash-table>p:nth-child(odd) {
	flex: 0 0 225px;
	font-family: 'Oswald', sans-serif;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	padding: 10px 25px 10px 10px;
	text-align: right;
	justify-content: flex-end;
}
.dash-table>p:nth-child(even) {
	flex: 0 0 400px;
	font-family: 'Play', sans-serif;
	color: #26aebd;
	text-shadow: 0 0 1px rgba(217,217,217,.2);
	padding: 10px 10px 10px 25px;
	text-align: left;
	justify-content: space-between;
}
.dash-charinfo-table {
	width: 450px;
}
.dash-charinfo-table>p:nth-child(odd) {
	flex: 0 0 188px;
}
.dash-charinfo-table>p:nth-child(even) {
	flex: 0 0 187px;
}
.dash-table button {
	font-size: 10px;
	height: auto;
}
.dash-table>.change-pass-wrap {
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: flex-start!important;
}
.change-pass-wrap label {
	width: 100%;
	margin: 2px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.change-pass-wrap input[type="password"] {
	margin: 0;
	height: 20px;
	background: url('/images/pageBG-2.png') repeat;
}
.switch-prem-wrap {
	flex-flow: row wrap;
}
.switch-prem-wrap span,.switch-prem-wrap button {
	margin-bottom: 7px;
}
.chpass {
	height: 170px;
}
.dash-table  .result-fail,
.dash-table  .result-done {
	margin-top: 10px;
}
.dash-table .result-done {
	color: #2d76fc;
	text-shadow: 0 0 15px rgba(45, 118, 252, .7);
}
.dash-table .result-fail {
	color: #f00;
	text-shadow: 0 0 15px rgba(255, 0, 0, .7);
}

.vk-oauth-btn {
	width: auto;
	height: 20px;
	padding: 5px;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 0;
	text-transform: none;
}
a.vk-link {
	display: flex;
	flex-flow: row nowrap;
	height: 24px;
	cursor: pointer;
	color: #26aebd;
	text-shadow: 0 0 1px rgba(217,217,217,0.2);
	letter-spacing: 1.5px;
	font-family: 'play', sans-serif;
	font-size: 12px;
	font-weight: 700;
	align-items: center;
	text-decoration: none;
}
.vk-link img{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 5px;
}
.dash-characters-table {
	width: auto;
}
.dash-characters-table th,
.dash-characters-table td {
	width: auto;
}
.dash-characters-table th {
	font-family: 'Oswald', sans-serif;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
.dash-characters-table td {
	color: #26aebd;
}
.dash-characters-table .button,
.apdp-bank .button {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.dash-result>.result-done,
.dash-result>.result-fail {
	background-color: rgba(19,20,21,.9);
	box-shadow: 0 1px 0 rgba(255,255,255,.2);
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin: 15px 80px;
	padding: 15px 30px;
	text-align: center;
}
.dash-result>.result-done {
	color: #2d76fc;
	text-shadow: 0 0 15px rgba(45, 118, 252, .7);
}
.dash-result>.result-fail {
	color: #f00;
	text-shadow: 0 0 15px rgba(255, 0, 0, .7);
}
.dash-message {
	background-color: rgba(19,20,21,.9);
	box-shadow: 0 1px 0 rgba(255,255,255,.2);
	color: #fff;
	font-size: 17px;
	margin: 15px 80px;
	padding: 15px 30px 30px 30px;
	font-family: 'Play', sans-serif;
	font-weight: 400;
	width: auto;
	height: auto;
	text-align: left;
}
.dash-message p {
	margin-bottom: 10px;
}
.confirm-char-del-form {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.confirm-char-del-form label {
	margin: 0;
	flex: 0 0 120px;
	display: flex;
	align-items: center;
}
.confirm-char-del-form input[type="password"] {
	background-image: url('/images/pageBG-2.png');
	margin-left: 7px;
	margin-bottom: 0;
	flex: 0 0 70px;
}
.char-stats .stat {
	width: 60px;
	background-color: rgba(19,20,21,.9);
	background-image: url('/images/pageBG-2.png');
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 15px;
	font-family: 'Play', sans-serif;
	box-shadow: 0 1px 0 rgba(255,255,255,.2);
	padding: 3px;
}
.saver-char-row {
	cursor: pointer;
}
.saver-char-row:hover {
	background-color: rgba(0,0,0,0.8);
}
.dash-nation-exchange-table {
	border-collapse: separate;
	border: none;
	border-spacing: 2px;
	margin: 0 auto;
	margin-bottom: 20px
}
.dash-nation-exchange-table th,
.dash-nation-exchange-table td {
	background-color: rgba(0,0,0,0.6);
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1.5px;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
}
.dash-nation-exchange-table th {
	color: #999;
	text-shadow: none;
	text-transform: uppercase;
	width: 200px;
}
.dash-nation-exchange-table td {
	color: #26aebd;
	text-shadow: 0 0 1px rgb(217,217,217,0.2);
	text-align: center;
}

/*Копилка ОП-ОР*/

.saverhover {
	color: #fff;
	font-family: 'play', sans-serif;
	letter-spacing: 1.5px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}
.alert-close {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 10px 12px;
	margin: 0;
	background-color: rgba(0,0,0,.4);
	font-size: 18px;
	cursor: pointer;
}
.alert-close:hover {
	color: #fff;
}
.alertpoint {
	width: 400px;
	height: 130px;
	display: flex;
	flex-flow: column nowrap;
}
.alertpoint p {
	padding: 25px 0;
	text-align: center;
}
.saver-buttons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.apdp-button,
.saver-error-btn {
	border-radius: 3px;
	border: 1px solid #000;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	padding: 5px;
	cursor: pointer;
	text-transform: none;
	text-decoration: none;
	letter-spacing: .2px;
	margin: 0 10px;
	padding: 5px!important;
	width: 150px;
}
.saver-error-btn {
	height: auto;
}
.saver-charres-error {
	height: 50px;
	margin-top: 40px;
	text-align: center;
}
.dp_button {
	background-color: #33f537;
}
.ap_button {
	background-color: #f72020;
}
.dp_button:hover,
.ap_button:hover {
	color: #fff;
}
.saver-charres {
	height: 50px;
}
.saver-charres>.result-fail,
.saver-charres-error>.result-fail {
	color: #f00;
	text-shadow: 0 0 15px rgba(255, 0, 0, .7);
	text-align: center;
	text-transform: none;
}
.apdp-bank {
	flex: 0 0 auto;
	display: flex;
	flex-flow: column nowrap;
	align-content: center;
	margin-bottom: 100px;
}
.apdp-bank>div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.apdp-bank>div>p {
	background-color: rgba(0,0,0,.6);
	font-size: 12px;
	font-weight: 700;
	margin: 1px;
	display: flex;
	align-items: center;
}
.apdp-bank>div>p:nth-child(5n+1) {
	flex: 0 0 99px;
	font-family: 'Oswald', sans-serif;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1.2px;
  justify-content: flex-end;
	padding: 10px 25px 10px 10px;
}
.apdp-bank>div>p:nth-child(5n+2) {
	flex: 0 0 50px;
	text-align: center;
	padding: 10px;
	justify-content: center;
	font-family: 'Play', sans-serif;
	color: #26aebd;
	text-shadow: 0 0 1px rgba(217,217,217,.2);
	text-transform: none;
	letter-spacing: 1.2px;
}
.apdp-bank>div>p:nth-child(5n+3) {
	flex: 0 0 100px;
	text-align: center;
	padding: 10px;
	justify-content: center;
	font-family: 'Play', sans-serif;
	color: #26aebd;
	text-shadow: 0 0 1px rgba(217,217,217,.2);
	text-transform: none;
	letter-spacing: 1.2px;
}
.apdp-bank>div>p:nth-child(5n+4) {
	flex: 0 0 80px;
	text-align: center;
	padding: 10px;
	justify-content: center;
	font-family: 'Play', sans-serif;
	color: #26aebd;
	text-shadow: 0 0 1px rgba(217,217,217,.2);
	text-transform: none;
	letter-spacing: 1.2px;
}
.apdp-bank>div>p:nth-child(5n+5) {
	flex: 0 0 80px;
	text-align: center;
	padding: 10px;
	justify-content: center;
	font-family: 'Play', sans-serif;
	color: #26aebd;
	text-shadow: 0 0 1px rgba(217,217,217,.2);
	text-transform: none;
	letter-spacing: 1.2px;
}
.apdp-bank input[type="number"],
.apdp-bank select {
	border-radius: 5px;
	background-color: rgba(0,0,0,.6);
	background-color: rgba(19,20,21,.9);
	background-image: url('/images/pageBG-2.png');
	border: none;
	color: #fff;
	font-size: 14px;
	font-family: 'Play', sans-serif;
	box-shadow: 0 1px 0 rgba(255,255,255,.2);
	padding: 2px;
}
.readme-spoiler {
	background-color: rgba(12,12,12,1);
	color: rgba(255,255,255,1);
	font-size: 1.2em;
	margin: 15px 80px 0 80px;
	padding: 10px 30px 10px 30px;
	font-family: 'play', sans-serif;
	font-weight: 400;
	width: auto;
	height: auto;
	text-align: left;
	cursor: pointer;
}
.readme-content {
	margin: 0 80px 20px 80px;
}





/* UNBIND */

.ub-stone-pic:after {
	background-image: var(--stone-ico);
}
.unbind-td .link-button {
	background: -webkit-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: -o-linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	background: linear-gradient(#ebdc23 0%, #fffcc2 5%, #e9d91c 67%, #ead720 100%);
	text-transform: uppercase;
	font-size: 12px;
}
.unbind-td .link-button:hover {
	background: -webkit-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: -o-linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	background: linear-gradient(#ead720 0%, #e9d91c 5%, #fffcc2 45%, #ebdc23 100%);
	color: #000;
}



/* REFERRAL */
.referral-wrapper {
	background: none;
	text-align: left;
	color: #9bc1c9;
	text-shadow: 0 -1px 2px rgb(0 0 0 / 70%);
	font-family: "Play";
	font-size: 15px;
	margin: 15px;
}
.referral-wrapper h3 {
	text-shadow: 0 -1px 2px rgba(0,0,0,.7);
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Cony-Bold';
	color: #F60;
	font-size: 30px;
}
.referral-wrapper h4 {
	display: inline-block;
}
.referral-info {
	flex: 0 0 auto;
	margin: 0 0 20px 0;
}
.referral-guide {
	background: rgba(19,20,21,.9);
	margin: 0 0 30px 0;
	padding: 10px;
}
.referral-guide p {
	margin-bottom: 10px;
}
.referral-wrapper .ref-rews-wrap {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: space-between;
}
.referral-wrapper .ref-rew-box {
	flex: 0 0 64px;
	display: flex;
	flex-flow: column nowrap;
	height: 84px;
	margin-bottom: 10px;
}
.referral-wrapper .rew-pic {
	background: #46849e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: inset 0 0 10px #000;
	height: 64px;
}
.referral-wrapper .exp-line-wrap {
	height: 20px;
	padding-top: 7px;
}
.referral-wrapper .exp-bline {
	background: #46849e;
	box-shadow: inset 0 0 5px #000;
	border-radius: 4px;
	overflow: hidden;
	height: 6px;
}
.referral-wrapper .exp-line {
	background: rgb(177,59,0);
	background: linear-gradient(0deg, rgba(177,59,0,1) 0%, rgba(255,172,16,1) 49%, rgba(255,236,165,1) 100%);
	width: 0;
	height: 6px;
}
.referral-wrapper .lev-req {
	padding-top: 3px;
	font-size: 13px;
	color: rgba(255,255,255,.5);
	text-align: center;
}
.referrals {
	margin: 25px auto;
	text-shadow: 2px 2px 3px rgba(0,0,0,.7);
}
.referrals tr:nth-child(odd) {
	background: rgba(14, 18, 23, .8);
}
.referrals tr:nth-child(even) {
	background: rgba(37, 48, 61, .8);
}
.referrals th, .referrals td {
	border: 2px solid transparent;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	font-family: 'play', sans-serif;
	font-weight: 400;
	color: #fff;
}
.referrals td:nth-child(1) {
	width: 236px;
	text-align: left;
	padding-left: 10px;
}
.userref-wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
}
.userref-name {
	display: flex;
	align-items: flex-end;
	padding-bottom: 20px;
}
.userref-params {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size: 11px;
	color: rgba(255,255,255,.5);
}
.rew-ready {
	cursor: pointer;
}
.rew-done {
	height: 57px;
	background: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rew-done:after {
	background: url(/images/check-green.png) no-repeat;
}
.rew-done:after {
	content: " ";
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
}






.terms {
	margin: 15px;
	background: none;
}
.terms p {
	margin-bottom: 15px;
	text-align: justify;
	font-size: 16px;
}
.terms ul {
	margin-bottom: 15px;
}
.terms li {
	margin-left: 10px;
	text-align: left;
	font-size: 16px;
}
.terms h3 {
	color: #F60;
}
.terms h4 {
	color: #14b7cc;
	font-size: 18px;
	font-weight: 600;
}
.terms .hvr {
	color: #1bf5f5;
	font-size: 16px;
	font-weight: 600;
	display: inline;
}
.rules h4 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-family:'Cony-Bold';
	color: #ffc470;
	font-size: 30px;
}
.rules .hvr {
	font-family:'Cony-Bold';
	color: #ffc470;
	font-size: 20px;
}






/* DOWNLOADS */
.download-wrapper h2 {
	margin: 50px auto 20px auto;
	font-family: 'Cony-Bold';
	color: #ffc470;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
}
.download-wrapper h2 strong {
	color: #36c93e;
}
.download-links {
	margin: 20px auto;
	padding: 10px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}
.dlink {
	margin: 0 20px;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
}
.dlink a {
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #ffc470;
	text-decoration: none;
	margin-bottom: 5px;
}
.dlink img {
	width: 80px;
	height: 80px;
	transition: all .2s ease-in-out;
	transform: scale(1);
}
.dlink img:hover {
	transition: all .2s ease-in-out;
	transform: scale(1.25);
}
.dlink-available {
	font-family: 'Play', sans-serif;
	font-size: 13px;
	color: green;
	margin-bottom: 5px;
}
.dlink-date {
	font-family: 'Play', sans-serif;
	font-size: 13px;
	color: #70a1e0;
	margin-bottom: 5px;
}
.sys-req {
	border: 1px solid #1C1C1D;
	background-color: #080808;
	font-family: 'Play', sans-serif;
	font-size: 13px;
	color: #8f8f8f;
	width: 600px;
	margin: 20px auto 40px auto;
	box-shadow: 0 0 3px #fff;
}
.sys-req td {
	border-right: 1px solid #1C1C1D;
	border-bottom: 1px solid #1C1C1D;
	padding: 4px;
}

/*GUILD*/
.guildEmpty {
	width: 22px!important;
	height: 22px!important;
	margin: 0 auto;
	padding: 0!important;
	background-size: 22px;
	cursor: pointer;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gldRank {
	cursor: auto;
	margin: 0;
	display: flex;
	/*flex: 0 1 26px!important;*/
	align-self: flex-start;
	margin-right: 3px;
}
.guild-icons .filupp {
	margin-top: 2px;
}
.rm-guild-ico {
	background: red;
	border-radius: 2px;
	width: 22px;
	height: 10px;
	font-size: 10px;
	font-weight: 700;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/*VOTE*/
.votelink {
	display: block;
	width: 88px;
	height: 53px;
	margin: auto;
}
.vote-stat-av {
	color: #26c92c;
}
.vote-stat-noav {
	color: #de4623;
}
.v1-link-on {
	cursor: pointer;
}
.v2-link-on {
	cursor: pointer;
}
.v3-link-on {
	cursor: pointer;
}
.v4-link-on {
	cursor: pointer;
}
.v1-link-off {
	pointer-events: none;
}
.v2-link-off {
	pointer-events: none;
}
.v3-link-off {
	pointer-events: none;
}
.v4-link-off {
	pointer-events: none;
}
.vote-table {
	padding: 6px;
	border: 2px solid rgba(255,255,255,0.09);
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(255,255,255,.4);
	color: #565658;
	margin: 5px auto 20px auto;
	width: 95%;
	text-align: center;
}
.vote-table tr:nth-child(1) {
	text-transform: uppercase;
}
.vote-table th, .vote-table td {
	border: 2px solid rgba(255,255,255,0.09);
	vertical-align: middle;
	text-align: center;
	padding: 10px 5px;
	font-family: 'play', sans-serif;
	font-weight: 700;
	color: #fff;
}
.vote-table th {
	color: #f60;
	font-size:15px;
	font-family: 'Oswald', serif;
	font-weight: 500;
}
.vote-timer {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: rgb(24, 204, 135);
	text-shadow: 2px 2px 3px rgba(0,0,0,.7);
	padding-top: 5px;
	margin: 0 auto;
	text-align: center;
	width: 190px;
}
.vote-notice h3 {
	font-family: 'Oswald', sans-serif;
	color: #26aebd;
	font-size: 18px;
}
.vote-notice p {
	font-size: 14px;
}








/*DROPLIST*/
.droplist-wrapper {
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
}
.droplist-wrapper h3 {
	text-align: right;
	padding-right: 15px;
	background-color: rgba(0, 0, 0, .6);
	font-size: 17px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
}
.droplist {
	display: flex;
	flex-flow: row nowrap;
}
.droplist-nav {
	flex: 0 0 280px;
	height: 510px;
	margin-bottom: 20px;
	margin: 5px 5px 0 0;
}
.droplist-nav ul {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(255,255,255,.04);
	color: #565658;
	text-align: center;
	padding: 10px;
	list-style-type: none;
	height: 510px;
	overflow: auto;
}
.droplist-nav li {
	cursor: pointer;
	padding: 5px 0;
	margin-bottom: 15px;
	width: 100%;
}
.droplist-nav li:hover,
.droplist-nav .active {
	color: #fff;
}
.droplist-wrapper .circle {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid green;
	margin: auto;
	vertical-align: middle;
}
.droplist-box {
	flex: 1 0 auto;
	margin: 5px 0 0 0;
}
.droplist-table {
	width: 100%;
	margin: 0;
	box-shadow: none;
	z-index: 10000;
}
.search-wrap {
	position: absolute;
	top: 5px;
	left: 15px;
	height: 30px;
	vertical-align: middle;
	white-space: nowrap;
}
input[type="text"].searchItem {
	width: 215px;
	height: 16px;
	margin: 5px 0;
	padding: 2px;
	font-size: 12px;
	padding-left: 25px;
	background-color: rgba(19, 141, 186, .2);
	color: #fff;
	border: 1px solid #4f5b66;
	border-radius: 0;
}
.droplist-wrapper .searchIcon {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	color: #4f5b66;
}


/*MEDIA*/
.videos-wrapper {
	display: flex;
	flex-flow: row wrap;
	margin: 30px 70px;
	justify-content: space-between;
}
.video-wrapper {
	display: flex;
	flex-flow: column nowrap;
	flex: 0 0 285px;
	height: 222px;
	justify-content: space-around;
}
.video-ico {
	width: 285px;
	flex: 0 0 170px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	box-shadow: 0 0 2px 0 rgba(255, 255, 255, .5);
	position: relative;
}
.video-name {
	width: 285px;
	flex: 0 0 40px;
}
.video-name a {
	color: #fff;
	font-family: 'play', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.video-thumb-play-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 0;
	transition: background-color 100ms linear,opacity 60ms ease;
}
.video-thumb-play-wrapper:hover {
	opacity: 100;
}
.video-thumb-play {
	background: rgba(0,0,0,.5) url('/images/video_play_small.png') 19px 13px no-repeat;
	margin: auto;
	border-radius: 50%;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
}
.video-error-msg {
	width: 100%;
	height: 420px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: #fff;
	font-family: 'play', sans-serif;
	font-size: 17px;
	font-weight: 700;
}


/*ABOUT*/
.about ul {
	padding: 0 30px;
	margin: 20px auto;
	color: #fff;
	text-shadow: 0 0 1px rgba(217,217,217,.2);
	letter-spacing: 1.5px;
	font-size: 16px;
	font-family: 'play', sans-serif;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
}
.about li {
	list-style-type: none;
}
.about a {
	display: flex!important;
}


/*FEEDBACK*/
#feedback_vk {
	font-family: 'play', sans-serif;
	font-weight: 700;
	text-transform: none;
	text-align: justify;
	padding: 10px;
	overflow: auto;
}
#feedback_kupiapp {
	background-color: #18191a!important;
}
.container_kupiapp {
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
	background-color: #18191a!important;
	border-bottom: 1px solid #26aebd!important;
	padding: 7px;
}
.col_date_kupiapp {
	font-size: 11px;
}
.comment_kupiapp {
	color: #26aebd!important;
	font-size: 15px;
}
.link_kupiapp {
	color: #0f8b99!important;
	font-weight: 400;
}
.avatar_kupiapp {
	border-radius: 50%;
}
.user_kupiapp {
	text-align: right;
}

/*NEWBIE*/
.newbie a {
	color: rgba(255,238,0,.8);
	text-shadow: 0 0 10px rgba(255,238,0,.5);
}
.newbie-single select {
	outline: none;
	color: #797979;
	border-color: #242426;
	border-color: rgba(255,255,255,0.15);
	background-color: rgba(0,0,0,1);
	box-shadow: inset 0 0 5px rgba(255,255,255,.08);
	padding: 6px;
	border-radius: 2px;
	vertical-align: middle;
	font: 16px Arial,sans-serif;
	line-height: 19px;
	width: 200px;
}
.newbie-single p {
	margin-top: 15px;
}

.nkit-bs-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 500px;
	margin: 0 auto;
}
.nkit-bs-box {
	flex: 0 0 120px;
	display: flex;
	flex-flow: column nowrap;
	padding: 15px;
	margin-bottom: 20px;
}
.nkit-bs-img-box {
	flex: 0 0 65px;
	display: flex;
	flex-flow: column nowrap;
}
.nkit-bs-img {
	flex: 0 0 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.nkit-bs-name {
	text-transform: none;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
}
.nkit-btn-box {
	flex: 0 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.nkit-btn-box>input[type="button"] {
	display: flex;
	width: 70px;
	height: 30px;
	margin: 0 auto;
	font-size: 12px;
	padding: 0;
	justify-content: center;
	align-items: center;
}
.nkit-btn-box>span {
	color: chartreuse;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nkit-btn-box>span.done {
	color: chartreuse;
}
.nkit-btn-box>span.fail {
	color: #ff2626;
}
.nkit-btn-box>img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 11px;
	height: 11px;
}

/*LANG SELECTOR*/
.language {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-flow: row nowrap;
	border-radius: 3px;
	z-index: 10000;
	overflow: hidden;
}
.lang-button {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	width: 50px;
	height: 30px;
	font-family: 'Oswald', Courier, monospace;
	font-size: 17px;
	font-weight: 500
}
.lang-button:nth-child(1) {
	border-right: 2px solid #6f6f6f;
}
.lang-button.active {
	background: #6f6f6f;
	cursor: default;
}

/*NEWS*/
.news {
	display: flex;
	flex-flow: column nowrap;
	max-height: 1000px;
	margin: 50px auto 0 auto;
	overflow: hidden;
	align-items: center;
	/*width: 765px;*/
	padding-left: 5px
}
.news-nicescroll {
	max-height: 1000px;
	width: 725px;
	padding-right: 15px;
}
.news-block {
	display: flex;
	flex-flow: column nowrap;
	width: 710px;
	margin-bottom: 20px;
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(1,20,28,1) 0%, rgba(2,18,25,1) 10%, rgba(3,23,29,1) 19%, rgba(3,46,57,1) 47%, rgba(4,53,69,1) 64%, rgba(6,52,73,1) 89%, rgba(3,43,52,1) 100%);
	padding: 7px 3px 0 3px;
	box-shadow: -2px 2px 7px #000;
}
.news-head {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	flex: 0 0 30px;
	font-family: 'Oswald', Helvetica, sans-serif;
	color: #fff;
	font-size: 17px;
	margin: 0 10px;
}
.news-text {
	font-family: 'Play', sans-serif;
	max-height: 200px;
	overflow: hidden;
	color: #6b6b6b;
	font-size: 14px;
	background: #18191a;
	padding: 10px;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
	box-shadow: inset -3px 3px 5px 0 #000, inset 1px -1px 3px 0 #000;
}
.news-full-size {
	max-height: 9999px;
	margin-bottom: 20px;
}
.nlabel {
	font-family: 'Oswald', Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 700;
	text-shadow: 2px 2px 3px rgba(0,0,0,.7);
	margin-bottom: 10px;
}
.new-label {
	color: rgb(227, 227, 102);
}
.update-label {
	color: rgb(55, 237, 61);
}
.event-label {
	color: rgb(237, 97, 55);
}
.maintenance-label {
	color: rgb(55, 140, 237);
}
.new-toggle-box {
	cursor: pointer;
	flex: 0 0 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.news-toggle {
	width: 20px;
	height: 20px;
	margin: 5px auto;
}
.revert {
	transform: rotate(180deg);
}
.news-maximal {
	max-height: 9999px;
	transition: max-height 1.5s ease-in-out;
}

/*WELCOME BACK*/
.wback-wrapper {
	position: absolute;
	top: 50px;
	left: 50px;
	letter-spacing: 1px;
	font-size: 15px;
	font-family: 'play', sans-serif;
	font-weight: 700;
	border-radius: 10px 0 10px 0;
	background: #18191a;
	text-shadow: 0 0 1px rgb(217,217,217,.2);
	color: #26aebd;
	box-shadow: -1px 1px 2px rgb(19,141,186), -3px 3px 4px rgb(0,0,0), 0 0 10px rgb(19,141,186);
	padding: 15px 35px;
	text-align: center;
}
.wback-wrapper>p {
	margin-bottom: 15px;
}

/*MAINTENANCE*/
.mnt-warning {
	position: absolute;
	top: 100px;
	right: 20px;
	z-index: 10000;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 15px 10px;
	background-color: #0f8b99;
	color: #000;
	font-family: 'Oswald';
}

/*POLICY ACCEPT*/
.cookie {
	position: fixed;
	bottom: 0;
	background: #18191a;
	z-index: 100000;
	width: 100%;
	font-family: 'Play',sans-serif;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.cookie p {
	padding: 10px 0 10px 20px;
}
.cookie button {
	flex: 0 0 150px;
	margin: 0 40px 0 20px;
}
.cookie a {
	font-weight: 400;
	color: #4ea7ad;
}

footer p,
footer a {
	font-family: "Play";
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
footer a {
	text-decoration: none;
	color: #23f791;
}
footer a:hover {
	color: #fff;
}

.signup-wrapper {
	width: auto;
}
.signup-nav a {
	width: 200px;
}
.signup-nav a:last-child {
	border-right: none;
	border-radius: 0 2px 2px 0;
}
