/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Green theme - Owl Carousel CSS File
 */

.owl-theme-slider .owl-dots {
  -webkit-tap-highlight-color: transparent;
  position:absolute;
  left:40px;
  bottom:16px;
  z-index:4;
}

.owl-theme-slider .owl-dots .owl-dot {
  float:left;
  cursor:pointer;
  width:16px;
  height:16px;
}

.owl-theme-slider .owl-dots .owl-dot span {
  display:block;
  background:#6f6851;
  width:8px;
  height:8px;
  transition:all ease 50ms;
}

.owl-theme-slider .owl-dots .owl-dot.active span, 
.owl-theme-slider .owl-dots .owl-dot:hover span {
  transform:scale(1.4);
  background:#cc661c;
  background:#2c830e;
  background:#fff;
  transition:all ease 50ms;
}
