/**
 * 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;
    top: 50%;
    width: 100%;
}


.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-'] {
        color: #FFF;
    font-size: 23px;
    border: none;
    margin: 5px;
    padding: 1px 10px;
    background: #008bd0;
    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 {
  }


.gorusler2 .owl-nav.disabled + .owl-dots {
  padding-top: 0!important; 
  display: block;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
}
  .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: 20px;
      height: 20px;
      margin: 5px 7px;
      background: #222954;
      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: #e30613; }

.gorusler .owl-dots .owl-dot, .gorusler2 .owl-dots .owl-dot,.blogx .owl-dots .owl-dot {
    border: none;
    background: none;
    padding: 3px 0px;
    cursor: pointer;
}
.gorusler .owl-dots .owl-dot span,.gorusler2 .owl-dots .owl-dot span,.blogx .owl-dots .owl-dot span {
      width: 18px;
    height: 18px;
    margin: 5px 3px;
    background: #c5c5c5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}


    .gorusler .owl-dots .owl-dot.active span, .gorusler .owl-dots .owl-dot:hover span, .gorusler2 .owl-dots .owl-dot.active span, .gorusler2 .owl-dots .owl-dot:hover span,.blogx .owl-dots .owl-dot.active span, .blogx .owl-dots .owl-dot:hover span {
      background: #008bd0; }

.gorusler .item {
  background-color: #fff;
  padding: 15px 15px 25px 15px;
  position: relative;
}


.gorus {
  padding: 15px;
  border:1px solid #f0f0f0;
}
.gorusler .owl-dots {
  bottom: -50px;
  height: auto;
  padding-top: 0;
}

.blogx .owl-dots {
  bottom: -50px;
  height: auto;
  padding-top: 0;
}


.gorusler2 .item {
  background-color: #fff;
  padding: 15px;
  position: relative;
  

}


.blogx .item {
  background-color: #fff;
  padding: 15px;
  position: relative;
  

}