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


/** RESET AND LAYOUT
===================================*/
#slider {
	position: relative;
	clear: both;
	/*background-color: #373737;*/
}
#slider .sliderWrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#slider .slide {
	display: inline-block;
	height: 500px;
}
#slider .slide1 {
	display: inline-block;
	background: url('../images/site/slider_01.jpg') center 0 no-repeat;
	height: 500px;
}
#slider .slide2 {
	display: inline-block;
	background: url('../images/site/slider_02.jpg') center 0 no-repeat;
	height: 500px;
}
#slider .centerSlider {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 500px;
}
#slider .txtWrapper {
	position: absolute;
	right: 0;
	top: 25%;
	padding: 20px;
	margin: 0 auto;
	background-color: #93bf34;
}
#slider .txtWrapper .txt1 {
	font-size: 2em;
	letter-spacing: -0.04em;
	line-height: 1em;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
}
#slider .txtWrapper .txt2 {
	color: #fff;
	font-weight: 300;
}
#slider .centerControls {
	position: relative;
}
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	*margin: 0 auto 60px;
}

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

/** THEME
===================================*/
.bx-pager {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 100;
}
.bx-controls-auto {
	position: absolute;
	width: 100%;
	bottom: -100px;
	z-index: 100;
}

/* LOADER */

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

/* PAGER */

.bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

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

.bx-pager.bx-default-pager a {
	background: url('../images/site/slider_bt_controlnav.png') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 30px;
	outline: 0;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
	background-position: 0 -32px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-prev {
	left: 10px;
	background: url('../images/site/slider_nav_left.png') 0 0 no-repeat;
}

.bx-next {
	right: 10px;
	background: url('../images/site/slider_nav_right.png') 0 0 no-repeat;
}

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

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

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

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

/* AUTO CONTROLS (START / STOP) */

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

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

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

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

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

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

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

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

/* IMAGE CAPTIONS */

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

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


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 1300px) {
	body #slider .centerSlider {
		width: 1200px;
		margin: 0 auto;
	}
	body #slider .centerControls {
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}
	body .bx-pager {
		right: 0px;
	}
}