/* StyleSheet */

#fs-slideshow {
	margin: -30px 0 40px 0;
	position: relative;
	background: black;
}

.fs-no-content #fs-slideshow,
.fs-no-footer  #fs-slideshow {
	margin-bottom: 0 !important;
}
.fs-enabled #home-bg #header {
	margin-bottom: 29px;
}
.fs-no-content .line-footer,
.fs-no-footer .line-footer {
	display: none;
}

.fs-slideshow {
	position: relative;
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.fs-slideshow > li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.fs-slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	visibility:  hidden;
	z-index: 1;
	
	-webkit-transform:	translate3d(0,0,0);
	-moz-transform:		translate3d(0,0,0);
	-ms-transform:		translate3d(0,0,0);
	-o-transform:		translate3d(0,0,0);
	transform:			translate3d(0,0,0);

	-webkit-transition-duration:	0.3s;
	-moz-transition-duration:		0.3s;
	-ms-transition-duration:		0.3s;
	-o-transition-duration:			0.3s;
	transition-duration:			0.3s;

	-webkit-transition-property:	left, top, height, width;
	-moz-transition-property:		left, top, height, width;
	-ms-transition-property:		left, top, height, width;
	-o-transition-property:			left, top, height, width;
	transition-property:			left, top, height, width;
}

.fs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/fs-p5.png") repeat;
	z-index: 2;
}

.fs-caption {
	position: absolute;
	top: 50%;
	left: -280px;
	z-index: 3;
	width: 230px;
	padding: 20px 20px 20px 26px;
	border-left: solid 4px transparent;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

.fs-caption,
.fs-caption a {
	color: #fff;
	text-decoration: none;
}

.fs-desc {
	margin-top: 10px;
}

.fs-link {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	display: none;
	height: 22px;
	width: 22px;
	background-image: url(../images/link.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

	.fs-caption a:hover,
	.fs-link:hover {
		opacity: 0.5;
	}

.fs-controls {
	position: absolute;
	top: 50%;
	right: 0;
	display: none;
	margin-top: -81px;
	z-index: 3;
}

.fs-controls .a-r,
.fs-controls .a-l {
	position: absolute;
	left: 11px;
	top: 36px;
	display: block;
	text-decoration: none;
}
	.fs-controls .go-prev .a-r,
	.fs-controls .go-prev .a-l {
		left: 8px;
	}

.fs-controls .a-r {
	display: none;
	z-index: 1;
}
.fs-controls .a-l {
	z-index: 2;
}

.go-next,
.go-prev {
	position: relative;
	display: block;
	width: 30px;
	height: 80px;
	margin-bottom: 1px;
	
	font-family: 'Advent Pro', sans-serif;
	font-size: 38px;
	line-height: 1px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
}