/* Rotator CSS Document */

	
	/* ROTATING IMAGE */
	#image-rotator {
	height:100vh;
	color:rgba(255,255,255,0.7);
	position:relative;
	}
		#image-rotator a {color:rgba(255,255,255,1);}
		#image-rotator a:hover {color:rgba(255,255,255,0.7);}
	
		#main #image-rotator {margin-bottom:18px;}	
		
		#image-rotator ul li {
		padding:0 0 0 0;
		background:none;
		}
		
		
		#image-rotator.hide-text .flex-caption {
		opacity:0;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		}
		
		
		
		.flexslider {
		height:100vh;	
		}
		
			.flexslider .slides {
			height:100vh;	
			}
			
			.flexslider .slides .image-holder {
			display:block;
			height:100vh;
			background-position:center center;
			background-repeat:no-repeat;
			background-size:cover;
			}
			
			.flex-caption {
			padding:25vh 0 15vh 0;
			bottom:0;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
			-moz-transition:all 1s ease-out 0.2s;
			-webkit-transition:all 1s ease-out 0.2s;
			transition:all 1s ease-out 0.2s;
			}
			
				.flex-caption h2 {
				font-family:"tamarillo-n4", "tamarillo", Arial, Helvetica, sans-serif;
				font-size:85px;
				font-weight:400;
				line-height:1.2;
				padding-bottom:10px;
				text-shadow:0px 0px 15px rgba(0,0,0,0.3);
				}
			
			
			#image-rotator.hide-text .flex-caption h3 {
			opacity:0;	
			}
			
				.flex-caption h3 {
				font-size:35px;
				line-height:1.2;
				padding:0 20%;
				text-shadow:0px 0px 15px rgba(0,0,0,0.3);
				opacity:0.75;
				-moz-transition:all 1s ease-out 0.5s;
				-webkit-transition:all 1s ease-out 0.5s;
				transition:all 1s ease-out 0.5s;
				}
			
			.flex-caption .wrap {
			text-align:center;
			}
			
		
		
		#flash {
		height:100vh;
		position:relative;
		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;
			}
			
			
			.intro-arrows {
			position:absolute;
			bottom:40px;
			left:50%;
			width:50px;
			height:50px;
			margin-left:-25px;
			color:#ffffff;
			font-size:40px;
			z-index:900;
			}
			
				.intro-arrows:hover {
				color:#c6a890;	
				}
	
	
			
		#slider {
		position:relative;
		background:url(images/colorbox/loading_white.gif) no-repeat 50% 50%;
		}
			.nivo-caption {
			position:absolute;
			right:0px;
			bottom:65%;
			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: 1100px) {
	
	.flex-caption {}
	
		.flex-caption h2 {}
		
		.flex-caption h3 {}

}


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


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


/* Landscape */
@media only screen 
	and (max-device-width:736px) 
	and (orientation: landscape) { 
	
	.flex-caption {
	padding:25vh 0 25vh 0;
	}
	
		.flex-caption h2 {}
		
		.flex-caption h3 {
		padding:0 5%;
		}
	
}


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