.owl-carousel {
  direction: ltr;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: unset;
  transform-style: unset;
}
.owl-theme .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  right: 0px;
  left: 0px;
  width: 100%;
  bottom: 20px;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  float: none;
  display: inline-table;
  margin: 0px 5px;
  background: transparent;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #222222 !important;
  border-image: initial !important;
  -webkit-border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.owl-theme .owl-dots .owl-dot.active {
  border-color: #ff3232 !important;
}
.owl-theme .owl-dots .owl-dot span {
  display: none;
}
.boxslider.owl-carousel {
  margin-bottom: 70px;
  position: relative;
}
.boxslider.owl-carousel.owl-loaded {
  display: block;
}
.boxslider.owl-carousel .slide-item {
  position: relative;
  min-height: 1px;
  float: left;
}
