/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	background-color: #fff;
	background-image: url(../img/bg.jpg);
}

body{
	min-height: 600px;
    padding: 100px 0 50px;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	box-shadow:0 0 25px rgba(0,0,0,0.3) inset;
	height:100%;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}


/*----------------------------
	Styling the presentation
-----------------------------*/


#impress:not(.impress-not-supported) .step{
	opacity:0.4;
}

#impress .step{
	width:700px;
	height: 600px;
	position:relative;
	margin:0 auto;
	
	-moz-transition:1s opacity;
	-webkit-transition:1s opacity;
	transition:1s opacity;
}

#impress .step.active{
	opacity:1;
}

#impress h2{
	font: normal 44px/1.5 'PT Sans Narrow', sans-serif;
	color:#444648;
	position:absolute;
	z-index:10;
}

#impress p{
	font: normal 18px/1.3 'Open Sans', sans-serif;
	color:#27333f;
	position:absolute;
	z-index:10;
}

#impress img{
	position:absolute;
	z-index:1;
}

.arrow{
	width:32px;
	height:54px;
	position:fixed;
	top:50%;
	margin-top:-27px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	opacity:0.8;
	border:none !important;
	text-decoration:none !important;
	-moz-transition:0.2s opacity;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
}

.arrow:hover{
	opacity:1;
}

#arrowLeft{
	left:45px;
}

#arrowRight{
	right:45px;
	background-position:top right;
}

/* Hide the arrows if impress is not supported */

#impress.impress-not-supported + .arrow,
#impress.impress-not-supported + .arrow + .arrow{
	display:none;
}


/*----------------------------
	Slide 1 - Intro
-----------------------------*/


#impress #intro{
	width: 550px;
}

#intro h2{
	text-align: center;
    width: 100%;
}

#intro p{
	font-size: 22px;
    left: 290px;
    line-height: 1.6;
    top: 220px;
    white-space: nowrap;
}

#intro img{
	top: 120px;
}


/*----------------------------
	Slide 2 - Ilme
-----------------------------*/


#impress #ilme{
	width: 675px;
}

#ilme h2{
	left: 0;
	top: 113px;
	width: 400px;
}

#ilme p{
	left: -1px;
	text-align: left;
	text-indent: 16px;
	top: 199px;
	width: 400px;
}

#ilme img{
	right: 0;
    top: 30px;
}


/*----------------------------
	Slide 3 - Paino
-----------------------------*/


#impress #paino{
	width: 560px;
}

#paino h2{
	left: -77px;
	top: 299px;
	width: 611px;
	text-align:center;
}

#paino p{
	left:209px;
	margin-left:-245px;
	text-align: left;
	top: 383px;
	width: 562px;
	text-indent: 15px;
}

#paino img{
	right: 0;
	top: -9px;
}


/*----------------------------
	Slide 4 - Kuvitus
-----------------------------*/


#impress #kuvitus{
	width: 620px;
}

#kuvitus h2{
	left: 0;
	text-align: left;
	top: 128px;
}

#kuvitus p{
	left: 0px;
	top: 214px;
	width: 347px;
	text-indent: 15px;
}

#kuvitus img{
	right: -1px;
	top: 92px;
}


/*----------------------------
	Slide 5 - Koulutus
-----------------------------*/


#impress #koulutus{
	width: 690px;
}

#koulutus h2{
	left: 0;
	text-align: left;
	top: 23px;
	width: 100%;
}

#koulutus p{
	font-size: 18px;
	left: 1px;
	text-indent: 15px;
	top: 109px;
	width: 381px;
}

#koulutus img{
	right: 0;
	top: 135px;
}



/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 55px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 18px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#FEF035;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 20px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#1DAFED;
	font-style: normal;
}

footer a i b{
	color:#E9328C;
	font-weight: normal;
}
