﻿.container {
	width: 100%;
	margin: 0 auto;
}
#info {
	position: absolute;
	top: 50px;
	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;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 900;
	display: none;
}
.flex-control-paging li a {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 1px solid #fff;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
	background-color: #fff;
}
.flex-direction-nav {
	height: 80px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -50px 0 0;
	z-index: 100;
}
.flex-direction-nav li {
	overflow: visible;
}
.flex-direction-nav a {
	overflow: visible;
	width: 40px;
	height: 80px;
	margin: 0;
	opacity: 1;
	top: 0;
	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(255,255,255,1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.flex-direction-nav .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 80px;
	z-index: 200;
}
.flex-direction-nav a.flex-prev .arrow {
	background: url(../images/flex-prev.png) 12px center no-repeat;
}
.flex-direction-nav a.flex-next .arrow {
	background: url(../images/flex-next.png) 18px center no-repeat;
}
.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, .flexslider:hover .flex-next:hover {
	background-color: #fff;
	opacity: 1;
}
.flexslider {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.flexslider ul li div.mask
{
    background: url(../images/dot.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;}
.flexslider .txt {
	position: absolute;
	z-index: 99;
	top: 36%;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #fff;
}
.flexslider .txt h2 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: lighter;
	line-height:200%;
}
.flexslider .txt p {
	font-size: 18px;
	font-weight: normal;
}
/* general style */
.preview {
	width: 300px;
	height: 80px;
	position: absolute;
	top: 0;
	left: -80px;
	z-index: 100;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.preview img {
	position: absolute;
	left: 40px;
	top: 0;
	width: auto !important;
	height: 80px !important;
	box-sizing: border-box;
	border: 3px solid #fff;
}
.preview .alt {
	position: absolute;
	left: 180px;
	top: 0;
	background: #fff;
	width: 180px;
	height: 80px;
	color: #000;
	text-indent: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/* next button */			
.flex-next .preview {
	right: -50px;
	left: auto;
}
.flex-next .preview img {
	position: absolute;
	left: 89px;
	top: 0;
	width: auto !important;
	height: 80px !important;
}
.flex-next .preview .alt {
	left: 0;
}
/* hover style */		
.flex-prev:hover .preview {
	left: 0;
	opacity: 1;
}
.flex-next:hover .preview {
	right: 0;
	opacity: 1;
}
