/****************************
-- Slider Mods / Fixes --
****************************/
.bx-wrapper {
  position: static;
}

.bx-wrapper,
.bx-viewport {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-wrapper .bx-viewport {
  background: transparent;
  border: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------------
Controls
---------------------*/
.bx-wrapper .bx-controls-direction a {
  background: none;
  color: #c6c6c6;
  font: 0/0 a;
  height: 72px;
  line-height: 72px;
  margin-top: -36px;
  opacity: 1;
  text-align: center;
  text-indent: 0;
  visibility: visible;
  width: 36px;

  -webkit-transition: opacity 300ms ease, visibility 0ms linear 0ms;
  transition: opacity 300ms ease, visibility 0ms linear 0ms;
}

.bx-wrapper .bx-controls-direction a:after {
  font-family: arloicons;
  font-size: 18px;
  text-indent: 0;
}

.bx-wrapper .bx-controls-direction .bx-prev {
  border-radius: 0 36px 36px 0;
  left: 0;
  text-align: left;
}

.bx-wrapper .bx-controls-direction .bx-prev:after {
  content: '\e901';
  margin-left: 9px;
}

.bx-wrapper .bx-controls-direction .bx-next {
  border-radius: 36px 0 0 36px;
  right: 0;
  text-align: right;
}

.bx-wrapper .bx-controls-direction .bx-next:after {
  content: '\e902';
  margin-right: 9px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: block;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: opacity 300ms ease, visibility 0ms linear 300ms;
  transition: opacity 300ms ease, visibility 0ms linear 300ms;
}

/* Type 1 */
.arrows-t1 .bx-wrapper .bx-controls-direction a {
  background-color: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  color: rgba(163,163,163,0.8);
}

.arrows-t1 .bx-wrapper .bx-controls-direction a:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  color: #2b2b2b;
}

.arrows-t1 .bx-wrapper .bx-controls-direction .bx-prev {
  border-width: 1px 1px 1px 0;
}

.arrows-t1 .bx-wrapper .bx-controls-direction .bx-next {
  border-width: 1px 0 1px 1px;
}

/* Type 2 */
.arrows-t2 .bx-wrapper .bx-controls-direction a {
  color: #fff;
  background-color: rgba(0,0,0,0.45);
}

.arrows-t2 .bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(0,0,0,0.65);
}

@media screen and (min-width: 768px) {
  .bx-wrapper .bx-controls-direction a {
    height: 96px;
    line-height: 96px;
    margin-top: -48px;
    width: 48px;
  }

  .bx-wrapper .bx-controls-direction a:after {
    font-size: 27px;
  }

  .bx-wrapper .bx-controls-direction .bx-prev {
    border-radius: 0 48px 48px 0;
    text-align: left;
  }

  .bx-wrapper .bx-controls-direction .bx-prev:after {
    margin-left: 12px;
  }

  .bx-wrapper .bx-controls-direction .bx-next {
    border-radius: 48px 0 0 48px;
    text-align: right;
  }

  .bx-wrapper .bx-controls-direction .bx-next:after {
    margin-right: 12px;
  }
}

/*---------------------
Pager
---------------------*/
.bx-wrapper .bx-pager {
  padding: 28px 0;
  position: static;
}

.bx-wrapper .bx-pager .bx-pager-item {
  vertical-align: middle;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 1px solid #cbcbcb;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #06a14e;
  border-color: #06a14e;
}

/*---------------------
Basic Slider
---------------------*/
.basic-slider .image-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 46.875%;
  position: relative;
  width: 100%;
}

.basic-slider .image-wrapper img {
  bottom: 0;
  left: auto;
  margin: auto;
  max-height: none;
  max-width: 1125.5%;
  position: absolute;
  right: 0;
  top: 0;
  width: 112.5%;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 40.0625em) {
  /*---------------------
  Basic Slider
  ---------------------*/
  .basic-slider .image-wrapper {
    padding-bottom: 41.6667%;
  }

  .basic-slider .image-wrapper img {
    left: auto;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  /*---------------------
  Basic Slider
  ---------------------*/
  .basic-slider .image-wrapper {
    padding-bottom: 27.7778%;
  }

  .basic-slider .image-wrapper img {
    bottom: -100%;
    top: -100%;
  }
}
