/**
 * 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
===================================*/

:is(.bx-wrapper,.cZLOvpdSI) {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

:is(.bx-wrapper,.cZLOvpdSI) img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-viewport,.caJDMKoSX) {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-pager,.cSgECrRFX),:is(
.bx-wrapper,
.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-loading,.cLmSEOffU) {
	min-height: 50px;
	background: url(../images/icon/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-pager,.cSgECrRFX) {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-pager,.cSgECrRFX) :is(.bx-pager-item,.cnRWAEexZ),:is(
.bx-wrapper,
.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) :is(.bx-controls-auto-item,.cHjcfULSO) {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-pager,.cSgECrRFX):is(.bx-default-pager,.carMDcbrr) 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;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-pager,.cSgECrRFX):is(.bx-default-pager,.carMDcbrr) a:hover,:is(
.bx-wrapper,
.cZLOvpdSI) :is(.bx-pager,.cSgECrRFX):is(.bx-default-pager,.carMDcbrr) a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-prev,.cwjxGoiCo) {
	left: 10px;
	background: url(../img/bx-slider/controls.png) no-repeat 0 -32px;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-next,.cwTxafqcq) {
	right: 10px;
	background: url(../img/bx-slider/controls.png) no-repeat -43px -32px;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-prev,.cwjxGoiCo):hover {
	background-position: 0 0;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-next,.cwTxafqcq):hover {
	background-position: -43px 0;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls-direction,.cVrHwAKRt) a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls-direction,.cVrHwAKRt) a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) {
	text-align: center;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) :is(.bx-start,.cvAMtNUZJ) {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bx-slider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) :is(.bx-start,.cvAMtNUZJ):hover,:is(
.bx-wrapper,
.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) :is(.bx-start,.cvAMtNUZJ).active {
	background-position: -86px 0;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) :is(.bx-stop,.cnXBnIetQ) {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bx-slider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) :is(.bx-stop,.cnXBnIetQ):hover,:is(
.bx-wrapper,
.cZLOvpdSI) :is(.bx-controls-auto,.ckpdOuIOL) :is(.bx-stop,.cnXBnIetQ).active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls,.cJWJKAVNz):is(.bx-has-controls-auto,.cpWErtgBf):is(.bx-has-pager,.cRFwokeEP) :is(.bx-pager,.cSgECrRFX) {
	text-align: left;
	width: 80%;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-controls,.cJWJKAVNz):is(.bx-has-controls-auto,.cpWErtgBf):is(.bx-has-pager,.cRFwokeEP) :is(.bx-controls-auto,.ckpdOuIOL) {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-caption,.cgLstDeCr) {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

:is(.bx-wrapper,.cZLOvpdSI) :is(.bx-caption,.cgLstDeCr) span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
