/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
       margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 30%;
    width: 100%;
    right: 0px;
}

  .owl-theme .owl-nav [class*='owl-'] {
   color: #ffffff;
    font-size: 28px;
    margin: 0px;
    padding: 0;
    display: flex;
    background: #c77b7b;
    cursor: pointer;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    border: 0px solid #cccccc78;
    justify-content: center;
    align-items: center;}

    .owl-theme .owl-nav [class*='owl-']:hover {
    
         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;
    position: absolute;
    bottom: 40px;
    right: 80px;
}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
    .owl-theme .owl-dots .owl-dot span {
     width: 50px;
    height: 5px;
    margin: 5px 5px;
       background: #d3d3d3;
   
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
}
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
       background: #c77b7b;
}
