/* -------------------------------------------------- */
/*	Header slider
/* -------------------------------------------------- */

.header-img{
	width:100%;
	height:335px;
	overflow:hidden;
	position:relative;
	z-index:0;
	color:#fff;
	background:#252525;
}

.header-slideshow{
	z-index:1000;
	width:100%;
}

.header-slideshow img{

}

.header-slide{
	position:relative;
	width:100%;
	text-align:center;
	height:335px;
}

.header-slide-txt{
	position:absolute;
	top:20px;
	left:50%;
	z-index:100;
	width:370px;
	margin:0 0 0 -470px;
	color:#fff;
	text-align:left;
}
.header-slide-txt img{
	width:auto;
	height:auto;
}
.header-slide-txt h2{
	margin:0 0 5px 0;
	font-size:30px;
	font-weight:bold;
	color:#fff;
}
.header-slide-txt h3{
	margin:5px 0;
	font-size:20px;
	color:#fff;
}
.header-slide-txt h2 a, .header-slide-txt h3 a{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
.header-slide-txt a{
	font-weight:normal;
	color:#fff;
}

.header-slide-img{
	position:relative;
	z-index:1;
	width:100%;
	margin:auto;
}

.header-slide-txt, .header-slide-txt a, .header-slide-txt h2, .header-slide-txt h3, .header-slide-txt h2 a, .header-slide-txt h3 a{
	color:#fff;
}




.header-slideshow-arrows{
	position:absolute;
	width:100%;
	height:0;
	top:50%;
	z-index:1011;
	display:none;
}
.header-slideshow-arrows a{
	background-color: rgba(0, 0, 0, .5);
	padding:7px;
	height:18px;
	width:18px;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
	border:2px #fff solid;
	display:block;
	margin:-20px 0 0 0;
	text-decoration:none;
}
.header-slideshow-arrows a:hover{
	background-color:#ff972f;
	border:2px #ff972f solid;
}
.header-slideshow-prev{
	background:rgb(0, 0, 0) url(/img/slider-arrows-medium.png) 10% 50% no-repeat;
	position:absolute;
	left:10px;
}
.header-slideshow-next{
	background:rgb(0, 0, 0) url(/img/slider-arrows-medium.png) 90% 50% no-repeat;
	position:absolute;
	right:10px;
}

/*	Dots paging */

.header-slideshow-nav-dots{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:15px;
	z-index:1010;
	list-style:none;
	text-align:center;
	padding:15px 0;

}

.header-slideshow-nav-dots a{
	background:#fff;
	width:15px;
	height:15px;
	display:inline-block;
	margin:0 5px;
	text-decoration:none;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
		opacity: 0.3;
		filter: alpha(opacity=30);
}

.header-slideshow-nav-dots a.activeSlide, .header-slideshow-nav-dots a:hover {  
		opacity: 1.0;
		filter: alpha(opacity=100);
}

