/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 15px;
  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: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px; }
.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: 10px;
      height: 10px;
      margin: 5px 10px;
      background: #D6D6D6;
      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: #869791; }

.owl-nav {
  margin-bottom: 10px; }

/* arrow */
#main-gallery .owl-prev,
#main-gallery .owl-next {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 40%;
  z-index: 10;
  background: transparent !important; }

#main-gallery .owl-prev .arrow-prev,
#main-gallery .owl-next .arrow-next {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  margin: auto; }

#main-gallery .owl-prev {
  left: 24px; }

#main-gallery .arrow-prev {
  transform: rotate(-135deg); }

#main-gallery .owl-next {
  right: 24px; }

#main-gallery .arrow-next {
  transform: rotate(45deg); }

#main-gallery .owl-prev .arrow-prev.small,
#main-gallery .owl-next .arrow-next.small {
  width: 16px;
  height: 16px;
  border-top: 2px solid #999;
  border-right: 2px solid #999; }

/* gallery */
#main-gallery {
  margin: 0 auto 12px; }

@media only screen and (max-width: 767px) {
  #main-gallery .owl-stage {
    border-bottom: 3px solid #333; } }
/* thumb */
#main .owl-carousel .owl-dot:hover {
  opacity: 0.7; }

#main .owl-carousel .owl-dot {
  background-size: cover;
  margin-right: 2%; }

#main .owl-carousel .owl-dots {
  width: 102%;
  margin-right: -2%; }

#main .owl-carousel .owl-dot span {
  background: none; }

.owl-carousel img {
  max-width: 100%; }
