/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #707070;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px)  {
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 5vw;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 2.5vw;
        height: 2.5vw;
    }
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    position: relative;
    left: -50px;
    border-radius: 50%;
}
.bx-wrapper .bx-next {
    position: relative;
    right: -50px;
    border-radius: 50%;
}
.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
    position: absolute;
    content: "";
    left: 60px;
    top: 44px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #e60012;
    border-right: 3px solid #e60012;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.bx-wrapper .bx-next::after {
    left: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    outline: 0;
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    z-index: 999;
    background: rgba(255,255,255,.5);
}
.bx-wrapper .bx-controls-direction a:hover {
    background: rgba(255,255,255,.25);
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

@media screen and (max-width: 1309px)  {

}
@media screen and (max-width: 767px)  {
    
}
