.container {
	width: 100%;
	margin:0 auto;
}

#info {
	position: absolute;
	top:30%;
	left:50%;
	width: 600px;
	margin-left:-300px;
	margin-top:-150px;
	font-family: 'Roboto', Helvetica, Arial;
	z-index:1000;
	color:#fff;
	font-weight:300;	
}

#info h1 {
	font-size:40px;
	text-transform:uppercase;
	text-align:center;
}

#info p.styles {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	width: 100%;
}

#info p.styles a {
	display:inline-block;
	padding:5px 15px;
	background: rgba(0,0,0,0.5);
	text-decoration:none;
	margin:0 10px;
}

#info p.styles a.active, 
#info p.styles a:hover {
	background: #fff;
	color:#333;
} 

#info p {
	width: 80%;
	text-align:center;
	margin:0 auto;
	line-height: 24px;
}

#info a {
	color:#fafafa;
}

#info p.social {
	width: 220px;
	margin:0 auto;
	margin-top:33px;
}

/* override flexslider default style */
.flexslider {
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin: 0 0px 0 0;
	overflow:hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
}

.flex-control-nav {
  bottom: 13px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 900;
}

.flex-control-paging li a {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border:2px solid #fff;	
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active { 
    background: transparent url(dot2.png) no-repeat scroll;
    background-size: 100%;
}

.flex-direction-nav {
	height:90px;
	width: 100%;
	position: absolute;
	top:56%;
	left:0;
	margin: -50px 0 0; 	
	z-index:100;
	opacity: 0;
}

.flex-direction-nav li {
	overflow:visible;
}

.flex-direction-nav a  { 
	overflow:visible;
	width: 50px; 
	height: 50px; 
	margin: 0; 
	opacity: 1;  
	top:0;
	color: rgba(0,0,0,0.8); 
	text-indent:-9999em;
	text-shadow: none; 
	-webkit-transition:  all 0.3s ease-out; 
	-moz-transition:  all 0.3s ease-out; 
	transition:  all 0.3s ease-out; 
	background-color: rgba(0,0,0,0.0) ;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
}

.flex-direction-nav .arrow {
  background: transparent url("nav.png") no-repeat scroll -16px -15px;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 200;
}
.flex-direction-nav a.flex-next .arrow {
  background-position: -92px -16px;
}
 
.flex-direction-nav .flex-prev { left:0px; }
.flex-direction-nav .flex-next { right:0px; text-align: left;}
.flexslider:hover .flex-prev { left:0; opacity:1}
.flexslider:hover .flex-next { right:0; opacity:1}
.flexslider:hover .flex-prev:hover .arrow { left:0; background-position: -16px -15px;  }
.flexslider:hover .flex-next:hover .arrow { right:0; background-position: -92px -16px;opacity:1;   }

.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {
	background-color: rgba(0, 0, 0, 0.3);
	opacity:1; 
}




		#hero {
		  overflow: auto;
		}
		/* general style */
		.preview {
  display: none;
  height: 90px;
  left: -90px;
  position: absolute;
  top: 0;
  width: 360px;
  z-index: 90;
}
		
		.preview img {
			position: absolute;
			left:90px;
			top:0px;
			width: 90px;
			-webkit-transition:  all 0.3s ease-out; 
			-moz-transition:  all 0.3s ease-out; 
			transition:  all 0.3s ease-out; 	
			opacity:0;
		}
		
		.preview .alt {
			position: absolute;
			left:-180px;
			top:0;
			background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
			width: 180px;
			height: 50px; line-height: 55px;
			color: white;
			text-indent:0;
			text-transform: uppercase;
			text-align:center;
			font-size:16px; 
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-webkit-transition:  all 0.3s ease-out; 
			-moz-transition:  all 0.3s ease-out; 
			transition:  all 0.3s ease-out; 	
			opacity:0;						
		}
  
		
		/* next button */		
		.flex-next .preview {
			right:-90px;
			left:auto;	
		}
		
		.flex-next .preview img {
			position: absolute;
			left:180px;
			width: 90px;
		}
		
		.flex-next .preview .alt {
		  left: auto;
		  right: -90px;
		  display: none;
		}
		
		
		/* hover style */		
		.flex-prev:hover .preview .alt {
			left:140px;
			opacity:1;
		}
		
		.flex-next:hover .preview .alt {
			right:140px;
			opacity:1;
		}		
		
		.flex-direction-nav a:hover .preview img {		
			top:-55px;
			opacity:1;		 		  display: none;		
		}	
		
		
		
		
		
		
		
		
		
		
.flexslider:hover .flex-direction-nav {
    opacity: 1;
				-webkit-transition:  all 0.6s ease-out; 
			-moz-transition:  all 0.6s ease-out; 
			transition:  all 0.6s ease-out; 	
	
}
		