@charset "UTF-8";
/* CSS Document */



html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}

ul {
	list-style: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: rgba(245,245,245,1);
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loading {
	position: fixed;
	left: 0px;
	top: -47px;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	z-index: 9999;
	background: url(../images/loading.gif) center no-repeat #fff;
	background-size: 140px auto;
}

.logotype {
	position: fixed;
	bottom: 0;
	left: 6%;
	margin-bottom: 0px;
	z-index: 110;
}

.logotype img {
	width: 70px;
}

.menu {
	width: 100%;
	height: 50px;
	background-color: rgba(51,51,51,1);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.menu a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

.menu ul {
	list-style: none;
	width: 400px;
	position: absolute;
	right: 0;
	margin-right: -30px;
	padding-top: 10px;
}

.menu ul li {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 35px;
	color: rgba(255,255,255,1);
	float: left;
	margin-left: 30px;
}

.menu ul li:hover {
	color: rgba(175,223,224,1);
}

.process_submenu {
	display: none;
	
	width: 460px;
	height: 50px;
	background-color: rgba(51,51,51,1);
	position: fixed;
	bottom: 0;
	right: 0;
	margin-bottom: 50px;
	z-index: 100;
}

.process_submenu a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

.process_submenu ul {
	list-style: none;
	width: 460px;
	padding-top: 10px;
}

.process_submenu ul li {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 35px;
	color: rgba(255,255,255,1);
	float: left;
	margin-left: 30px;
}

.process_submenu ul li:hover {
	color: rgba(175,223,224,1);
}


.about_simple_solution {
	position: absolute;
	width: 226px;
	left: 50%;
	top: 50%;
	margin-left: -103px;
	margin-top: -70px;
	z-index: 40;
	cursor: pointer;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

.about_simple_solution p {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 27px;
	transition: 0.3s;
}

.about_simple_solution p:hover {
	transform: scale(1.03);
}

.about_simple_solution p span {
	color: rgba(77,194,195,1);
}

/*.about_simple_solution img {
	width: 140px;
	position: absolute;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

.about_simple_solution:hover {
	margin-left: -80px;
	margin-top: -80px;
}

.about_simple_solution:hover img {
	width: 160px;
}*/

.about_simple_solution_close {
	width: 25px;
	height: 25px;
	margin-top: 20px;
	margin-left: 10px;
	cursor: pointer;
}

.close_line_one {
	width: 20px;
	border-bottom: solid 4px rgba(40,40,40,1);
	
	-moz-transform: rotate(45deg);  
	-o-transform: rotate(45deg);  
	-webkit-transform: rotate(45deg);  
	-ms-transform: rotate(45deg);  
	transform: rotate(45deg);
}

.close_line_two {
	width: 20px;
	border-bottom: solid 4px rgba(40,40,40,1);
	margin-top: -3.5px;

	
	-moz-transform: rotate(-45deg);  
	-o-transform: rotate(-45deg);  
	-webkit-transform: rotate(-45deg);  
	-ms-transform: rotate(-45deg);  
	transform: rotate(-45deg);
}

.about_simple_solution_content {
	display: none;
	
	width: 100%;
	height: 100%;
	background-color: rgba(245,245,245,1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	overflow: scroll;
}

.about_simple_solution_content img {
	width: 610px;
	height: auto;
	object-position: center;
	object-fit: contain;
	margin: 0px auto 50px auto;
}

.about_simple_solution_content h2 {
	/*position: absolute;*/
	width: 610px;
	/*left: 50%;
	top: 50%;
	margin-left: -305px;
	margin-top: -290px;*/
	margin: 20px auto;
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 30px;
	line-height: 51px;
	letter-spacing: 1px;
	color: rgba(77,194,195,1);
}

.about_simple_solution_content p {
	/*position: absolute;*/
	width: 610px;
	margin: 20px auto 120px auto;
	/*left: 50%;
	top: 50%;
	margin-left: -305px;
	margin-top: -240px;*/
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 16.5px;
	line-height: 26px;
	letter-spacing: 1px;
	color: rgba(40,40,40,1);
}

.about_simple_solution_content p span {
	color: rgba(77,194,195,1);
}




.about {
	width: 500px;
	height: 500px;
	background-color: rgba(245,245,245,1);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
	z-index: -50;
}


.layer_one {
	width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -320px;
	border-radius: 50%;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	z-index: -20;
}

.layer_one_rotate {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	
	transition: 60s;
	-webkit-transition: 60s;
	-moz-transition: 60s;
	-ms-transition: 60s;
}

.layer_two {
	width: 600px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -320px;
	border-radius: 50%;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	z-index: -10
}

.layer_two_rotate {
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	
	transition: 40s;
	-webkit-transition: 40s;
	-moz-transition: 40s;
	-ms-transition: 40s;
}

.idea_room {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -199.5px;
	margin-top: -200px;
	cursor: pointer;
	z-index: 40;
	
}

.idea_room img {
	width: 200px;
}

.idea_room h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(40,40,40,1);
	
	position: absolute;
	top: 50%;
	margin-left: -10px;
	z-index: 10;
	
	transform: rotate(-90deg);
}


.support {
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 0px;
	margin-top: -200px;
	border-radius: 50%;
}

.support img {
	width: 200px;
}

.support h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(40,40,40,1);
	
	position: absolute;
	top: 50%;
	margin-left: 90px;
	margin-top: -25px;
	z-index: 10;
	
	transform: rotate(45deg);
}


.financial {
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 0px;
	margin-top: 0px;
}

.financial img {
	width: 200px;
}

.financial h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(40,40,40,1);
	
	position: absolute;
	top: 50%;
	margin-left: 50px;
	margin-top: 0px;
	z-index: 10;
	
	transform: rotate(135deg);
}





.business {
	width: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -253px;
	cursor: pointer;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

.business img {
	width: 360px;
}

.business:hover {
	margin-top: -263px;
}

.business h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(40,40,40,1);
	
	position: absolute;
	top: 50%;
	margin-left: 85px;
	margin-top: -28px;
	
}



.study {
	height: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -178px;
	cursor: pointer;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

.study img {
	height: 360px;
}

.study:hover {
	margin-left: -263px;
}

.study h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(40,40,40,1);
	
	position: absolute;
	top: 50%;
	margin-left: 7px;
	margin-top: -5px;
	z-index: 10;
	
	transform: rotate(-90deg);
}


.projects {
	width: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: 140px;
	cursor: pointer;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

.projects img {
	width: 360px;
}

.projects:hover {
	margin-top: 150px;
}

.projects h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(40,40,40,1);
	
	position: absolute;
	top: 50%;
	margin-left: 140px;
	margin-top: 15px;
	z-index: 10;
	
	transform: rotate(-180deg);
}


.events {
	height: 360px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 137px;
	margin-top: -178px;
	cursor: pointer;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

.events img {
	height: 360px;
}

.events:hover {
	margin-left: 147px;
}

.events h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(40,40,40,1);
	
	position: absolute;
	top: 50%;
	margin-left: 55px;
	margin-top: -10px;
	z-index: 10;
	
	transform: rotate(90deg);
}


.production {
	height: 286px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 118px;
	margin-top: -206px;
	cursor: pointer;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
}

.production img {
	height: 286px;
}

.production:hover {
	margin-left: 128px;
	margin-top: -210px;
}


.production h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(40,40,40,1);
	
	position: absolute;
	top: 50%;
	margin-left: 47px;
	margin-top: -10px;
	z-index: 10;
	
	transform: rotate(-288deg);
}





/*---------------------------- SUB LAYER DESCRIPTIONS ----------------------------*/

	


.horizontal_line {
	width: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -50px;
	border-bottom: 1px solid rgba(40,40,40,1);
	z-index: -60;
}

.sub_layers_text {
	display: none;
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -250px;
}

.sub_layers_text h2 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 20px;
	color: rgba(40,40,40,1);
	margin-bottom: 50px;
}

.sub_layers_text h3 {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 20px;
	color: rgba(40,40,40,1);
	margin-top: 120px;
}

.sub_layers_text ul {
	list-style: none;
}

.sub_layers_text ul li {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 22px;
	color: rgba(40,40,40,1);
}


.sub_layers_description {
	display: none;
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 280px;
	
}

.paragraph_one {
	margin-top: -250px;
}

.paragraph_two {
	margin-top: 0px;
}

.paragraph_two.description_study {
	margin-top: 110px;
}


.sub_layers_description p {
	width: 220px;
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 23px;
	color: rgba(40,40,40,1);
}






