/* Slider */
.bwdhtsx-slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .bwdhtsx-slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .bwdhtsx-slick-list:focus {
    outline: none;
  }
  
  .bwdhtsx-slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .bwdhtsx-slick-slider .bwdhtsx-slick-track,
  .bwdhtsx-slick-slider .bwdhtsx-slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .bwdhtsx-slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .bwdhtsx-slick-track:before, .bwdhtsx-slick-track:after {
    content: "";
    display: table;
  }
  
  .bwdhtsx-slick-track:after {
    clear: both;
  }
  
  .bwdhtsx-slick-loading .bwdhtsx-slick-track {
    visibility: hidden;
  }
  
  .bwdhtsx-slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  
  [dir="rtl"] .bwdhtsx-slick-slide {
    float: right;
  }
  
  .bwdhtsx-slick-slide img {
    display: block;
  }
  
  .bwdhtsx-slick-slide.bwdhtsx-slick-loading img {
    display: none;
  }
  
  .bwdhtsx-slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .bwdhtsx-slick-slide {
    display: block;
  }
  
  .bwdhtsx-slick-loading .bwdhtsx-slick-slide {
    visibility: hidden;
  }
  
  .bwdhtsx-slick-vertical .bwdhtsx-slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .bwdhtsx-slick-arrow.bwdhtsx-slick-hidden {
    display: none;
  }
  /*# sourceMappingURL=slick.css.map */



/* Slider */
.bwdhtsx-slick-loading .bwdhtsx-slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.bwdhtsx-slick-prev,
.bwdhtsx-slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.bwdhtsx-slick-prev:hover, .bwdhtsx-slick-prev:focus,
.bwdhtsx-slick-next:hover,
.bwdhtsx-slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.bwdhtsx-slick-prev:hover:before, .bwdhtsx-slick-prev:focus:before,
.bwdhtsx-slick-next:hover:before,
.bwdhtsx-slick-next:focus:before {
  opacity: 1;
}

.bwdhtsx-slick-prev.bwdhtsx-slick-disabled:before,
.bwdhtsx-slick-next.bwdhtsx-slick-disabled:before {
  opacity: 0.25;
}

.bwdhtsx-slick-prev:before,
.bwdhtsx-slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bwdhtsx-slick-prev {
  left: -25px;
}

[dir="rtl"] .bwdhtsx-slick-prev {
  left: auto;
  right: -25px;
}

.bwdhtsx-slick-prev:before {
  content: "←";
}

[dir="rtl"] .bwdhtsx-slick-prev:before {
  content: "→";
}

.bwdhtsx-slick-next {
  right: -25px;
}

[dir="rtl"] .bwdhtsx-slick-next {
  left: -25px;
  right: auto;
}

.bwdhtsx-slick-next:before {
  content: "→";
}

[dir="rtl"] .bwdhtsx-slick-next:before {
  content: "←";
}

/* Dots */
.bwdhtsx-slick-dotted.bwdhtsx-slick-slider {
  margin-bottom: 30px;
}

.bwdhtsx-slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.bwdhtsx-slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.bwdhtsx-slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.bwdhtsx-slick-dots li button:hover, .bwdhtsx-slick-dots li button:focus {
  outline: none;
}

.bwdhtsx-slick-dots li button:hover:before, .bwdhtsx-slick-dots li button:focus:before {
  opacity: 1;
}

.bwdhtsx-slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bwdhtsx-slick-dots li.bwdhtsx-slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*# sourceMappingURL=slick-theme.css.map */