

.site, .section, .globalUI, .technologyHolder {
	min-height: 590px;
}

#sectionContentHolder {
	text-align: left;
}

body {
	background: rgb(217,219,219); 
	/* @alternate */background: -moz-linear-gradient(left, rgba(217,219,219,1) 0%, rgba(240,242,242,1) 100%); 
	/* @alternate */background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(217,219,219,1)), color-stop(100%,rgba(240,242,242,1))); 
	/* @alternate */background: linear-gradient(left, rgba(217,219,219,1) 0%,rgba(240,242,242,1) 100%);

	
}


.landingProcessorIntensiveLabel {
	position: absolute;
	z-index: 3;
	bottom: 50px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.landingProcessorIntensiveLabelVisible {
	opacity: 1;
}

p.landingProcessorIntensive {
	text-align: center;
	width: 400px;
}


p.landingMuseumLabel {
	margin-left: 10px;
}

p.landingOnlineLabel {
	margin-right: 10px;
}

.experiment p.homeSecondParagraph{
	margin-top: -4px;
	margin-bottom: 7px;
}

.landingLabel {
	display: inline-block;
	white-space: nowrap;
	margin-left: 30px;
}

.landingLabelContainer {
	display: inline-block;
	width: 370px;
}

p.landingContentLabel {
	display: inline-block;
	margin-left: 30px;
}

p.landingContentLabel + p.landingContentLabel { margin-top: -2px; }

#experiments {
	position: relative;
	max-width: 1082px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding-left: 152px;
	visibility: hidden;
}

.experimentTransitions {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

#experiments .experiment {
	position: relative;
	height: 528px;
}

@media all and (min-width: 1234px) {
	#experiments .experiment {
		margin-bottom: 12px;
	}

	#experiments .experiment:first-of-type {
		margin-top: 0px;
	}
	
	#experiments .experiment:last-of-type {
		margin-bottom: 0px;
	}
} 

#experiments .experiment .experimentDarkener {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .7;
	background: #000;
	height: 100%;
	z-index: 1;
	width: 1082px;
	
	/* Animation for leaving the view */
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

#experiments .experiment.selected .experimentDarkener {
	/* Animation for coming into view */
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	opacity: 0;
}

#experiments .experiment video {
	/*
	Old video size
	width: 1278px;
	height: 448px;
	*/

	width: 1082px;
	height: 528px;
}

#experiments .experiment .experimentContent {
	position: absolute;
	top: 50%;
	left: 66px;
	margin-top: -70px;
	/*font-family: 'DejaVuSansMonoBold', Arial, Helvetica, sans-serif;*/
	line-height: 25px;
	width: 304px;
	z-index: 2;
}

div.clipper {
	overflow: hidden;
}

#experiments .experiment h1  {
	color: #FFFFFF;
	margin-right: 20px;
	opacity: .5;
	margin-left: -2px;
	-webkit-text-stroke: 0.2px #FFFFFF;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
}

#experiments .experiment.selected h1  {
	opacity: 1;
}

#experiments .experiment h3 {
	color: #FFFFFF;
	line-height: 18px;
	opacity: .5;
	margin-left: -1px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
}

#experiments .experiment.selected h3  {
	opacity: 1;
}

#experiments .experiment hr {
	background: white;
	border: 0;
	height: 1px;
	margin: 19px 0 4px 0;
	opacity: 0;

	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
}

#experiments .experiment p {
	color: white;
	margin: 2px 0px 12px 0;
	opacity: 0;

	-webkit-text-stroke:0.3px white;

	/* Animation for leaving the view */
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	
	-webkit-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	transform: translateY(-60px);
}

#experiments .experiment a {
	display: inline-block;
	opacity: 0;
	
	/* Animation for leaving the view */
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	
	-webkit-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	transform: translateY(-35px);
}

#experiments .experiment.selected p {
	/* Animation for coming into view */
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
}

#experiments .experiment.selected a {
	/* Animation for coming into view */
	-webkit-transition: all 0.2s ease-out 0.1s;
	-moz-transition: all 0.2s ease-out 0.1s;
	transition: all 0.2s ease-out 0.1s;
}

#experiments .experiment.selected p, #experiments .experiment.selected a, #experiments .experiment.selected hr {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);

	opacity: 1;
}