@import url("header_animation.css") screen;

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

/* CONTENT SLIDER */
#content-slider {
	
}

/* SLIDER */
#slider {
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 5px;
	width: 805px;
	height: 166px;
	overflow: hidden;
	border: 5px solid;
	border-top-color: #f5f6f7;
	border-left-color: #f5f6f7;
	border-bottom-color: #f5f6f7;
	border-right-color: #f5f6f7;
	float: left;
}

#mask {
	overflow:hidden;
	height:166px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}
#slider li {
	width:805px;
	height:166px;
	position:absolute;
	top:-166px;
	list-style:none;
}

#slider li.firstanimation {
	-moz-animation:cycle 35s linear infinite;	
	-webkit-animation:cycle 35s linear infinite;		
}
#slider li.secondanimation {
	-moz-animation:cycletwo 35s linear infinite;
	-webkit-animation:cycletwo 35s linear infinite;		
}
#slider li.thirdanimation {
	-moz-animation:cyclethree 35s linear infinite;
	-webkit-animation:cyclethree 35s linear infinite;		
}
#slider li.fourthanimation {
	-moz-animation:cyclefour 35s linear infinite;
	-webkit-animation:cyclefour 35s linear infinite;		
}
#slider li.fifthanimation {
	-moz-animation:cyclefive 35s linear infinite;
	-webkit-animation:cyclefive 35s linear infinite;		
}

#slider .tooltip {
	background: #ffe12d;
	width:150px;
	height:40px;
	position:relative;
	bottom:60px;
	left:-320px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#slider .tooltip h1 {
	font-family: 'Open Sans', sans-serif;
	color:#091d36;
	font-weight: 700;
	letter-spacing: 0.0525em;
	font-size:27px;
	line-height:40px;
	padding:0 0 0 10px;
}
#slider li#first:hover .tooltip, 
#slider li#second:hover .tooltip, 
#slider li#third:hover .tooltip, 
#slider li#fourth:hover .tooltip, 
#slider li#fifth:hover .tooltip {
	left:0px;
}
#slider:hover li, 
#slider:hover .progress-bar {
	/*-moz-animation-play-state:paused;*/
	/*-webkit-animation-play-state:paused;*/
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:805px; 
	height:6px;
	background:#000;
	-moz-animation:fullexpand 35s ease-out infinite;
	-webkit-animation:fullexpand 35s ease-out infinite;
}