/* ========================================================================== */
html, body {
	width: 100%;
	height: 100%;
	background: #000;
	font-family: "verdana";
	line-height: 1.4em;
	color: #fff;
}
body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
}
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ========================================================================== */
.social-icons {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 80px;
	z-index: 9999;
}
.social-icon {
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	float: right;
	margin-bottom: 10px;
}
.social-icon:hover { margin-right: 16px; }
.social-twitter {
	background: url("../images/social/twitter.png");
}
.social-facebook {
	background: url("../images/social/facebook.png");
}
.social-instagram {
	background: url("../images/social/instagram.png");
}
.social-youtube {
	background: url("../images/social/youtube.png");
}

/* ========================================================================== */
.wrapper {
	width: 900px;
	margin: 0px auto;
}
.banner {
	position: relative;
	width: 100%;
	height: 70vh;
	/*background: url("../images/backgrounds/banner.png") no-repeat bottom;
	background-size: cover;
	border-bottom: 1px solid #000;*/
	overflow: hidden;
	text-align: center;
}
.banner iframe {
	height: 90vh;
	margin-top: -10vh;
	pointer-events: none;
	user-select: none;
}
.banner .logo {
	bottom: 0px;
	left: 0;
	right: 0; /* Aligns horizontal center */
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	width: 100%;
}
.banner .logo img {
	min-width: 300px;
	width: 50%;
	height: auto;
}

/* ========================================================================== */
.platforms {
	width: 100%;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #333333;
	background: rgba(255,105,135,1);
	background: -moz-linear-gradient(left, rgba(255,105,135,1) 0%, rgba(255,86,202,1) 86%, rgba(255,6,161,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,105,135,1)), color-stop(86%, rgba(255,86,202,1)), color-stop(100%, rgba(255,86,202,1)));
	background: -webkit-linear-gradient(left, rgba(255,105,135,1) 0%, rgba(255,86,202,1) 86%, rgba(255,6,161,1) 100%);
	background: -o-linear-gradient(left, rgba(255,105,135,1) 0%, rgba(255,86,202,1) 86%, rgba(255,6,161,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,105,135,1) 0%, rgba(255,86,202,1) 86%, rgba(255,6,161,1) 100%);
	background: linear-gradient(to right, rgba(255,105,135,1) 0%, rgba(255,86,202,1) 86%, rgba(255,6,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3bad', endColorstr='#ff3e3e', GradientType=1 );
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}
.platform-button {
	display: inline-flex;
	height: 130px;
}

/* ========================================================================== */
.media {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	background: #000 url("../images/backgrounds/bg_media.png") no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.media .wrapper {
	position: relative;
	z-index: 1;
}
.video {
	width: 100%;
	float: left;
	display: inline;
	margin-top: 40px;
}
.screenshots {
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
.screenshots img {
	width: 290px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	margin: 0;
	margin-right: 5px;
}
.screenshots a:nth-child(3) img, .screenshots a:last-child img { margin-right: 0; }

/* ========================================================================== */
.content {
	width: 100%;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.6em;
	padding-top: 20px;
	padding-bottom: 40px;
	background: #000000;
	float: left;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	background-image: url("../images/backgrounds/bg_content.png");
	background-repeat: repeat-both;
	text-shadow: 1px 1px 2px #000000;
}

.description {
	margin-bottom: 30px;
}
.description b {
	color: #ff5be6;
	font-weight: bold;
}

.section-header {
	width: 100%;
	text-align: center;
}
.section-header h1 {
	color: #fff39e;
	font-weight: bold;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 2em;
}

.features {}
.features h1 {
	color: #ff5be6;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}
.features h2 {
	color: #fff;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

/* ========================================================================== */
.characters {
	width: 100%;
	float: left;
}
.character {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 4px solid #4e4f5b;
}
.character span {
	width: 440px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
.character h1 {
	color: #ff5be6;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.3em;
}
.character img {
	float: right;
	display: inline;
}
.right-character img { float: left; }
.right-character span { float: right; }

/* ========================================================================== */
.footer {
	position: relative;
	width: 100%;
	height: 400px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.footer-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	background: #444 url("../images/backgrounds/bg_footer.gif") no-repeat;
	background-position: center center;
}
.footer .wrapper {
	position: relative;
	margin-top: 140px;
	z-index: 1;
}
.footer a {
	color: #fff;
	display: inline-flex;
	align-items: center;
}
.footer a:hover { color: #ff5be6; }
.footer img {
	height: 30px;
	margin-right: 10px;
}
.footer span {
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
}

/* ========================================================================== */
@media (max-width: 900px) {
	.banner { height: 400px; }
	.banner iframe {
		width: 975px;
		height: 550px;
		margin-left: -165px;
		margin-top: -75px;
	}
	.platforms { width: 100%; }
	.platform-button { height:auto; }
	.platform-button img { width: 100%; height:auto; }
	.wrapper { width: 95%; }
	.video { width: 100%; }
	.screenshots { width: 100%; }
	.screenshots img {
		width: calc(33% - 10px);
		margin-right: 8px;
	}
	.screenshots a:last-child img { margin-right: 0px; }
	.description { width: 100%; }
	.description, .characters, .character {
		width: 100%;
		float: left;
		overflow: hidden;
	}
	.character span {
		float: left;
		width: 100%;
	}
	.character .gif {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.character img { float: none; }
	.media, .footer-inner { background-attachment: scroll; }
}

/* ========================================================================== */
#loadingCircle {
	width: 67px;
	margin: auto;
}
.loadingCircle {
	background-color: rgb(0,0,0);
	float: left;
	height: 14px;
	margin-left: 8px;
	width: 14px;
	animation-name: bounce_loadingCircle;
	-o-animation-name: bounce_loadingCircle;
	-ms-animation-name: bounce_loadingCircle;
	-webkit-animation-name: bounce_loadingCircle;
	-moz-animation-name: bounce_loadingCircle;
	animation-duration: 1.6575s;
	-o-animation-duration: 1.6575s;
	-ms-animation-duration: 1.6575s;
	-webkit-animation-duration: 1.6575s;
	-moz-animation-duration: 1.6575s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-o-border-radius: 9px;
	-ms-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#loadingCircle_1 {
	animation-delay: 0.3295s;
	-o-animation-delay: 0.3295s;
	-ms-animation-delay: 0.3295s;
	-webkit-animation-delay: 0.3295s;
	-moz-animation-delay: 0.3295s;
}
#loadingCircle_2 {
	animation-delay: 0.7755s;
	-o-animation-delay: 0.7755s;
	-ms-animation-delay: 0.7755s;
	-webkit-animation-delay: 0.7755s;
	-moz-animation-delay: 0.7755s;
}
#loadingCircle_3 {
	animation-delay: 0.9985s;
	-o-animation-delay: 0.9985s;
	-ms-animation-delay: 0.9985s;
	-webkit-animation-delay: 0.9985s;
	-moz-animation-delay: 0.9985s;
}

@keyframes bounce_loadingCircle {
	0% {}
	50% {background-color:rgb(100,49,225);}
	100% {}
}
@-o-keyframes bounce_loadingCircle {
	0% {}
	50% {background-color:rgb(100,49,225);}
	100% {}
}
@-webkit-keyframes bounce_loadingCircle {
	0% {}
	50% {background-color:rgb(100,49,225);}
	100% {}
}
@-moz-keyframes bounce_loadingCircle {
	0% {}
	50% {background-color:rgb(100,49,225);}
	100% {}
}

/* ========================================================================== */
.loader-wrap {
	background-color: #000000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
}
#loadingCircle, .loader {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 120px;
	height: 20px;
}
.loader:after {
	color: rgba(0,183,229,0.9);
	content: "Loading...";
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
	width: 120px;
	top: 40px;
	left: 5px;
	text-align: center;
}

/* ========================================================================== */
[class*='box-'] {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin-right: 5px;
	height: 20px;
	width: 20px;
	border: 5px solid rgba(0,183,229,0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	box-shadow: 0 0 10px #2187e7;
	border-radius: 50%;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-animation: loader 1s infinite linear;
	animation: loader 1s infinite linear;
}
[class*='box-']:last-child { margin-right: 0; }
.box-1 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.box-2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.box-3 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.box-4 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.box-5 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

/* ========================================================================== */
@-webkit-keyframes loader {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.7) rotate(10deg);
		transform: scale(0.7) rotate(10deg);
		opacity: 0.1;
	}
}
@keyframes loader {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.7) rotate(10deg);
		transform: scale(0.7) rotate(10deg);
		opacity: 0.1;
	}
}