body {
	background: url('../map-bg.png') no-repeat center center #039b5a;
	background-size: cover;
	color: #fff;
  	font-size: 14px;

	font-family: "Grandstander";
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	margin-top: 90px;
}

a {
	color: #faa420;
	text-decoration: underline;
}

#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
#unity-logo { width: 154px; height: 130px; background: url('/assets/logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('/assets/progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('/assets/progress-bar-full-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { float:left; width: 102px; height: 38px; background: url('/assets/unity-logo-title-footer.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('/assets/fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

.webgl-wrapper {
  	padding-top: 10px;
  }	

#unityContainer {
  margin: 0 auto;
  border: 2px solid black;
}

.title-header{
	font-size: 30px;
	text-align: center;
}
.title-header-desc{
	text-align: center;
	padding-bottom: 20px;
}



#unity-container.unity-mobile { position: fixed; width: 100%; height: 100%; z-index: 1001; }
#unity-container.unity-mobile  #unityContainer { border: none; }
.unity-mobile #unity-canvas { width: 100%; height: 100%; }
#unity-container.unity-mobile .title-header {  padding-top: 20px; }
#unity-container.unity-mobile .title-header {  padding-top: 20px; }

.content-wrapper{ margin: 0 auto; max-width: 1024px; line-height: 20px; padding-left: 20px; padding-right: 20px; }
.wrapper-top{ top: 0; background: #fff; border-bottom: 5px solid #faa420; padding: 4px 0; position: fixed; width: 100%; z-index: 200;  }
.footer{ background: #fff; border-top: 3px solid #faa420; padding: 30px 0; color: #1c1b1b; }
.footer-left{ float: left; line-height: 40px; padding-left: 20px; }
.footer-right{ float: right; text-align: right; line-height: 20px; padding-right: 20px; }
.logo-top{ float: left; padding-left: 20px; }
.logo-top img{ width: 250px; padding-top: 10px; }
.menu-top{ float: right; padding-right: 20px; }
.menu-top li{ float: right; }
.menu-top li a{ color: #1c1b1b; padding: 0 10px; text-decoration: none; line-height: 80px; font-size: 20px; font-weight: 600;  }
.menu-top li.selected a{ color: #c5831d; }
.menu-top li a:hover{ color: #faa420; }
.clear{ clear: both; }

.screenshots{ text-align: center; }
.screenshots img{ width: 320px; border: 3px solid #faa420; height: 569px; margin: 5px; }


.page-section h2, h1{ color: #fff; text-transform: uppercase; font-weight: 1000; text-align: center; font-size: 30px; padding: 10px; }
h1{ font-size: 35px; }

#video{
	height: 700px; overflow: hidden; text-align: center; position: relative; margin-top: -90px; z-index: 100;
}
#video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	background-size: cover;
}
.newsletter .newsletter-content h2{
	padding-top: 0;
}
#video .newsletter{
	padding-top: 480px;
}
.newsletter-content{
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 20px 0 20px; height: 190px;
}
.newsletter .content-wrapper{
	max-width: 600px;
}
.newsletter-desc{
	font-weight: 400;
	font-size: 12px;
	padding-top: 20px;
	line-height: 15px;
}
.newsletter-desc strong{
	font-weight: 700;
	color: #faa420;
}
.newsletter-form input[type="email"] {
	width: 52%;
	padding: 10px 3%;
	margin-bottom: 10px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	float: left;
	color: #1c1b1b;
}

.newsletter-form button {
	width: 40%;
	padding: 10px 0;
	border: none;
	border-radius: 5px;
	background-color: #faa420;
	color: white;
	font-size: 16px;
	cursor: pointer;
	float: right;
	height: 36px;
}
.loading{ height: 32px; top: -8px; display: none; position: relative; left: 42%; }

.newsletter-form button:hover {
	background-color: #bc7810;
}
.page-section{ padding-top: 60px; }
.content-wrapper p{ text-align: center;}
.trailer-video { text-align: center; padding: 0 10px; max-width: 700px; margin: 0 auto;   }
.trailer-video img{ max-width: 95%; }
.message-alert{
	/* animation: fadeOut 2s forwards; */
	display: none;
	color: #fff; left: 0; width: 80%; padding: 34px 10%; background: #219f21; position: absolute; z-index: 100; top: 608px; line-height: 30px;
}
.message-alert-error{
	background: #ba0000;
}
.about{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.about strong{
	font-weight: 700;
}
.about-left{ width: 50%; float: left; padding-left: 20px; }
.about-right{ width: 42%; float: right; }
.about-right img{ width: 100%; }
.about-left ul {
	list-style-type: square;
	padding-left: 20px;
	margin: 0;
}

.about-left li {
	list-style-type: square;
	margin-bottom: 10px; /* Add some space between list items */
	line-height: 1.6; /* Improve readability with line-height */
}

.about-left strong {
	font-weight: bold;
}

.about-left ul li strong {
	color: #faa420; /* Set the color of the bold text inside list items */
}
.download{
	text-align: center; padding-left: 20px; padding-right: 20px;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}
.download-buttons{
	text-align: center;
	padding: 20px 30px 60px 30px;
}
.download-buttons img{
	padding: 10px;
}
/* .download-buttons a{ display: inline-block; } */
.download-buttons a:hover, .trailer-video a:hover{
	opacity: 0.85; cursor: pointer;
}
.page-content{
	text-align: justify;
	padding: 20px 20px 80px 20px;
	line-height: 24px;
}
.page-content p{
	text-align: justify; font-family: Arial, Helvetica, sans-serif; font-weight: 400;
}
.page-section h2{
	padding: 20px 20px 15px 20px;
}


div.download-community{ padding-bottom: 0;}
#download{padding-bottom: 60px; }
.download-buttons img{ width: 80%; max-width: 340px;}
div.download-community img{ max-width: 140px;}

#mobile-menu-icon{ float: right; padding: 12px 20px 0 0;  display: none;}
#menu-top-mobile{ width:100%; display: block; height: 0; overflow: hidden; transition: height 0.3s ease-in-out; padding: 0; }
#menu-top-desktop{ display: block; }

#menu-top-mobile li{
	display: block; float: none; text-align: center;
	border-top: 1px solid #ddd5c8;
}
#menu-top-mobile li a:hover{background: #ffefd5; }
#menu-top-mobile li a{ display: block;}

@media only screen and (max-width: 1024px) {
	.message-alert{ top: 516px; }
	#menu-top-mobile.open-menu{height: 400px; }
	#mobile-menu-icon{ display: block; }
	#menu-top-desktop{ display: none; }

	.content-wrapper #menu-top-desktop{ float: none; }

	.clear-mobile{ clear: both;}

	.about-left, .about-right{ float: none; width: 95%; }
	.about-right img{ width: 50%; margin: 0 auto; display: block; }
	.page-section{ padding-top: 0;}

	.screenshots img{ width: 226px; height:397px;  }
	div.download-community img{ max-width: 90px;}
}
@media only screen and (max-width: 400px) {
	div.download-community img{ max-width: 65px;}
	.logo-top img{ width: 160px; padding-top: 5px;}
	#nav-icon2{ scale: 70%;  }
	#mobile-menu-icon{ padding: 1px 15px 0 0;}
	.logo-top{ padding-left: 15px;}
}


/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 60px;
	height: 40px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

/* Icon 2 */

#nav-icon2 {
}

#nav-icon2 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 50%;
	background: #faa420;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
	left:0px;
	border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
	top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
	top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
	top: 36px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
	left: 5px;
	top: 7px;
}

#nav-icon2.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px;
}

#nav-icon2.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
	left: 5px;
	top: 29px;
}

#nav-icon2.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 29px;
}

.product strong{ font-weight: 900;}
.product p{
	padding-top: 5px;
}
.product-banner video {width: 90%;}
.product-banner {text-align: center; }
.product-banner img{ width: 90%;}
.product-list{ padding-top: 10px;}
.product-screens{ text-align: center; padding-top: 20px; }
.product-screens img{ width: 300px; }
div.product-screens-horizontal img { height: 285px; width: auto; }

.policy ul {
	list-style-type: square;
	padding-left: 20px;
	margin: 0;
}

.policy li {
	list-style-type: square;
	margin-bottom: 10px; /* Add some space between list items */
	line-height: 1.6; /* Improve readability with line-height */
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}

.policy p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.policy h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 20px;
}

.policy h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 20px;
}

.policy h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
	.product-screens img{ width: 200px; }
	div.product-screens-horizontal img { height: 150px; width: auto; }
}

.game-desc p{ line-height: 20px; }
.game-desc-long p{ text-align: left; }
.game-desc h3{ 
	padding: 30px 0 10px;
	font-weight: 800;
	font-size: 18px;
	font-family: "Grandstander";
	text-transform: uppercase;;
}
#try_out{ padding-top: 0; }
div.content-wrapper-try-desc#try_out{
	background: #cd0000;
	color: #fff;
	padding: 20px;	
	text-align: center;
	 line-height: 20px;

}

.logo-bottom{text-align: center;}
.logo-bottom img {max-width: 80%;}