html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	overflow: hidden;
	vertical-align: top;
	color: inherit;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border-color: inherit;
	overflow: hidden;
	background-attachment: fixed;
	transition: 			all 0.5s ease;
	-o-transition: 			all 0.5s ease;
 	-moz-transition: 		all 0.5s ease;
 	-webkit-transition: 	all 0.5s ease;
 	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html {
	background-color: rgba(20,20,20,1);
	background-image: url('background.png');
	background-attachment: fixed;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

body {
	background-color: rgba(0,0,0,0);
	font-family: 'quicksandbold';
	font-size: 40px;
	line-height: 52px;
	opacity: 0;
}

img {
	width: 100%;
}

#menu {
	background-color: rgba(20,20,20,1);
	color: rgba(255,255,255,0.95);
	background-image: url('background.png');
	background-attachment: fixed;
	z-index: 1000000000000;
	width:100%;
	position: fixed;
	top:0;
	left:0;
	height: 62px;
	overflow: visible;
}

a {
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	padding-bottom: 2px;
	margin-bottom: -2px;
	border-bottom: 1px dotted #000;
}

.leftMenu , .rightMenu {
	padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
}

.leftMenu {
	text-align: left;
	width: 25%;
}

.rightMenu {
	text-align: right;
	width: 75%;
}

#left , #right {
	position: absolute;
	overflow:hidden;
	color: rgba(0,0,0,0.85);
	background-attachment: scroll;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
	top:0;
	left:0;
}

.green {
	background-color: rgba(137,203,191,1);
	border-color: rgba(137,203,191,0.9);
	background-image: url("background.png");
	background-attachment: scroll;
}

.red {
	background-color: rgba(255,112,120,1);
	border-color: rgba(255,112,120,0.9);
	background-image: url("background.png");
	background-attachment: scroll;
}

.line {
	position: absolute;
	border-top: 2px dashed rgba(0,0,0,0.85);
	border-color: inherit;
	margin-top: -1px;
	width: 100%;
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
}

.lineBlack {
	position: absolute;
	border-top: 2px dashed rgba(0,0,0,0.75);
	margin-top: -1px;
	width: 100%;
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
}

.lineSolid {
	position: absolute;
	border-top: 2px dashed rgba(255,255,255,1);
	margin-top: -24px;
	width: 100%;
	z-index: 0;
	margin-left: -60px;
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
}

.point {
	position: absolute;
	background-color: #000;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

#containerLeft , #containerRight {
	position: absolute;
	overflow-y: scroll;
	color: inherit;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

.tubeLeft , .tubeRight {
	display: inline-block;
	width: 120px;
	height: 120px;
}

.headline {
	text-align: center;
	padding: 30px;
	margin-left: 0;
	padding-left: 0;
	margin-right: 0;
	padding-right: 60px;
	background-color: rgba(20,20,20,1);
	color: rgba(255,255,255,0.95);
	background-image: url("background.png");
	background-attachment: fixed;
	text-transform: uppercase;
}

.section {
	display: block;
	padding: 60px;
	padding-right: 120px;
	color: inherit;
	font-family: 'quicksandlight';
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

.imgSection {
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-right: 29px;
	color: inherit;
		transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

.halfSection , .halfSectionFlex {
	display: inline-block;
	color: inherit;
	padding: 60px;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

.projectTitle {
	text-align: center;
	padding: 0;
	width: 0;
	height: 0;
	position: absolute;
	z-index: 101;
	font-size: 128px;
	line-height: 128px;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

.halfSectionFlex {
	margin-bottom: -35px;
}

.circleLeft , .circleRight {
	-moz-border-radius: 10000px;
	-webkit-border-radius: 10000px;
	border-radius: 10000px;
	-khtml-border-radius: 10000px;
	background-image: url("background.png");
	background-attachment: fixed;
	line-height: 0;
	position: absolute;
	z-index: 100;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

.circleLeft {
	background-color: rgba(137,203,191,1);
}

.circleRight {
	background-color: rgba(255,112,120,1);
}

.pipeHolderLeft , .pipeHolderRight {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

.pipeHolderLeft {
	background-image: url('images/pipeLeft-01.png');
}

.pipeHolderRight {
	background-image: url('images/pipeRight-01.png');
}

.commDiv {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
	border-left: 2px dashed rgba(20,20,20,1);
	border-right: 2px dashed rgba(20,20,20,1);
	border-bottom: 2px dashed rgba(20,20,20,1);
	position: absolute;
	z-index: 99;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
}

h1 {
	font-family: 'quicksandlight';
	text-align: inherit;
	color: inherit;
	font-size: 98px;
	line-height: 112px;
}

h2 {
	font-family: 'quicksandlight';
	text-align: inherit;
	color: inherit;
	font-size: 48px;
	line-height: 64px;
	background-color: #fff;
	padding: 20px;
	margin: -20px;
	background-image: url("background.png");
	background-attachment: fixed;
	display: inline-block;
	text-transform: uppercase;
}

h4 {
	font-family: 'quicksandlight';
	text-align: inherit;
	color: inherit;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 32px;
	display: inline-block;
	cursor: pointer;
	padding-bottom: 1px;
	margin-bottom: -1px;
}

p {
	font-family: 'quicksandbook';
	text-align: inherit;
	color: inherit;
	font-size: 18px;
	line-height: 32px;
	background-color: #fff;
	padding: 20px;
	margin: -20px;
	background-image: url("background.png");
	background-attachment: fixed;
	display: inline-block;
}

.arrow {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 50px solid #fff;
	border-bottom: 30px solid transparent;
	display: table-cell;
	position: absolute;
	margin-left: -20px;
	margin-top: -30px;
	opacity: 1;
}

.pause {
	width: 50px;
	height: 50px;
	position: absolute;
	margin-left: -25px;
	margin-top: -25px;
	background-color: #fff;
	opacity: 1;
}

.contact {
	width: 200px;
	height: 200px;
	position: absolute;
	margin-left: -100px;
	margin-top: -100px;
	background-image: url("images/email.png");
	background-size: contain;
	background-attachment: scroll;
	opacity: 0.92;
}

b {
	font-family: 'quicksandbold';
	text-align: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
}

.location {
	display: block;
	background-color: #fff;
	padding: 20px;
	margin: -20px;
	background-image: url("background.png");
	background-attachment: fixed;
	border: 1px solid transparent;
	font-family: 'quicksandbook';
	text-align: inherit;
	color: inherit;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	height: 32px;
	margin-top: -60px;
	transition: 			all 0.0s ease;
	-o-transition: 			all 0.0s ease;
 	-moz-transition: 		all 0.0s ease;
 	-webkit-transition: 	all 0.0s ease;
 	z-index: 100;
 	position: absolute;
 	width: 50%;
}

.bigButton {
	-moz-border-radius: 10000px;
	-webkit-border-radius: 10000px;
	border-radius: 10000px;
	-khtml-border-radius: 10000px;
	background-color: rgba(20,20,20,1);
	background-image: url("background.png");
	background-attachment: fixed;
	line-height: 0;
	height: 1;
	width: 1;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

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

}

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

}

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

}