/* Nextend Smart Slider 2 - Aggregated CSS Cache */
/* Timestamp: n1467475200 */
/* Generated: Production Cache */

.ssclear,
.ssclear-all {
  clear: both;
}

.ssclear-all {
  clear: both !important;
}

.smart-slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.smart-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: transparent;
}

.smart-slider-loading .smart-slider-loader {
  display: block;
}

.smart-slider-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  display: none;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"%3E%3Cg fill="%23fff"%3E%3Ccircle cx="24" cy="6" r="3" opacity="0.2"/%3E%3Ccircle cx="35" cy="9" r="3" opacity="0.4"/%3E%3Ccircle cx="42" cy="20" r="3" opacity="0.6"/%3E%3Ccircle cx="39" cy="31" r="3" opacity="0.8"/%3E%3Ccircle cx="28" cy="38" r="3"/%3E%3Ccircle cx="17" cy="37" r="3"/%3E%3Ccircle cx="6" cy="30" r="3"/%3E%3Ccircle cx="3" cy="19" r="3"/%3E%3C/g%3E%3C/svg%3E') no-repeat center;
  background-size: contain;
  animation: ss-bounce 1.4s ease-in-out infinite;
}

@keyframes ss-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.smart-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.smart-slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.smart-slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.smart-slide.active {
  opacity: 1;
  z-index: 5;
}

.smart-slider-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.08);
}

.smart-slider-arrow-left {
  left: 14px;
}

.smart-slider-arrow-right {
  right: 14px;
}

.smart-slider-bullets {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  padding: 6px 10px;
  margin: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.smart-slider-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.smart-slider-bullet:hover {
  background: rgba(255, 255, 255, 0.75);
}

.smart-slider-bullet-active {
  background: #fff;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

.smart-slider-thumbnail {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  margin: 7px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.smart-slider-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smart-slider-thumbnail:hover {
  opacity: 1;
}

.smart-slider-thumbnail.active {
  border-color: #17a2b8;
  opacity: 1;
  box-shadow: 0 0 10px rgba(23, 162, 184, 0.5);
}

.smart-slider-thumbnails {
  text-align: center;
  margin-top: 14px;
  padding: 8px;
}

.smart-slider-fullscreen-toggle {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  z-index: 11;
  transition: all 0.3s ease;
  font-size: 18px;
}

.smart-slider-fullscreen-toggle:hover {
  background: rgba(0, 0, 0, 0.65);
  transform: scale(1.05);
}

.smart-slider-play-pause {
  position: absolute;
  top: 14px;
  right: 62px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  z-index: 11;
  transition: all 0.3s ease;
  font-size: 16px;
}

.smart-slider-play-pause:hover {
  background: rgba(0, 0, 0, 0.65);
  transform: scale(1.05);
}

/* Transition animations */
.smart-slide.fade {
  animation: ss-cross-fade 0.6s ease-out;
}

@keyframes ss-cross-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.smart-slide.slide-left-fade {
  animation: ss-slide-left-fade 0.6s ease-out;
}

@keyframes ss-slide-left-fade {
  from { transform: translateX(60%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.smart-slide.slide-right-fade {
  animation: ss-slide-right-fade 0.6s ease-out;
}

@keyframes ss-slide-right-fade {
  from { transform: translateX(-60%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.smart-slide.zoom-fade {
  animation: ss-zoom-fade 0.6s ease-out;
}

@keyframes ss-zoom-fade {
  from { transform: scale(1.05); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Responsive: 1024px and above */
@media (min-width: 1024px) {
  .smart-slider-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 21px;
  }
  .smart-slider-arrow-left {
    left: 20px;
  }
  .smart-slider-arrow-right {
    right: 20px;
  }
  .smart-slider-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}

/* Responsive: 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .smart-slider-arrow {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
}

/* Responsive: Below 768px */
@media (max-width: 767px) {
  .smart-slider-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 17px;
  }
  .smart-slider-arrow-left {
    left: 8px;
  }
  .smart-slider-arrow-right {
    right: 8px;
  }
  .smart-slider-bullet {
    width: 9px;
    height: 9px;
    margin: 0 3px;
  }
  .smart-slider-fullscreen-toggle,
  .smart-slider-play-pause {
    width: 36px;
    height: 36px;
    font-size: 14px;
    top: 10px;
  }
  .smart-slider-play-pause {
    right: 52px;
  }
  .smart-slider-thumbnail {
    width: 52px;
    height: 52px;
    margin: 5px;
  }
}