.unslider {
  overflow: auto;
  margin: 0 0 -20px 0;
  padding: 0;
  position: relative
}
.unslider-wrap {
  position: relative
}
.unslider-wrap.unslider-carousel > li {
  float: left
}
.unslider-vertical > ul {
  height: 100%
}
.unslider-vertical li {
  float: none;
  width: 100%
}
.unslider-fade {
  position: relative
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10
}
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}
.unslider li, .unslider ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  top: 45%;
  z-index: 50;
  cursor: pointer;
  height: 10%;
  width: 40px;
  border-radius: 5px;
}
.unslider-arrow.next {
  left: auto;
  right: 0;
  background-image: url(../images/icons/icon-arrow-right-circle.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center
}
.unslider-arrow.prev {
  left: 0;
  background-image: url(../images/icons/icon-arrow-left-circle.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center
}
.unslider-arrow.next:hover, .unslider-arrow.prev:hover {
  background-color: rgba(255, 255, 255, .4)
}
@media only screen and (max-width:480px) {
  .unslider-arrow {
    left: 15px;
    top: 45%;
    z-index: 50;
    height: 30px;
    width: 30px
  }
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 48%;
  z-index: 60
}
.unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: 0 0;
  border-radius: 12px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #5c6670;
  cursor: pointer
}
.unslider-nav ol li.unslider-active {
  background: #5c6670;
  cursor: default
}
@media only screen and (max-width:768px) {
  .unslider-nav ol {
    top: 10px;
    left: 42%
  }
}
@media only screen and (max-width:480px) {
  .unslider-nav ol {
    display: none
  }
}