@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900";
html, body {
	min-height:100%;
	font-family: 'Poppins', sans-serif;
}
body {
	height:100vh;
	background-color: #ededed;
}
#page-wrap {
  min-height: 100%;
  position: relative;
  padding-bottom: 75px;
  min-width: 1170px;
}

#page-wrap:after {
  content: '';
  display: block;
}

.no-link-styling {
  color: inherit!important;
	text-decoration: none!important;
}
.no-link-styling:hover {
  color: inherit!important;
  text-decoration: none!important;
}

.footer {
  padding: 15px 0;
  margin-top: 60px;
  font: 500 16px "Poppins", "Roboto", sans-serif;
  color: rgba(46, 58, 63, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px !important;
}

.footer:after {
  content: '';
  clear: both;
  display: table;
}
.header {
	height: 300px;
	background-image: url('../img/header.png?r');
	background-size: cover;
	/* background-position: 15% 15%; */
  background-position: 15% 98%;
}
.logo {
	display: block;
	margin-bottom: 15px;
}
.navigation {
	height: 65px;
	background-color: #fff;
}
.container {
	width: 1140px;
	max-width: none;
}
.pixel-wrapper {
	display: block;
	overflow: hidden;
	height: 135px;
	width: 128px;
	margin-top: -70px;
}
.nav-button > a {
  display: block;
  padding: 12px 13px;
  text-decoration: none;
  font: 600 15px "Poppins", "Roboto", sans-serif;
  text-transform: uppercase;
  color: #424251;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.nav-button > a:hover {
  text-decoration: none;
	color: #000;
}
.nav-button > a img {
  margin-right: 3px;
}
.nav-button > a .nav-button-text:before {
  display: block;
  content: '';
  background-color: #424251;
  height: 3px;
  width: 0;
  position: absolute;
  bottom: -7px;
  right: 0;
  transition: none;
}
.nav-button:hover > a .nav-button-text:before {
  left: 0;
  width: 100%;
  transition: width 0.2s;
}
.nav-button > a .nav-button-text {
  position: relative;
}
.dropdown {
  position: relative;
  z-index: 1000;
}
.dropdown:hover .dropdown-content {
  display: block;
	border-bottom: 3px solid #424251
}
.dropdown-content {
  text-align: center;
  display: none;
  position: absolute;
  background-color: #fff;
  width: 200px;
  padding: 12px 0;
	font: 400 14px "Poppins", "Roboto", sans-serif;
	text-transform: uppercase
}
.dropdown-content a {
  display: block;
  padding: 8px 16px;
  color: #000;
	text-decoration: none;
}
.dropdown-content a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.page-content {
	margin-top: 10px;
}
.bold {
	font-weight: bold;
}
.latest-news {
	background-color: #fff;
}
.title-headline {
  font: 600 18px "Poppins", "Roboto", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content-box {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.005);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.005);
  position: relative;
  /*margin: 0 0 15px;*/
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
  font: 500 13px "Poppins", "Roboto", sans-serif;
  color: rgba(46, 58, 63, 0.9);
}

/*For Maxathon chromium browser */
.row>*{
padding-right: calc(1.5rem/ 2) !important;
padding-left: calc(1.5rem/ 2) !important;
}

.content-box .title-box {
  position: relative;
  border-bottom: 1px solid rgba(46, 58, 63, 0.1);
	display: flex;
}
.content-box .title-box .title {
  font: 600 14.5px "Poppins", "Roboto", sans-serif;
}
.content-box .title-box .desc {
  font: 500 13px "Poppins", "Roboto", sans-serif;
  color: rgba(46, 58, 63, 0.8);
}
.enter-peak {
	background-color: #0a9160;
	border-top: 3px solid #007349;
	padding: 10px 40px;
	font-size: 17px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
  font: 400 16px "Poppins", "Roboto", sans-serif;
	transition: 0.5s;
}
.enter-peak:hover {
	color: #fff;
	padding: 10px 75px;
	transition: 0.5s;
}
.nav-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box:first-child { 
	margin-right: auto; 
}
.box:last-child { 
	margin-left: auto;  
}
.no-load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.latest-news {
	padding: 10px;
  border-radius: 5px;
}
.latest-news-img {
	height: 200px;
	background-image: url('../img/latest-news4.png');
	background-size: auto;
	background-repeat: no-repeat;
	border-radius: 5px;
	padding: 10px;
}
.news-short {
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-stats {
  font: 500 11px "Poppins", "Roboto", sans-serif;
}
.figure-wrapper {
	height: 75px;
	overflow: hidden;
}
.figure-wrapper.leaderboards img {
	margin-top: -55px;
}
.figure-wrapper.corp-manager {
	height: 130px;
}
.figure-wrapper.corp-manager img {
	margin-top: -35px;
}
.figure-wrapper.employee img {
	margin-top: -10px;
}
.button-link {
	background-color: #fff;
	border-radius: 5px;
	padding: 12px;
	text-align: center;
	margin-right: 8px;
	transition: 0.5s;
}
.button-link i {
	font-size: 200%;
}
.button-link:last-child {
	margin-right: 0px;
}
.buton-link:hover {
	transition: 0.5s;
	background: rgba(0,0,0,.5);
}
.button-link .discord {
	display: block;
	background-color: #7289da;
	border-radius: 3px;
	padding: 12px;
	text-decoration: none;
	color: #fff;
}
.button-link .wiki {
	display: block;
	background-color: #0a918f;
	border-radius: 3px;
	padding: 12px;
	text-decoration: none!important;
	color: #fff;
}
.button-link .forum {
	display: block;
	background-color: #0a9171;
	border-radius: 3px;
	padding: 12px;
	text-decoration: none!important;
	color: #fff;
}
.d-flex.d-block {
	text-decoration: none!important;
	color: inherit;
}
.staff-avatar-wrapper {
	height: 95px;
	overflow: hidden;
}
.staff-avatar {
	margin-top: -50px;
}
.online-avatar-wrapper {
	height: 80px;
	overflow: hidden;
}
.online-user-vip {
	-webkit-filter: drop-shadow(5px 5px 5px #fdc20d);
	filter:drop-shadow(1px 0px 3px #fdc20d);
}
.online-user-staff {
	-webkit-filter: drop-shadow(5px 5px 5px #9d1414);
	filter:drop-shadow(1px 0px 3px #9d1414);
}
.leaderboard-stats {
	color: #000;
	text-decoration: none;
}
.leaderboard-user:nth-child(1) {
  box-shadow: inset 0 -5px 0 #FFD700;
	background-image: url('../img/leaderboard-top.png');
	background-repeat: no-repeat;
	background-position: 98% 40%;
}
.leaderboard-user:nth-child(2) {
  box-shadow: inset 0 -5px 0 #C0C0C0;
}
.leaderboard-user:nth-child(3) {
  box-shadow: inset 0 -5px 0 #CD7F32;
}
.button {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
  font: 400 12px "Poppins", "Roboto", sans-serif;
}
.button:hover {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.15);
}
.button.green {
	background-color: #0a9160;
	border-top: 3px solid #007349;
}
.button.red {
	background-color: #d9534f;
	border-top: 3px solid #b52a27;
}
.button.discord {
	background-color: #7289da;
	border-top: 3px solid #536191;
}
.rank-0 {
  background-image: url(../img/icons/0.gif);
  background-repeat: no-repeat;
  background-position: 91% 50%;
}
.rank-1 {
  background-image: url(../img/icons/1.gif);
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.rank-2 {
  background-image: url(../img/icons/2.gif);
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.rank-3 {
  background-image: url(../img/icons/3.gif);
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
.rank-4 {
  background-image: url(../img/icons/4.gif);
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.gang-colours {
  width: 50px;
  height: 50px;
  display: flex;
}
.gang-colours .colour {
  flex: 1;
}
.gang-colours .colour.colour-primary {
  box-shadow: inset 2px 2px 0 rgba(255, 255, 255, 0.15);
	margin-right: 2px;
}
.gang-colours .colour.colour-secondary {
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15);
}
.gang-colours {
  margin-right: 10px;
}
.gang-border {
	margin-top: -3px;
  height: 8px;
}
.gang-border-bottom {
  height: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Profile New */
.profile-banner {
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 5px;
	height: 200px;
}
.profile-pixel {
	filter: drop-shadow(2px 2px 0 white) drop-shadow(-2px 2px 0 white) drop-shadow(2px -2px 0 white) drop-shadow(-2px -2px 0 white);
	width: 256px;
  image-rendering: pixelated;
}
.pixel-box {
	position: relative;
	top: 200px;
}
.profile-level-box {
	background: rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 80%;
}
.profile-bio {
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 25px;
}

.bio-bubble {
	position: relative;
	background: #ffffff;
	border-radius: 5px;
	padding: 15px 20px;
	max-width: 800px;
}
.bio-bubble:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	z-index: 1;
	border-style: solid;
	border-color: transparent #ffffff;
	border-width: 11px 15px 11px 0;
	top: 21%;
	left: -15px;
	margin-top: 0px;
}
.peak-stat {
	background-color: #ececec;
	padding: 3px 9px;
}
.profile-gang:hover {
	background: rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
.profile-vip {
}
.profile-staff {
}
.profile-main-stats {
  font: 500 13px "Poppins", "Roboto", sans-serif;
}
.wardrobe-carousel {
	width: 256px;
}
.carousel-control-next, .carousel-control-prev {
	color: #000!important;
	opacity: 1
}

.badges-carousel .carousel-caption {
	position: relative;
	margin-top: 5%;
	left: 0%;
	color: #000
}
.badges {
	cursor: pointer;
}
.badges-modal {
	font-size: 85%;
}

/* Store */
.store-box {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border: 1px solid;
	border-color: #fff #dee2e6 #dee2e6 #dee2e6;
}
.store-box.vip {
	background-image: url('../img/website/store/store-vip-bg.png');
	background-repeat: no-repeat;
   background-position: 100% 110%;
}
.nav-tabs .nav-link {
	margin-bottom: -2px;
}
.store-purchase-banner {
	background-color: #ececec;
	padding: 25px 50px;
	border-radius: 5px;
	border: 4px double #dbdbdb;
}
.keys-purchase-banner {
	background-color: #ececec;
	padding: 15px 25px;
	border-radius: 5px;
	border: 4px double #dbdbdb;
}
.key-purchase {
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
}
.purchase-price {
	padding: 16px 25px;
	margin: 8px;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	font-size: 105%;
}
.purchase-price.vip {
	background-color: #f2bf05;
	border-top: 3px solid #d19508;
}
.purchase-price.boost {
	background-color: #6c2dba;
	border-top: 3px solid #4a2196;
}
.purchase-price.reset {
	background-color: #bababa;
	border-top: 3px solid #999999;
}
.store-purchase-button {
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: 115%;
	font-weight: bold;
	padding: 15px 25px;
}
.keys-purchase-button {
	border-left: none;
	border-right: none;
	border-bottom: none;
	font-size: 105%;
	font-weight: bold;
	padding: 7px 14px;
}
.nav-link {
	padding: 15px 50px;
}
.tab-content .nav-link.active {
	font-weight: bold;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}
.gold-tab.active {
	background-color: #EDC200!important;
}
.diamond-tab.active {
	background-color: #6bb0bf!important;
}
.emerald-tab.active {
	background-color: #50C878!important;
}
.ruby-tab.active {
	background-color: #E0115F!important;
}

.browser-download {
	background-color: #ececec;
	padding: 12px;
	border-radius: 5px;
	text-align: center;
	color: #000
}
.news-title:hover {
	background-color: #e0e0e0;
	border-radius: 5px;
	padding: 10px;
	transition: 0.3s;
}
.news-title {
	transition: 0.3s;
}
.staff-container .staff-info {
	display: none;
	transition: 0.3s;
}

.staff-container:hover .staff-info {
	display: inline;
	transition: 0.3s;
}

.tooltip-inner {
  max-width: 250px;
  width: 250px; 
}

/* VPN Page */
.restrictedImg{
	animation: pulse-red 2s infinite;
	border-radius: 50%;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}

	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

















































































































.clothes-colour-1408 {
  background-color: #dddddd;
}
.clothes-colour-90 {
  background-color: #96743d;
}
.clothes-colour-91 {
  background-color: #6b573b;
}
.clothes-colour-66 {
  background-color: #e7b027;
}
.clothes-colour-1320 {
  background-color: #fff7b7;
}
.clothes-colour-68 {
  background-color: #f8c790;
}
.clothes-colour-73 {
  background-color: #9f2b31;
}
.clothes-colour-72 {
  background-color: #ed5c50;
}
.clothes-colour-71 {
  background-color: #ffbfc2;
}
.clothes-colour-74 {
  background-color: #e7d1ee;
}
.clothes-colour-75 {
  background-color: #ac94b3;
}
.clothes-colour-76 {
  background-color: #7e5b90;
}
.clothes-colour-82 {
  background-color: #4f7aa2;
}
.clothes-colour-81 {
  background-color: #75b7c7;
}
.clothes-colour-80 {
  background-color: #c5ede6;
}
.clothes-colour-83 {
  background-color: #bbf3bd;
}
.clothes-colour-84 {
  background-color: #6bae61;
}
.clothes-colour-85 {
  background-color: #456f40;
}
.clothes-colour-88 {
  background-color: #7a7d22;
}
.clothes-colour-64 {
  background-color: #595959;
}
.clothes-colour-110 {
  background-color: #1e1e1e;
}
.clothes-colour-1325 {
  background-color: #84573c;
}
.clothes-colour-67 {
  background-color: #a86b19;
}
.clothes-colour-1409 {
  background-color: #c69f71;
}
.clothes-colour-89 {
  background-color: #f3e1af;
}
.clothes-colour-92 {
  background-color: #f2f2f2;
}
.clothes-colour-93 {
  background-color: #fff41d;
}
.clothes-colour-1321 {
  background-color: #ffe508;
}
.clothes-colour-1410 {
  background-color: #ffcc00;
}
.clothes-colour-1322 {
  background-color: #ffa508;
}
.clothes-colour-94 {
  background-color: #ff9211;
}
.clothes-colour-1323 {
  background-color: #ff5b08;
}
.clothes-colour-70 {
  background-color: #c74400;
}
.clothes-colour-1411 {
  background-color: #da6a43;
}
.clothes-colour-1324 {
  background-color: #b18276;
}
.clothes-colour-1329 {
  background-color: #ae4747;
}
.clothes-colour-1330 {
  background-color: #813033;
}
.clothes-colour-1331 {
  background-color: #5b2420;
}
.clothes-colour-100 {
  background-color: #9b001d;
}
.clothes-colour-1412 {
  background-color: #d2183c;
}
.clothes-colour-1413 {
  background-color: #e53624;
}
.clothes-colour-96 {
  background-color: #ff1300;
}
.clothes-colour-1328 {
  background-color: #ff638f;
}
.clothes-colour-1414 {
  background-color: #fe86b1;
}
.clothes-colour-97 {
  background-color: #ff6d8f;
}
.clothes-colour-1326 {
  background-color: #ffc7e4;
}
.clothes-colour-98 {
  background-color: #e993ff;
}
.clothes-colour-1327 {
  background-color: #ff88f4;
}
.clothes-colour-95 {
  background-color: #ff27a6;
}
.clothes-colour-99 {
  background-color: #c600ad;
}
.clothes-colour-1415 {
  background-color: #a1295e;
}
.clothes-colour-1416 {
  background-color: #a723c9;
}
.clothes-colour-1417 {
  background-color: #6a0481;
}
.clothes-colour-1418 {
  background-color: #693959;
}
.clothes-colour-1419 {
  background-color: #62368c;
}
.clothes-colour-79 {
  background-color: #544a81;
}
.clothes-colour-1420 {
  background-color: #957caf;
}
.clothes-colour-78 {
  background-color: #6d80bb;
}
.clothes-colour-1340 {
  background-color: #574bfb;
}
.clothes-colour-1421 {
  background-color: #6b71ed;
}
.clothes-colour-1339 {
  background-color: #8791f0;
}
.clothes-colour-1337 {
  background-color: #c1c6ef;
}
.clothes-colour-105 {
  background-color: #94ffec;
}
.clothes-colour-104 {
  background-color: #00b9a8;
}
.clothes-colour-1422 {
  background-color: #009db9;
}
.clothes-colour-106 {
  background-color: #1bd2ff;
}
.clothes-colour-1423 {
  background-color: #2f8ce9;
}
.clothes-colour-107 {
  background-color: #1f55ff;
}
.clothes-colour-1424 {
  background-color: #1946c7;
}
.clothes-colour-108 {
  background-color: #0219a5;
}
.clothes-colour-1341 {
  background-color: #394a7e;
}
.clothes-colour-1425 {
  background-color: #2d547b;
}
.clothes-colour-1426 {
  background-color: #406184;
}
.clothes-colour-1338 {
  background-color: #6fa5cc;
}
.clothes-colour-77 {
  background-color: #acc9e6;
}
.clothes-colour-1427 {
  background-color: #c8c8c8;
}
.clothes-colour-63 {
  background-color: #a4a4a4;
}
.clothes-colour-1428 {
  background-color: #868686;
}
.clothes-colour-1334 {
  background-color: #89906e;
}
.clothes-colour-1335 {
  background-color: #738b6e;
}
.clothes-colour-1429 {
  background-color: #626738;
}
.clothes-colour-109 {
  background-color: #3a5341;
}
.clothes-colour-1336 {
  background-color: #1d301a;
}
.clothes-colour-1430 {
  background-color: #0a6437;
}
.clothes-colour-1431 {
  background-color: #47891f;
}
.clothes-colour-1432 {
  background-color: #10a32f;
}
.clothes-colour-1433 {
  background-color: #69bb2d;
}
.clothes-colour-87 {
  background-color: #babb3d;
}
.clothes-colour-86 {
  background-color: #edff9a;
}
.clothes-colour-1315 {
  background-color: #d2ff00;
}
.clothes-colour-103 {
  background-color: #aff203;
}
.clothes-colour-102 {
  background-color: #1cdc00;
}
.clothes-colour-101 {
  background-color: #76ff2d;
}
.clothes-colour-1332 {
  background-color: #9eff8d;
}
.clothes-colour-1333 {
  background-color: #a2cc89;
}
.clothes-colour-1184 {
  background-color: #003f1d;
}
.clothes-colour-1185 {
  background-color: #096e16;
}
.clothes-colour-1186 {
  background-color: #105262;
}
.clothes-colour-1187 {
  background-color: #106262;
}
.clothes-colour-1188 {
  background-color: #121d6d;
}
.clothes-colour-1189 {
  background-color: #1f1f1f;
}
.clothes-colour-1190 {
  background-color: #20b4a4;
}
.clothes-colour-1191 {
  background-color: #20b913;
}
.clothes-colour-1192 {
  background-color: #2828c8;
}
.clothes-colour-1193 {
  background-color: #292929;
}
.clothes-colour-1194 {
  background-color: #298bb4;
}
.clothes-colour-1195 {
  background-color: #2f2d26;
}
.clothes-colour-1196 {
  background-color: #319cf6;
}
.clothes-colour-1197 {
  background-color: #31f6de;
}
.clothes-colour-1198 {
  background-color: #333333;
}
.clothes-colour-1199 {
  background-color: #336633;
}
.clothes-colour-1200 {
  background-color: #365e8a;
}
.clothes-colour-1201 {
  background-color: #378be8;
}
.clothes-colour-1202 {
  background-color: #37e8c5;
}
.clothes-colour-1203 {
  background-color: #394194;
}
.clothes-colour-1204 {
  background-color: #3b7ac0;
}
.clothes-colour-1205 {
  background-color: #3d3d3d;
}
.clothes-colour-1206 {
  background-color: #406a65;
}
.clothes-colour-1207 {
  background-color: #43001a;
}
.clothes-colour-1208 {
  background-color: #456283;
}
.clothes-colour-1209 {
  background-color: #4a6a18;
}
.clothes-colour-1210 {
  background-color: #4c882b;
}
.clothes-colour-1211 {
  background-color: #5a837b;
}
.clothes-colour-1212 {
  background-color: #5cc445;
}
.clothes-colour-1213 {
  background-color: #5f5f5f;
}
.clothes-colour-1214 {
  background-color: #624a41;
}
.clothes-colour-1215 {
  background-color: #625a20;
}
.clothes-colour-1216 {
  background-color: #626262;
}
.clothes-colour-1217 {
  background-color: #656a40;
}
.clothes-colour-1218 {
  background-color: #666666;
}
.clothes-colour-1219 {
  background-color: #687450;
}
.clothes-colour-1220 {
  background-color: #6a3910;
}
.clothes-colour-1221 {
  background-color: #6a405c;
}
.clothes-colour-1222 {
  background-color: #6a4a40;
}
.clothes-colour-1223 {
  background-color: #779fbb;
}
.clothes-colour-1224 {
  background-color: #795e53;
}
.clothes-colour-1225 {
  background-color: #7b1894;
}
.clothes-colour-1226 {
  background-color: #7b5818;
}
.clothes-colour-1227 {
  background-color: #7c8f7d;
}
.clothes-colour-1228 {
  background-color: #7d0004;
}
.clothes-colour-62 {
  background-color: #eeeeee;
}
.clothes-colour-1229 {
  background-color: #7d0034;
}
.clothes-colour-65 {
  background-color: #f6e179;
}
.clothes-colour-1230 {
  background-color: #833141;
}
.clothes-colour-69 {
  background-color: #eb7e43;
}
.clothes-colour-1231 {
  background-color: #87d7cd;
}
.clothes-colour-1232 {
  background-color: #88e0de;
}
.clothes-colour-1233 {
  background-color: #8b1820;
}
.clothes-colour-1234 {
  background-color: #946220;
}
.clothes-colour-1235 {
  background-color: #947bac;
}
.clothes-colour-1236 {
  background-color: #948b6a;
}
.clothes-colour-1237 {
  background-color: #94bd29;
}
.clothes-colour-1238 {
  background-color: #94ffd5;
}
.clothes-colour-1239 {
  background-color: #95784e;
}
.clothes-colour-1240 {
  background-color: #983e4f;
}
.clothes-colour-1241 {
  background-color: #98863e;
}
.clothes-colour-1242 {
  background-color: #9fd787;
}
.clothes-colour-1243 {
  background-color: #a4a4a4;
}
.clothes-colour-1244 {
  background-color: #a4deff;
}
.clothes-colour-1245 {
  background-color: #a88139;
}
.clothes-colour-1246 {
  background-color: #add0ff;
}
.clothes-colour-1247 {
  background-color: #afdcdf;
}
.clothes-colour-1248 {
  background-color: #b3fcff;
}
.clothes-colour-1249 {
  background-color: #b429cd;
}
.clothes-colour-1250 {
  background-color: #b4ee29;
}
.clothes-colour-1251 {
  background-color: #b6396d;
}
.clothes-colour-1252 {
  background-color: #b79bff;
}
.clothes-colour-1253 {
  background-color: #b8e737;
}
.clothes-colour-1254 {
  background-color: #ba9d73;
}
.clothes-colour-1255 {
  background-color: #baad68;
}
.clothes-colour-1256 {
  background-color: #bac7ff;
}
.clothes-colour-1257 {
  background-color: #bb2430;
}
.clothes-colour-1258 {
  background-color: #bd9cff;
}
.clothes-colour-1259 {
  background-color: #bdffc8;
}
.clothes-colour-1260 {
  background-color: #c0b4c7;
}
.clothes-colour-1261 {
  background-color: #c1c1c1;
}
.clothes-colour-1262 {
  background-color: #c1d2db;
}
.clothes-colour-1263 {
  background-color: #c54a29;
}
.clothes-colour-1264 {
  background-color: #c59462;
}
.clothes-colour-1265 {
  background-color: #c6b3d6;
}
.clothes-colour-1266 {
  background-color: #c745d9;
}
.clothes-colour-1267 {
  background-color: #ca2221;
}
.clothes-colour-1268 {
  background-color: #cdcdff;
}
.clothes-colour-1269 {
  background-color: #cdffb3;
}
.clothes-colour-1270 {
  background-color: #d1dfaf;
}
.clothes-colour-1271 {
  background-color: #d1ffd4;
}
.clothes-colour-1272 {
  background-color: #d54173;
}
.clothes-colour-1273 {
  background-color: #d5ff9c;
}
.clothes-colour-1274 {
  background-color: #d68c8c;
}
.clothes-colour-1275 {
  background-color: #d7c187;
}
.clothes-colour-1276 {
  background-color: #d9457e;
}
.clothes-colour-1277 {
  background-color: #d97145;
}
.clothes-colour-1278 {
  background-color: #de73de;
}
.clothes-colour-1279 {
  background-color: #dedede;
}
.clothes-colour-1280 {
  background-color: #dfafd1;
}
.clothes-colour-1281 {
  background-color: #dfcbaf;
}
.clothes-colour-1282 {
  background-color: #e63139;
}
.clothes-colour-1283 {
  background-color: #e6a4f6;
}
.clothes-colour-1284 {
  background-color: #e8b137;
}
.clothes-colour-1285 {
  background-color: #e8ffff;
}
.clothes-colour-1286 {
  background-color: #eeeeee;
}
.clothes-colour-1287 {
  background-color: #f64c3e;
}
.clothes-colour-1288 {
  background-color: #f6ac31;
}
.clothes-colour-1289 {
  background-color: #f9a0a0;
}
.clothes-colour-1290 {
  background-color: #ff006a;
}
.clothes-colour-1291 {
  background-color: #ff1092;
}
.clothes-colour-1292 {
  background-color: #ff45d6;
}
.clothes-colour-1293 {
  background-color: #ff7329;
}
.clothes-colour-1294 {
  background-color: #ff7383;
}
.clothes-colour-1295 {
  background-color: #ff7bde;
}
.clothes-colour-1296 {
  background-color: #ff8516;
}
.clothes-colour-1297 {
  background-color: #ff9c62;
}
.clothes-colour-1298 {
  background-color: #ffb3d7;
}
.clothes-colour-1299 {
  background-color: #ffb6de;
}
.clothes-colour-1300 {
  background-color: #ffbdbd;
}
.clothes-colour-1301 {
  background-color: #ffc800;
}
.clothes-colour-1302 {
  background-color: #ffc92b;
}
.clothes-colour-1303 {
  background-color: #ffcd94;
}
.clothes-colour-1304 {
  background-color: #ffce64;
}
.clothes-colour-1305 {
  background-color: #ffd2b3;
}
.clothes-colour-1306 {
  background-color: #ffe639;
}
.clothes-colour-1307 {
  background-color: #ffe673;
}
.clothes-colour-1308 {
  background-color: #ffedb3;
}
.clothes-colour-1309 {
  background-color: #ffee6d;
}
.clothes-colour-1310 {
  background-color: #ffeec5;
}
.clothes-colour-1311 {
  background-color: #ffff00;
}
.clothes-colour-1312 {
  background-color: #ffff66;
}
.clothes-colour-1313 {
  background-color: #fffffa;
}
.clothes-colour-1314 {
  background-color: #ffffff;
}
.clothes-colour-10000 {
  background-color: #b30000;
}
.clothes-colour-10001 {
  background-color: #ff0000;
}
.clothes-colour-10002 {
  background-color: #ff3333;
}
.clothes-colour-10003 {
  background-color: #ff6666;
}
.clothes-colour-10004 {
  background-color: #ff9999;
}
.clothes-colour-10005 {
  background-color: #b31e00;
}
.clothes-colour-10006 {
  background-color: #ff2b00;
}
.clothes-colour-10007 {
  background-color: #ff5533;
}
.clothes-colour-10008 {
  background-color: #ff7f66;
}
.clothes-colour-10009 {
  background-color: #ffaa99;
}
.clothes-colour-10010 {
  background-color: #b33b00;
}
.clothes-colour-10011 {
  background-color: #ff5500;
}
.clothes-colour-10012 {
  background-color: #ff7733;
}
.clothes-colour-10013 {
  background-color: #ff9966;
}
.clothes-colour-10014 {
  background-color: #ffbb99;
}
.clothes-colour-10015 {
  background-color: #b35900;
}
.clothes-colour-10016 {
  background-color: #ff8000;
}
.clothes-colour-10017 {
  background-color: #ff9933;
}
.clothes-colour-10018 {
  background-color: #ffb366;
}
.clothes-colour-10019 {
  background-color: #ffcc99;
}
.clothes-colour-10020 {
  background-color: #b37700;
}
.clothes-colour-10021 {
  background-color: #ffaa00;
}
.clothes-colour-10022 {
  background-color: #ffbb33;
}
.clothes-colour-10023 {
  background-color: #ffcc66;
}
.clothes-colour-10024 {
  background-color: #ffdd99;
}
.clothes-colour-10025 {
  background-color: #b39500;
}
.clothes-colour-10026 {
  background-color: #ffd500;
}
.clothes-colour-10027 {
  background-color: #ffdd33;
}
.clothes-colour-10028 {
  background-color: #ffe666;
}
.clothes-colour-10029 {
  background-color: #ffee99;
}
.clothes-colour-10030 {
  background-color: #b2b300;
}
.clothes-colour-10031 {
  background-color: #ffff00;
}
.clothes-colour-10032 {
  background-color: #ffff33;
}
.clothes-colour-10033 {
  background-color: #ffff66;
}
.clothes-colour-10034 {
  background-color: #ffff99;
}
.clothes-colour-10035 {
  background-color: #95b300;
}
.clothes-colour-10036 {
  background-color: #d4ff00;
}
.clothes-colour-10037 {
  background-color: #ddff33;
}
.clothes-colour-10038 {
  background-color: #e5ff66;
}
.clothes-colour-10039 {
  background-color: #eeff99;
}
.clothes-colour-10040 {
  background-color: #77b300;
}
.clothes-colour-10041 {
  background-color: #aaff00;
}
.clothes-colour-10042 {
  background-color: #bbff33;
}
.clothes-colour-10043 {
  background-color: #ccff66;
}
.clothes-colour-10044 {
  background-color: #ddff99;
}
.clothes-colour-10045 {
  background-color: #59b300;
}
.clothes-colour-10046 {
  background-color: #80ff00;
}
.clothes-colour-10047 {
  background-color: #99ff33;
}
.clothes-colour-10048 {
  background-color: #b3ff66;
}
.clothes-colour-10049 {
  background-color: #ccff99;
}
.clothes-colour-10050 {
  background-color: #3bb300;
}
.clothes-colour-10051 {
  background-color: #55ff00;
}
.clothes-colour-10052 {
  background-color: #77ff33;
}
.clothes-colour-10053 {
  background-color: #99ff66;
}
.clothes-colour-10054 {
  background-color: #bbff99;
}
.clothes-colour-10055 {
  background-color: #1eb300;
}
.clothes-colour-10056 {
  background-color: #2bff00;
}
.clothes-colour-10057 {
  background-color: #55ff33;
}
.clothes-colour-10058 {
  background-color: #80ff66;
}
.clothes-colour-10059 {
  background-color: #aaff99;
}
.clothes-colour-10060 {
  background-color: #00b300;
}
.clothes-colour-10061 {
  background-color: #00ff00;
}
.clothes-colour-10062 {
  background-color: #33ff33;
}
.clothes-colour-10063 {
  background-color: #66ff66;
}
.clothes-colour-10064 {
  background-color: #99ff99;
}
.clothes-colour-10065 {
  background-color: #00b31e;
}
.clothes-colour-10066 {
  background-color: #00ff2b;
}
.clothes-colour-10067 {
  background-color: #33ff55;
}
.clothes-colour-10068 {
  background-color: #66ff80;
}
.clothes-colour-10069 {
  background-color: #99ffaa;
}
.clothes-colour-10070 {
  background-color: #00b33c;
}
.clothes-colour-10071 {
  background-color: #00ff55;
}
.clothes-colour-10072 {
  background-color: #33ff77;
}
.clothes-colour-10073 {
  background-color: #66ff99;
}
.clothes-colour-10074 {
  background-color: #99ffbb;
}
.clothes-colour-10075 {
  background-color: #00b359;
}
.clothes-colour-10076 {
  background-color: #00ff80;
}
.clothes-colour-10077 {
  background-color: #33ff99;
}
.clothes-colour-10078 {
  background-color: #66ffb3;
}
.clothes-colour-10079 {
  background-color: #99ffcc;
}
.clothes-colour-10080 {
  background-color: #00b377;
}
.clothes-colour-10081 {
  background-color: #00ffaa;
}
.clothes-colour-10082 {
  background-color: #33ffbb;
}
.clothes-colour-10083 {
  background-color: #66ffcc;
}
.clothes-colour-10084 {
  background-color: #99ffdd;
}
.clothes-colour-10085 {
  background-color: #00b395;
}
.clothes-colour-10086 {
  background-color: #00ffd5;
}
.clothes-colour-10087 {
  background-color: #33ffdd;
}
.clothes-colour-10088 {
  background-color: #66ffe6;
}
.clothes-colour-10089 {
  background-color: #99ffee;
}
.clothes-colour-10090 {
  background-color: #00b2b3;
}
.clothes-colour-10091 {
  background-color: #00ffff;
}
.clothes-colour-10092 {
  background-color: #33ffff;
}
.clothes-colour-10093 {
  background-color: #66ffff;
}
.clothes-colour-10094 {
  background-color: #99ffff;
}
.clothes-colour-10095 {
  background-color: #0095b3;
}
.clothes-colour-10096 {
  background-color: #00d4ff;
}
.clothes-colour-10097 {
  background-color: #33ddff;
}
.clothes-colour-10098 {
  background-color: #66e5ff;
}
.clothes-colour-10099 {
  background-color: #99eeff;
}
.clothes-colour-10100 {
  background-color: #0077b3;
}
.clothes-colour-10101 {
  background-color: #00aaff;
}
.clothes-colour-10102 {
  background-color: #33bbff;
}
.clothes-colour-10103 {
  background-color: #66ccff;
}
.clothes-colour-10104 {
  background-color: #99ddff;
}
.clothes-colour-10105 {
  background-color: #0059b3;
}
.clothes-colour-10106 {
  background-color: #007fff;
}
.clothes-colour-10107 {
  background-color: #3399ff;
}
.clothes-colour-10108 {
  background-color: #66b2ff;
}
.clothes-colour-10109 {
  background-color: #99ccff;
}
.clothes-colour-10110 {
  background-color: #003bb3;
}
.clothes-colour-10111 {
  background-color: #0055ff;
}
.clothes-colour-10112 {
  background-color: #3377ff;
}
.clothes-colour-10113 {
  background-color: #6699ff;
}
.clothes-colour-10114 {
  background-color: #99bbff;
}
.clothes-colour-10115 {
  background-color: #001eb3;
}
.clothes-colour-10116 {
  background-color: #002bff;
}
.clothes-colour-10117 {
  background-color: #3355ff;
}
.clothes-colour-10118 {
  background-color: #6680ff;
}
.clothes-colour-10119 {
  background-color: #99aaff;
}
.clothes-colour-10120 {
  background-color: #0000b3;
}
.clothes-colour-10121 {
  background-color: #0000ff;
}
.clothes-colour-10122 {
  background-color: #3333ff;
}
.clothes-colour-10123 {
  background-color: #6666ff;
}
.clothes-colour-10124 {
  background-color: #9999ff;
}
.clothes-colour-10125 {
  background-color: #1e00b3;
}
.clothes-colour-10126 {
  background-color: #2a00ff;
}
.clothes-colour-10127 {
  background-color: #5533ff;
}
.clothes-colour-10128 {
  background-color: #7f66ff;
}
.clothes-colour-10129 {
  background-color: #aa99ff;
}
.clothes-colour-10130 {
  background-color: #3c00b3;
}
.clothes-colour-10131 {
  background-color: #5500ff;
}
.clothes-colour-10132 {
  background-color: #7733ff;
}
.clothes-colour-10133 {
  background-color: #9966ff;
}
.clothes-colour-10134 {
  background-color: #bb99ff;
}
.clothes-colour-10135 {
  background-color: #5900b3;
}
.clothes-colour-10136 {
  background-color: #7f00ff;
}
.clothes-colour-10137 {
  background-color: #9933ff;
}
.clothes-colour-10138 {
  background-color: #b266ff;
}
.clothes-colour-10139 {
  background-color: #cc99ff;
}
.clothes-colour-10140 {
  background-color: #7700b3;
}
.clothes-colour-10141 {
  background-color: #aa00ff;
}
.clothes-colour-10142 {
  background-color: #bb33ff;
}
.clothes-colour-10143 {
  background-color: #cc66ff;
}
.clothes-colour-10144 {
  background-color: #dd99ff;
}
.clothes-colour-10145 {
  background-color: #9500b3;
}
.clothes-colour-10146 {
  background-color: #d400ff;
}
.clothes-colour-10147 {
  background-color: #dd33ff;
}
.clothes-colour-10148 {
  background-color: #e566ff;
}
.clothes-colour-10149 {
  background-color: #ee99ff;
}
.clothes-colour-10150 {
  background-color: #b300b2;
}
.clothes-colour-10151 {
  background-color: #ff00ff;
}
.clothes-colour-10152 {
  background-color: #ff33ff;
}
.clothes-colour-10153 {
  background-color: #ff66ff;
}
.clothes-colour-10154 {
  background-color: #ff99ff;
}
.clothes-colour-10155 {
  background-color: #b30095;
}
.clothes-colour-10156 {
  background-color: #ff00d4;
}
.clothes-colour-10157 {
  background-color: #ff33dd;
}
.clothes-colour-10158 {
  background-color: #ff66e5;
}
.clothes-colour-10159 {
  background-color: #ff99ee;
}
.clothes-colour-10160 {
  background-color: #b30077;
}
.clothes-colour-10161 {
  background-color: #ff00aa;
}
.clothes-colour-10162 {
  background-color: #ff33bb;
}
.clothes-colour-10163 {
  background-color: #ff66cc;
}
.clothes-colour-10164 {
  background-color: #ff99dd;
}
.clothes-colour-10165 {
  background-color: #b30059;
}
.clothes-colour-10166 {
  background-color: #ff0080;
}
.clothes-colour-10167 {
  background-color: #ff3399;
}
.clothes-colour-10168 {
  background-color: #ff66b3;
}
.clothes-colour-10169 {
  background-color: #ff99cc;
}
.clothes-colour-10170 {
  background-color: #b3003b;
}
.clothes-colour-10171 {
  background-color: #ff0055;
}
.clothes-colour-10172 {
  background-color: #ff3377;
}
.clothes-colour-10173 {
  background-color: #ff6699;
}
.clothes-colour-10174 {
  background-color: #ff99bb;
}
.clothes-colour-10175 {
  background-color: #b3001e;
}
.clothes-colour-10176 {
  background-color: #ff002b;
}
.clothes-colour-10177 {
  background-color: #ff3355;
}
.clothes-colour-10178 {
  background-color: #ff6680;
}
.clothes-colour-10179 {
  background-color: #ff99aa;
}
.clothes-colour-10180 {
  background-color: #000000;
}
.clothes-colour-10181 {
  background-color: #0a0a0a;
}
.clothes-colour-10182 {
  background-color: #141414;
}
.clothes-colour-10183 {
  background-color: #242424;
}
.clothes-colour-10184 {
  background-color: #333333;
}
.clothes-colour-10185 {
  background-color: #4d4d4d;
}
.clothes-colour-10186 {
  background-color: #666666;
}
.clothes-colour-10187 {
  background-color: #8c8c8c;
}
.clothes-colour-10188 {
  background-color: #bfbfbf;
}
.clothes-colour-10189 {
  background-color: #ffffff;
}