@font-face {
	font-family: 'NewFont';
	src: url('ganclm_bold-webfont.eot'); /* IE9 Compat Modes */
	src: url('ganclm_bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('ganclm_bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
	url('ganclm_bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('ganclm_bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(https://fonts.gstatic.com/s/ptsansnarrow/v7/Q_pTky3Sc3ubRibGToTAYhKUK2vxztsQZZBkxIuj92o.woff2) format('woff2');
}

html {
	height: 100%;
}

body {
	background: #f5f7f8;
	font: normal 12px 'PT Sans Narrow',sans-serif;
	color: #000;
	font-weight: 400;
	text-align: right;
	cursor: default;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
  scrollbar-width: none; /* Scroll Firefox */
  -ms-overflow-style: none;  /* Scroll Internet Explorer 10+ */
	direction: rtl;
}

body::-webkit-scrollbar { /* Scroll WebKit */
  width: 0;
  height: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, select, p, span, blockquote, q, th, td, address, label, img, tbody, table, tr, th, td, button {
	margin: 0;
	padding: 0;
	outline: 0;
}

div, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset, legend {
	color: #000;
	border: 0;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}

a {
	color: #000;
	outline: 0;
	text-transform: none;
	text-indent: 0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	outline: 0;
	color: #000;
}

a:visited {
	outline: 0;
	color: #000;
}

p, span {
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-transform: none;
	text-indent: 0;
}

textarea, input, select {
	vertical-align: middle;
	color: #000;
	font: inherit;
	text-transform: none;
	text-indent: 0;
	border-radius: 0;
}

textarea, input[type=text], input[type=password], input[type=submit], input[type=button], input[type=reset], select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

textarea, input[type=text],input[type=password] {
	background: #FFF;
	border: 1px #000 solid;
}

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

textarea {
	resize: none;
	overflow-y: auto;
}

img {
	vertical-align: middle;
	border: 0;
}

label input[type=checkbox], label input[type=radio] {
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size:100%;
}

ol,ul,li {
	text-transform: none;
	text-indent: 0;
}

ol.none,ul.none,li.none {
	list-style: none;
}

ul.inline li {
	list-style: none;
}

div.recaptcha_widget_div {
	direction: ltr;
}

div.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

div.clear a {
	text-decoration: none;
}

table#recaptcha_table {
	direction: ltr;
}

input#recaptcha_response_field {
	line-height: 14px;
}

#canvas {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#back {
	background: url('../imgs/newbg.jpg') no-repeat scroll 0 0 / 100% 100%;
	display: block;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.row {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	margin-bottom: 25px;
}

.row:last-child {
	margin-bottom: 0;
}

.row.align-center {
	align-items: center;
}

.row.flex-start {
	align-items: flex-start;
}

.col {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.c11 {
    flex: 0 0 calc(11/12*100% - (1 - 11/12)*25px);
    max-width: calc(11/12*100% - (1 - 11/12)*25px);
}

.c10 {
    flex: 0 0 calc(10/12*100% - (1 - 10/12)*25px);
    max-width: calc(10/12*100% - (1 - 10/12)*25px);
}

.c9 {
    flex: 0 0 calc(9/12*100% - (1 - 9/12)*25px);
    max-width: calc(9/12*100% - (1 - 9/12)*25px);
}

.c8 {
    flex: 0 0 calc(8/12*100% - (1 - 8/12)*25px);
    max-width: calc(8/12*100% - (1 - 8/12)*25px);
}

.c7 {
    flex: 0 0 calc(7/12*100% - (1 - 7/12)*25px);
    max-width: calc(7/12*100% - (1 - 7/12)*25px);
}

.c6 {
    flex: 0 0 calc(6/12*100% - (1 - 6/12)*25px);
    max-width: calc(6/12*100% - (1 - 6/12)*25px);
}

.c5 {
    flex: 0 0 calc(5/12*100% - (1 - 5/12)*25px);
    max-width: calc(5/12*100% - (1 - 5/12)*25px);
}

.c4 {
    flex: 0 0 calc(4/12*100% - (1 - 4/12)*25px);
    max-width: calc(4/12*100% - (1 - 4/12)*25px);
}

.c3 {
    flex: 0 0 calc(3/12*100% - (1 - 3/12)*25px);
    max-width: calc(3/12*100% - (1 - 3/12)*25px);
}

.c2 {
    flex: 0 0 calc(2/12*100% - (1 - 2/12)*25px);
    max-width: calc(2/12*100% - (1 - 2/12)*25px);
}

.c1 {
    flex: 0 0 calc(1/12*100% - (1 - 1/12)*25px);
    max-width: calc(1/12*100% - (1 - 1/12)*25px);
}

.margin-center {
	margin-right: auto;
	margin-left: auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.float {
	float: left;
}

.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hide {
	display: none;
}

.force-hide {
	display: none !important;
}

.show {
	display: block;
}

.show-inline {
	display: inline;
}

.show-block-inline {
	display: block-inline;
}

.show-flex {
	display: flex;
}

.show-flex-inline {
	display: flex-inline;
}

.force-show {
	display: block !important;
}

.btn {
	background: #0096de;
	color: #FFF;
	border-radius: 4px;
	text-align: center;
	padding: 0 15px;
	height: 35px;
	line-height: 33px;
	font-size: 14px;
	-webkit-transition: .3s ease;
    transition: .3s ease;
	border: 0;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 320px;
}

.btn:hover {
	background: #56c8ff;
}

.btn:disabled {
	cursor: default;
	background: #c3c3c3;
}

.btn-classic {
	background: #FFF;
	color: #5f5f5f;
	border: 1px #d1d7dc solid;
}

.btn-classic:hover {
	background: #f7f7f7;
}

.btn-classic:disabled {
	cursor: default;
	color: #adadad;
}

.btn-classic:disabled:hover {
	background: #FFF;
}

.btn i {
	margin-left: 5px;
	vertical-align: middle;
}

#blobs-wrapper {
	position: fixed;
	width: 100%;
	z-index: 4;
	background: rgba(0,0,0,0.2);
	height: 100%;
}

#game-window {
	position: relative;
	z-index: 10;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	border: 1px #CCC solid;
	border-radius: 10px;
	padding: 15px;
	-webkit-box-shadow: 0px 4px 7px 2px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 4px 7px 2px rgba(0,0,0,0.20);
	box-shadow: 0px 4px 7px 2px rgba(0,0,0,0.20);
}

#game-window header {
	text-align: center;
	padding-bottom: 15px;
}

#game-window .tabs ul,
#game-window .tabs li {
	list-style: none;
}

#game-window .tabs .tab-links {
	border-bottom: 1px #ebebeb solid;
	text-align: center;
}

#game-window .tabs .tab-links li {
	display: inline-block;
	padding: 0 25px;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	border: 1px #ebebeb solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 0 -1px 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	background: #f7f7f7;
}

#game-window .tabs .tab-links li:hover {
	background: #efefef;
}

#game-window .tabs .tab-links li.active {
	border-bottom-color: #FFF;
	background: #FFF;
	font-weight: 500;
	cursor: default;
}

#game-window .tabs .tab-content > div {
	display: none;
}

#game-window .tabs .tab-content > div.active {
	display: block;
}

#game-window .tabs .tab-content .tutorial {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	width: 280px;
	margin: 25px auto;
    border: 1px #ebebeb solid;
}

#game-window .tabs .tab-content .play-buttons {
	margin-top: 15px;
	text-align: center;
}

#game-window .tabs .tab-content .settings-area {
	margin-top: 15px;
}

#game-window .tabs .tab-content .servers-area > .col > .title,
#game-window .tabs .tab-content .settings-area > .col > .title {
	border-bottom: 1px #ebebeb solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

#game-window .tabs .tab-content .settings-area .settings .one-setting {
	border-radius: 6px;
	background: #0096de;
	text-align: center;
	padding: 8px 10px;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s ease;
}

#game-window .tabs .tab-content .settings-area .settings .one-setting:nth-child(n + 4) {
	margin-top: 25px;
}

#game-window .tabs .tab-content .settings-area .settings .one-setting:hover {
	background: #5fc8fb;
}

#game-window .tabs .tab-content .settings-area .settings .one-setting i {
	font-size: 18px;
	margin-bottom: 8px;
	color: #FFF;
	display: block;
}

#game-window .tabs .tab-content .settings-area .settings .one-setting.disabled {
	color: #000;
	background: #ebebeb;
}

#game-window .tabs .tab-content .settings-area .settings .one-setting.disabled:hover {
	background: #CCC;
}

#game-window .tabs .tab-content .settings-area .settings .one-setting.disabled i {
	color: #dc0606;
}

.select2-container {
	width: 100% !important;
}

#game-window .tabs .tab-content .one-form {
	padding-top: 15px;
}

#game-window .tabs .tab-content .one-form .title {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #ebebeb solid;
}

#game-window .tabs .tab-content .one-form .one-field {
	margin-bottom: 15px;
}

#game-window .tabs .tab-content .one-form .one-field.submit .col {
	text-align: left;
}

#game-window .tabs .tab-content .one-form label {
	line-height: 32px;
	font-size: 14px;
}

#game-window .tabs .tab-content .one-form .message {
	font-size: 14px;
	padding-bottom: 12px;
	text-align: center;
}

.welcome {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
}

.top-message {
	margin: 10px auto;
	max-width: 300px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.table.results {
	margin-top: 15px;
}

.table > .col > .row {
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px #ebebeb solid;
	font-size: 14px;
	margin-bottom: 0;
}

.table > .col > .top {
	font-weight: 700;
	font-size: 16px;
}

.table > .col > .row:nth-child(2n) {
	background: #f5fcff;
}

.table > .col > .row:nth-child(2) {
	background: #ff8f8f;
}

.table > .col > .row:nth-child(3) {
	background: #b0e2ff;
}

.table > .col > .row:nth-child(4) {
	background: #a2ffba;
}

.tabslider {
	margin: 15px 0;
}

.tabslider .one-slide {
	margin-bottom: 15px;
	border: 1px #ebebeb solid;
	transition: all 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
}

.tabslider .one-slide .slide-title {
	transition: all 0.3s ease;
	font-size: 16px;
	padding: 15px;
	cursor: pointer;
}

.tabslider .one-slide .slide-title:hover {
	background: #ebebeb;
}

.tabslider .one-slide .slide-title i {
	transition: all 0.3s ease;
	vertical-align: baseline;
	margin-left: 8px;
	font-size: 14px;
}

.tabslider .one-slide.active .slide-title i {
	transform: rotate(-90deg);
}

.tabslider .one-slide .slide-content {
	display: none;
	border-top: 1px #ebebeb solid;
	padding: 15px;
}

.tabslider .one-slide.active .slide-content {
	display: block;
}

input.input,
select.input {
	width: 100%;
	height: 32px;
	border: 1px #CCC solid;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #222;
	border-radius: 8px;
}

.chat-area {
	position: fixed;
    z-index: 1;
    bottom: 50px;
    left: 10px;
}

.chat-area i {
	display: inline-block;
    background: #8eafca;
    padding: 7px;
    border-radius: 10px;
    color: #FFF;
    font-size: 18px;
}

.range-slider {
	width: 100%;
}

.range-slider__range {
	-webkit-appearance: none;
	width: calc(100% - 91px);
	height: 10px;
	border-radius: 5px;
	background: #d7dcdf;
	outline: none;
	padding: 0;
	margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0096de;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
	background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
	background: #1abc9c;
}

.range-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #0096de;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
	background: #1abc9c;
}

.range-slider__range:active::-moz-range-thumb {
	background: #1abc9c;
}

.range-slider__range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
	box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider__value {
	display: inline-block;
	position: relative;
	width: 60px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	background: #0096de;
	padding: 5px 10px;
	margin-right: 8px;
}

.range-slider__value:after {
	position: absolute;
	top: 8px;
	right: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 7px solid #0096de;
	border-bottom: 7px solid transparent;
	content: '';
}

.chat-toggle {
	cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.chat-area input[type=text] {
	height: 32px;
	margin-left: 4px;
	opacity: 0.7;
	width: 200px;
	padding: 0 8px;
	font-size: 14px;
	border-radius: 4px;
	border-color: #ebebeb;
	color: #222;
}

.loading-game {
	margin-top: 15px;
	text-align: center;
}

::-moz-range-track {
	background: #d7dcdf;
	border: 0;
}

input::-moz-focus-inner, input::-moz-focus-outer {
	border: 0;
}

.lock-screen {
	max-width: 480px;
	background: #FFF;
	width: 100%;
	border: 1px #ebebeb solid;
	border-radius: 15px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 100px auto 0;
	text-align: center;
}

.lock-screen .explain .title {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #ebebeb solid;
}

.skins .one-form {
	padding: 0;
	text-align: center;
	border-bottom: 1px #ebebeb dotted;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.skins .upload-title, .skinPicker .title {
	font-size: 14px;
	color: #222;
	margin-bottom: 12px;
}

.skins .one-field input[type=file] {
	padding: 10px;
	max-width: 200px;
	border: 1px #ebebeb solid;
}

.skins .one-field:last-child {
	margin-bottom: 0 !important;
}

.warning {
	font-size: 12px;
	margin-bottom: 12px;
	color: #b90400;
}

#response {
	font-size: 12px;
	margin-bottom: 12px;
}

.advice {
	font-size: 12px;
	color: #b90400;
}

.skins .skins-list {
	text-align: center;
    justify-content: flex-start;
}

.skins .skinPicker {
	text-align: center;
}

.skins .skinPicker img {
	width: 100%;
	border-radius: 50%;
	vertical-align: middle;
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.skins .skinPicker img:hover {
	border: 5px #ebebeb solid;
	opacity: 1;
}

.skins .skinPicker img.selected {
	opacity: 1;
	cursor: default;
	border: 5px #0096de solid;
}

.skins .skinPicker .one-skin {
	margin-left: 25px;
}

.skins .skinPicker .one-skin:nth-child(4n) {
	margin-left: 0;
}

.skins .skinPicker .one-skin:nth-child(n + 5) {
	margin-top: 15px;
}

.terminal.xterm {
  height: 100% !important;
}

.vip-area {
	margin-bottom: 0;
}

.vip-area .details {
	text-align: center;
	font-size: 14px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #ebebeb solid;
}

.new-payment {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #222;
}

.new-payment .title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #0166ce;
}

.new-payment .sale {
	margin-top: 15px;
    font-size: 12px;
}

.new-payment .form {
	display: inline-block;
	border-top: 1px #ebebeb solid;
	padding: 8px;
	margin-top: 15px;
}

.bots-area {
	margin-bottom: 0;
	text-align: center;
}

.bots-area .details {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #ebebeb solid;
}

.bots-area .details .other-details {
	line-height: 22px;
	padding-top: 10px;
}

.bots-area .desc {
	font-size: 14px;
	line-height: 22px;
}

.bots-select-area {
	margin-bottom: 0;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px #ebebeb solid;
	text-align: center;
}

.bots-select-area .text {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

.bots-select-area #close_open input[type=number] {
	height: 33px;
	width: 50px;
	border: 1px #CCC solid;
	font-size: 14px;
	color: #222;
	text-align: center;
	border-radius: 6px;
}

.bots-video-area {
	margin-bottom: 0;
	padding-top: 15px;
	text-align: center;
}

.adblock {
	text-align: center;
}

.adblock img {
	margin-bottom: 10px;
}

.adblock .title {
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px #ebebeb solid;
}

.adblock .text {
	font-size: 14px;
	line-height: 20px;
	color: #222;
}

.ads {
	margin: 10px auto;
    max-width: 380px;
}

.share-area {
	padding-top: 15px;
	border-top: 1px #ebebeb solid;
	text-align: center;
}

.share-area i {
	display: inline-block;
	border: 1px #ebebeb solid;
	padding: 4px;
	color: #0096de;
	font-size: 24px;
	transition: all 0.3s ease;
	opacity: 0.7;
	border-radius: 6px;
}

.share-area i:hover {
	border: 1px #0096de solid;
	opacity: 1;
}

.share-area i:first-child {
	margin-left: 8px;
}

.tutorial.mobile {
	display: none;
	line-height: 30px;
}

.tutorial.mobile img.tut_action {
	margin-right: 4px;
	width: 24px;
	vertical-align: middle;
}

@media(max-width: 1024px) {
	.tutorial.mobile {
		display: block;
	}
	
	.tutorial.computer {
		display: none;
	}
	
	.chat-area {
		bottom: 35px;
	}
	
	.chat-area input[type=text] {
		font-size: 12px;
		height: 24px;
		width: 140px;
		padding: 0 5px;
	}
  
  #discord-widget-container {
    display: none;
  }
}

@media(max-width: 480px) {
	.row.settings  .col.c4 {
		flex: 0 0 calc(6/12*100% - (1 - 6/12)*25px);
		max-width: calc(6/12*100% - (1 - 6/12)*25px);
	}
	
	.row.settings  .col.c4:nth-child(n + 3) {
		margin-top: 25px;
	}
	
	#game-window .tabs .tab-links li {
		padding: 0 15px;
		font-size: 14px;
	}
  
  #discord-widget-container {
    display: none;
  }
}

#discord-widget-container {
  position: fixed;
  left: 0;
  z-index: 10;
}

#discord-widget {
  display: block;
  margin: 0 auto;
  margin: 10px;
}
