.anthemeblocks-homeslider-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.anthemeblocks-homeslider-desc>.container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.anthemeblocks-homeslider-desc h2 {
  margin-top: 9px;
  margin-bottom: 21px;
  max-width: 600px;
  line-height: 1.083;
}

.anthemeblocks-homeslider-desc p {
  max-width: 50%;
  line-height: 1.083;
  margin: 0 0 37px;
}
.anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc p { text-align: left }
.anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc p { text-align: center }
.anthemeblocks-homeslider_right .anthemeblocks-homeslider-desc p { text-align: right }
.anthemeblocks-homeslider-desc .btn-primary {
  min-width: 160px;
  margin-left: 1px;
  text-transform: uppercase;
  font-size: 14px;
  height: 56px;
  padding: 0 10px 1px;
}

.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img { width: auto; }

.anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc>.container { align-items: flex-start; }
.anthemeblocks-homeslider_center .anthemeblocks-homeslider-desc>.container { align-items: center; }
.anthemeblocks-homeslider_right .anthemeblocks-homeslider-desc>.container { align-items: flex-end; }
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  position: absolute;
  top: calc(50% - 42px);
  z-index: 2;
  cursor: pointer;
}
.anthemeblocks-homeslider .owl-prev i,
.anthemeblocks-homeslider .owl-next i {
  font-size: 58px;
}
.anthemeblocks-homeslider .owl-prev,
.anthemeblocks-homeslider .owl-next {
  transition: .35s;
  color: #949494;
}
.anthemeblocks-homeslider .owl-prev:hover,
.anthemeblocks-homeslider .owl-next:hover {
  background: #bebebe;
  color: #fff;
}
.anthemeblocks-homeslider .owl-prev { left: 0; }
.anthemeblocks-homeslider .owl-next { right: 0; }
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-prev,
.anthemeblocks-homeslider .owl-stage-outer.disabled .owl-next { display: none; }
.anthemeblocks-homeslider .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.anthemeblocks-homeslider.owl-dots_left .owl-dots {
  text-align: left;
  padding-left: 8px;
}
.anthemeblocks-homeslider.owl-dots_center .owl-dots { text-align: center; }
.anthemeblocks-homeslider.owl-dots_right .owl-dots { text-align: right; }
.anthemeblocks-homeslider.owl-dots_disabled .owl-dots { display: none; }

.anthemeblocks-homeslider .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
}
.anthemeblocks-homeslider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

@media (min-width: 768px){
  .anthemeblocks-homeslider .owl-prev,
  .anthemeblocks-homeslider .owl-next {
    padding: 14px;
  }
  .anthemeblocks-homeslider:hover .owl-prev,
  .anthemeblocks-homeslider:hover .owl-next {
    display: block;
  }
}
@media (max-width: 1400px) {
  .anthemeblocks-homeslider_left .anthemeblocks-homeslider-desc>.container {
    padding-left: 100px;
  }
  .anthemeblocks-homeslider.owl-dots_left .owl-dots {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .anthemeblocks-homeslider.owl-dots_left .owl-dots {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .anthemeblocks-homeslider-hide-mobile { display: none !important; }
}



.anthemeblocks-homeslider:not(.owl-carousel) {
  display: flex!important;
  min-height: 380px;
  overflow: hidden;
}

.anthemeblocks-homeslider:not(.owl-carousel) {
  opacity: 0;
}

.anthemeblocks_homeslider-block {
  position: relative;
}
.anthemeblocks-homeslider-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.75s ease 0.75s;
}

.anthemeblocks-loader-image {
  width: 250px;
  height: 250px;
  content: url("../img/loading.svg");
}

.anthemeblocks_homeslider-block.initialized .anthemeblocks-homeslider-loader {
  opacity: 0;
}


.anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item img {
  width: 100%;
}

@media (max-width: 1200px) {

  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc p {
    max-width: 600px;
    width: 100%;
  }
 
}
@media (max-width: 1024px) {
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc>.container {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2 {
    font-size: 30px;
    max-width: 300px;
  }
  .anthemeblocks-homeslider.owl-carousel.owl-drag.img-responsive .owl-item .item img {
    width: auto!important;
    height: 310px;
  }
}

@media (max-width: 580px) {
  .anthemeblocks-homeslider .anthemeblocks-homeslider-desc h2 {
    font-size: 24px;
  }
  
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2 {
    font-size: 24px;
    margin-bottom: 10px;

  }
  .anthemeblocks-homeslider.img-responsive .anthemeblocks-homeslider-desc h2 {
    font-size: 20px;
    max-width: 200px;
  }
  .anthemeblocks-homeslider.img-responsive .owl-dots {
    bottom: 5px;
  }
}
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img {
  -moz-transform-style: flat;
}

@media (min-width: 768px) {
  .anthemeblocks-homeslider-hide-desktop,
  .anthemeblocks-homeslider-hide-desktop-content .anthemeblocks-homeslider-desc {
    display: none;
  }
}
@media (max-width: 767px) {
  .anthemeblocks-homeslider-hide-mobile-content .anthemeblocks-homeslider-desc {
    display: none;
  }
}