/**
 * 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
===================================*/
.bx-wrapper {
	position:relative;
	margin:0;
	padding:0;
	*zoom:1;
}
.bx-wrapper img {
	max-width:100%;
	display:block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	/*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);
}

.bx-wrapper .bx-pager {
	width:100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	background: url(/img/re2014_top/promotion/bx_loader.gif) center center no-repeat #fff;
	min-height:50px;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align:center;
	font-size:.85em;
	font-family:Arial;
	font-weight:bold;
	color:#666;
	padding-top:20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
	*zoom:1;
	*display:inline;
}
.bx-wrapper .bx-pager .bx-pager-item {
	width:9px;
	height:9px;
	margin:0 10px;
	outline:0;
	background:url(../img/re2014_top/slider_pager.png) no-repeat 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent:-9999px;
	display:block;
	width:9px;
	height:9px;
	outline:0;
	opacity:0;
	background:url(../img/re2014_top/slider_pager.png) no-repeat 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity:1;
	background:url(../img/re2014_top/slider_pager.png) no-repeat 0 -9px;
	-o-transition: opacity .3s linear .001s;
	-ms-transition: opacity .3s linear .001s;
	-moz-transition: opacity .3s linear .001s;
	-webkit-transition: opacity .3s linear .001s;
	transition: opacity .3s linear .001s;
}
.bx-wrapper .bx-controls-direction {
	position:relative;
	width:100%;
	background-color:#e7e3db;
	overflow:hidden;
	margin:20px 0 0;
	padding:6px 5px 4px;
}
.bx-wrapper .bx-controls-direction a {
	display:block;
	outline:0;
	width:36px;
	height:39px;
	text-indent:-9999px;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction .bx-prev {
	float:left;
	background:url(../img/re2014_top/cls_nav.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction .bx-next {
	float:right;
	background:url(../img/re2014_top/cls_nav.png) no-repeat -36px 0;
}
.bx-wrapper .bx-controls-direction .bx-prev:hover {
	background:url(../img/re2014_top/cls_nav.png) no-repeat 0 -39px;
}
.bx-wrapper .bx-controls-direction .bx-next:hover {
	background:url(../img/re2014_top/cls_nav.png) no-repeat -36px -39px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display:none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls {
	position:relative;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display:block;
	outline:0;
	width:36px;
	height:39px;
	text-indent:-9999px;
	position:absolute;
	left:50%;
	margin-left:-18px;
	top:7px;
	background:url(../img/re2014_top/cls_nav.png) no-repeat -108px 0;
}
.bx-wrapper .bx-controls-auto .bx-start:hover {
	background-position:-108px -39px;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
	display:none;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display:block;
	outline:0;
	width:36px;
	height:39px;
	text-indent:-9999px;
	position:absolute;
	left:50%;
	margin-left:-18px;
	top:7px;
	background:url(../img/re2014_top/cls_nav.png) no-repeat -72px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover {
	background-position:-72px -39px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
	display:none;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.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;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#666\9;
	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;
}
