div {display:block;}
body {margin: 0px; padding: 0px;}
iframe {width:100%;}

.main { 
	background: url(../img/concept-2.png) 50% 50% no-repeat fixed; 
	height: 1000px; 
	padding-top: 50px; 
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    /*box-shadow: 0 0 50px rgba(0,0,0,0.8);*/
    box-shadow: 0px 50px 50px -50px rgba(0, 0, 0, 0.8) inset, 0px -50px 50px -50px rgba(0, 0, 0, 0.8) inset;
    /*z-index:-2;*/

}

#main-holder {margin-top:50px;}

#home{height: 100%;}

.digital-link {
	position: fixed;
	left: 33%;
	top: 72%;
	z-index: 1;
}

.design-link {
	position: fixed;
	left: 58%;
	top: 72%;
	z-index: 1;
}

.digital {
	height: 1000px;
	background-color: white;
	z-index:999;
	position: relative;
}

.design {
	height: 1990px;
	background-color: white;
	z-index:999;
	position: relative;
}


header {
	background: none repeat scroll 0% 0% #FFF;
	opacity: 0.95;
	box-shadow: 0px 1px 3px #CCC;
	border-bottom: 1px solid #CCC;
	height: 54px;
	z-index: 1000;
	/*position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
    z-index: 100000;
	*/
	/*display: none;*/
}

header img {
	margin:15px;
}

header input {
	margin:5px;
	float:right;
}

.shadow {
	height: 54px;
}

.stuck {
	position: fixed;
	top:0;
	width:100%;
}


