.acm-slideshow .owl-carousel {
  cursor: move;
  padding: 0;
  overflow: hidden;
  background: #eaeaea;
}
.acm-slideshow .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.acm-slideshow .owl-carousel .owl-nav {
  bottom: 32px;
  position: absolute;
  left: 32px;
}
.acm-slideshow .owl-carousel .owl-nav > div {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: 0;
  color: #ffffff;
  position: absolute;
  left: 0;
  text-align: center;
  height: 32px;
  line-height: 28px;
  width: 32px;
}
.acm-slideshow .owl-carousel .owl-nav > div:hover {
  border-color: #ffffff;
}
.acm-slideshow .owl-carousel .owl-dots {
  bottom: 38px;
  position: absolute;
  left: 72px;
}
.acm-slideshow .owl-carousel .owl-dots > div {
  background: #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  margin: 0 4px;
  height: 6px;
  width: 6px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.acm-slideshow .owl-carousel .owl-dots > div.active,
.acm-slideshow .owl-carousel .owl-dots > div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.acm-slideshow .owl-carousel .owl-dots > div.active {
  height: 8px;
  width: 8px;
  position: relative;
  top: 1px;
}
.acm-slideshow .owl-carousel .item {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.acm-slideshow .owl-carousel .item .slider-content {
  display: inline-block;
  color: #ffffff;
  z-index: 2;
  padding: 128px;
  height: auto;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    padding: 64px 16px 96px 16px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-title {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Butler', "Times New Roman", Times, serif;
  line-height: 1.7143;
}
@media (min-width: 768px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-title {
    font-size: 36px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-title a {
  color: #ffffff;
  line-height: normal;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.acm-slideshow .owl-carousel .item .slider-content-inner {
  background-color: #132e5e;
  padding: 96px;
  text-align: left;
  max-width: 512px;
}
@media (max-width: 1199px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner {
    padding: 48px;
    max-width: 416px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner {
    padding: 32px;
  }
}
.acm-slideshow .owl-carousel .item .slider-content-inner h2 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .acm-slideshow .owl-carousel .item .slider-content-inner h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.acm-slideshow .owl-carousel .item .slider-content-inner p {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.acm-slideshow .owl-carousel .item .slider-content-inner .btn {
  background: #aa8844;
  color: #ffffff;
  margin-top: 32px;
}
.acm-slideshow .owl-carousel .item .slider-content-inner .btn:hover,
.acm-slideshow .owl-carousel .item .slider-content-inner .btn:focus,
.acm-slideshow .owl-carousel .item .slider-content-inner .btn:active {
  background: #866b35;
}