/**
 * 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 {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
    position: absolute;
    bottom: -50px;
    width: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}


.owl-theme .owl-nav.disabled {display: none;}
.gorusler .owl-nav.disabled {display: none;}
.blogx .owl-nav.disabled {display: none;}

  .owl-theme .owl-nav [class*='owl-'] {

     }
    .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 {
  }




.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 0;
}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 0;
    padding: 0; 
    background: none;

  }
    .owl-theme .owl-dots .owl-dot span {
      width: 21px;
      height: 21px;
      margin: 7px;
      border: 1px solid #fff;
      display: block;
      -webkit-backface-visibility: visible;
      transition: 200ms;
      position: relative;

    }

    .owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before {
      background: #fff;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      top: 2px;
      left: 2px;
      position: absolute;
      content: "";
      transition: 500ms;
    }








.gorus {
  padding: 15px;
  border:1px solid #f0f0f0;
}
.gorusler .owl-dots {
  bottom: -35px;
  height: auto;
  padding-top: 0;
}

.anaslider .owl-dots {
  bottom: 20px;
  height: auto;
  padding-top: 0;
}


.gorusler2 .item {
width: 95%;
    padding: 15px;
    position: relative;
    text-align: center;
 
  

}


.blogx .item {
  padding: 10px 0;
  position: relative;
  

}