#lt {
	visibility: hidden;
}
#intro {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 111;
	background-color: #FFFFFF;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

#stage1 .hl{

}
#introbg{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-position: 0px 0px;


	background-image:url(../images/kaklulator.png);
	animation: animatedBackground 2s linear infinite;
	}
	
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 300px 0; }
}

#slider-container {
	position: relative;
}
#slidertooltip {
	position: absolute;
	display: none;
	width: 100%;
	z-index: 99;
}
#introtext {
	padding-top: 6px;
	color: #00ace9;
	font-size: 30px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	line-height: normal;
}
#introtext .phase {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '3');
	filter: blur(3px);
	display:inline-block;
	position:relative;
	top:20px;
}
#introtext .phase.phase0 {
	padding-bottom: 10px;
    color: #c10f81;
    font-size: 35px;
}
#introtext.phase0 .phase.phase0 {
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
		top:0;
}

#introtext.phase1 .phase.phase1 {
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	top:0;
}
#introtext.phase2 .phase.phase2 {
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	top:0;
}
#introtext.phase3 .phase.phase3 {
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	top:0;
}
#introtext.phase4 .phase.phase4 {
	opacity: 1;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	top:0;
}
body #container .stagecontent > * {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
 filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius = '3');
	filter: blur(3px);
	opacity: 0.3;
}
#slidertooltip .arrow {
	width: 100%;
	text-align: center;
	height: 4px;
}
#slidertooltip .innertext {
	background-color: #c10f81;
	margin-top: 10px;
	padding: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 4px;
	text-align: center;
}
body.introbackgroundtransparent #intro {
	background-color: transparent;
	background-color: rgba(255,255,255,0);
}
body.unbluronlyslider #container .stagecontent #slider-container {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity: 1;
}
body.unbluronlyslider #slider-container #slidertooltip {
	display: block;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
body.leaveintro #intro {
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
body.deletetooltip #container .stagecontent > * {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
body.deletetooltip #slider-container #slidertooltip {
	opacity: 0;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
body.deletetooltip #lt {
	visibility: visible;
}
body.deleteintro #intro {
	display: none;
}
