body{
	opacity:0;
	background-color:black;
}
#home{
	opacity:0;
}

#background{
	position:absolute;
	
}

#topbar{
	height:15px;
}

#header > div{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:18px;
}

#middle{
	height:580px;
}

.mtop{
	margin-top:25px;
}

.white{
	background-color:white !important;
}

.black{
	color:white;
	text-align:right;
}

#header>div>a{
	color:white;
}

#fitpage{
	position:absolute;
	width:100%;
	height:100%;
}

.gradient {
position: absolute;
width: 100%;
height: 600px;
opacity: 1;
}

.gradient.upper {
top: 0px;
background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0) 100%);
background-image: -ms-linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0) 100%);
background-image: linear-gradient(top,rgba(0,0,0,0.8),rgba(0,0,0,0) 100%);
}

.gradient.lower {
bottom: 0px;
background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
background-image: linear-gradient(bottom,rgba(0,0,0,0.9),rgba(0,0,0,0) 100%);
}

#clients{
	font-family: 'Lato', sans-serif;
	font-weight:100;
	font-size:16px;
}

#line{
	width:100%;
	height:1px;
	background-color:#c6c6c6;
	margin-bottom:15px;
}

/* #siemens{
	margin-top:5px;
} */

#statement>div{
	width:84%;
	position:absolute;
	top:30px;
	right:0px;
	text-align:right;
	margin-top:85px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:64px;
	color:white;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}

#statement>div>p{
	position:absolute;
	background-color:#1ABC9C;
	right:0px;
	margin-top:10px;
	font-family: 'Lato', sans-serif;
	font-weight:100;
	font-size:20px;
	color:white;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	width:52%;
	line-height:28px;
}

#clients{
	opacity:0.6;
}

#overlay{
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0;
}

#whitewall{
	position:fixed;
	bottom:0px;
	width:100%;
	height:1px;
	background-color:white;
	opacity:1;
}
#footerCopy{
	font-size:10px;
	color:#666;
	text-align:center;
}
#smallMenu{
	position:absolute;
	top:0;
	width:100%;
}
#openMenu, #closeMenu{
	position:absolute;
	right:20px;
	top:0;
}
#theSmallMenu{
	position:absolute;
	top:0;
	width:100%;
	background-color:white;
}
.smallMenu{
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:28px;
	padding:20px;
	color:#1ABC9C;
}
#theSmallMenu>div:first-child{
	padding-top:70px;
}
#theSmallMenu>div:last-child{
	padding-bottom:50px;
}
#theSmallMenu>div>a{
	color:black;
}