/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


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

.bx-wrapper {
	top: 0; left: 0;
	margin: 0; padding: 0;
 	*zoom: 1; display:flex; justify-content: center;
	width:100%;
}


.bx-wrapper img {top: 0; left: 0; flex:1;
	width: 100%; overflow:hidden;
}


/** THEME
===================================*/

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


/* LOADER */

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

/* PAGER */

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block; position: relative; left: -50%;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 6px;
	margin-right: 6px; margin-left: 0px;
	outline: 0;
	}

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

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