.owl-theme .owl-nav {
  font-size: 80px;
  margin-top: 0px;
  float: left;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: transparent;
      color: #FFF;
      text-decoration: none;
      border-width:0; }

  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  float:left;}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1.3;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 6px;
      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-prev,
.owl-next,
.owl-dots {
    position:absolute;
 }

.owl-prev {
    left:25px;
    top: 320px;
 }

 .owl-next {
    right:25px;
    top:320px;
 }
 . {
    position:absolute;
  }

 .owl-dots {
    position: absolute;
    top: 584px;
    left:50%;
    transform: translateX(-50%);

  }
