/* */

.owl-carousel .owl-item img
{
	width: inherit;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav
{
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* TAI */
.owl-theme .owl-nav
{
	display: block;
}

.owl-theme .owl-dots .owl-dot
{
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot
{
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* TAI */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev
{
	padding: 20px !important;
}
/* TAI */
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-dot:focus
{
  outline: none !important;
  text-decoration: none !important;
	-webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev
{
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span
{
  background: #869791;
}
.owl-theme .owl-dots .owl-dot span
{
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
