/**
 * 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 { position:relative }
.bx .bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx .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 .bx-wrapper .bx-pager2,
.bx .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx .bx-wrapper .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 */

.bx .bx-wrapper .bx-pager2 {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx .bx-wrapper .bx-pager2 .bx-pager2-item,
.bx .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx .bx-wrapper .bx-pager2.bx-default-pager 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;
}

.bx .bx-wrapper .bx-pager2.bx-default-pager a:hover,
.bx .bx-wrapper .bx-pager2.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx .bx-wrapper .bx-prev {
	background: url(../images/prev.png) no-repeat scroll 0 0 transparent; left:0px; width:48px;
}
.bx .bx-wrapper .bx-prev:hover { background-position:0 -68px; }

.bx .bx-wrapper .bx-next {
	background:url(../images/next.png); right:0px; width:52px; background-position:0 -68px;
}
.bx .bx-wrapper .bx-next:hover { background-position:0 0px; }

.bx .bx-wrapper .bx-prev:hover {
	/*background-position: 0 0;*/
}

.bx .bx-wrapper .bx-next:hover {
	/*background-position: -43px 0;*/
}

.bx .bx-wrapper .bx-controls-direction a {
	/*
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	*/
	cursor: pointer;
    height: 68px;
    position: absolute;
    top: 90px;
    text-indent: -9999px;
	z-index: 9999;
}

.bx .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx .bx-wrapper .bx-controls-auto .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;
}

.bx .bx-wrapper .bx-controls-auto .bx-start:hover,
.bx .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx .bx-wrapper .bx-controls-auto .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;
}

.bx .bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager2 {
	text-align: left;
	width: 80%;
}

.bx .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

ul.bxslider2 { padding:0; height:270px; }
.bx .bx-wrapper a.slider_img{
	position:relative;
	display:block;
    background-position: center 0 !important;
    height: 270px;
    overflow: auto;
    position: relative;
}

.bx .bx-wrapper a.slider_img > img{ max-width:100%; }

.bx .bx-wrapper .label_text {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 230px;
    z-index: 150;
}

.bx .bx-wrapper div.desc .da-link{
	position:absolute;
	top: 270px;
	border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}
.bx .bx-wrapper div.desc .da-link:hover{
	background: rgba(255,255,255,0.3);
}

.bx #bx-pager2{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 10px;
	z-index: 9;
	-moz-user-select: none;
	-webkit-user-select: none;	
}
.bx #bx-pager2 a {
	text-decoration:none;
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #b9062b;
	margin: 3px 2px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.bx #bx-pager2 a.active{
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );	
}

