/***** general styles *****/
html, body {
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #3c3c3c;
	/*overflow: hidden;*/
	overflow-x:hidden;
	background-color: white;
	position: relative;
	min-width: 420px;
}

.visually-hidden {
	display: block;
	height: 0;
	left: -999em;
	margin: 0;
	overflow: hidden;
	padding : 0;
	position: absolute;
	width: 0;
}

a {
	outline: 0;
	text-decoration: none;
	color: #f8941d;
	cursor: pointer;
}
a:hover {
	color: #f26522;
}
#contact a {
	text-decoration: none;
	color: lightgrey;
}
#contact a:hover {
	color: grey;
}

b {
	font-size: 1.2em;
}

ul {
    list-style: none outside none;
}

p {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}

#text {
	padding:35px;
}
#explanation {
	padding:35px;
	font-size: 25px;
	margin-left: -25px;
	color: #7c7c7c;
	display: none;
}
#texture {
	position: absolute;
	width: 100%;
	height: 100%;/*6200px;*/
	/*left: -300px;
	top: -200px;*/
	background: url('gfx/tex5.png') repeat;
	z-index: 3;
}

#menuinfo {
	position: absolute;
	width: 50px;
	height: 175px;
	right: 12px;
	top: 300px;
	background: url('gfx/menuinfo.png') no-repeat 0 0 transparent;
	z-index: 5;
}
/***** index *****/
.index {
	position: fixed;
	right: 20px;
	top: 50%;
	z-index: 20;
	text-decoration: none;
	-moz-border-radius:12px; -webkit-border-radius:12px;
	width: 25px;
	padding-left: 4px;
	padding-top: 10px;
	padding-bottom: 4px;
}
.index li {
	height: 22px;
	cursor: pointer;
}
.index a {
	background: url('gfx/indexdot.png') no-repeat scroll 0 100% transparent;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: 999999px;
	width: 20px;
	text-decoration: none;
	outline: 0;
}

#side-contact a{
	background: url('gfx/indexcontact.png') no-repeat scroll 0 100% transparent;
}

/***** intro *****/
.centeredContent {
	width: 300px;
	height: 300px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -200px;
	z-index: 3;
}
#hoverElement
{
	position: absolute;
	width: 220px;
	height: 200px;
	top: 50px;
	left: 40px;
	z-index: 7;
}
#logo_overlay {
	position: absolute;
	width: 300px;
	height: 300px;
	background: url('gfx/logo_overlay.png') no-repeat 0 0px;
	z-index: 6;
	display: none;
}
#logo_sketch {
	position: absolute;
	width: 300px;
	height: 300px;
	background: url('gfx/logo_sketch.png') no-repeat 0 0px;
	z-index: 5;
}
#logo_mask {
	position: absolute;
	width: 300px;
	height: 300px;
	background: url('gfx/logo_mask.png') no-repeat 0 0px;
	z-index: 3;
}
#logo_color {
	position: absolute;
	width: 300px;
	height: 300px;
	background: url('gfx/logo_color.png') no-repeat 0 0px;
	z-index: 2;
}
#sheet {
	position: absolute;
	width: 900px;
	height: 700px;
	left: -300px;
	top: -200px;
	background-color: white;
	z-index: 1;
}
#hoverElement:hover {
	cursor: pointer;
}

#home_wrapper {
	display: table;
	min-width: 1%;
}
#home {
	display: table-cell;
	position: absolute;
	z-index: 5;
	clear: both;
	height: auto;
	overflow: hidden;
}
#home:hover {
	cursor: pointer;
}

#scroll {
	width: 100px;
	height: 60px;
	position: absolute;
	z-index: 5;
	background: url('gfx/scroll.png') no-repeat 0 0;
	left: 50%;
	top: 2000px;
	margin-left: -35px;
}

#wip {
	width: 129px;
	height: 129px;
	position: absolute;
	z-index: 10;
	background: url('gfx/wip.png') no-repeat 0 0;
	right: 0px;
	top: 0px;
}

#start_wrapper {
	position: absolute;
	bottom: 0px;
	margin-bottom: -55px;
	z-index: 7;
	width: 100%;
}

#start {
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
}

/***** 1st section User Interface *****/

#uxd {
	position: absolute;
	width: 400px;
	height: 38px;
	z-index: 5;
	top: 270px;
	left: -50px;
	background: url('gfx/uxd.png') no-repeat 0 0;
}

.designTitle {
	position: absolute;
	font-size: 2em;
	width: 100%;
	/*height: 50px;*/
	/* Fallback for web browsers that doesn't support RGBa */
	background-color: #000;
	/* RGBa with 0.6 opacity */
	background-color: rgba(0,0,0,0.85);
	/* For IE 5.5 - 7*/
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
	/* For IE 8*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
	
	color: white;
	padding: 5px 10px 5px 0px;
	text-align: right;
	text-transform: uppercase;
	left: -1000px;
	z-index: 10;
}
.titleOutline {
	position: absolute;
	width: 10px;
	height: 100%;
	background-color: white;
	right: -10px;
	top: 0;
}
.designDescription {
	position: absolute;
	font-size: 1.2em;
	width: 100%;
	/*height: 50px;*/
	/* Fallback for web browsers that doesn't support RGBa */
	background-color: #000;
	/* RGBa with 0.6 opacity */
	background-color: rgba(0,0,0,0.75);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#44000000, endColorstr=#44000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#44000000, endColorstr=#44000000)";
	color: white;
	padding: 5px;
	text-align: left;
	right: -1200px;
	z-index: 15;
	overflow: hidden;
}

.impressions {
	z-index: 15;
}
.impressions_hide {
	display: none;
}

.intro {
	position: absolute;
	height:1600px;
	width:100%;
	z-index: 10;
}
.speech {
	background: url('gfx/speech3.png') no-repeat scroll right bottom transparent;
	color: #dce0df;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 20px 70px 20px 20px;
	position: absolute;
	min-width: 100px;
	min-height: 70px;
	width: 500px;
	height: 430px;
}
.speech b {
	color: white;
	font-size: 1.1em;
}
.inout {
	line-height:2.2;
}
.bk_1 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/bk_1.png) no-repeat 50% 0px;
	z-index: 11;
	/*border: 1px solid;*/
}
.fr_1 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_1.png) no-repeat 50% 400px;
	z-index: 11;
}
#uid {
	position: absolute;
	left: 100%;
	top: 40%;
}
#uidDesc {
	position: absolute;
	right: 100%;
	top: 55%;
}

/***** 2nd section - multitouch *****/
.bk_2 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/bk_2.png) no-repeat 50% 0px;
	z-index: 11;
	/*border: 1px solid;*/
}
.fr_2_1 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_2_1.png) no-repeat 50% 400px;
	z-index: 11;
}
.fr_2_2 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_2_2.png) no-repeat 50% 400px;
	z-index: 11;
}
#playvid {
	position: absolute;
	width: 50px;
	height: 50px;
	background: transparent url(gfx/playvid.png) no-repeat scroll 0px 0px;
	overflow: hidden;
	z-index: 20;
}
#playvid:hover {
	cursor: pointer;
	background-position: -50px 0px;
}

#mt {
	position: absolute;
	left: 100%;
	top: 10%;
}
#mtDesc {
	position: absolute;
	right: 100%;
	top: 75%;
}

/***** 3rd section - game design *****/
.bk_3 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/bk_3.png) no-repeat 50% 0px;
	z-index: 11;
	/*border: 1px solid;*/
}
.fr_3 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_3.png) no-repeat 50% 400px;
	z-index: 11;
}
#gd {
	position: absolute;
	left: 100%;
	top: 5%;
}
#gdDesc {
	position: absolute;
	right: 100%;
	top: 75%;
}
#playButton {
	position: absolute;
	width: 100px;
	height: 30px;
	cursor: pointer;
	background: transparent url(gfx/pulseButton.png) no-repeat 0 0;
	/* IE drawback */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='gfx/pulseButton.png');
	/*behavior:url(-ms-transform.htc);*/
	-moz-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
}
#playButton:hover {
	background: transparent url(gfx/pulseButton.png) no-repeat 0 0;
}

/***** 4th section - corporate design *****/
.bk_4 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/bk_4.png) no-repeat 50% 0px;
	z-index: 11;
	/*border: 1px solid;*/
}
.fr_4_1 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_4_1.png) no-repeat 50% 400px;
	z-index: 11;
}
.fr_4_2 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_4_2.png) no-repeat 50% 400px;
	z-index: 11;
}
.fr_4_3 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_4_3.png) no-repeat 50% 400px;
	z-index: 11;
}
#cd {
	position: absolute;
	left: 100%;
	top: 10%;
}
#cdDesc {
	position: absolute;
	right: 100%;
	top: 75%;
}

/***** 5th section - web design *****/
.bk_5 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/bk_5.png) no-repeat 50% 0px;
	z-index: 11;
	/*border: 1px solid;*/
}
.fr_5_1 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_5_1_ff.png) no-repeat 50% 400px;
	z-index: 13;
}
.fr_5_2 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_5_2.png) no-repeat 50% 400px;
	z-index: 12;
}
.fr_5_3 {
	position: absolute;
	height:1600px;
	width:100%;
	background: transparent url(gfx/fr_5_3.png) no-repeat 50% 400px;
	z-index: 11;
}
#wd {
	position: absolute;
	left: 100%;
	top: 10%;
}
#wdDesc {
	position: absolute;
	right: 100%;
	top: 75%;
}

/***** last section *****/
.lastSection {
	position: absolute;
	height:1600px;
	width:100%;
	z-index: 11;
	/*border: 1px solid;*/
}

.ls_content_wrapper {
	position:absolute;
	width: 85%;
	height: 450px;
	/*top: 0px;*/
	bottom: 15%;
	margin: 0 7.5%;
}
.thx {
	color: #272727;
	font-size: 5em;
	/*font-weight: 700;*/
	width: 90%;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	text-align: center;
	margin: 0 5%;
}

.contactinfo {
	font-size: 1.5em;
	text-align: center;
}
#contactForm {
	position: absolute;
	background-color: #272727;  
	line-height: 1.5;
	font-size: 1.4em;
	padding: 20px 70px 20px 20px;
    border-radius: 1em 1em 1em 1em;
    -moz-border-radius:1em;  
    -webkit-border-radius:1em;
    margin: 17em auto 1em;
    padding: 1.5em 1.5em 1.5em 1.5em;
    width: 30em;
	bottom: 280px;
	color: white;
}
fieldset {  
    border:none;  
}   
form {  
	display: block;
}
form input.text {
	background-clip: border-box;
	border: medium none;
	border-radius: 1.3em 1.3em 1.3em 1.3em;
	color: #272727;
	font-size: 1em;
	font-style: italic;
	margin: -0.1em 0.5em 0 0;
	padding: 0.5em 0.75em;
	text-transform: lowercase;
	vertical-align: middle;
	width: 15em;
}

.speech2 {
	background: url('gfx/speech2.png') no-repeat scroll right bottom transparent;
	color: white;
	line-height: 1.5;
	font-size: 1.4em;
	padding: 20px 70px 20px 20px;
	position: absolute;
	min-width: 100px;
	min-height: 70px;
	bottom: 280px;
	margin-left: 25px;
}
.contactOverlay {
	position: absolute;
	width: 400px;
	height: 255px;
	bottom: 0;
	left: 50%;
	margin-left: -200px;
	z-index: 5;
}
#contact {
	position: absolute;
	width: 400px;
	height: 200px;
	left:50%;
	margin-left: -200px;
	z-index: 5;
	/*background: url('gfx/contact.png') no-repeat 0 0;*/
	background-color: white;
	-moz-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.25);
	/*behavior:url(-ms-transform.htc);
	-moz-transform:rotate(2deg);
	-webkit-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	-ms-transform:rotate(2deg);*/
}
#contact:hover {
	cursor: pointer;
}
#contact img {
	position: absolute;
	z-index: 5;
}
#contact a {
	position: absolute;
	z-index: 6;
}
.ie-shadow {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 400px;
	height: 200px;
	z-index: 4;
	background: white;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.25');
	display: none;
}

#buckling {
	position: absolute;
	width: 75px;
	height: 60px;
	bottom: -15px;
	left: 50%;
	margin-left: -37.5px;
	z-index: 5;
	background: url('gfx/buckling.png') no-repeat 0 0;
	overflow: hidden;
}
.bc_text {
	position: absolute;
	width: 200px;
	height: 50px;
	text-align: center;
	top: 75px;
	left: 100px;
	z-index: 6;
}

.mail {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.vCard {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.bcinfo {
	position: absolute;
	width: 215px;
	height: 175px;
	background: transparent url('gfx/cardinfo.png') no-repeat 0 0;
	left: 50%;
	margin-left: 220px;
	top: 35%;
}

#counter {
	position: absolute;
	width: 400px;
	height: 38px;
	z-index: 17;
	bottom: 0px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	font-size: 1em;
	color: #dce0df;
}
.totalPixels {
	font-size: 1.2em;
}

#scrollTop {
	width: 180px;
	height: 60px;
	bottom: 30px;
	position: absolute;
	z-index: 17;
	background: url('gfx/scrollTop3.png') no-repeat 0 0;
	left: 50%;
	/*top: 2000px;*/
	margin-left: -60px;
	cursor: pointer;
}

#ls_left {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
}
.textbubble {
	background: url('gfx/speech2.png') no-repeat scroll right bottom transparent;
	color: white;
	line-height: 1.5;
	padding: 20px 70px 20px 20px;
	position: absolute;
	height: 300px;
	width: 500px;
}
#ls_right {
	position: absolute;
	height: 90%;
	width: 50%;
	left: 50%;
	top: 0;
	background-image: url('gfx/me.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 95%;
	-moz-background-size: auto 95%;
	-webkit-background-size: auto 95%;
	-o-background-size: auto 95%;
}

/***** belt on last section *****/
#belt {
	position: absolute;
	bottom: 0px;
	height: 120px;
	width: 100%;
	background: transparent url(gfx/belt.png) repeat-x 0 0;
	z-index: 15;
}
#beltCenter {
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 120px;
	width: 240px;
	margin-left: -120px;
	background: transparent url(gfx/beltCenter.png) no-repeat 0 0;
	z-index: 16;
}
.innerbelt {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
}
.social {
	position: absolute;
	width:230px;
	bottom: 0px;
	left: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
	z-index: 20;
	font-size: 1em;
	color: #dce0df;
}
#copyright {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 15px;
	text-align: center;
	z-index: 17;
	font-size: 1em;
	color: #dce0df;
}
#info {
	position: fixed;
	display: block;
	overflow: hidden;
	background: url('gfx/info.png') no-repeat scroll 0px 0px transparent;
	bottom: 15px;
	right: 20px;
	width: 20px;
	height: 20px;
	z-index: 17;
}
#info:hover {
	cursor: pointer;
	background-position: -20px 0px;
}

#uid div {
	background-color: #6661ab; 
}
#mt div {
	background-color: #FED303;
}
#gd div {
	background-color: #72c1d2;
}
#cd div {
	background-color: #EF4060;
}
#wd div{
	background-color: #8DC63F;
}