@charset "UTF-8";

/* Resets ------ */ 

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; } article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; } a img {border: 0; background-color: transparent; background-repeat: no-repeat; background-size: auto auto; } 

.fntReg{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fntIta{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.fntBold{
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 3000px;
	background: #010101;/*rgb(41, 41, 53);*/
	overflow-x: hidden;
}

div {
	position: relative;
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	perspective: 1000;
	-webkit-perspective: 1000;
	
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.texture{
	display: block;
	position: fixed;
	left: 0;
	margin-left: 0px;
	margin-top: 0;
	top: 0px;
	width: 100%;
	min-width: 700px;
	height: 100%;
	z-index: 2;
	opacity: 0;
	background-repeat: no-repeat;
	background-size: contain;
}

#tex_01{
	background-image: url("../images/particles.jpg");
}
#tex_02{
	background-image: url("../images/particles2_h.jpg");
}
#tex_03{
	background-image: url("../images/map_h.jpg");
}
#tex_04{
	background-image: url("../images/splash_h.jpg");
}
#tex_05{
	background-image: url("../images/timeline_h.jpg");
}
#tex_06{
	background-image: url("../images/turb_h.jpg");
}
#tex_07{
	background-image: url("../images/ui_h.jpg");
}
#tex_08{
	background-image: url("../images/circ_h.jpg");
}
#tex_09{
	background-image: url("../images/particles2_h.jpg");
}

li{
    margin-bottom:8px;
}

.wrapper{
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
}

.sectionImg{
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 360px;
	height: 360px;
	vertical-align: top;
	overflow: hidden;
	margin-left: -180px;
	
	left: 0;/*50% ;*/
	top: 50% ;
	margin-top: 1em ;
	z-index: 50;
	opacity: 1;
    /* filter: blur(2px); */
}

.sectionImg > img{
	width: 100%;
}

.forceLength{
	display: block;
	position: absolute;
	margin: 0px;
	padding: 5px;
	width: 0px
}

.sectionDiv{
	display: block;
	position: relative;
	text-align: left;
	margin: 5px;
	padding: 5px;
	border-top: 1px solid rgba(255,255,255,1);
	background: none;
	width: 45%;
	left: 10%;
	z-index: 100;
	color: #ffffff;
	min-width: 290px;
}
.sectionDivfirst{
	margin-top:20px !important;
}

.sectionHead{
	padding-top: 12px;
    padding-bottom: 8px;
    font-family: proxima-nova, sans-serif;
    font-weight: 900 !important;
    font-style: normal;
    font-size: 5.2em;
    opacity: 0.3;
    line-height: 0.75em;
}
@media screen and (max-width: 1000px) {
    .sectionHead{
        font-size: 3em;
    }
}

.ref-quote{
    font-weight: 700;
    line-height: 1.7em;
}

h2{
    font-weight: 200;
	font-size: 2.1em;
}
h3{
    font-weight: 700;
}
h4{
    font-weight: 400;
    color:#fff;
	margin-top:0.8em;
	margin-bottom:0.8em;
}
.sectionBody p{
	margin-top:0.8em;
	margin-bottom:0.8em;
}
.sectionBody{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	padding-right: 20px;
    color:#aaa;
}
.sectionBody a{

    color: #aaa !important;
    text-decoration: none ;
}
.sectionBody a:hover{

    color: #aaa !important;
    text-decoration: underline;
}


.box {
  width: 100px;
  height: 100px;
  background: none;
  position: absolute;
  border: 1px solid white;
}

.marker {
  width: 100%;
  left: 0;
  pointer-events: none;
  user-select: none;
  z-index: 100;
  opacity: 0;
}

.timeline-trigger {
  position: fixed;
  border: 1px solid blue;
  z-index: 90;
  opacity: 0;
}

.start-trigger {
  border: 1px solid green;
  position: absolute;
  opacity: 0;
}

.end-trigger {
  border: 1px solid red;
  position: absolute;
  opacity: 0;
}

@media print {
	body{
		background: none;
		color:#000000;
	}
	
	.sectionDiv{
		display: inline-block;
		background: none;
		color:#000000;
		border-top: 0.25px solid rgba(0,0,0,1);
		margin: 4px;
		width: 75% !important;
		
		opacity: 1 !important;
		position: relative !important;
		transform: none !important;
		top: auto !important;
	}
	
	.sectionHead{
		padding-top: 4px;
		padding-bottom: 2px;
		font-size: 1.1em;
		line-height: 1.0em;
	}
	.sectionBody{
		font-family: proxima-nova, sans-serif;
		font-weight: 200;
		font-style: normal;
		font-size: 0.75em;
		line-height: 1.0em;
		letter-spacing: 0.05em;
	}
	
	.texture{
		display: none;
	}
	.sectionImg{
		display: none !important;
	}
	
	.forceLength{
		display: none;
	}
}