/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    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 {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -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;
      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: #869791; }

.single-photo .owl-nav > div.owl-next:hover,
.single-photo .owl-nav > div.owl-next {
  width: 40px;
  height: 70px;
  position: absolute;
  line-height: 70px;
  top: 50%;
  right: 0;
  display: block !important;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 140px 0 0 140px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  padding-left: 8px;
  transform: translateY(-50%);
}

.single-photo .owl-nav > div.owl-next.disabled {
  display: none;
}

.single-photo .owl-nav > div.owl-prev:hover,
.single-photo .owl-nav > div.owl-prev {
  width: 40px;
  height: 70px;
  position: absolute;
  line-height: 70px;
  top: 50%;
  left: 0;
  display: block !important;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 140px 140px 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  padding-right: 7px;
  transform: translateY(-50%);
}
.single-photo .owl-nav > div.owl-prev.disabled {
  display: none;
}


@media all and (max-width: 790px) {
  .single-photo .owl-nav > div.owl-prev,
  .single-photo .owl-nav > div.owl-next {
    display: none;
  }

}

.hashtags-p .owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  margin-left: -60px;
  display: block!IMPORTANT;
  border-radius: 100%;
  color: #CCC;
}

.hashtags-p .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  right: -60px;
  display: block!IMPORTANT;
  border-radius: 100%;
  color: #CCC;
}
.hashtags-p .owl-prev span, .hashtags-p .owl-next span {
  display: block;
  position: relative;
  margin: 9px auto;
  width: 13px;
}

.hashtags-p .owl-prev span {
  width: 16px;
}

.main-trending__blocks .owl-prev {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-left: -40px;
  display: block!IMPORTANT;
  border-radius: 100%;
  color: #CCC;
  transform: translateY(-50%);
}

.main-trending__blocks .owl-next {

  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  display: block!IMPORTANT;
  border-radius: 100%;
  color: #CCC;
  transform: translateY(-50%);
  right: -40px;
}
.main-trending__blocks .owl-prev span, .main-trending__blocks .owl-next span {
  display: block;
  position: relative;
  margin: auto;
  font-size: 25px;
}
.main-trending__blocks .owl-prev span {
  font-size: 25px;
}

@media screen and (max-width: 600px) {
  .owl-stories .owl-next {
    right: -30px;
  }
  .owl-stories .owl-prev {
    left: -30px;
  }
}
@media all and (max-width: 1144px) {
  .hashtags-p .owl-prev {
    margin-left: -40px;
  }

  .hashtags-p .owl-next {
    right: -40px;
  }
}
@media all and (max-width: 768px) {
  .hashtags-p .owl-prev {
    margin-left: 0px;
  }

  .hashtags-p .owl-next {
    right: 0px;
  }
}

@media all and (max-width: 1024px) {
  .main-trending__blocks .owl-next {
      right: 0;
  }
  .main-trending__blocks .owl-prev {
      margin-left: 0;
  }
}
@media all and (max-width: 1024px) {

  .main-trending__blocks .owl-prev {
    margin-left: -40px;
  }
}
.owl-next, .owl-prev {
  border: none;
  background: none;
}

.profile-statistics__wrapper .owl-dots {
  position: absolute;
  bottom: -20px!important;;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.profile-statistics__wrapper .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: none;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  background-color: #eee;
}
.profile-statistics__wrapper .owl-dots .owl-dot.active {
  background-color: #d6d6d6;
}

.main-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.main-statistics__blocks.main-slider .owl-dots {
  margin-bottom: 25px;
}
.main-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: none;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  background-color: #dbdbdb;
}
.main-slider .owl-dots .owl-dot.active {
  background-color: #bcbcbc;
}

.stat_slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.stat_slider  .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: none;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  background-color: #dbdbdb;
}
.stat_slider  .owl-dots .owl-dot.active {
  background-color: #bcbcbc;
}

