/* Rotator CSS Document */

	
	/* ROTATING IMAGE */
	#image-rotator {
	color:rgba(255,255,255,0.7);
	position:relative;
	}
		#image-rotator a {
		color:rgba(255,255,255,1);
		text-shadow:0px 0px 3px rgba(0,0,0,0.3);
		}
		
			#image-rotator a:hover {}
	
		#main #image-rotator {margin-bottom:18px;}	
		
		#image-rotator ul li {
		padding:0 0 0 0;
		background:none;
		position:inherit;
		}
			#image-rotator ul li:before {display:none;}
			
			
			.flex-caption .wrap {
			min-width:960px;
			}
			
			.flex-caption .wrap h2 {
			font-size:90px;
			line-height:1;
			}
			
			a.flex-caption:hover .wrap h2 {}
		
		
		
		#flash {
		position:relative;
		height:200px;
		z-index:600;
		}
			
			#flash #flash-over {
			position:absolute;
			left:0px;
			top:0px;
			z-index:800;
			}
			
			#flash table {
			position:absolute;
			left:0px;
			top:0px;
			z-index:700;
			display:none;
			}
			
		
		#header-rotator {
		float:right;
		display:inline-block;
		margin-top:10px;
		margin-right:25px;
		}
		
		#rotator {
		position:relative;
		height:200px;
		z-index:600;
		}
			
			#rotator table {
			position:absolute;
			left:0px;
			top:0px;
			z-index:700;
			display:none;
			}
	
	
			
		#slider {
		position:relative;
		background:url(images/colorbox/loading_white.gif) no-repeat 50% 50%;
		}
			.nivo-caption {
			position:absolute;
			top:0px;
			left:0px;
			right:0px;
			bottom:0;
			color:#fff;
			width:100%;
			z-index:8;
			overflow:visible;
			height:0px;
			display: none;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
			}
				#image-rotator .slider-text {
				position:absolute;
				right:0px;
				top:0px;	
				padding:5px 25px;
				text-align:right;
				}
			
			#slider img {
			position:absolute;
			top:0px;
			left:0px;
			display:none;
			z-index:1;
			}
			
			#slider a {
			border:0;
			display:block;
			}
			
			#slider-over {
			position:absolute;
			left:0px;
			top:0px;
			z-index:800;
			}
				
				
				
				
/* Media Queries */

@media screen and (max-width: 1700px) {
	
	.flex-caption .wrap h2 {
	font-size:70px;	
	}
	
}


@media screen and (max-width: 1500px) {
	
	.flex-control-nav {
    bottom:60px;
	}
	
}


@media screen and (max-width: 1300px) {
	
	.flex-direction-nav,
	.flex-control-nav {display:none;}
	
	.flex-caption .wrap {
    min-width:80%;
	}
	
}


@media screen and (max-width: 1030px) {
	
	#image-rotator {
	overflow:hidden;
	}
		#slider {height:auto !important;}
	
		#slider .slider-text {
		width:50%;
		bottom:-45%;
		}
	
}


@media screen and (max-width: 940px) {

	.flex-caption .wrap h2 {
	font-size:45px;
	}

}


@media screen and (max-width:750px) {
	
	#image-rotator {
	display:none;	
	}
		
}


@media screen and (max-width: 650px) {
	
	#slider .slider-text {
	width:70%;
	bottom:-40%;
	}
	
}


@media screen and (max-width: 480px) {
	
	#slider,
	#flash,
	#slidebox,
	#image-rotator {display:none;}
	
}