﻿/*
 * 	KM theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #005BAA;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #7FB3E3;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  background: #D9DAD9;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #005BAA;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #7FB3E3;
}

.owl-carousel .owl-nav button.owl-prev {
  background-color: #005BAA;
}

.owl-theme {
  position: relative;
}
.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav button {
  border-radius: 100% !important;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 37%;
  text-align: center;
  margin: 0;
}
.owl-theme .owl-nav button .km-icn {
  margin: 0 auto;
}
.owl-theme .owl-nav button.owl-next {
  background-color: #005BAA;
}
.owl-theme .owl-nav button.owl-previous {
  background-color: #005BAA;
}
.owl-theme .owl-nav button.disabled {
  background-color: #D9DAD9;
}
.owl-theme .owl-nav button.disabled:hover {
  background-color: #D9DAD9;
}
.owl-theme.variant-gallery .owl-nav button {
  width: 32px;
  height: 32px;
  top: 24%;
}
.owl-theme.variant-gallery .owl-nav .km-icn {
  width: 12px;
  height: 16px;
  background-size: 12px;
}
.owl-theme.variant-gallery .owl-item {
  border: 1px solid #D9DAD9;
  border-radius: 5px;
  padding: 0.25rem;
}
