.acm-slideshow .owl-carousel {
  cursor: move;
  padding: 0;
  overflow: hidden;
  background: #111111;
}
.acm-slideshow .owl-carousel .owl-wrapper-outer {
  z-index: 0;
}
.acm-slideshow .owl-carousel .owl-controls {
  margin: 0 auto;
  z-index: 1;
  width: 1170px;
}
.acm-slideshow .owl-carousel .owl-controls .owl-buttons {
  bottom: 400px;
  left: 50%;
  margin-left: -585px;
  right: 0;
  text-align: right;
  position: absolute;
  width: 1170px;
}
@media (max-width: 1199px) {
  .acm-slideshow .owl-carousel .owl-controls .owl-buttons {
    display: none;
  }
}
.acm-slideshow .owl-carousel .owl-controls .owl-buttons div {
  background: none;
  border: 2px solid #ffffff;
  padding: 0;
  line-height: 30px;
  font-size: 18px;
  width: 34px;
  height: 34px;
  text-align: center;
}
.acm-slideshow .owl-carousel .owl-controls .owl-buttons div.owl-next {
  left: auto;
  right: 80px;
}
.acm-slideshow .owl-carousel .owl-controls .owl-pagination {
  bottom: 600px;
  right: 20px;
  width: 26px;
  position: absolute;
  text-align: center;
}
.acm-slideshow .owl-carousel .owl-controls .owl-pagination .owl-page {
  cursor: pointer;
  display: inline-block;
}
.acm-slideshow .owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #ffffff;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.acm-slideshow .owl-carousel .owl-controls .owl-pagination .owl-page:hover span,
.acm-slideshow .owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background-color: #d97f00;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (max-width: 991px) {
  .acm-slideshow .owl-carousel .owl-controls .owl-pagination {
    display: none !important;
  }
}
.acm-slideshow .owl-carousel .item {
  position: relative;
  overflow: hidden;
}
.acm-slideshow .owl-carousel .item .img-header {
  background-size: cover;
  background-position: top center;
  min-height: 1070px;
}
.acm-slideshow .owl-carousel .item .img-header-top {
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 142px;
  -webkit-filter: blur(10px);
  filter: url('../../../../../../acm/images/blur.svg#blur');
  filter: blur(10px);
}
.acm-slideshow .owl-carousel .item .img-header-bottom {
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  -webkit-filter: blur(10px);
  filter: url('../../../../../../acm/images/blur.svg#blur');
  filter: blur(10px);
}
.acm-slideshow .owl-carousel .item .img-header-bottom-mask {
  background: #eeeeee;
  
  background: -webkit-linear-gradient(transparent, #eeeeee);
  
  background: -o-linear-gradient(transparent, #eeeeee);
  
  background: -moz-linear-gradient(transparent, #eeeeee);
  
  background: linear-gradient(transparent, #eeeeee);
  
  bottom: 0;
  height: 300px;
  width: 100%;
  position: absolute;
}
.acm-slideshow .owl-carousel .item .slider-img {
  width: 100%;
  height: auto;
}
.acm-slideshow .owl-carousel .item .slider-thumb {
  width: auto;
}
.acm-slideshow .owl-carousel .item .slider-content {
  color: #ffffff;
  text-align: left;
  position: absolute;
  z-index: 2;
  bottom: 400px;
  left: 0;
  padding: 0 16px;
  margin-left: 0;
  height: auto;
  display: block;
  -webkit-transition: margin-left 350ms;
  -o-transition: margin-left 350ms;
  transition: margin-left 350ms;
}
@media (min-width: 768px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    margin-left: -375px;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    margin-left: -485px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .acm-slideshow .owl-carousel .item .slider-content {
    margin-left: -585px;
    left: 50%;
  }
}
.acm-slideshow .owl-carousel .item .slider-content .item-title {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  .acm-slideshow .owl-carousel .item .slider-content .item-title {
    font-size: 42px;
    margin-bottom: 0;
  }
}
.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-btn {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .acm-slideshow .owl-carousel .item .slider-btn {
    display: none;
  }
}
.acm-slideshow .owl-carousel .item .slider-btn i {
  margin-right: 8px;
}
html[class*="ie1"] .acm-slideshow .owl-carousel .item .img-header-bottom,
html[class*="ie9"] .acm-slideshow .owl-carousel .item .img-header-bottom,
html[class*="ie8"] .acm-slideshow .owl-carousel .item .img-header-bottom,
html[class*="ie7"] .acm-slideshow .owl-carousel .item .img-header-bottom {
  display: none;
}