@import url(http://fonts.googleapis.com/css?family=La+Belle+Aurore);

.image-caption h1
{
	font-size:72px;
	text-shadow:-1px 2px 5px rgba(0,0,0,0.75);
	text-transform:uppercase;
}

h1.slider-title
{
	font-family:'La Belle Aurore', cursive;
	font-size:48px;
	font-weight:400;
	text-transform:none;
}

.image-caption
{
	bottom:70px;
	color:#fff;
	left:25px;
	position:absolute;
	z-index:9999;
}

.image-caption>a
{
	-moz-box-shadow:-1px 3px 5px 0 rgba(0,0,0,0.75);
	-webkit-box-shadow:-1px 3px 5px 0 rgba(0,0,0,0.75);
	background-color:rgba(24,83,78,0.75);
	box-shadow:-1px 3px 5px 0 rgba(0,0,0,0.75);
	color:#fff;
	display:block;
	float:left;
	font-size:18px;
	font-weight:300;
	margin-top:25px;
	padding:10px;
	text-transform:uppercase;
}

.image-caption>a[href=],.image-caption>a[href=#]
{
	display:none;
}

.image-caption>a>img
{
	display:inline-block;
	vertical-align:middle;
}

.bx-wrapper
{
	margin:0 auto 60px;
	padding:0;
	position:relative;
	zoom:1;
}

.bx-wrapper img
{
	display:block;
	max-width:100%;
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto
{
	bottom:40px;
	left:50px;
	position:absolute;
	width:auto;
	z-index:99;
}

.bx-wrapper .bx-loading
{
	background:url(images/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	left:0;
	min-height:50px;
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}

.bx-wrapper .bx-pager
{
	color:#666;
	font-family:Arial;
	font-size:.85em;
	font-weight:700;
	padding-top:20px;
	text-align:center;
}

.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item
{
	display:inline;
	zoom:1;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
	background:#fff;
	display:block;
	height:10px;
	margin:0 5px;
	outline:0;
	text-indent:-9999px;
	width:20px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active
{
	background:#17d9c2;
}

.bx-wrapper .bx-prev
{
	background:url(images/controls.png) no-repeat 0 -32px;
	left:10px;
}

.bx-wrapper .bx-next
{
	background:url(images/controls.png) no-repeat -43px -32px;
	right:10px;
}

.bx-wrapper .bx-prev:hover
{
	background-position:0 0;
}

.bx-wrapper .bx-next:hover
{
	background-position:-43px 0;
}

.bx-wrapper .bx-controls-direction a
{
	height:32px;
	margin-top:-16px;
	outline:0;
	position:absolute;
	text-indent:-9999px;
	top:50%;
	width:32px;
	z-index:9999;
}

.bx-wrapper .bx-controls-direction a.disabled
{
	display:none;
}

.bx-wrapper .bx-controls-auto
{
	text-align:center;
}

.bx-wrapper .bx-controls-auto .bx-start
{
	background:url(/media/img/controls.png) -86px -11px no-repeat;
	display:block;
	height:11px;
	margin:0 3px;
	outline:0;
	text-indent:-9999px;
	width:10px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active
{
	background-position:-86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop
{
	background:url(/media/img/controls.png) -86px -44px no-repeat;
	display:block;
	height:11px;
	margin:0 3px;
	outline:0;
	text-indent:-9999px;
	width:9px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active
{
	background-position:-86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager
{
	text-align:left;
	width:80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto
{
	right:0;
	width:35px;
}

.bx-wrapper .bx-caption
{
	background:rgba(80,80,80,0.75);
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
}

.bx-wrapper .bx-caption span
{
	color:#fff;
	display:block;
	font-family:Arial;
	font-size:.85em;
	padding:10px;
}