.city-body {
	font-size:16px;
	background:url(../images/backgrounds/cartooncity_blue.jpg) no-repeat 0;
	background-size:cover;
	background-attachment: fixed;
	/*background-color:#f8f8f8;*/
	overflow-x:hidden;
}

/* Garage */
.garage-box {
	padding: 0px 28px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	position: relative
}

/* Game action banners */
.action-banner {
	min-height: 100px;
	padding: 20px 60px 0 200px;
	border-radius: 12px;
	background: url(../img/banner/banner-bg.png) no-repeat 50%;
	position: relative;
}

.action-banner-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left:15px;
	padding-bottom:15px;
	width:80px;
}

.action-banner-title {
	font-size: 2.25rem;
	font-weight: 700;
	color: white;
}

.action-banner-text {
	margin-top: 10px;
	font-size: 1rem;
	font-weight: 500;
	color: white;
}

/* Car Profile */
.vehicle-profile-box {
	padding-bottom: 28px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	position: relative;
}

.vehicle-profile-box-image {
	display: block;
	margin: 0 auto;
	width: 100%;
	border-radius: 12px;
}

.vehicle-profile-box-text {
	width: 180px;
	margin: 16px auto 0;
	color: #3e3f5e;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4285714286em;
	text-align: center;
}

/* Mini image box */
.miniimage-box-preview {
	display: block;
	height: 70px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	cursor: pointer;
	position: relative;
	text-align: center;
}

.miniimage-box-image {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.miniimage-box-preview-info {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	box-shadow: inset 0 -120px 40px -40px rgba(0,0,0,.8);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 28px 26px;
	position: relative;
	z-index: 2;
	transition: box-shadow .2s ease-in-out;
}

.miniimage-box-preview-title {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
}

.miniimage-box-preview-text {
	margin-top: 6px;
	font-size: .875rem;
	font-weight: 500;
	color: #fff;
}
/* Mini image box */

/* Crime Page */
.crime-box-preview {
	display: block;
	height: 200px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgba(94,92,154,.06);
	cursor: pointer;
	position: relative;
}

.crime-box-image {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.crime-box-preview .text-sticker {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	pointer-events: none;
}

.crime-box-preview-info {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	box-shadow: inset 0 -120px 40px -40px rgba(0,0,0,.8);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 28px 26px;
	position: relative;
	z-index: 2;
	transition: box-shadow .2s ease-in-out;
}

.crime-box-preview-title {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
}

.crime-box-preview-text {
	margin-top: 6px;
	font-size: .875rem;
	font-weight: 500;
	color: #fff;
}


.crime-minibox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
	padding-left: 84px;
	position: relative;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6)
}

.crime-minibox-image {
	width: 84px;
	height: 100%;
	border-top-right-radius: 0;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

.crime-minibox-info {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.crime-minibox-description {
	width: 200px;
	padding: 0 0 0 32px;
}

.crime-minibox-description-title {
	font-size: 1.5rem;
}

.crime-minibox-description-text {
	margin-top: 5px;
	color: #adafca;
	font-size: .75rem;
	font-weight: 500;
	text-transform: uppercase;
}

.crime-minibox a {
    color: #000000;
    font-weight: 600;
}

/* Inventory Page */
.inventory-item-box {
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	/*padding: 32px 28px 0;*/
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6)
}

.inventory-item-box-image {
	width: 82px;
	height: 90px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.inventory-item-box-info {
	padding-top: 10px;
	padding-left: 14px;
}

.inventory-item-box-title {
	font-size: 1.125rem;
	font-weight: 700;
}

.inventory-item-box-text {
	margin-top: 8px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4285714286em;
}

.inventory-item-box-stats {
	margin-top: 14px;
	color: #adafca;
	font-size: .75rem;
	font-weight: 500;
	text-transform: uppercase;
}

/* Estate Agent */
.estate-agent-box {
	padding: 0px 0px 0px 0px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	position: relative;
}

.estate-agent-title {
	margin-top: 0px;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.estate-agent-text {
	width: 180px;
	margin: 16px auto 0;
	color: #3e3f5e;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4285714286em;
	text-align: center
}

.estate-agent-link {
	border:0px;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Racing page */
.racing-box {
	padding: 22px 20px 20px 20px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	position: relative;
}

.racing-box-image {
	margin: 0px;
	width: 100%;
}

.racing-box-name {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.racing-box-text {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4285714286em;
}

/* City page */
.city-box {
	padding: 22px 20px 20px 20px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	position: relative;
}

.city-box-content {
    margin-top: 0;
}

.city-title {
	text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.city-link {
	border:0px;
	width:100%;
	margin-bottom: 10px;
}

.city-link-img {
	float: left;
	border-radius: 10px;
	height: 47px;
	width: 47px;
	position: relative;
	top: 6px;
}

.shop-button {
	width: 100px;
	height: 40px;
	background-color: #F60;
	color: white;
	box-shadow: 4px 7px 12px 0 rgba(97,93,250,.2);
}

.table-button {
	width: 100px;
	height: 40px;
	background-color: #F60;
	color: white;
	box-shadow: 4px 7px 12px 0 rgba(97,93,250,.2);
}

/* Donate Page */
.donation-page-box {
	padding: 32px 28px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	position: relative;
}

.donation-page-box-info {
	text-align: center;
}

.donation-page-box-text {
	font-size: 1.005rem;
	font-weight: 500;
	line-height: 1.4285714286em;
}

.donation-page-box-summary {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.donation-page-box-summary-info {
	text-align: center;
}

.donation-page-box-summary-title {
	font-size: 1.125rem;
	font-weight: 700;
}

.donation-page-box-summary-text {
	margin-top: 22px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4285714286em;
}

/* Top menu bar right side icons */
.icon-topbar-right {
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

.top-icon-menu-main{
display:-ms-flexbox;display:flex
}
.top-icon-menu-main .top-icon-menu-item{
position:relative
}
.top-icon-menu-main .top-icon-menu-item .top-icon-menu-item-link{
	padding:0 15px;
	display:block;
	color:#fff;
	font-size:.75rem;
	font-weight:700;
	line-height:80px;
	cursor:pointer;
	transition:color .2s ease-in-out
}
.top-icon-menu-main .top-icon-menu-item .top-icon-menu-item-link .icon-dots{
	transition:fill .2s ease-in-out
}
.top-icon-menu-main .top-icon-menu-item:hover>.top-icon-menu-item-link{
	color:#41efff
}
.top-icon-menu-main .top-icon-menu-item:hover>.top-icon-menu-item-link .icon-dots{
	fill:#41efff
}
.top-icon-menu-main .top-icon-menu-item:hover>.menu-main{
	-webkit-transform:translate(0);
	transform:translate(0);
	opacity:1;
	visibility:visible;
	pointer-events:auto
}
.top-icon-menu-main .top-icon-menu-item .menu-main{
	-ms-flex-flow:column;
	flex-flow:column;
	width:120px;
	padding:8px 0;
	border-radius:10px;
	background-color:#615dfa;
	position:absolute;
	top:64px;
	-webkit-transform:translateY(-40px);
	transform:translateY(-40px);
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transition:opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;
	transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
	transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out
}
.top-icon-menu-main .top-icon-menu-item .top-icon-menu-main .top-icon-menu-item .top-icon-menu-item-link{
	padding:8px 0 8px 18px;
	line-height:1em
}
/* Top menu bar right side icons */

/* Stores */
.store-header {
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.06);
}

.store-header-cover {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	height: 300px;
}

.store-header-description {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	box-shadow: inset 0 -120px 40px -40px rgba(0,0,0,.8);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0 28px 26px;
	position: relative;
	z-index: 2;
	transition: box-shadow .2s ease-in-out
}

.store-header-description-title {
	text-align: left;
	font-size: 40px;
	font-weight: bold;
}

.store-header-description-sub-title {
	margin-top: 6px;
	font-size: .875rem;
	font-weight: 500;
	color: #fff;
}

.store-box {
	padding: 32px 28px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	position: relative;
}

.store-box-title {
	font-size: 1rem;
	font-weight: 700;
}

.store-box-content {
	margin-top: 16px;
}
/* Stores */

/* Shop Items*/
.shop-item-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
	padding-left: 84px;
	position: relative;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.6);
	color: #000000;
    font-weight: 600;
}

.shop-item-box-image {
	width: 84px;
	height: 100%;
	border-top-right-radius: 0;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

.shop-item-box-info {
	width: 70%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.shop-item-box-description {
	width: 200px;
	padding: 0 0 0 8px;
}

.shop-item-box-description-title {
	font-size: 1.2rem;
}

.shop-item-box-description-text {
	margin-top: 5px;
	color: #adafca;
	font-size: .75rem;
	font-weight: 500;
	text-transform: uppercase;
}

.shop-item-box-buy {
   border-left: 1px solid #adafca;
   line-height: 225%;
}

.shop-item-box-description-buy-link{
	position:relative;
	text-align:center;
	width: 45px;
}

.buy_amount_box {
	width:35px;
	background-color:#ffffff;
	border:1px;
}
/* Shop Items */

/* Mobile Top Menu */
.mobile-top-menu {
	padding: 0 20px;
	margin-left: 0px;
	text-align:center;
}

.mobile-top-menu-title {
	font-size:.975rem;
	font-weight:700;
	text-transform:uppercase;
	color: #fff;
	font-family: Rajdhani,sans-serif;
	line-height: 1em;
}

.mobile-top-menu-stat {
	margin-top: 10px;
	font-weight:400;
	color: #fff;
	font-size: .8875rem
}
/* Mobile Top Menu */

/* Inventory Page */
.inventory-top-links {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-align:center;
	align-items:center;
	/*width:80px;
	height:80px;*/
	cursor:pointer;
}

.inventory-top-link {
	font-size:1.075rem;
	font-weight:500;
	/*text-transform:uppercase;*/
	color: #000;
	/*width: 150px;*/
	font-family: Rajdhani,sans-serif;
	line-height: 1em;
	padding: 0 20px;
}
/* Inventory Page */

/* Vehicle Profile */
.vehicle-stats {
	display:-ms-flexbox;
	display:flex;
	padding: 0 20px;
	margin-left: 0px;
	text-align:center;
}

.vehicle-stats-box {
	margin-left: 5px;
	text-align:center;
	width: 70px;
}

.vehicle-stats-box-image {
	width: 50px;

}

.vehicle-stats-box-items {

}

.vehicle-stats-box-title {
	font-size:.975rem;
	font-weight:700;
	text-transform:uppercase;
	color: #000;
	font-family: Rajdhani,sans-serif;
	line-height: 1em;
	width: 50px;
}

.vehicle-stats-box-text {
	margin-top: 10px;
	font-weight:400;
	color: #000;
	font-size: .8875rem;
	width: 50px;
}

/* All Crews */
.crewRank {
	text-align:center;
	padding-right:10px;
}
/* All Crews */

/* Landing page */
.landing{width:100%;height:100%;background:url(../images/backgrounds/citybackground.jpg) no-repeat 0;background-size:cover;position:fixed;top:0;left:0;opacity: 0.8;}
.landing .landing-decoration{width:64%;height:140%;border-radius:50%;background:url(../img/landing/dot-texture.png) repeat 0 0 #fff;position:absolute;top:-20%;right:-32%;pointer-events:none}
.landing-info{width:784px;position:absolute;top:16%;left:13%}
.landing-info .logo{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}
.landing-info .landing-info-pretitle,.landing-info .landing-info-text,.landing-info .landing-info-title{color:#fff;text-align:center}
.landing-info .landing-info-pretitle,.landing-info .landing-info-title{text-transform:uppercase}
.landing-info .landing-info-pretitle{margin-top:36px;font-size:1.5rem;font-weight:500}
.landing-info .landing-info-title{font-family:Titillium Web,sans-serif;font-size:6.5rem;font-weight:900;position:relative;top:-10px}
.landing-info .landing-info-text{width:584px;margin:30px auto 0;font-size:1.125rem;line-height:1.3333333333em;font-weight:500}
.landing-info .tab-switch{margin-top:90px}
.landing-form{width:484px;height:100%;position:absolute;top:0;right:13%}
.landing-form .form-box{position:absolute;top:50%;left:0}
.landing-form .form-box:first-child{margin-top:-313px}
.landing-form .form-box:last-child{margin-top:-370px}
.table.table-top-garage .table-column:nth-child(2),
.table.table-top-garage .table-header-column:nth-child(2){display:none;}

.landingpage-logo { width:655px; }

@media screen and (min-width:2560px){
	.landing-info{top:25%}
	.landing-form{right:20%}}@media screen and (min-width:3840px){
	.landing-info{top:35%;left:18%}
	.landing-form{right:25%}
	.hide-content-mobile {display: block;}
}
@media screen and (max-width:1500px){
	.landing .landing-decoration{display:none}.landing-info{left:6%}
	.landing-info .landing-info-text{margin-top:10px}
	.landing-info .tab-switch{margin-top:40px}
	.landing-form{right:80px}
	.hide-content-mobile {display: block;}
}
@media screen and (max-width:1365px){
	.landing{padding:80px 0 100px;position:static}
	.landing-info{width:100%;position:static}
	.landing-info .landing-info-text{display:none}
	.landing-form{width:100%;margin-top:80px;position:static}
	.landing-form .form-box{margin:0 auto;position:static}
	.landing-form .form-box .form-box-decoration{display:none}
	.landing-form .form-box:first-child,.landing-form .form-box:last-child{margin-top:0}
	.hide-content-mobile {display: block;}

	.landingpage-logo { width:435px; }
}
@media screen and (max-width:600px){
	.landing-form .form-box{width:90%}
	.hide-content-mobile {display: none;}

	.table.table-top-test .table-row:first-child{height:auto}
	.table.table-top-test .table-row:first-child .table-column{padding-top:28px}
	.table.table-top-test .table-column:nth-child(2),
		.table.table-top-test .table-column:nth-child(3),
		.table.table-top-test .table-column:nth-child(5),
		.table.table-top-test .table-header-column:nth-child(2),
		.table.table-top-test .table-header-column:nth-child(3), .table.table-top-test .table-header-column:nth-child(5){display:none}
	.table.table-top-test .table-column:last-child,.table.table-top-test .table-header-column:last-child{padding-left:68px}

	.table.table-top-inventory .table-row:first-child{height:auto}
	.table.table-top-inventory .table-row:first-child .table-column{padding-top:28px}
	.table.table-top-inventory .table-column:nth-child(1),
		.table.table-top-inventory .table-column:nth-child(3),
		.table.table-top-inventory .table-column:nth-child(4),
		.table.table-top-inventory .table-header-column:nth-child(1),
		.table.table-top-inventory .table-header-column:nth-child(3),
		.table.table-top-inventory .table-header-column:nth-child(4){display:none}
	.table.table-top-inventory .table-column:last-child,.table.table-top-inventory .table-header-column:last-child{padding-left:68px}

	.table.table-top-garage .table-row:first-child{height:auto}
	.table.table-top-garage .table-row:first-child .table-column{padding-top:28px}
	.table.table-top-garage .table-column:nth-child(2),
	.table.table-top-garage .table-header-column:nth-child(2){width:800px}

	.table.table-top-garage .table-column:nth-child(1),
		.table.table-top-garage .table-column:nth-child(3),
		.table.table-top-garage .table-column:nth-child(4),
		.table.table-top-garage .table-column:nth-child(5),
		.table.table-top-garage .table-column:nth-child(6),
		.table.table-top-garage .table-header-column:nth-child(1),
		.table.table-top-garage .table-header-column:nth-child(3),
		.table.table-top-garage .table-header-column:nth-child(4),
		.table.table-top-garage .table-header-column:nth-child(5),
		.table.table-top-garage .table-header-column:nth-child(6){display:none}
	.table.table-top-garage .table-column:nth-child(2),
		.table.table-top-garage .table-header-column:nth-child(2){display:inline;}
	.table.table-top-garage .table-column:last-child,.table.table-top-garage .table-header-column:last-child{padding-left:68px}

	.table.table-top-allcrews .table-row:first-child{height:auto}
	.table.table-top-allcrews .table-row:first-child .table-column{padding-top:28px}
	.table.table-top-allcrews .table-column:nth-child(5),
		.table.table-top-allcrews .table-column:nth-child(6),
		.table.table-top-allcrews .table-header-column:nth-child(5),
		.table.table-top-allcrews .table-header-column:nth-child(6){display:none}
	.table.table-top-allcrews .table-column:last-child,.table.table-top-allcrews .table-header-column:last-child{padding-left:68px}

	.landingpage-logo { width:405px; }
}
@media screen and (max-width:500px){
	.landing-info .landing-info-title{font-size:3.75rem}.landing-info .tab-switch{width:90%;margin:20px auto 0}
	.landing-info .tab-switch .tab-switch-button{width:50%}
	.landing-form{margin-top:60px}
	.hide-content-mobile {display: none;}

	.table.table-top-test .table-row:first-child{height:auto}
	.table.table-top-test .table-row:first-child .table-column{padding-top:28px}
	.table.table-top-test .table-column:nth-child(2),
		.table.table-top-test .table-column:nth-child(3),
		.table.table-top-test .table-column:nth-child(5),
		.table.table-top-test .table-header-column:nth-child(2),
		.table.table-top-test .table-header-column:nth-child(3), .table.table-top-test .table-header-column:nth-child(5){display:none}
	.table.table-top-test .table-column:last-child,.table.table-top-test .table-header-column:last-child{padding-left:68px}

	.table.table-top-inventory .table-row:first-child{height:auto}
	.table.table-top-inventory .table-row:first-child .table-column{padding-top:28px}
	.table.table-top-inventory .table-column:nth-child(1),
		.table.table-top-inventory .table-column:nth-child(3),
		.table.table-top-inventory .table-column:nth-child(4),
		.table.table-top-inventory .table-header-column:nth-child(1),
		.table.table-top-inventory .table-header-column:nth-child(3),
		.table.table-top-inventory .table-header-column:nth-child(4){display:none}
	.table.table-top-inventory .table-column:last-child,.table.table-top-inventory .table-header-column:last-child{padding-left:68px}

	.table.table-top-garage .table-row:first-child{height:auto}
	.table.table-top-garage .table-row:first-child .table-column{padding-top:28px}
	.table.table-top-garage .table-column:nth-child(2),
	.table.table-top-garage .table-header-column:nth-child(2){width:800px}

	.table.table-top-garage .table-column:nth-child(1),
		.table.table-top-garage .table-column:nth-child(3),
		.table.table-top-garage .table-column:nth-child(4),
		.table.table-top-garage .table-column:nth-child(5),
		.table.table-top-garage .table-column:nth-child(6),
		.table.table-top-garage .table-header-column:nth-child(1),
		.table.table-top-garage .table-header-column:nth-child(3),
		.table.table-top-garage .table-header-column:nth-child(4),
		.table.table-top-garage .table-header-column:nth-child(5),
		.table.table-top-garage .table-header-column:nth-child(6){display:none}
	.table.table-top-garage .table-column:nth-child(2),
		.table.table-top-garage .table-header-column:nth-child(2){display:inline;}
	.table.table-top-garage .table-column:last-child,.table.table-top-garage .table-header-column:last-child{padding-left:68px}

	.table.table-top-allcrews .table-row:first-child{height:auto}
	.table.table-top-allcrews .table-row:first-child .table-column{padding-top:28px}
	.table.table-top-allcrews .table-column:nth-child(5),
		.table.table-top-allcrews .table-column:nth-child(6),
		.table.table-top-allcrews .table-header-column:nth-child(5),
		.table.table-top-allcrews .table-header-column:nth-child(6){display:none}
	.table.table-top-allcrews .table-column:last-child,.table.table-top-allcrews .table-header-column:last-child{padding-left:68px}

	.landingpage-logo { width:405px; }
}
/* Landing page */

/* Headers */
.section-title {
	color:#F60;
	font-size:1.8rem;
	font-weight:700;
	/*padding: 32px 28px 0;*/
}
.widget-box-title {
	color:#F60;
	font-size:1.5rem;
	font-weight:700;
	/*padding: 32px 28px 0;*/
}
/* Headers */

/* Game Info Pages */
.gameinfo {
	width:100%;
	height:100%;
	background:url(../images/backgrounds/citybackground.jpg) no-repeat 0;
	background-size:cover;
	position:fixed;
	top:0;
	left:0;
	opacity: 0.8;
}

.gameinfo-box {
	width:70%;
	position:absolute;
	top:16%;
	left:13%;
	background-color:white;
	border-radius:10%
}
.gameinfo-box-title {
	margin-top:36px;
	font-size:1.5rem;
	font-weight:500;
}

.gameinfo-box-text {
	width:65%px;
	margin:30px auto 0px;
	margin-left: 30px;
	font-size:1.125rem;
	line-height:1.3333333333em;
	font-weight:500;
}


/* User Profile */
.user-profile-name {
	text-align:center;
	font-size:1.8rem;
	font-weight:400;
	color: #F60;
}

.user-profile-image-box {
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(255,102,00,.06);
	position: relative
}

.user-profile-image {
	width: 100%;
}

.user-profile-ranktitle {
	text-align:center;
	font-size:1.8rem;
	font-weight:400;
	color: #F60;
	padding-bottom: 10px;
}

.user-profile-text {
	text-align:center;
	font-size:1.2rem;
	padding-bottom: 25px;

}
/* User Profile */

/* Top Sub Hader */
.sub-top-header {
	background:rgba(0,0,0,0.6);/*-color: #000;*/
	width: 100%;
	overflow: hidden;
	height: 25px;
	position:relative;
	top: 50px;
	color: #fff;
	/*opacity: 0.6;*/
}
/* Top Sub Hader */

/* Bottom Footer */
.bottom-footer {
	width: 100%;
	overflow: hidden;
	position: absolute;
	height: 50px;
	background-color: #F60;
	bottom: 0px;
	color: #fff;
	width: 100%;
	/*opacity: 0.6;*/
	display: flex;
	box-shadow: 0 0 20px 0 rgba(255,102,00,0.6);
}

.footer-actions {
	width: 100%;
}

.footer-menu-main {
	display: flex;
}

.footer-menu-main-item {
	position: relative;
}

.footer-menu-main-item-link {
	padding: 0 12px;
	display: block;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 55px;
	cursor: pointer;
	transition: color .2s ease-in-out;
}

.copyright-statement {
	padding: 0 12px;
	display: block;
	color: #fff;
	font-size: 0.85rem;
	line-height: 55px;
	cursor: pointer;
	transition: color .2s ease-in-out;
}
.footer-menu-main .footer-menu-main-item:hover>.footer-menu-main-item-link{color:#000;font-weight:700;}
/* Bottom Footer */

/* Side Menu */
.menu-main{display:-ms-flexbox;display:flex}
.menu-main .menu-main-item{position:relative}
.menu-main .menu-main-item .menu-main-item-link{padding:0 12px;display:block;color:#fff;font-size:0.95rem;/*.75*/font-weight:500/*700*/;line-height:80px;cursor:pointer;transition:color .2s ease-in-out}
.menu-main .menu-main-item .menu-main-item-link .icon-dots{transition:fill .2s ease-in-out}
.menu-main .menu-main-item:hover>.menu-main-item-link{color:#000;font-weight:700;}
.menu-main .menu-main-item:hover>.menu-main-item-link .icon-dots{fill:#000;font-weight:700;}
.menu-main .menu-main-item:hover>.menu-main{-webkit-transform:translate(0);transform:translate(0);opacity:1;visibility:visible;pointer-events:auto}
.menu-main .menu-main-item .menu-main{-ms-flex-flow:column;flex-flow:column;width:120px;padding:8px 0;border-radius:10px;background-color:#615dfa;position:absolute;top:64px;-webkit-transform:translateY(-40px);transform:translateY(-40px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out,-webkit-transform .3s ease-in-out}
.menu-main .menu-main-item .menu-main .menu-main-item .menu-main-item-link{padding:8px 0 8px 18px;line-height:1em}
.menu.small .menu-item.active .menu-item-link:hover,.menu.small .menu-item .menu-item-link,.menu.small .menu-item .menu-item-link:hover{padding-left:0}
.menu .menu-item{padding:0 16px;/*margin-bottom:10px*/}
.menu .menu-item:last-child{margin-bottom:0}
.menu .menu-item.active .menu-item-link,.menu .menu-item.active .menu-item-link:hover{color:#fff;background-color:#F60/*23d2e2*/;box-shadow:4px 7px 12px 0 rgba(35,210,226,.2)}
.menu .menu-item.active .menu-item-link:hover{padding-left:62px}
.menu .menu-item.active .menu-item-link .menu-item-link-icon,.menu .menu-item.active .menu-item-link:hover .menu-item-link-icon{fill:#fff}
.menu .menu-item .menu-item-link{display:block;height:35px;padding-left:62px;padding-top:10px;border-radius:12px;font-size:.875rem;font-weight:700;position:relative;transition:all .2s ease-in-out}
.menu .menu-item .menu-item-link:hover{background-color:#fff;color:#3e3f5e;padding-left:70px;box-shadow:3px 5px 20px 0 rgba(94,92,154,.12)}
.menu .menu-item .menu-item-link:hover .menu-item-link-icon{fill:#F60/*23d2e2*/}
.menu .menu-item .menu-item-link .menu-item-link-icon{position:absolute;top:10px;left:10px;pointer-events:none;transition:all .2s ease-in-out;}
.section-navigation{height:80px;padding:0 43px;border-radius:12px;background-color:#fff;box-shadow:0 0 40px 0 rgba(94,92,154,.06);position:relative}
.section-navigation .slider-controls .slider-control{width:43px;height:80px;position:absolute;top:0}
.section-navigation .slider-controls .slider-control.left{left:0}
.section-navigation .slider-controls .slider-control.right{right:0}.section-menu{height:80px;overflow:hidden}
.section-menu.secondary .section-menu-item.active,.section-menu.secondary .section-menu-item:hover{border-bottom:4px solid #615dfa}
.section-menu.secondary .section-menu-item.active .section-menu-item-icon{fill:#3e3f5e}
.section-menu.medium .section-menu-item{width:160px}
.section-menu .section-menu-item{float:left;width:122px;height:80px;position:relative}


.information-block-list .information-block{
	margin-bottom:26px
}

.information-block-list .information-block:last-child{
	margin-bottom:0
}

.information-block .information-block-title{
	margin-top:5px;
	font-size:.975rem;
	font-weight:700
}

.information-block .information-block-text{
	margin-top:5px;
	font-size:1.075rem;
	line-height:1.7142857143em;
	font-weight:500
}

.information-line-list .information-line{
	margin-bottom: 4px
}

.information-line-list .information-line:last-child{
	margin-bottom:0
}

.information-line{
	display:-ms-flexbox;
	display:flex
}

.information-line .information-line-text,.information-line .information-line-title{
	font-size:.975rem;
	font-weight:500;
	line-height:1.4285714286em
}

.information-line .information-line-title{
	-ms-flex-negative:0;
	flex-shrink:0;
	width:80px;
	color:#8f91ac
}

.information-line .information-line-text .bold{
	font-weight:700
}

/* Settings Page */
.settings_button {
	padding-top: 25px;
	width: 250px;
	position: relative;
	float: right;
}
/* Settings Page */