.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.bx-wrapper img {
  vertical-align: top;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -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;
}

/* PAGER */
.bx-controls {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 14px;
  left: 10px;
  top: -40px;
  color: #000;
  width: 100%;
}

.video-slider .bx-controls {
  display: none;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  color: #000;
  outline: 0;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #164194;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover:after {
  background: #164194;
}

.bx-wrapper .bx-pager.bx-default-pager a.active:after {
  width: 10px;
  height: 10px;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
  background: #164194;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.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;
}

.bx-wrapper .bx-controls-direction a.disabled {
  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;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

@media screen and (max-width: 480px) {
  .bx-wrapper .bx-pager {
    bottom: 0;
  }
}

/*# sourceMappingURL=jquery.bxslider.css.map */
