/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com

/** THEME
===================================*/
/*.bx-wrapper .bx-viewport {

	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;

	border: solid #fff 5px;
	left: -5px;
	background: url("assets/img/arrow_r.png") center center no-repeat ;
}*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 90;
  width: 100%;
}

/* PAGER PAGER PAGER PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: -20px;
      margin-top: -1vw;

        z-index: 100;

}
.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 {
  background: #999;
  opacity: 1;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 10px;
  margin: 0 12px;
        z-index: 999;


}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #395478;
  opacity: 1.0;
  width: 20px;
  height: 10px;
  margin: 0 12px;

  position: relative;
    z-index: 100;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 80%;
  margin-top: 0px;
  outline: 0;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  z-index: 100;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

@media (min-width: 768px) and (max-width: 950px)  {
  
        .bx-wrapper .bx-pager {
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 2vw;
        z-index: 999;

}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 9px;
    margin: 0 8px;
    outline: 0;
        z-index: 100;

  }
    .bx-wrapper .bx-pager.bx-default-pager a {
  background: #555;
  opacity: 0.7;
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 9px;
  margin: 5px 8px;
            z-index: 100;


}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #395478;
  opacity: 1.0;
  width: 18px;
  height: 9px;
  margin: 5px 8px;
  vertical-align: middle;

  position: relative;
        z-index: 100;

}
    
}
@media(max-width: 767px) {
.bx-wrapper .bx-prev {
    background-position: 37px 0px;
    left: calc(-50/750 * 100vw);
  }

.bx-wrapper .bx-next {
    background-position: 37px 0px;
    right: calc(0/750 * 100vw);
    ;
  }

    .bx-wrapper .bx-pager {
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 8px;
        z-index: 999;

}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 9px;
    margin: 0 8px;
    outline: 0;
        z-index: 100;

  }
    .bx-wrapper .bx-pager.bx-default-pager a {
  background: #555;
  opacity: 0.7;
  text-indent: -9999px;
  display: block;
  width: 18px;
  height: 9px;
  margin: 5px 8px;
            z-index: 100;


}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #395478;
  opacity: 1.0;
  width: 18px;
  height: 9px;
  margin: 5px 8px;
  vertical-align: middle;

  position: relative;
        z-index: 100;

}
/*.bx-wrapper .bx-pager.bx-default-pager a.active:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 28%;
  right: -40%;
  margin-top: 0;
  display: inline-block;
  width: 2.9em;
  height: 1.0em;
  border: 0.6em solid transparent;
  border-left: 0.9em solid #fff;
}*/
}