* { margin:0; padding:0; }

/* HTML5 block-level reset for enhanced structural tag support in older browsers */
header, footer, section, aside, nav, article, figure { display: block; padding: 0; margin: 0; }

html, body {
	width:100%;
	max-width:100%;
	height:100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	font-family: arial;
}

body{
	font-family: arial, sans-serif;
	color: #000;
	font-size: 12px;
	background: #F6F7FC;
}

a{
	text-decoration: none;
	color: #222;
}

a img{
	border: 0px solid transparent;
}

@media screen and (max-width: 900px) {
	#sideInfo #title {
		font-size: 150%!important;
	}
} @media screen and (max-width: 700px) {
	#sideInfo {
		padding: 20px!important;
	} #sideInfo .logo {
		width: 150px!important;
		height: 40px!important;
	} #sideInfo #title {
		font-size: 120%!important;
		padding-top: 20px!important;
		padding-bottom: 5px!important;
	}
	#controls {
		width: 100%!important;
	} #controls .hiiri {
		display: none!important;
	}
	#model_toggle {
		width: 100%!important;
		padding: 0!important;
		text-align: center!important;
		left: 0!important;
		bottom: 30px!important;
	}
}

.overlay_logo{
	position: absolute;
	width: auto !important;
	bottom: 20px;
	right: 20px;
}

a:hover{
	color: #000;
}

.clear{
	clear: both;
}

#container{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
}

#content {
	width: 100%;
	position: absolute;
} #content .content_wrapper {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	background: #FFF url(http://www.mfa.fi/files/mfa/images/top_right_bg.png) no-repeat right bottom;
} #content .content_section {
	padding: 0px 25px 0px 25px;
} #content h3 {
	padding: 20px 0px 10px 0px;
	font-size: 100%;
} #content p {
	margin-bottom: 10px;
}
#ThreeJS {
	font-size: 0;
}
#content .white_bottom {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66ffffff',GradientType=0 );
	pointer-events: none;
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
}
#loading {
	font-size: 120%;
	display: block;
	padding: 10px 0;
	color: #222;
}

#model_toggle {
	z-index: 10;
	cursor: pointer;
	position: absolute;
	padding: 10px;
	width: 110px;
	left: 20px;
	bottom: 20px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
} #model_toggle:hover {
	color: #444;
	transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
} #model_toggle:active {
	color: #666;
}


/* ---- ----- ------ */

#sideInfo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	z-index: 10;
	pointer-events: none;
} #sideInfo .logo {
	display: block;
	width: 222px;
	height: 60px;
	background: url('icons/logo.png') no-repeat;
	background-size: 100%;
	pointer-events: all;
} #sideInfo #title {
	font-size: 180%;
	padding-top: 30px;
	padding-bottom: 10px;
	display: block;
	pointer-events: all;
} #sideInfo .link {
	font-size: 120%;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	pointer-events: all;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
} #sideInfo .link:hover {
	text-decoration: underline;
	color: #444;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
} #sideInfo .link:active {
	color: #666;
}

/* ---- ----- ------ */

#header{
	position: absolute;
	width: 100%;
	z-index: 50;
	/*background: #F7E100;*/
}
	#header .top{
		margin: 0px 25px 28px 25px;
		padding: 29px 0px 0px 0px;
		height: 43px;
		position: relative;
		z-index: 50;
	}
	#header .top span{
		position: absolute;
		font-size: 180%;
		text-align: center;
		width: 100%;
		top: 50px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
	}
	
	#header a.logo{
		display: block;
		width: 324px;
		height: 43px;
		background: url('icons/logo.png') no-repeat;
		background-size: 100%;
	}
	
	#header .bottom{
		height: 30px;
		background: #fff;
	}

	#header ul.nav{
		margin: 0px 0px 0px 25px;
		padding: 0px;
		list-style-type: none;
		font-size: 10px;
		font-weight: bold;
	}
	
	#header ul.nav a:hover{
		color: #b4a323;
	}
	
	#header .nav li{
		float: left;
		margin: 0px;
		padding: 0px;
		position: relative;
	}
	
	#header .nav li:last-child{
		display: none;
	}
	
	#header .nav li li:last-child{
		display: block;
	}
	
	#header .nav a, #header .nav span{
		display: block;
		height: 30px;
		line-height: 30px;
		margin-right: 13px;
		color: #000;
		text-transform: uppercase;
	}
	
#footer {
	font-size: 11px;
	height: 105px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	/*background: #F7E100;*/
} #controls {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100px;
	width: 250px;
	text-align: center;
} #controls .hiiri {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 50px;
	height: 65px;
	display: inline-block;
	margin: 0 5px 3px 5px;
} #hiiri1 {
	background-image: url('icons/hiiri1_2.png');
} #hiiri2 {
	background-image: url('icons/hiiri2_2.png');
} #hiiri3 {
	background-image: url('icons/hiiri3_2.png');
} #cr {
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	bottom: 10px;
}