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

/* Right SLIDER */
#homepage_content-slider_right {
	
}

/* SLIDER */
#homepage_slider_right {
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	height: 480px;
	width: 480px;
	overflow: hidden;
	float: left;
	border: 5px solid;
	border-top-color: #f5f6f7;
	border-left-color: #f5f6f7;
	border-bottom-color: #f5f6f7;
	border-right-color: #f5f6f7;
}

#homepage_mask_right {
	overflow:hidden;
	height:480px;
}
#homepage_slider_right ul {
	margin:0;
	padding:0;
	position:relative;
}
#homepage_slider_right li {
	width:480px;
	height:480px;
	position:absolute;
	top:-480pxpx;
	list-style:none;
}

/*#homepage_slider_right li.homepage_firstanimation_right {
	-moz-animation:cycle 35s linear infinite;	
	-webkit-animation:cycle 35s linear infinite;		
}
#homepage_slider_right li.homepage_secondanimation_right {
	-moz-animation:cycletwo 35s linear infinite;
	-webkit-animation:cycletwo 35s linear infinite;		
}
#homepage_slider_right li.homepage_thirdanimation_right {
	-moz-animation:cyclethree 35s linear infinite;
	-webkit-animation:cyclethree 35s linear infinite;		
}
#homepage_slider_right li.homepage_fourthanimation_right {
	-moz-animation:cyclefour 35s linear infinite;
	-webkit-animation:cyclefour 35s linear infinite;		
}
#homepage_slider_right li.homepage_fifthanimation_right {
	-moz-animation:cyclefive 35s linear infinite;
	-webkit-animation:cyclefive 35s linear infinite;		
}
*/
#homepage_slider_right .homepage_tooltip_right {
	background: #ffe12d;
	width:480px;
	height:40px;
	position:relative;
	bottom:60px;
	left:-480px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#homepage_slider_right .homepage_tooltip_right 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;
}
#homepage_slider_right li#homepage_first_right:hover .homepage_tooltip_right, 
#homepage_slider_right li#homepage_second_right:hover .homepage_tooltip_right, 
#homepage_slider_right li#homepage_third_right:hover .homepage_tooltip_right, 
#homepage_slider_right li#homepage_fourth_right:hover .homepage_tooltip_right, 
#homepage_slider_right li#homepage_fifth_right:hover .homepage_tooltip_right {
	left:0px;
}
#homepage_slider_right:hover li, 
#homepage_slider_right:hover .homepage_progress-bar_right {
	/*-moz-animation-play-state:paused;*/
	/*-webkit-animation-play-state:paused;*/
}

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

#homepage_slider_right img {
	position: relative;
	top: 0px;
	opacity: .8;
	filter: saturate(80%);
	-webkit-filter: saturate(80%) brightness(1);
	/*-moz-filter: saturate(0%) blur(5px) brightness(1);
	-o-filter: saturate(0%) blur(5px) brightness(1);
	-ms-filter: saturate(0%) blur(5px) brightness(1);*/
	
	transition: all .2s ease-in-out;
}

#homepage_slider_right img:hover {
	top: 0px;
	opacity: 1;
	filter: saturate(100%);
	-webkit-filter: saturate(100%) brightness(1.2);
}





/* Left SLIDER */
#homepage_content-slider_left {
	
}

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

#homepage_mask_left {
	overflow:hidden;
	height:480px;
}
#homepage_slider_left ul {
	margin:0;
	padding:0;
	position:relative;
}
#homepage_slider_left li {
	width:480px;
	height:480px;
	position:absolute;
	top:-480pxpx;
	list-style:none;
}

/*#homepage_slider_left li.homepage_firstanimation_left {
	-moz-animation:cycle 35s linear infinite;	
	-webkit-animation:cycle 35s linear infinite;		
}
#homepage_slider_left li.homepage_secondanimation_left {
	-moz-animation:cycletwo 35s linear infinite;
	-webkit-animation:cycletwo 35s linear infinite;		
}
#homepage_slider_left li.homepage_thirdanimation_left {
	-moz-animation:cyclethree 35s linear infinite;
	-webkit-animation:cyclethree 35s linear infinite;		
}
#homepage_slider_left li.homepage_fourthanimation_left {
	-moz-animation:cyclefour 35s linear infinite;
	-webkit-animation:cyclefour 35s linear infinite;		
}
#homepage_slider_left li.homepage_fifthanimation_left {
	-moz-animation:cyclefive 35s linear infinite;
	-webkit-animation:cyclefive 35s linear infinite;		
}
*/
#homepage_slider_left .homepage_tooltip_left {
	background: #ffe12d;
	width:480px;
	height:40px;
	position:relative;
	bottom:60px;
	left:-480px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#homepage_slider_left .homepage_tooltip_left 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;
}
#homepage_slider_left li#homepage_first_left:hover .homepage_tooltip_left, 
#homepage_slider_left li#homepage_second_left:hover .homepage_tooltip_left, 
#homepage_slider_left li#homepage_third_left:hover .homepage_tooltip_left, 
#homepage_slider_left li#homepage_fourth_left:hover .homepage_tooltip_left, 
#homepage_slider_left li#homepage_fifth_left:hover .homepage_tooltip_left {
	left:0px;
}
#homepage_slider_left:hover li, 
#homepage_slider_left:hover .homepage_progress-bar_left {
	/*-moz-animation-play-state:paused;*/
	/*-webkit-animation-play-state:paused;*/
}

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

#homepage_slider_left img {
	position: relative;
	top: 0px;
	opacity: .8;
	filter: saturate(80%);
	-webkit-filter: saturate(80%) brightness(1);
	/*-moz-filter: saturate(0%) blur(5px) brightness(1);
	-o-filter: saturate(0%) blur(5px) brightness(1);
	-ms-filter: saturate(0%) blur(5px) brightness(1);*/
	
	transition: all .2s ease-in-out;
}

#homepage_slider_left img:hover {
	top: 0px;
	opacity: 1;
	filter: saturate(100%);
	-webkit-filter: saturate(100%) brightness(1.2);
}



/* featured SLIDER */
#featured_content-slider_left {
	
}

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

#featured_mask_left {
	overflow:hidden;
	height:480px;
}
#featured_slider_left ul {
	margin:0;
	padding:0;
	position:relative;
}
#featured_slider_left li {
	width:480px;
	height:480px;
	position:absolute;
	top:-480pxpx;
	list-style:none;
}

#featured_slider_left .featured_tooltip_left {
	background: #ffe12d;
	width:480px;
	height:40px;
	position:relative;
	bottom:60px;
	left:-480px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;  
}
#featured_slider_left .featured_tooltip_left 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;
}
#featured_slider_left li#featured_first_left:hover .featured_tooltip_left, 
#featured_slider_left li#featured_second_left:hover .featured_tooltip_left, 
#featured_slider_left li#featured_third_left:hover .featured_tooltip_left, 
#featured_slider_left li#featured_fourth_left:hover .featured_tooltip_left, 
#featured_slider_left li#featured_fifth_left:hover .featured_tooltip_left {
	left:0px;
}
#featured_slider_left:hover li, 
#featured_slider_left:hover .featured_progress-bar_left {
	/*-moz-animation-play-state:paused;*/
	/*-webkit-animation-play-state:paused;*/
}

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

#featured_slider_left img {
	position: relative;
	top: 0px;
	opacity: .8;
	filter: saturate(80%);
	-webkit-filter: saturate(80%) brightness(1);
	/*-moz-filter: saturate(0%) blur(5px) brightness(1);
	-o-filter: saturate(0%) blur(5px) brightness(1);
	-ms-filter: saturate(0%) blur(5px) brightness(1);*/
	
	transition: all .2s ease-in-out;
}

#featured_slider_left img:hover {
	top: 0px;
	opacity: 1;
	filter: saturate(100%);
	-webkit-filter: saturate(100%) brightness(1.2);
}