

@font-face {
	font-family: 'din_blackregular';
	src: url('../../ins3d/fonts/din-black-webfont.eot');
	src: url('../../ins3d/fonts/din-black-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../ins3d/fonts/din-black-webfont.woff') format('woff'),
		url('../../ins3d/fonts/din-black-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'din_lightregular';
	src: url('../../ins3d/fonts/din-light-webfont.eot');
	src: url('../../ins3d/fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../ins3d/fonts/din-light-webfont.woff') format('woff'),
		url('../../ins3d/fonts/din-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}





html, body {
	height: 100%;
	overflow: hidden;

	margin:0px;
	padding:0px;

	font-family: 'din_lightregular', sans-serif;
	font-size: 145x;
	color:#fff;

	background-image: url('../../ins3d/images/background.jpg');
	background-size: cover;
	background-position: 50% 74%;
}

* {
	outline: none;
	outline-style: none;
	-webkit-tap-highlight-color: transparent;
}

a {
	color:#fff;
}

.b {
	font-family: 'din_blackregular', sans-serif;

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}




.surface {
	position:absolute;
	left:0px;
	top:0px;

	background-size: 100% 100%;
	
	-webkit-transform-origin: top left;
	-webkit-transform-style: preserve-3d;
	-moz-transform-origin: top left;
	-moz-transform-style: preserve-3d;
	-ms-transform-origin: top left;
	transform-origin: top left;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	pointer-events:none;
}




#content {
	position: absolute;
}



#header{
	position:absolute;
	left: 55px;
	height: 78px;

	border:none;
	border-bottom: 1px solid #fff;
	margin-top: 30px;
}

#logo {
	display: inline-block;

	vertical-align: middle;
	margin-left: -20px;
	
	cursor:pointer;
}

#menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#menu a {
	position: absolute;
	display: block;
	vertical-align: middle;

	margin: 0px 0px 0px 0px;
	padding:0px;

	color: #000;
	font-size: 17px;
}
#menu a span {
	display: inline-block;
	height: 22px;
	text-align: center;
}
#menu a:hover {
	cursor:pointer;
}
#menu .b {
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	transform: translateY(1px);
}



#text {
	position: absolute;
	display: block;
	top: 170px;
	width:600px;
	left:200px;

	text-align: center;
	text-justify: newspaper;
}

#text p {
	text-align:justify;
}

#text ul {

}
#text ul li {
	display: inline-block;
	width: 180px;
	text-align: left;
}

#home,
#about,
#work,
#services,
#career,
#contact {
	display:none;
}




.tiletext {
	display:block;
	font-family: 'din_blackregular', sans-serif;
	font-size:100px;
}
