@import url("resetSHL.css") screen; 
@import url("animationSHL.css") screen;

/* Common */


.contentSHL h1 {
	font-size:100px;
	color:#000;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:center;
	padding:0px 0 0px;	
}

/* LAYOUT */
.containerSHL {
	margin:0 auto;
	overflow:hidden;
	width:100%;
}

/* CONTENT SLIDER */
#content-sliderSHL {
	width:100%;
	/*height: 60px;*/
	/*margin:0px auto 0;*/
    height: 290px;
}
/* SLIDER */
#sliderSHL {
	background:#000;
	border:0px solid #eaeaea;
	/*box-shadow:1px 1px 5px rgba(0,0,0,0.7);*/
	height:320px;
	width:100%;
	margin:0px auto 0;
	overflow:visible;
	position:relative;
}
#maskSHL {
	overflow:hidden;
	height:320px;
}
#sliderSHL ul {
	margin:0;
	padding:0;
	position:relative;
}
#sliderSHL li {
	width:100%;
	height:320px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#sliderSHL li.firstanimationSHL {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}
#sliderSHL li.secondanimationSHL {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}
#sliderSHL li.thirdanimationSHL {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#sliderSHL li.fourthanimationSHL {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#sliderSHL li.fifthanimationSHL {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}
#sliderSHL li.sixthanimationSHL {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}
#sliderSHL li.seventhanimationSHL {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}
#sliderSHL .tooltipSHL {
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100px;
	position:relative;
	bottom:75px;
	left:1300px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#sliderSHL .tooltipSHL h1 {
	color:#fff;
	font-size:100%;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#sliderSHL li#firstSHL:hover .tooltipSHL, 
#sliderSHL li#secondSHL:hover .tooltipSHL, 
#sliderSHL li#thirdSHL:hover .tooltipSHL, 
#sliderSHL li#fourthSHL:hover .tooltipSHL, 
#sliderSHL li#fifthSHL:hover .tooltipSHL {
	left:0px;
}
#sliderSHL:hover li, 
#sliderSHL:hover .progress-barSHL {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-barSHL { 
	position:relative;
	top:-5px;
	width:100%; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}