/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * https://33083277-ba88-48b2-a31e-e765429f2e23.p.bardy.io
 *
 * Written by: Steven Wanderski, 2012
 * https://c50b425e-53ff-43a0-9ccf-c178d1637853.p.bardy.io
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * https://93cf5aa5-b59e-479e-8ad4-8566393df0f4.p.bardy.io
 */


/** RESET AND LAYOUT
===================================*/

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

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

/** THEME
===================================*/
/*
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}
*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */

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

/* PAGER */

.bx-wrapper .bx-pager {
	background: #FFF;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial;
	color: #FFF;
	height: auto;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	/*margin-top: 8px;*/
}

.bx-wrapper .bx-pager .bx-pager-item { display: table-cell; /*IE8 below*/ }
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a:focus {outline: 1px dashed !important;
  	outline-offset: 2px !important;}

a.bx-pager-link:focus {outline: 1px dashed !important;
  	outline-offset: -5px !important;}

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

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

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

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

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
*/
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	display: none;
}

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

/* AUTO CONTROLS (START / STOP) */

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

.bx-wrapper .bx-controls-auto .bx-start {
	display: inline-block;
	text-indent: -70px;
	font-size: 1.2em;
	color: #4E445A;
	/*CR2014.561.1*/
	font-weight: bold;
	/*END*/
	width: 10px;
	height: 15px;
	outline: 0;
	background: url(/resources/static/images/sprites.png) -205px -441px no-repeat;
	margin: 10px -30px 18px 30px;
	display: none;
}

.bx-start:focus{
	outline: 1px dashed !important;
	outline-offset: 3px !important;

}
/*
.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 {
	display: inline-block;
	text-indent: -80px;
	font-size: 1.2em;
	color: #4E445A;
	/*CR2014.561.1*/
	font-weight: bold;
	/*END*/
	width: 18px;
	height: 13px;
	outline: 0;
	background: url(/resources/static/images/sprites.png) -215px -441px no-repeat;
	margin: 10px -30px 18px 30px;
}
.bx-stop:focus{
	outline: 1px dashed !important;
  	outline-offset: 3px !important;
	
}
/*
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
*/
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	left: 0;
	bottom: 10px;
	width: 192px;
	background: #FFF;
	height: 29.67px;
	position: absolute;
}

/* IMAGE CAPTIONS */

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

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

/* customization */
.bx-pager-link { padding: 9px 15px 8px; display: inline-block;}
.bx-pager-link.active { 
	margin-top: 0px;
	height: auto;
	color: #FFF; 
	background: #595959;
}
.bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction.bx-has-controls-auto { position: relative; z-index: 100; display: block;}