/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    z-index: 100;
    border-radius: 50%;
    opacity: 0.7;
    color: var(--bigTtlColor);
    display: inline-block;
    cursor: pointer;
    }
    .owl-theme .owl-nav [class*='owl-']:hover {
      text-decoration: none;
  color: rgb(86, 96, 102);}
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 10px;
  -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;
      opacity: 0.5;
      height: 10px;
      margin: 5px 7px;
      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: #ffffff ;
    opacity: 1;}

.owl-theme .owl-dots .owl-dot{
  background-color: transparent;
}


.owl-carousel {position: relative;}
.owl-prev,.owl-next {position: absolute;top: 50%; font-size: 40px;}

.owl-prev .fa,.owl-next .fa {
  background-color: white; padding: 0 3px;
   border-radius: 50%;}

.owl-dots{
  position: absolute;
  bottom: 10%;
  width:100%;
  margin-top: -10px; // Half of the prev/next buttons height here in negatives to center
}
#slider1 .owl-next {
left: 50px;
}
#slider1 .owl-prev {
right: 50px;
}

.owl-next {
left: 0;
}
.owl-prev {
right: 0;
}
