@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;
	overflow: hidden;
}

.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;
}

.container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

.logo {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 30px;
	margin-left: 30px;
	z-index: 25;
}

.logo img {
	width: 110px;
}

.logo_grey {
	display: none;
	
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 30px;
	margin-left: 30px;
	z-index: 25;
}

.logo_grey img {
	width: 110px;
}

.menu_button {
	width: 50px;
	height: 40px;
	background-color: rgba(102,102,102,0);
	color: rgba(0,0,0,1);
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 120px;
	margin-left: 35px;
	cursor: pointer;
	
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	z-index: 35;
}

.menu_button_line {
	cursor: pointer;
	width: 32px;
	border-bottom: solid 1px rgba(40,40,40,1);
	margin-bottom: 0px;
	margin-top: 9px;
	margin-left: 5px;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.line1_change {	
	-moz-transform: rotate(45deg);  
	-o-transform: rotate(45deg);  
	-webkit-transform: rotate(45deg);  
	-ms-transform: rotate(45deg);  
	transform: rotate(45deg);
	
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	margin-top: 17px;
}


.line2_change {
	display: none;
}

.line3_change {	
	-moz-transform: rotate(-45deg);  
	-o-transform: rotate(-45deg);  
	-webkit-transform: rotate(-45deg);  
	-ms-transform: rotate(-45deg);  
	transform: rotate(-45deg);
	
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	margin-top: 0px;
}


.menu {
	visibility: hidden;
	
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 100px;
	margin-left: 60px;	
	
	z-index: 35;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.menu_show {
	visibility: visible;
	margin-top: 122px;
}

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

.menu ul {
	list-style: none;
}

.menu ul li {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 35px;
	color: rgba(245,245,245,1);
	float: left;
	margin-left: 30px;
	
	cursor: pointer;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.menu_show ul li {
	color: rgba(40,40,40,1);
}

.menu ul li:hover {
	color: rgba(37,188,189,1);
}


.process_submenu {
	display: none;
	
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 157px;
	margin-left: 134px;	
	
	z-index: 35;
	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

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

.process_submenu ul {
	list-style: none;
}

.process_submenu ul li {
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 35px;
	color: rgba(40,40,40,1);
	margin-left: 23px;
	
	cursor: pointer;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.process_submenu ul li:hover {
	color: rgba(37,188,189,1);
}



/*-------------------------- SECTION PROCESS --------------------------*/


.section_process {
	width: 100%;
	height: 100%;
	background-color: rgba(245,245,245,1);
	
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 1;
}

.process_title {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -490px;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 130px;
	line-height: 0px;
	font-weight: bold;
	color: rgba(37,188,189,1); 
	
	cursor: pointer;
	z-index: 3;
	
	-moz-animation-name: process_title_slide;
    -moz-animation-iteration-count: 1;
    -moz-animation-duration: 1.5s;

    -webkit-animation-name: process_title_slide;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1.5s;

    animation-name: process_title_slide;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
}


@-moz-keyframes process_title_slide {
0% {
	left: -1%;
}

100% {
	left: 50%;
}
}

@-webkit-keyframes process_title_slide {
0% {
	left: -1%;
}

100% {
	left: 50%;
}
}

@keyframes process_title_slide {
0% {
	left: -1%;
}

100% {
	left: 50%;
}
}

.process_title_line_A {
	width: 0px;
	border-top: 1px solid rgba(37,188,189,1); 
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: 0px;
	
	z-index: 3;
	
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.process_title_line_A_draw {
	width: 490px;
	margin-left: -490px;
}

.process_title_line_A_fix {
	width: 490px;
	margin-left: -490px;
}

.process_title_line_B {
	width: 0px;
	border-top: 1px solid rgba(37,188,189,1); 
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	margin-left: -490px;
	
	z-index: 3;
	
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.process_title_line_B_draw {
	width: 490px;
}

.process_title_line_B_fix {
	width: 490px;
}

.process_title_overline {
	width: 0px;
	height: 25px;
	background-color: rgba(245,245,245,1);	
	
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -68px;
	z-index: 2;	
	
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.process_title_overline_show {
	width: 50%;
}

.process_title_overline_hover {
	height: 92px;
	margin-top: -90px;
	
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.process_text_A {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -200px;
	margin-left: -483px;
	z-index: 5;
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 40px;
	color: rgba(60,60,60,1); 
	text-align: right;
	
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.process_text_A_slide {
	left: 50%;
	margin-left: -488px;
	
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.process_text_B {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -172px;
	margin-left: 10px;
	z-index: 5;
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 40px;
	color: rgba(60,60,60,1); 
	text-align: right;
	
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.process_text_B_slide {
	left: 50%;
	margin-left: -488px;
	
	transition: 0.9s;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
}


.integration_title {
	width: 220px;
	height: 25px;
	background-color: rgba(37,188,189,1);
	
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 68px;
	margin-left: -483px;
	z-index: 5;
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
	color: rgba(245,245,245,1);
	text-align: center;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.integration_title:hover {
	background-color: rgba(37,188,189,0);
	color: rgba(37,188,189,1);
	font-size: 15px;
	margin-left: -498px;
	width: 240px;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.integration_title_slide {
	left: 50%;
	margin-left: -483px;
	
	transition: 1.2s;
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-ms-transition: 1.2s;
	-o-transition: 1.2s;
}

.conceptual_title {
	width: 170px;
	height: 25px;
	background-color: rgba(37,188,189,1);
	
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 100px;
	margin-left: -483px;
	z-index: 5;
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
	color: rgba(245,245,245,1);
	text-align: center;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.conceptual_title:hover {
	background-color: rgba(37,188,189,0);
	color: rgba(37,188,189,1);
	font-size: 15px;
	margin-left: -498px;
	width: 190px;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.conceptual_title_slide {
	left: 50%;
	margin-left: -483px;
	
	transition: 0.9s;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
}


/*-------------------------- SECTION PROJECTS --------------------------*/

.section_projects {
	width: 50%;
	height: 100%;
	background-color: rgba(37,188,189,1);
	
	position: absolute;
	top: 0;
	right: 0;
	
	z-index: 1;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.projects_title {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: 0px;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 130px;
	line-height: 0px;
	font-weight: bold;
	color: rgba(245,245,245,1);
	
	cursor: pointer;
	z-index: 3;
	
	-moz-animation-name: projects_title_slide;
    -moz-animation-iteration-count: 1;
    -moz-animation-duration: 1.5s;

    -webkit-animation-name: projects_title_slide;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 1.5s;

    animation-name: projects_title_slide;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
}

@-moz-keyframes projects_title_slide {
0% {
	left: 101%;
}

100% {
	left: 50%;
}
}

@-webkit-keyframes projects_title_slide {
0% {
	left: 101%;
}

100% {
	left: 50%;
}
}

@keyframes projects_title_slide {
0% {
	left: 101%;
}

100% {
	left: 50%;
}
}

.projects_title_line_A {
	width: 0px;
	border-top: 1px solid rgba(245,245,245,1);
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -55px;
	margin-left: 490px;
	
	z-index: 3;
	
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.projects_title_line_A_draw {
	width: 490px;
	margin-left: 0px;
}

.projects_title_line_A_fix {
	width: 490px;
	margin-left: 0px;
}


.projects_title_line_B {
	width: 0px;
	border-top: 1px solid rgba(245,245,245,1); 
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 85px;
	margin-left: 0px;
	
	z-index: 3;
	
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.projects_title_line_B_draw {
	width: 490px;
}

.projects_title_line_B_fix {
	width: 490px;
}

.projects_title_overline {
	width: 0px;
	height: 25px;
	background-color: rgba(37,188,189,1); 	
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 2px;
	margin-left: 7px;
	z-index: 2;
	
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.projects_title_overline_show {
	width: 50%;
}

.projects_title_overline_hover {
	margin-top: -45px;
	height: 117px;
	
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.projects_text {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 100px;
	margin-left: -620px;
	z-index: 5;
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 30px;
	color: rgba(245,245,245,1);
	
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.projects_text_slide {
	left: 50%;
	margin-left: -483px;
	
	transition: 1.5s;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
}

.explore_projects {
	display: none;
	
	width: 150px;
	height: 25px;
	background-color: rgba(245,245,245,1);
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: 350px;
	z-index: 5;
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
	color: rgba(37,188,189,1);
	text-align: center;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.explore_projects:hover {
	background-color: rgba(37,188,189,1);
	color: rgba(245,245,245,1);
	font-size: 15px;
	margin-top: -69px;
	margin-left: 344px;
	width: 160px;
}



.map_crop_A {
	position: absolute;
	width: 800px;
	height: auto;
	top: 50%;
	left: 100%;
	margin-top: -270px;
	margin-left: 300px;
	opacity: 0.9;
	z-index: 3;
	
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.map_crop_A_show {
	left: 50%;
	margin-left: -300px;
}

.map_crop_B {
	position: absolute;
	width: 900px;
	height: auto;
	top: 50%;
	left: 100%;
	margin-top: 120px;
	margin-left: 8px;
	opacity: 0.9;
	z-index: 3;
	
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}


.map_crop_B_show {
	left: 50%;
}


.pin {
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 10px 0 10px;
	border-color: rgba(37,188,189,1) transparent transparent transparent;
	z-index: 3;
	
	filter: drop-shadow(0 0px 2px rgba(0,0,0,0.3));
	-webkit-filter: drop-shadow(0 0px 2px rgba(0,0,0,0.3));
	-moz-filter: drop-shadow(0 0px 2px rgba(0,0,0,0.3));
	-ms-filter: drop-shadow(0 0px 4px rgba(0,0,0,0.3));
	
}

.pin_one {
	top: 0;
	margin-top: -180px;	
}

.pin_one_drop {
	top: 50%;
	
	transition: 1.3s;
	-webkit-transition: 1.3s;
	-moz-transition: 1.3s;
	-ms-transition: 1.3s;
	-o-transition: 1.3s;
}

.pin_two {
	top: 0;
	margin-top: -200px;
	margin-left: 100px;	
}

.pin_two_drop {
	top: 50%;
	
	transition: 1.5s;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
}

.pin_three {
	top: 0;
	margin-top: -160px;
	margin-left: 200px;
}

.pin_three_drop {
	top: 50%;
	
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.pin_four {
	top: 0;
	margin-top: -250px;
	margin-left: 340px;	
}

.pin_four_drop {
	top: 50%;
	
	transition: 1.3s;
	-webkit-transition: 1.3s;
	-moz-transition: 1.3s;
	-ms-transition: 1.3s;
	-o-transition: 1.3s;
}


.pin_five {
	top: -50%;
	margin-top: 130px;
	margin-left: 420px;	
}

.pin_five_drop {
	top: 50%;
	
	transition: 1.3s;
	-webkit-transition: 1.3s;
	-moz-transition: 1.3s;
	-ms-transition: 1.3s;
	-o-transition: 1.3s;
}




/*-------------------------- CONTACT --------------------------*/

.container_contact {
	width: 100%;
	height: 70%;
	background-color: rgba(245,245,245,1);
	border-top: solid 1px rgba(37,188,189,1);
	position: absolute;
	top: 100%;
	z-index: 2;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.container_contact_slide {
	top: 30%;
}

#google_map {
	position: absolute;
	bottom: 0;
}


.email {
	position: absolute;
	width: 50%;
	left: 100%;
	margin-top: 120px;
	z-index: 2;
	
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 40px;
	color: rgba(40,40,40,1);
	text-indent: 10px;
	background-color: rgba(245,245,245,1);
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.email_slide {
	left: 50%;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'HelveticaNeueLTStd-LtCn';
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 30px;
	color: rgba(40,40,40,1);
	text-indent: 15px;
	z-index: 100;
	margin-bottom: 5px;
}

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