@import url("resetSHR.css") screen; 
@import url("animationSHR.css") screen;

/* Common */


.contentSHR h1 {
	font-size:100px;
	color:#000;
	text-shadow:0px 1px 1px #f4f4f4;
	text-align:center;
	padding:0px 0 0px;	
}

/* LAYOUT */
.containerSHR {
	margin:0 auto;
	overflow:hidden;
	width:100%;
}

/* CONTENT slider1 */
#content-sliderSHR {
	width:100%;
	/*height: 60px;*/
	/*margin:0px auto 0;*/
    height: 290px;
}
/* SLIDER */
#sliderSHR {
	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;
}
#maskSHR {
	overflow:hidden;
	height:320px;
}
#sliderSHR ul {
	margin:0;
	padding:0;
	position:relative;
}
#sliderSHR li {
	width:100%;
	height:320px;
	position:absolute;
	top:-325px;
	list-style:none;
}

#sliderSHR li.firstanimationSHR {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;		
}
#sliderSHR li.secondanimationSHR {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}
#sliderSHR li.thirdanimationSHR {
	-moz-animation:cyclethree 25s linear infinite;
	-webkit-animation:cyclethree 25s linear infinite;		
}
#sliderSHR li.fourthanimationSHR {
	-moz-animation:cyclefour 25s linear infinite;
	-webkit-animation:cyclefour 25s linear infinite;		
}
#sliderSHR li.fifthanimationSHR {
	-moz-animation:cyclefive 25s linear infinite;
	-webkit-animation:cyclefive 25s linear infinite;		
}

#sliderSHR .tooltipSHR {
	background:rgba(0,0,0,0.7);
	width:800px;
	height:100px;
	position:relative;
	bottom:75px;
	left:1300px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#sliderSHR .tooltipSHR h1 {
	color:#fff;
	font-size:80%;
	font-weight:300;
	line-height:60px;
	padding:0 0 0 20px;
}
#sliderSHR li#firstSHR:hover .tooltipSHR, 
#sliderSHR li#secondSHR:hover .tooltipSHR, 
#sliderSHR li#thirdSHR:hover .tooltipSHR, 
#sliderSHR li#fourthSHR:hover .tooltipSHR, 
#sliderSHR li#fifthSHR:hover .tooltipSHR {
	left:0px;
}
#sliderSHR:hover li, 
#sliderSHR:hover .progress-barSHR {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-barSHR{ 
	position:relative;
	top:-5px;
	width:100%; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}