/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
    font-size: 16px;
    color: #fff;
	z-index: 66;
    position: absolute;
    bottom: 220px;
	left:50%;
    width:1200px;
    margin-left: -600px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display:block;
    width: 80px;
    height: 6px;
    margin: 0 5px;
    outline: 0;
    float: left;
	opacity:0.2;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{position:relative;}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block !important;
  vertical-align: bottom;
      margin: 0 -1px;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls.bx-has-controls-direction.bx-has-controls-auto {
    position: absolute;
    bottom: 300px;
    margin-left: -600px;
    width: 100%;
    max-width: 1200px;
}
.bx-controls-direction {
    display: inline-block;
    text-align: right;
    width: 100%;
    position: absolute;
    left: 50%;
    max-width: 1200px;
    z-index: 4444;
    bottom: 330px;
    margin-left: -600px;
}
.bx-wrapper .bx-prev {
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
margin-lefT:20px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
}

.bx-wrapper .bx-controls-direction a {
	padding:10px 5px;
	border-top:2px solid #fff;
	color:#fff;
    text-indent: -9999px;
    z-index: 9999;
	font-size:17px;
	font-weight: 600;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    width: calc(60% - 33px);
    text-align: left;
    float: right;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 11px;
    height: 14px;
    outline: 0;
    margin: 0 3px;
    position: relative;
	    top: 0;
}
.bx-wrapper .bx-controls-auto .bx-start:after {
    content: '▶';
    color: #fff;
    position: absolute;
    width: 100%;
    line-height: 14px;
    left: 0;
    z-index: 6666;
    top: 0;
    text-indent: 0;
    text-align: center;
    display: block;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 11px;
    height: 14px;
    outline: 0;
    margin: 0 3px;
    border-radius: 50%;
    position: relative;
	    top: 0;
}

.bx-wrapper .bx-controls-auto .bx-stop:after {
    content: '';
    color: #282b2c;
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0;
    z-index: 6666;
    top: 0;
    text-indent: 0;
    text-align: center;
    display: block;
	background:url(/img/bx-stop.png)no-repeat center;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: inline-block;
    /* margin-right: 100px; */
    /* width: 100px; */
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  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;
}




.bx-wrapper .bx-controls-auto {
    width: calc(100% - 33px);
}


@media screen and (max-width:1200px) {

	.bx-controls-direction {
		left: 0;
		bottom: 10px;
		margin-left: 0;
		padding-right: 30px;
	}

}

@media screen and (max-width:900px) {
	.bx-wrapper .bx-controls-direction a {
		padding: 5px 3px;
		font-size: 14px;
	}
	.bx-wrapper .bx-next {
		margin-lefT: 10px;
	}
}

@media screen and (max-width:460px) {

}
