.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.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 li,
.unslider ol,
.unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
  position: absolute;
  left: 25px;
  z-index: 2;
  text-align: center!important;
  top: 385px;
  width: 25.49%;
  margin: 0 auto !important;
  cursor: pointer;
  color: #333 !important;
  font-family: 'ETModules';
  z-index: 1;
}

.unslider-arrow.next {
  left: auto;
  right: 20px;
  width: 74.19%;
  z-index: 5;
}

@media only screen and (max-width: 1580px) {
  .unslider-arrow {
    width: 25.49%;
  }

  .unslider-arrow.next {
    width: 74.19%;
  }
}


@media only screen and (max-width: 1150px) {
  .unslider-arrow {
    width: 48.29% !important;
    top: 20px;
  }
}

@media only screen and (max-width: 750px) {
  .unslider-arrow {
    width: 47.29% !important;
  }
}

@media only screen and (max-width: 510px) {
  .unslider-arrow {
    width: 45.49% !important;
  }
}
.unslider-arrow .arrow-box {
  width: 85px;
  height: 50px;
  float: left;
  text-align: center !important;
  font-size: 60px;
  color: #f76c23 !important;
}

.unslider-arrow:hover .arrow-box{
  color: #ae4006 !important;
  transition: all 0.5s ease-out;
}

.unslider-arrow.prev .arrow-box {
    float: right;
    border-right: none !important;
}
