
 #bx-wapper_move {float:left; width:100%;}
 #bx2{width:100%;}
 
.bx-wrapper {
 position: relative;
 padding: 0;
 *zoom: 1;
 width:100%;
 float:left;

}

.bx-wrapper img {
 text-align:center;
 display: block;
 width:100%;
}	


/** THEME
===================================*/
.bx-wrapper .bx-viewport {
 

 border:  0px solid #fff;
 left: 0px;
 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);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
 position: absolute;
 bottom: -30px;
 width: 100%;
}
.bx-wrapper 

/* LOADER */
.bx-wrapper .bx-loading {
 min-height: 50px;
 background: url(../img/bx_loader.gif) center center no-repeat #fff;
 height: 100%;
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2000;
}



/* PAGER */
.bx-wrapper .bx-pager {
    bottom: 180px;
    font-weight: bold;
    color: #666;
    display: block;
    width: 100%;
    text-align: center;
    height: 4px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
 display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
 background: #fff;
 opacity:0.7;
 text-indent: -9999px;
 display: block;
 width: 60px;
 height: 4px;
 margin: 0 3px;
 
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
opacity:1;
}



/* DIRECTION CONTROLS (NEXT / PREV) */
.bxslider:after{content:""; display:block; clear:both;}
.bx-wrapper .bx-prev { 
display: block;
opacity:0.7;
 left:0;
 background: url(../../img/left-arrow.png) no-repeat center;
}
.bx-wrapper .bx-next { 
display: block;
opacity:0.7;
 right:0;
 background: url(../../img/right-arrow.png) no-repeat center;
}
.bx-wrapper .bx-prev:hover {
opacity:1;
   transition:all .1s linear;
  -o-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
}
.bx-wrapper .bx-next:hover {
opacity:1;
   transition:all .1s linear;
  -o-transition:all .1s linear;
  -moz-transition:all .1s linear;
  -webkit-transition:all .1s linear;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    z-index: 9999;
    display: block;
    transition: all .1s linear;
    -o-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    background-color: rgba(0,0,0,0.6);
}
.bx-wrapper .bx-controls-direction a.disabled {
 display: block;
}


/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
 text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
 text-indent: -9999px;
 width: 35px;
 height:30px;
 outline: 0;
 background: url(../../img/play-slideshow-button.png)no-repeat;
 margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
 background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
 display: block;
 text-indent: -9999px;
 width:35px;
 height: 30px;
 outline: 0;
 background: url(../../img/stop-slideshow-button.png) no-repeat;
 margin: 0 3px;
 margin-left:-15px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
 background-position: -86px 0px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    left: 24%;
    width: 90px;
	height:30px;
    bottom: 17px;
	float: left;
    /*display: inline-block;*/
	display:none;
}


/* 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;
}




@media all and (max-width:1200px) {
.bx-wrapper .bx-pager { bottom: 30px;}
}
@media all and (max-width:699px) {
.bx-wrapper .bx-pager { bottom: 10px;}
.bx-wrapper .bx-controls-direction a {width: 50px;height: 50px;background-size:auto 50%;}

}