/**
 * 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-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bx-wrapper .bxslider img {
  width: 330px;
  margin: auto;
}
@media screen and (max-width: 750px) {
.bx-wrapper .bxslider img {
width: auto;
height: 400px;
}

}

/** THEME
===================================*/
.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);
  height: 715px !important;
}
@media screen and (max-width: 750px) {
.bx-wrapper .bx-viewport {
  height: 400px !important;
}
}

.slider {
  width: 570px;
  margin: 0 auto;
  padding-top: 8%;
}
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}
.bx-wrapper .bx-pager a {
    display: block;
    background: url(../images/system/btn_form_d.jpg)
  }
  .bx-wrapper .bx-pager a.active {
    background: url(../images/system/btn_form_on.jpg)
  }
@media screen and (max-width: 570px) {
  .slider {
  width: 100%;
  height: auto;
  /* padding: 17% 0 5%;   */
  padding: 30% 0 5%;  
}  
  .bx-wrapper .bx-pager a,
  .bx-wrapper .bx-pager a.active {
    background-size: contain;
    height: auto;
  }
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/system/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  padding-top: 20px;
  width: 490px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 570px) {
  .bx-wrapper .bx-pager  {
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .bx-wrapper .bx-pager img {
    height: auto;
    margin: 0;
  }
}

@media screen and (max-width: 570px) {
  .bx-wrapper .bx-pager .bx-pager-item {
    max-width: 28%;
  }
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 4px 0;
}

.bx-wrapper .bx-pager.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-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -57px;
  background: url(../images/character/slide_btnLeft.png) no-repeat;
}
@media screen and (max-width: 570px) {
  .bx-wrapper .bx-prev {
    background-size: 50px 100px;
    left: -25px;
  }
}

.bx-wrapper .bx-next {
  right: -57px;
  background: url(../images/character/slide_btnRight.png) no-repeat;
}
@media screen and (max-width: 570px) {
  .bx-wrapper .bx-next {
    background-size: 50px 100px;
    right: -25px;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 42%;
  margin-top: -60px;
  outline: 0;
  width: 100px;
  height: 200px;
  text-indent: -9999px;
  z-index: 9999;
}
@media screen and (max-width: 570px) {
  .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 100px;
    margin-top: -16px;
    top: 38%;    
  }
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* 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: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px 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: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

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


