@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Patua+One);

@font-face
{
	font-family: FSD01;
	src: url(./font/FSD01.otf);
}

html
{
	scroll-behavior: smooth;
}

body
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #0e0e0e;
	font-family: "Open Sans";
	color: #dddddd;
}

iframe
{
	border: none;
}

h1, h2, h3, h4, h5, input, textarea
{
	font-family: "Open Sans";
}

.content_wrapper
{
	width: 1440px;
	margin: auto;
}

@media screen and (max-width: 1460px)
{
	.content_wrapper
	{
		width: calc(100% - 20px);
	}
}

.anchor_wrapper
{
	position: relative;
}

.anchor_wrapper div
{
	position: absolute;
}

#notif
{
}

.notification
{
	min-height: 100px;
	font-size: 15px;
	color: #888888;
	background-color: #0e0e0e;
	transition: all .3s ease-in-out;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.notification .content_wrapper
{
	display: flex;
	align-items: center;
	height: inherit;
}

.notification .desc
{
	flex-basis: 50%;
	font-size: 13px;
}

.notification .action
{
	flex-basis: 50%;
	display: flex;
	justify-content:flex-end;
}

@media screen and (max-width: 960px)
{
	.notification .content_wrapper
	{
		flex-wrap: wrap;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.notification .desc
	{
		flex-basis: auto;
		width: 100%;
	}

	.notification .action
	{
		flex-basis: auto;
		width: 100%;
	}
}

.notification h1
{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	color: #eeeeee;
	margin: 0px;
}

.link
{
	cursor: pointer;
}

.notification a, .copyright a, p a, .link
{
	color: #ff6600;
	text-decoration: none;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.notification a:hover, .copyright a:hover, p a:hover, .link:hover
{
	color: #ffc664;
	text-shadow: 0px 0px 10px #ff6600;
}

.notification a:after, .copyright a:after, p a:after, .link:after
{
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #ff6600;
	transition: all .3s ease-in-out;
}

.notification a:hover:after, .copyright a:hover:after, p a:hover:after, .link:hover:after
{
	width: 100%;
}

#header
{
	position: sticky;
	z-index: 1000;
	top: 0px;
	min-height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #050505;
	border-bottom: 1px solid #00aaaa;
}

#scan_stick
{
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	right: 0px;
	background-color: #050505;
	border-top: 1px solid #00aaaa;
	border-left: 1px solid #00aaaa;
	padding: 10px;
	opacity: 0.3;
	transition: all .3s ease-in-out;
}

#scan_stick:hover
{
	opacity: 1;
}

@media screen and (max-width: 1080px)
{
	#header
	{
		flex-direction: column;
		min-height: 100px;
	}

	#header .menu
	{
		padding-top: 5px;
		flex-wrap: wrap;
	}

	#header .networks
	{
		padding-right: 0px;
		padding-bottom: 10px;
	}

	.form_wrapper
	{
		margin: auto;
	}
}

#header #tmt_logo
{
	margin: 0px 10px;
}

.dev_current
{
	background: rgba(255,255,0,0.3);
}

.sticky
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.sticky_space
{
	height: 0px;
}

.sticky + .sticky_space
{
	height: 60px;
}

#header .menu
{
	min-height: 50px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #888888;
	justify-content: center;
}

#header .menu a
{
	text-decoration: none;
	color: #009292;
	text-transform: uppercase;
	font-size: 14px;
	transition: all .3s ease-in-out;
}

#header .menu a:hover
{
	color: #00c2c2;
	text-shadow: 0px 0px 5px #009292;
	padding-bottom: 4px;
}

#header .networks
{
	font-size: 25px;
	padding-right: 10px;
}

#header .networks a
{
	margin-right: 10px;
	color: #009292;
	transition: all .3s ease-in-out;
}

#header .networks a:hover
{
	color: #00c2c2;
	text-shadow: 0px 0px 5px #009292;
}

#main
{
	height: 35vw;
	display: flex;
	align-items: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#main_press
{
	background-image: url("../img/parallax/main.jpg");
	background-position: center center;
	background-size: cover;
	height: 200px;
	display: flex;
	align-items: center;
}

#main_press .content_wrapper
{
	text-align: center;
}

#main_press img
{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1440px)
{
	#main
	{
		height: 504px;
	}
}

#main .video_bg
{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -99;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

#main .video_bg iframe
{
	width: 100vw;
	height: 100vw;
}

#main .video_bg img
{
	width: 100vw;
	height: auto;
}

@media screen and (max-width: 1200px)
{
	#main .video_bg
	{
		width: 1200px;
		left: calc(50vw - 600px);
	}

	#main .video_bg iframe, #main .video_bg img
	{
		width: 1200px;
	}
}

#main .content_wrapper
{
	display: flex;
	flex-direction: column;
	height: 450px;
	justify-content: space-between;
}

#main .countdown
{
	text-align: center;
}

#main #starxium
{
	max-width: 100%;
	height: auto;
}

#countdown
{
	font-family: FSD01;
	font-size: 80px;
	position: relative;
	height: 10vh;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

#countdown_desc
{
	text-transform: uppercase;
	color: #bbbbbb;
	font-weight: 100;
	background-color: rgba(0,0,0,0.5);
	width: 320px;
	margin: auto;
	letter-spacing: 2px;
	text-shadow: 0px 0px 10px #000000;
	font-size: 20px;
}

@media screen and (max-width: 1080px)
{
	#countdown
	{
		font-family: FSD01;
		font-size: 60px;
		position: relative;
		height: 10vh;
		transition: all .5s ease-in-out;
	}

	#main .desc
	{
		margin: auto;
	}
}

#countdown .background
{
	color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#countdown .foreground
{
	color: #ff9933;
	text-shadow: 0px 0px 5px #ff6600, 0px 0px 10px #ff6600;
	position: absolute;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 600px)
{
	#countdown
	{
		font-size: 40px;
	}

	#countdown .background
	{
		text-shadow: 0px 0px 2px rgba(0,0,0,0.8), 0px 0px 10px rgba(0,0,0,0.5);
	}
}

@media screen and (max-width: 400px)
{
	#countdown
	{
		font-size: 30px;
	}
}

.form_wrapper
{
	max-width: calc(100% - 20px);
	width: 370px;
	padding: 5px 10px;
	transition: all .3s ease-in-out;
}

.form_wrapper h1
{
	letter-spacing: 5px;
	text-transform: uppercase;
	margin: 0px;
	color: #ff9933;
	text-shadow: 0px 0px 5px #ff6600, 0px 0px 10px #ff6600;
	font-weight: 700;
}

.form_wrapper p
{
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #bbbbbb;
	text-shadow: 0px 0px 10px #000000;
	margin-bottom: 5px;
	background-color: rgba(0,0,0,0.5);
	padding: 2px 5px;
}

.mail_form .terminal
{

	background-color: #005555;
	font-weight: 300;
	font-size: 20px;
	color: #009292;
	display: flex;
}

.mail_form .input
{
	display: inline-block;
	width: 30px;
	text-align: center;
	border: 1px solid #009292;
	border-right: 0px;
	box-sizing: border-box;
	padding: 5px 10px;
}

.mail_form .input span
{
	display: inline-block;
	animation: input_arrow 1s ease-in-out infinite;
}

@keyframes input_arrow
{
	0%
	{
		padding-left: 0px;
	}
	50%
	{
		padding-left: 5px;
	}
}

.mail_form input
{
	border: 1px solid #009292;
	border-left: 0px;
	border-right: 0px;
	background-color: #005555;
	color: #009292;
	text-transform: uppercase;
	padding: 5px 10px;
	width: calc(100% - 75px);
	box-sizing: border-box;
	font-weight: 300;
	font-size: 20px;
}

.mail_form input::placeholder
{
	opacity: 1;
}

.mail_form .submit i
{
	display: inline-block;
	transition: all .5s ease-in-out;
}

.mail_form .submit:hover i
{
	animation: shake 0.5s infinite;
}

.mail_form .submit
{
	padding: 5px 10px;
	font-size: 20px;
	border: 1px solid #009292;
	color: #009292;
	width: 45px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.mail_form .submit:hover
{
	background-color: #009292;
	color: rgba(0,0,0,0.8);
}

#quote
{
	min-height: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.quote
{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Patua One";
	font-size: 20px;
	text-align: center;
	color: #007171;
}

.quote b
{
	font-weight: inherit;
	color: #00c1c1;
}

.quote .small
{
	width: 75%;
}

.dbutton
{
	background: #080808;
	padding: 10px;
	width: 450px;
	margin: auto;
	border-radius: 2px;
	cursor: pointer;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	transition: .3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #080808;
}

.dbutton .dlogo
{
	padding-right: 20px;
	font-size: 40px;
	color: #00c1c1;
	transition: .3s ease-in-out;
}

@media screen and (max-width: 640px)
{
	.dbutton
	{	
		width: 350px;
	}

	.dbutton .dlogo
	{
		display: none;
	}
}

.dbutton .dtitle
{
	color: #00c1c1;
	font-weight: bold;
	text-transform: uppercase;
	transition: .3s ease-in-out;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.dbutton .ddesc
{
	font-family: "Open Sans";
	font-size: 14px;
}

.dbutton:hover
{
	border: 1px solid #00c1c1;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}

.dbutton:hover .dtitle, .dbutton:hover .dlogo
{
	color: #00ffff;
	text-shadow: 0px 0px 20px rgba(0,255,255,0.3);
}

.press_release .content_wrapper
{
	max-width: 1024px;
}

.press_release p
{
	text-align: justify;
}

.press_release h1, .press_release h2, .press_release h3, .press_release p
{
	font-family: "Open Sans";
}

.press_release h1
{

}

.press_release .break
{
	text-align: center;
	font-weight: bold;
}

#video
{
	height: 400px;
	background-color: #080808;
	position: relative;
	transition: all .3s ease-in-out;
}

.content_space
{
	height: 300px;
	background-color: #000000;
	position: relative;
	border-top: 1px solid #007171;
	border-bottom: 1px solid #007171;
}

.content_space .parallax
{
	position: absolute;
	background-color: #000000;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	opacity: 0.3;
	height: 100%;
	width: 100%
}

.content_space .quote
{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
	text-shadow: 0px 0px 10px #000000;
	font-size: 30px;
}

.dspace
{
	height: 150px;
	background: #005555;
	border-top: 1px solid #009292;
	border-bottom: 1px solid #009292;
	position: relative;
}

#video .content_wrapper
{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#video .retro
{
	position: absolute;
	z-index: 10;
	animation: retro_effect 2s linear infinite running;
	border: 1px solid #009292;
}

#video .retro:hover
{
	border: 1px solid #00c2c2;
	animation: none;
	box-shadow: 
	0px 0px 20px rgba(0,255,255,1),
	0px 0px 0px 8px #080808,
	0px 0px 0px 9px rgba(0,255,255,0.2),
	0px 0px 0px 16px #080808,
	0px 0px 0px 17px rgba(0,255,255,0.1),
	0px 0px 0px 24px #080808,
	0px 0px 0px 25px rgba(0,255,255,0.05),
	0px 0px 0px 32px #080808,
	0px 0px 0px 33px rgba(0,255,255,0.025),
	0px 0px 0px 40px #080808,
	0px 0px 0px 41px rgba(0,255,255,0.0125),
	0px 0px 0px 40px #080808,
	0px 0px 0px 41px rgba(0,255,255,0.00625)
}


#video .watch
{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	color: #009292;
	font-size: 18px;
	padding: 10px 20px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

#video .watch:hover
{
	background-color: #009292;
	color: #080808;
}

#video iframe
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	opacity: 0;
	transition: all .3s ease-in-out;
}

#gameplay
{
	padding: 30px 0px;
}

.title
{
	position: relative;
	font-family: "FSD01";
	font-size: 40px;
	height: 50px;
	margin: 20px 0px;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 600px)
{
	.title
	{
		font-size: 30px;
	}
}

.title .title_bg
{
	position: absolute;
	color: rgba(0,0,0,0.8);
	text-align: center;
	width: 100%;
}

.title .title_fg
{
	position: absolute;
	text-transform: uppercase;
	color: #ff9933;
	text-shadow: 0px 0px 5px #ff6600, 0px 0px 10px #ff6600;
	text-align: center;
	width: 100%;
}

.content_flex
{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.content_flex img
{
	max-width: 100%;
	height: auto;
}

#controls, .deploy_wrapper
{
	background-color: #080808;
	transition: all .3s ease-in-out;
}

#controls .deployer, .deploy_wrapper .deployer
{
	transition: all .3s ease-in-out;
	cursor: pointer;
}

#controls .deployer:hover, .deploy_wrapper .deployer:hover
{
	background-color: #009292;
}

#controls .content_wrapper, .deploy_wrapper .deployer .content_wrapper
{
	display: flex;
	align-items: center;
}

#controls h1, .deploy_wrapper .deployer h1
{
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #009292;
	transition: all .3s ease-in-out;
	padding-left: 20px;
}

#controls i, .deploy_wrapper .deployer i
{
	font-size: 25px;
	color: #009292;
	transition: all .3s ease-in-out;
}

#controls .deployer:hover h1, #controls .deployer:hover i, .deploy_wrapper .deployer:hover h1, .deploy_wrapper .deployer:hover i
{
	color: #080808;
}

#controls .content_wrapper, .deploy_wrapper .content_wrapper
{
	transition: all .3s ease-in-out;
}

#controls .deployer:hover .content_wrapper, .deploy_wrapper .deployer:hover .content_wrapper
{
	padding-left: 20px;
}

#controls .content_deploy, .deploy_wrapper .content_deploy
{
	transition: all .3s ease-in-out;
	height: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

#controls .content_deploy img
{
	width: 680px;
	height: auto;
	margin: 10px 0px;
}

#manufacturers
{
	padding: 30px 0px;
}

#manufacturers .manufacturer
{
	width: 300px;
}

#manufacturers .manufacturer img
{
	width: 100%;
}

#manufacturers .desc
{
	text-align: center;
	color: #555555;
	font-size: 12px;
	font-style: italic;
}

#screenshots
{
	padding: 30px 0px;
}

#screenshots .content_flex
{
	line-height: 0px;
	width: 1130px;
	margin: auto;
}

@media screen and (max-width: 1130px)
{
	#screenshots .content_flex
	{
		width: 100%;
	}
}

.content_flex.screenshots img
{
	width: 240px;
	margin: 20px 20px;
	transition: all .3s ease-in-out;
	border: 1px solid rgba(0,0,0,0);
}

.content_flex.screenshots a:hover img
{
	width: 256px;
	margin: 15.5px 12px;
	border: 1px solid #007171;
	box-shadow: 0px 0px 20px rgba(0,146,146,0.5);
}

.content_flex.resources .resource
{
	width: 400px;
	display: flex;
	background-color: #080808;
	border: 1px solid #007171;
	margin: 10px;
}

.content_flex.resources .resource img
{
	width: 120px;
	margin: 10px;
	height: auto;
	max-height: 120px;
	object-fit: contain;
}

.content_flex.resources .resource .name
{
	font-family: "Patua One";
	font-size: 20px;
}

.content_flex.resources .resource .desc
{
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}

.content_flex.resources .resource .desc p
{
	font-size: 12px;
	margin: 0px;
}

#recall
{
	background-color: #080808;
	padding: 30px 0px;
}

#recall .content_wrapper
{
	display: flex;
	justify-content: center;
	align-items: center;
}

#recall .triangle
{
	margin: 20px;
	color: #ff9933;
	font-size: 30px;
	text-shadow: 0px 0px 5px #ff6600, 0px 0px 10px #ff6600;
}

#recall .triangle i
{
	display: inline-block;
	padding: 5px;
}

#networks
{
	background-color: #005555;
	border-top: 1px solid #009292;
	border-bottom: 1px solid #009292;
	text-align: center;
	padding: 10px 0px;
}

#networks a
{
	padding: 5px 20px;
	color: #080808;
	font-size: 50px;
	transition: all .3s ease-in-out;
}

#networks h1
{
	margin: 0px;
	text-transform: uppercase;
	color: #080808;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: 300;
}

#networks a:hover
{
	text-shadow: 1px 0px 0px #00c2c2, 0px 1px 0px #00c2c2, -1px 0px 0px #00c2c2, 0px -1px 0px #00c2c2, 0px 0px 10px #009292;
}

.press_wrapper
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.press_title
{
	color: #00c1c1;
	font-family: "Patua One";
	font-size: 22px;
	transition: all .3s ease-in-out;
}

.press_cover:hover .press_title
{
	color: #00ffff;
	text-shadow: 0px 0px 5px rgba(0,255,255,0.5), 0px 0px 10px rgba(0,255,255,0.5);
}

.press_desc
{
	text-transform: uppercase;
}

.press_cover
{
	width: 600px;
	padding: 5px 20px;
	margin: 5px;
	background-color: #080808;
	border: 1px solid #007171;
	display: block;
	text-decoration: none;
}

.press_time
{
	color: #007171;
}

.press_link
{
	text-transform: uppercase;
	color: #ff9933;
	text-shadow: 0px 0px 5px #ff6600, 0px 0px 10px #ff6600
}

.press_quote
{
	color: #555555;
	font-style: italic;
}

#footer
{
	background-color: #080808;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #888888;
	font-size: 12px;
}

#footer a img
{
	opacity: 0.3;
	transition: all .3s ease-in-out;
	margin: 0px 20px;
}

#footer a:hover img
{
	opacity: 0.6;
}

.rgb span
{
	display: inline-block;
	height: 4px;
	width: 25px;
	margin: 0px 5px;
}

.rgb .red
{
	background-color: #e62e37;
}

.rgb .green
{
	background-color: #5caf44;
}

.rgb .blue
{
	background-color: #4f8faa;
}