
html
{
	background: url("lightPaperFiberBackground.jpg") no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;	
	margin:0;
	padding:0;
	
}

body {
    /* background-image: url("univers-bg.jpg");
     background-repeat: no-repeat;
     background-size: contain;
	 */
	 width:100%;
	 height:100%;
	 font-family:Arial, Helvetica, sans-serif;
	 margin:0;
	padding:0;
     }	
	 
#touchArea
{
	width:400px;
    height:400px;
    background:#333;
    font-size:20px;
    color:#fff;
	
}
	 
.wrapper
{
	width: 100%;
	min-width:800px;
	height:auto;
	margin-top: 10px;
	clear:both;	
}

.anchor
{
	
	display:block;
	height:50px;
	margin-top:-50px;
	visibility:hidden;	
}
/*---------------------------------------title-----------------------------------------*/	 
.titleContainer
{
	width:100%;
	height:120px;
	
}

.title
{
	margin: 0 20px;
	width:97%;
	min-width:700px;/*800px*/
	height:100%;
	background-image: url("univers-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	border-style:solid;
	
	
	
}

.title h1
{

	text-align: center;
	word-wrap:break-word;
	margin-bottom:0;
	margin-top:0;
	padding-top:25px;
	
}

.title h2
{
	text-align: center;
	word-wrap:break-word;
	margin:0;
}

.infoContainer
{
	width: 100%
	height: auto;	
	
}
/*---------------------------------------leftbar-----------------------------------------*/	 
.leftBarWrapper
{
	top:130px;
	float:left;
	width: 25%;
	min-width:250px;
	height:500px;
	left:10px;
	/*background-color: grey;*/
	position:static;/*take off*/
	margin-top:20px;
	
}

.navWrapper
{
	position:static;
	
	
}

div#leftBar1
{
	padding:0px;
}

.stick
{
	position:fixed;
	top:0px;	
}

div#navigationBar1{
	
	word-wrap:break-word;
	background-color: black;
	margin-top:10px;
	border-radius: 10px;
	padding:0;
	
}
/*navgationBar1
{
	word-wrap:break-word;
	background-color: black;
	margin-top:10px;
	border-radius: 10px;
	padding:0;	
}*/
.navigationBar1 ul
{
	padding: 0;
	list-style:none;
	margin:0;
	
	
	
}

.navigationBar1 li
{
 	/*display:inline;*/
	border:thin;
	border-style:solid;
	border-color:black;
	border-radius:5px;
 	text-align:center;
	background-color:rgb(77,77,77);
	padding:2px;	
	
}

.navigationBar1 li a
{
	text-decoration:none;
	border:thin;
	border-color:black;
	background:rgb(217,217,217);
	border-radius:5px;
	padding:2px;
	border-style:solid;
	margin:1px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/	
}

.navigationBar1 li a:hover
{
	background-color: white;
}

.navigationBar1 li a:visited
{
	color:black;
}

.navigationBar1 li a:link
{
	color:black;	
}

div#pageContainer1{
	

	

	
}


.title1{

	background-image: url("univers-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	border-style:solid;
}

.title1 a:hover
{
	color:white;
}


.navigationBar
{
	/**/
	width:25%;
	float:left;
	height:auto;
	top:150px;
	
	/**/
	/*width: 100%;*/
	height:auto;
	background-color: black;
	position:absolute;
	min-width:250px;/*150*/
	border-radius: 10px;
	margin-left:20px;
	word-wrap:break-word;
}


.navigationBar ul
{
	padding: 0;
	list-style:none;
	margin:0;
	
}

.navigationBar li
{
 	/*display:inline;*/
	border:thin;
	border-style:solid;
	border-color:black;
	border-radius:5px;
 	text-align:center;
	background-color:rgb(77,77,77);
	padding:2px;	
	
}

.navigationBar li a
{
	text-decoration:none;
	border:thin;
	border-color:black;
	background:rgb(217,217,217);
	border-radius:5px;
	padding:2px;
	border-style:solid;
	margin:1px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/	
}

.navigationBar li a:hover
{
	background-color: white;
}

.navigationBar li a:visited
{
	color:black;
}

.navigationBar li a:link
{
	color:black;	
}
/*---------------------------------------pageInfo-----------------------------------------*/	 

.pageContainer1
{
	position:static;	
}

.pageContainer
{
	width: 63%;/*62px*/
	height:auto;
	float:left;
	margin-left:40px;/*take off*/
	margin-top: -1%;
	position:static;
	min-width:500px;
}

.page
{
	width: 100%;
	height: auto;
}
.page h2
{
	margin-left: 25px;
	
}

/*.page h3
{
	margin-left: 25px;	
}*/

.page h5
{
	margin-left: 25px;	
}

.pageTitle
{
	margin-left: 25px;	
	margin-right:25px; 
}
.pageTitle b
{
	color: black;
}

.pageTitle b2
{
	font-weight:bold;
	color:blue;	
}
.pageTitle b3
{
	font-weight:bold;
	color:black;	
}


.pagePic
{
 	width:400px;
	height: auto;
	margin-left: 25px;	
}
.pageSubTab
{
	margin-left: 25px;
}
.pageSubTab b
{
	color: blue;
} 

.pageSubTab2
{
 	margin-left: 25px;
		
}

.pageSubTab b2
{
	font-weight: bold;
}

.pageSubTab2 b
{
	color: black;
}

/*---------------------------------------rightBar-----------------------------------------*/	 

.rightBar
{
	width:10%;
	height:500px;
	float:left;
	/*background-color:grey;*/
}
/*---------------------------------------glossary-----------------------------------------*/	 
.glossaryContainer 
{
	width: 100%;
	height:auto;
}
.glossary
{
	width: 100%;
	height: auto;
	/*padding-left: 10px; 
	padding-right: 10px;*/
	
	/*text-align:center;*/
	 
	
}
.glossary h2
{
	margin-left: 25px;
	
}

.glossary h3
{
	margin-left: 45px;	
}

.glossary h5
{
	margin-left: 25px;	
}

.glossaryTitle
{
	margin-left: 25px;	
	margin-right:25px; 
}
.glossaryTitle b
{
	color: blue;
}

.glossarySubTab
{
	margin-left: 25px;
}
.glossarySubTab b
{
	color: black;
	
	
	
} 


/*------------------------------------footer--------------------*/

.footerWrapper
{

	width:100%;
	height:auto;
	
	position:relative;
	
}
/*---------------------------------------style-----------------------------------------*/	 
.style2 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.style32 {
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style9 {
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
.style25 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}


.style33 
{
	color: #000000;
	font-size: small;
	font-style: italic;
}
.style38 
{
	font-size: medium; 
	color: #990000; 
	font-weight: bold;
 }
.style39 
{
	color: #990000;
	font-weight: bold;
}

.menu
{
	z-index:auto;
	float:right;
	background-color:black;	
	position:absolute;
	right:0;
	top:10px;
}

header {
	background: #ffffff;
	box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	width: 100%;
	z-index: 10000;
	position: relative;
	}
	
.fixed-header header {
	position: fixed;
	left: 0; top: 0;
	}
	
header.header-overlay {
	background: transparent;
	box-shadow:  none;
	-moz-box-shadow:  none;
	-webkit-box-shadow:  none;
	position: absolute!important;
	left: 0; top: 0;
	}
	
header.header-overlay #defaut-logo {
	display: none;
	}

/*---------------------------------------------- 
6. NAVIGATION & MENU
------------------------------------------------*/
.menu {
	position: relative;
	}

nav#main-nav {
	z-index: 50;
	}
	
nav#main-nav ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
nav#main-nav ul li {
	position: relative;
	z-index: 45;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	min-width: 10px;
	}

nav#main-nav > ul > li > a  {
	display: block;
	font-family: 'Open Sans'; 
	font-weight: 600;
	font-size: 12px;
	line-height: 60px;					/* depending on the logo height */
	color: #262626;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 45;
	padding: 20px 0;
	width: auto;
	transition: all 200ms linear;
	}
	
/* nav state for overlayed header*/	
.header-overlay nav#main-nav > ul > li > a {
	color: #ffffff;
	opacity: 0.7; 
	filter: alpha(opacity=7); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
		
nav#main-nav > ul > li:hover > a {
	z-index: 48;
	color: #7f58ba;
	}
	
nav#main-nav > ul > li.current-menu-item > a, nav#main-nav > ul > li.current-menu-ancestor > a {
	color: #7f58ba;
	}

/* hover/active nav state for overlayed header*/	
.header-overlay nav#main-nav > ul > li:hover > a, .header-overlay nav#main-nav > ul > li.current-menu-item > a, .header-overlay nav#main-nav > ul > li.current-menu-ancestor > a {
	color: #ffffff;
	opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
nav#main-nav ul li .sub-menu {
	position: relative;
	position: absolute;
	top: 100px;							/* depending on the logo height + padding */
	left: 0px;
	background: #262626;
	width: 200px;
	padding: 5px 0;
	display: none;
	z-index: 47;
	} 
	
nav#main-nav ul .sub-menu li {
	float: none;
	margin: 0;
	}
	
nav#main-nav ul .sub-menu li a {
	font-family: 'Open Sans'; 
	font-weight: 400;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	padding: 7px 20px;
	display: block;
	}
	
nav#main-nav ul .sub-menu > li:hover > a, nav#main-nav ul .sub-menu > li.current-menu-item > a {
	color: #ffffff;
	}

nav#main-nav ul li ul li .sub-menu {
	position: absolute;
	top: 0px;
	left: 200px;
	}
	


/* control nav when fixed & scrolled */
nav#menu-controls {
	display: none;
	}
	
nav#menu-controls ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none;
	/*overflow: hidden;*/
	}
	
nav#menu-controls ul li {
	float: left;
	margin: 0 0 0 15px;
	padding: 20px 0;
	height: 60px;
	text-align: center;
	position: relative;
	width: 12px;
	transition: all 200ms linear;
	}
		
nav#menu-controls > ul > li a  {
	display: inline-block;
	color: #262626;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	-webkit-border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	}
	
nav#menu-controls > ul > li.current-menu-item > a {
	border-color: #7f58ba;
	}
	
nav#menu-controls > ul > li.current-menu-item > a span.c-dot {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
nav#menu-controls > ul > li a span.c-dot  {
	display: block;
	height: 6px;
	width: 6px;
	background: #262626;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	}
	
nav#menu-controls > ul > li a:hover span.c-dot  {
	background: #7f58ba;
	}
	
nav#menu-controls > ul > li a span.c-name  {
	position: absolute;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	width: 100px;
	left: -44px;
	bottom: 12px;
	opacity: 0; 
	filter: alpha(opacity=0); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;

    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	}
	
nav#menu-controls > ul > li a:hover span.c-name {
	opacity: 1; 
	filter: alpha(opacity=100); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}



/* responsive nav on mobile view */	
.open-responsive-nav {
	padding: 10px 0;
	text-indent: -9999px;
	display: block;
	display: none;
	}
	
.open-responsive-nav span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/sprites.png) -340px 0 no-repeat;
	}
.header-overlay .open-responsive-nav span { background-position: -370px 0 ; }

#menu-responsive {
	position: absolute;
	background: #262626;
	padding: 0;
	top: 60px;
	right: -270px;
	width: 260px;
	z-index: 10000;
	box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-moz-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	-webkit-box-shadow:  rgba(0,0,0, 0.2) 0px 0px 3px;
	}
	
nav#responsive-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
nav#responsive-nav > ul {
	border-bottom: 1px solid #333333;
	}
	
nav#responsive-nav ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #333333;
	position: relative;
	}
	nav#responsive-nav > ul > li:first-child {
	border-top: none;
	}
	
nav#responsive-nav > ul li > a {
	display: block;
	color: #cccccc;
	font-family: 'Open Sans'; 
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 8px 20px;
	transition: all 200ms linear;
	}
	

nav#responsive-nav > ul > li:hover > a, nav#responsive-nav > ul > li.current-menu-item > a {
	color: #ffffff;
	}	
	
nav#responsive-nav .sub-menu li a {
	display: block;
	font-weight: 400;
	text-transform: inherit;
	color: #cccccc;
	line-height: 20px;
	padding: 10px 20px 10px 40px;
	font-size: 12px;
	}
	
.divider
{
	  border-bottom: solid;
  border-bottom-color: grey;	
}

.pageContent
{
		
	height: 400px;
	width:100%;
	position:absolute;
}

.nav a
{
	color:white;
}

#sideBarContainer
{
	background-color:rgb(76,76,76);
	height:100%;
	width:200px;
	position:fixed;
	/*display:none;*/
	right:-200px;
	overflow:hidden;
}

#sideBarContainer #sideBar
{
	height:100%;
	width:217px;
	overflow:scroll;
	padding-bottom:50px;
}