/**
 * 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
===================================*/
.woo-bxslider{ margin:0!important; padding:0!important; }
	.woo-bxslider li{ margin:0; list-style:none; }
.woo-bx-wrapper {
	position: relative;
	margin: 0 auto 30px;
	padding: 0;
	display:inline-block;
	width:100%;
	*zoom: 1;
}
.woo-bx-wrapper img {
	width:100%;
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.woo-bx-wrapper .woo-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);
}

.woo-bx-wrapper .woo-bx-pager,
.woo-bx-wrapper .woo-bx-controls-auto {
	position: absolute;
	width: 100%;
}

/* LOADER */

.woo-bx-wrapper .woo-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 */

.woo-bx-wrapper .woo-bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	margin-top:10px;
}

.woo-bx-wrapper .woo-bx-pager .woo-bx-pager-item,
.woo-bx-wrapper .woo-bx-controls-auto .woo-bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.woo-bx-wrapper .woo-bx-pager.woo-bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:2px solid #ddd;
	-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;
}

.woo-bx-wrapper .woo-bx-pager.woo-bx-default-pager a:hover,
.woo-bx-wrapper .woo-bx-pager.woo-bx-default-pager a.active {
	background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.woo-bx-wrapper .woo-bx-prev {
	left: 10px;
	/*background: url(images/controls.png) no-repeat 0 -32px;*/
}

.woo-bx-wrapper .woo-bx-next {
	right: 10px;
	/*background: url(images/controls.png) no-repeat -43px -32px;*/
}

.woo-bx-wrapper .woo-bx-prev:hover {
	background-position: 0 0;
}

.woo-bx-wrapper .woo-bx-next:hover {
	background-position: -43px 0;
}

.woo-bx-wrapper .woo-bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}

.woo-bx-wrapper .woo-bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.woo-bx-wrapper .woo-bx-controls-auto {
	text-align: center;
}

.woo-bx-wrapper .woo-bx-controls-auto .woo-bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.woo-bx-wrapper .woo-bx-controls-auto .woo-bx-start:hover,
.woo-bx-wrapper .woo-bx-controls-auto .woo-bx-start.active {
	background-position: -86px 0;
}

.woo-bx-wrapper .woo-bx-controls-auto .woo-bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.woo-bx-wrapper .woo-bx-controls-auto .woo-bx-stop:hover,
.woo-bx-wrapper .woo-bx-controls-auto .woo-bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.woo-bx-wrapper .woo-bx-controls.woo-bx-has-controls-auto.woo-bx-has-pager .woo-bx-pager {
	text-align: left;
	width: 80%;
}

.woo-bx-wrapper .woo-bx-controls.woo-bx-has-controls-auto.woo-bx-has-pager .woo-bx-controls-auto {
	right: 0;
	width: 35px;
}

/*VERTICAL CAROUSEL*/
.woo-car-car  .woo-bx-controls-direction a { height: 20px; width: 20px; line-height: 0;  font-size: 0; cursor: pointer; opacity:1; text-align:center; text-indent:0; color: transparent;  background:#666; border: none; outline: none; transition-duration: 0.5s;-webkit-transition-duration: 0.5s; }

.woo-car-car .woo-bx-prev { left:0;top:50%!important; margin-top:-10px } 
	.woo-car-car  .woo-bx-prev:before {  font-family: "FontAwesome";  font-size: 15px; line-height:20px; display: inline-block; content: '\f100'; color:#fff }

.woo-car-car  .woo-bx-next { right:0;top:50%!important;margin-top:-10px }
	.woo-car-car .woo-bx-next:before { font-family: "FontAwesome";  font-size: 15px; line-height:20px; display: inline-block;content: '\f101'; color:#fff; }


/*SLIDESHOW*/
.woo-slideshow-car  .woo-bx-controls-direction a { height: 36px; width: 36px;  line-height: 0;  font-size: 0; cursor: pointer; opacity:1; text-align:center; text-indent:0; color: transparent; background:rgba(0,0,0,0.6);  outline: none; transition-duration: 0.5s;-webkit-transition-duration: 0.5s; }
	.woo-slideshow-car  .woo-bx-controls-direction a:hover{background:rgba(0,0,0,0.9);}

.woo-slideshow-car .woo-bx-prev { left:0px;top:50%!important; margin-top:-18px; } 
	.woo-slideshow-car  .woo-bx-prev:before {  font-family: "FontAwesome";  font-size: 20px; line-height:36px; display: inline-block; content: '\f100'; color:#fff ; margin-right:2px; }

.woo-slideshow-car  .woo-bx-next { right:0px;top:50%!important;margin-top:-18px; }
	.woo-slideshow-car .woo-bx-next:before { font-family: "FontAwesome";  font-size: 20px; line-height:36px; display: inline-block;content: '\f101'; color:#fff; margin-left:2px; }
	
	
/*SINGLE SLIDESHOW*/
.woo-singwoo-car  .woo-bx-controls-direction a { height: 25px; width: 25px;  line-height: 0;  font-size: 0; cursor: pointer; opacity:1; text-align:center; text-indent:0; color: transparent;  background:rgba(255,255,255,0.9); outline: none; transition-duration: 0.5s;-webkit-transition-duration: 0.5s; }
	.woo-singwoo-car  .woo-bx-controls-direction a:hover{background:rgba(255,255,255,0.6);}

.woo-singwoo-car .woo-bx-prev { left:5px;top:50%!important; margin-top:-12px; } 
	.woo-singwoo-car  .woo-bx-prev:before {  font-family: "FontAwesome";  font-size: 13px; line-height:25px; display: inline-block; content: '\f100'; color:#000 }

.woo-singwoo-car  .woo-bx-next { right:5px;top:50%!important;margin-top:-12px; }
	.woo-singwoo-car .woo-bx-next:before { font-family: "FontAwesome";  font-size: 13px; line-height:25px; display: inline-block;content: '\f101'; color:#000; }

/*SINGLE SLIDESHOW*/
.woo-agent-car  .woo-bx-controls-direction a { height: 25px; width: 25px;  line-height: 0;  font-size: 0; cursor: pointer; opacity:1; text-align:center; text-indent:0; color: transparent;  background:rgba(255,255,255,0.9); border:2px solid #f0f0f0; outline: none; transition-duration: 0.5s;-webkit-transition-duration: 0.5s; }

.woo-agent-car .woo-bx-prev { right:28px;left:auto; top:-32px!important;  } 
	.woo-agent-car  .woo-bx-prev:before {  font-family: "FontAwesome";  font-size: 15px; line-height:22px; display: inline-block; content: '\f100'; color:#000 }

.woo-agent-car  .woo-bx-next { right:0px;top:-32px!important; }
	.woo-agent-car .woo-bx-next:before { font-family: "FontAwesome";  font-size: 15px; line-height:22px; display: inline-block;content: '\f101'; color:#000; }
	
/*PROPERTY CAROUSEL*/
.woo-property-car  .woo-bx-controls-direction a { height: 30px; width: 30px;  line-height: 0;  font-size: 0; cursor: pointer; opacity:1; text-align:center; text-indent:0; color: transparent;  background:rgba(255,255,255,0.9); border:2px solid #f0f0f0; outline: none; transition-duration: 0.5s;-webkit-transition-duration: 0.5s; }

.woo-property-car .woo-bx-prev { right:35px;left:auto; top:-34px!important;  } 
	.woo-property-car  .woo-bx-prev:before {  font-family: "FontAwesome";  font-size: 15px; line-height:28px; display: inline-block; content: '\f100'; color:#000 }

.woo-property-car  .woo-bx-next { right:0px;top:-34px!important; }
	.woo-property-car .woo-bx-next:before { font-family: "FontAwesome";  font-size: 15px; line-height:28px; display: inline-block;content: '\f101'; color:#000; }