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

@font-face {
    font-family: 'HelveticaUltralight';
    src: url('font/HelveticaUltralight.eot');
    src: url('font/HelveticaUltralight.eot#iefix') format('embedded-opentype'),
         url('font/HelveticaUltralight.woff') format('woff'),
         url('font/HelveticaUltralight.ttf') format('truetype'),
         url('font/helveticaultralight.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,body{
	margin: 0px;
	font-family: 'Lato', 'HelveticaUltralight';
	font-weight:300;
	width:100%;
	height:100%;
	background-color: #1c527e;
}

h1 {
	font-size: 36px;
	font-family: 'Lato', 'HelveticaUltralight';
	font-weight:300;
}

h2 {
	font-size: 21px;
	font-family: 'Lato', 'HelveticaUltralight';
	font-weight:300;
}
.topline{
	width: 100%;
	height: 60px;
	position:fixed;
	top: 0;
	z-index:50;
	background-color: #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.navigation{
	font-family: 'HelveticaUltralight';
	float:right;
	z-index:1;
	background-color: #FFF;
	/*margin-right: 10%;*/
}
.navigation li{
	/*letter-spacing: 0.05em;*/
	color:#333333;
	display:block;
	padding: 0 10px;
	line-height:30px;
	font-family: 'Lato', 'HelveticaUltralight';
	font-weight:300;
	margin: 20px 2px 2px 2px;
	-webkit-transition: all .2s ease-in-out;
	text-align:left;
	float:left;
	/*width:150px;
	border-bottom:1px solid black;*/
}
.navigation li:hover {
	font-family: 'Lato', 'HelveticaUltralight';
	font-weight:300;
	cursor:pointer;
	color: #900;
	/*width:150px!important;*/
}
.navigation .active {
	font-family: 'Lato', 'HelveticaUltralight';
	font-weight:300;
	cursor:pointer;
	color: #369;
	border-bottom: #333 solid 3px;
	/*width:150px!important;*/
}
.logo {
	position:fixed;
	top:10;
	left:10%;
	z-index:1;
}
.slide {
	background-attachment: fixed;
	clear:both;
	width:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
	text-align:center;
}
.wrapper {
	width:960px;
	/*height:200px;*/
	margin:0 auto;
	position:relative;
	z-index: 2;
}
.slideno{
	font-family: 'Lato', 'HelveticaUltralight';
	font-weight:100;
	z-index: 1;
	position:absolute;
	bottom:-30px;
	left:0px;
	font-size:100px;
	/*color:rgba(255,255,255,0.3);*/
	color:rgba(150,150,150,0.1);
	text-transform:uppercase;
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left: -25px;
	background-color:#333333;
	background-image:url(../images/arrow.png);
	z-index:20;
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

.define {
	color:#4ebbb0; font-size: 24px; text-transform:uppercase; letter-spacing: .2em; margin-bottom: 20px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-family: 'Lato', 'HelveticaUltralight'; font-weight:300;
}

.connect {
	color:#5496bd; font-size: 24px; text-transform:uppercase; letter-spacing: .2em; margin-bottom: 20px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-family: 'Lato', 'HelveticaUltralight'; font-weight:300;
}
.process {
	color:#86b958; font-size: 24px; text-transform:uppercase; letter-spacing: .2em; margin-bottom: 20px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-family: 'Lato', 'HelveticaUltralight'; font-weight:300;
}
.visualize {
	color:#5496bd; font-size: 24px; text-transform:uppercase; letter-spacing: .2em; margin-bottom: 20px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-family: 'Lato', 'HelveticaUltralight'; font-weight:300;
}
.storytitle {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); letter-spacing: 0.05em;
}
.storybody {
	line-height: 18px; font-size: 13px; letter-spacing: 0.05em; margin-top: 10px; font-family:Arial, Helvetica, sans-serif;
}
.jobs01 {
	width:150px; background-color:#5495bd; height: 40px; font-size:36px; color:#FFF; float:left; text-align: right; font-family: 'Lato', 'HelveticaUltralight'; font-weight:100;
}
.jobs01-text {
	width: 730px; background-color:#5495bd; height: 20px; font-size:18px; color:#FFF; float:left; text-align: left; margin-left: 20px; padding: 10px 30px; letter-spacing: 0.05em;	 font-family: 'Lato', 'HelveticaUltralight'; font-weight:300;
}
.jobs02 {
	width:150px; background-color:#50bbb1; height: 40px; font-size:36px; color:#FFF; float:left; text-align: right; font-family: 'Lato', 'HelveticaUltralight'; font-weight:100;
}
.jobs02-text {
	width: 730px; background-color:#50bbb1; height: 20px; font-size:18px; color:#FFF; float:left; text-align: left; margin-left: 20px; padding: 10px 30px; letter-spacing: 0.05em;  font-family: 'Lato', 'HelveticaUltralight'; font-weight:300;
}
.jobs03 {
	width:150px; background-color:#87b958; height: 40px; font-size:36px; color:#FFF; float:left; text-align: right; font-family: 'Lato', 'HelveticaUltralight'; font-weight:100;
}
.jobs03-text {
	width: 730px; background-color:#87b958; height: 20px; font-size:18px; color:#FFF; float:left; text-align: left; margin-left: 20px; padding: 10px 30px;	 letter-spacing: 0.05em; font-family: 'Lato', 'HelveticaUltralight'; font-weight:300;
}
.jobs-text {
	color:#FFF; margin-top: 20px; letter-spacing: 0.05em; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75); font-size: 13px; font-family: Arial, Helvetica, sans-serif;
}

#form {
	position:absolute;
    left: 29%; /* positions the div half way horizontally */
    top: 40%; /* positions the div half way vertically */
    width: 40%;
	z-index: 100; /* makes the div the top layer, so it'll lay on top of the other content */
	background-image:url(../images/bg-black80.png);
	padding: 20px;
	color:#FFF;
	/*border:4px solid #FFF;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.7);  
}

.closebox {
	float:right; position:relative; top: -35px; left: 35px; background:#6eb43f; color:#FFF; padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.7);  
}
#overlay1 {
    display: none; /* ensures it's invisible until it's called */
    position: absolute; /* makes the div go into a position that's absolute to the browser viewing area */
	background-image:url(../images/bg-job.png);
	background-position: bottom right;
    left: 25%; /* positions the div half way horizontally */
    top: 20%; /* positions the div half way vertically */
    padding: 25px; 
    background-color: #ffffff;
    width: 50%;
    z-index: 100; /* makes the div the top layer, so it'll lay on top of the other content */
	color:#666;
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.7);  
}
#overlay1 P {
	margin-top: 10px;
}
#overlay2 {
    display: none; /* ensures it's invisible until it's called */
    position: absolute; /* makes the div go into a position that's absolute to the browser viewing area */
	background-image:url(../images/bg-job.png);
	background-position: bottom right;
    left: 20%; /* positions the div half way horizontally */
    top: 15%; /* positions the div half way vertically */
    padding: 25px; 
    background-color: #ffffff;
    width: 60%;
    z-index: 100; /* makes the div the top layer, so it'll lay on top of the other content */
	color:#666;
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.7);  
}
#overlay2 P {
	margin-top: 10px;
}
#overlay3 {
    display: none; /* ensures it's invisible until it's called */
    position: absolute; /* makes the div go into a position that's absolute to the browser viewing area */
	background-image:url(../images/bg-job.png);
	background-position: bottom right;
    left: 20%; /* positions the div half way horizontally */
    top: 15%; /* positions the div half way vertically */
    padding: 25px; 
    background-color: #ffffff;
    width: 60%;
    z-index: 100; /* makes the div the top layer, so it'll lay on top of the other content */
	color:#666;
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.7);  
}
#overlay3 P {
	margin-top: 10px;
}
#overlay4 {
    display: none; /* ensures it's invisible until it's called */
    position: absolute; /* makes the div go into a position that's absolute to the browser viewing area */
	background-image:url(../images/bg-job.png);
	background-position: bottom right;
    left: 20%; /* positions the div half way horizontally */
    top: 15%; /* positions the div half way vertically */
    padding: 25px; 
    background-color: #ffffff;
    width: 60%;
    z-index: 100; /* makes the div the top layer, so it'll lay on top of the other content */
	color:#666;
	margin-top: 20px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.7);  
}
#overlay4 P {
	margin-top: 10px;
}

#fade {
    display: none;  /* ensures it's invisible until it's called */
    position: absolute;  /* makes the div go into a position that's absolute to the browser viewing area */
    left: 0%; /* makes the div span all the way across the viewing area */
    top: 0%; /* makes the div span all the way across the viewing area */
    background-color: black;
    -moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 90; /* makes the div the second most top layer, so it'll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
}




.job-title {
	float: left;
	width: 100px;
	text-align: center;
	margin: 15px 5px;
	color:#FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	font-size: 16px;
}



/******************************
 SLIDE 1 
*******************************/
#slide1{
	background-image:url(../images/bg-slide1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/******************************
 SLIDE 2 
*******************************/
#slide2{
	background-image: url(../images/bg-lighttexture.jpg);
	background-position: center;
}
/*#slide2 img:first-child{
	position:absolute;
	top: 100px;
	left: 0px;
}
#slide2 img:nth-child(2){
	position:absolute;
	top:300px;
	left:100px;
}
#slide2 img:nth-child(3){
	position:absolute;
	top:600px;
	left:300px;
}
#slide2 img:nth-child(4){
	position:absolute;
	top:400px;
	left:300px;
}*/
/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-image: url(../images/bg-customers.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*#slide3 img:first-child{
	position:absolute;
top: 700px;
left: 300px;
}
#slide3 img:nth-child(2){
	position:absolute;
	top:100px;
	left:100px;
}
#slide3 img:nth-child(3){
	position:absolute;
	top:150px;
	left:300px;
}
#slide3 img:nth-child(4){
	position:absolute;
	top:450px;
	left:300px;
}
#slide3 img:nth-child(5){
	position:absolute;
	top:200px;
	right:300px;
}
#slide3 img:nth-child(6){
	position:absolute;
	top:100px;
	right:300px;
}*/
/******************************
 SLIDE 4 
*******************************/

#slide4{
	background-image: url(../images/bg-customers.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*#slide4 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}*/

/******************************
 SLIDE 5 
*******************************/
#slide5{
	background-image: url(../images/bg-texturedarkcorner.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/******************************
 SLIDE 6 
*******************************/
#slide6{
	background-image: url(../images/bg-contact.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}