
 #bx-wapper_move {float:left; width:100%;}
 #bx2{width:100%;}
 
.bx-wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
	min-height:820px;
}

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


/** THEME
===================================*/
.bx-wrapper .bx-viewport {
 overflow:unset!important;

 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-controls.bx-has-pager{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}


.bx-wrapper .bx-pager {
    bottom: 0;
    font-weight: bold;
    color: #666;
    display: block;
    /* width: 100%; */
    /* text-align: center; */
    height: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
 display: inline-block;width:50%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
 background: #333;
 opacity:1;
 text-indent: -9999px;
 display: block;
 width: 100%;
 height: 10px;
 margin: 0 3px;
 
}
.bx-wrapper .bx-pager.bx-default-pager a:hover{
opacity:1;background:rgba(243, 66, 66, 0.5);
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
opacity:1;background:#f34242;
}



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev { 
display: block;
opacity:0.7;
 left:0;
 background: url(../../img/left-arrow.png) no-repeat center;
background-color: #c6b0d6;
}
.bx-wrapper .bx-next { 
display: block;
opacity:0.7;
right:0;
background: url(../../img/right-arrow.png) no-repeat center;
background-color: #c6b0d6;
}
.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: -40px;
    outline: 0;
    width: 60px;
    height: 80px;
    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;
}
.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: 0;}
.bx-wrapper{width:100%;left: 0;
    margin-left: 0;top: 0;min-height:auto;}
.bx-wrapper img {margin-left:5px;}

}
@media all and (max-width:699px) {
.bx-wrapper .bx-pager { bottom: 0;}
.bx-wrapper .bx-controls-direction a {width: 25px;height: 45px;background-size: 100% auto;}
.mainbanner1{display:none;}
.mainbanner2{width:100%;}
}