/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */



.unslider-nav{margin-top: -20px;z-index: 1000;left: calc(50% - 51px);position: absolute;}

.sliderImage{z-index: 1;}

.unslider{text-align: center;max-width: 1170px;position: relative;margin: 0 auto;margin-top: -141px;z-index: 1000;/* display: block; */}



.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: transparent;
  border-radius: 30px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #4a4a4a;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #BACB38;
  cursor: default;
}
