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

.single-photo .owl-nav > div > span {
  display: block;
  color: #555;
  line-height: 55px;
  font-size: 22px;
}
.single-photo .owl-nav > .owl-next > span {
  right: 14px;
  position: absolute;
}
.single-photo .owl-nav > div.owl-next:hover,
.single-photo .owl-nav > div.owl-next {
  position: absolute;
  background: #fff;
  opacity: 0.6;
  height: 55px;
  width: 55px;
  right: 15px;
  border-radius: 100%;
}

.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 {
  position: absolute;
  background: #fff;
  opacity: 0.6;
  height: 55px;
  width: 55px;
  left: 15px;
  border-radius: 100%;
}
.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: 7px;
  margin-left: -60px;
  display: block!IMPORTANT;
  color: #aaa;
  border-radius: 100%;
}

.hashtags-p .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7px;
  right: -60px;
  display: block!IMPORTANT;
  color: #aaa;
  border-radius: 100%;
}

.profiles-p .owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 33%;
  margin-left: -34px;
  display: block!IMPORTANT;
  color: #AAA;
  border-radius: 100%;
}

.profiles-p .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 33%;
  right: -34px;
  display: block!IMPORTANT;
  color: #AAA;
  border-radius: 100%;
}
.profiles-p .owl-prev span, .profiles-p .owl-next span {
  display: block;
  position: relative;
  margin: 9px auto;
  width: 13px;
  font-size: 20px;
}
.profiles-p .owl-prev span {
  width: 16px;
}

.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;
}

.owl-stories {
  display: flex!IMPORTANT;
  justify-content: center;
}

.owl-stories .owl-prev {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 33%;
  left: -70px;
  display: block!IMPORTANT;
  background: #393738;
  border-radius: 100%;
}

.owl-stories .owl-prev.disabled, .owl-stories .owl-next.disabled {
  opacity: 0.5;
}

.owl-stories .owl-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 33%;
  right: -70px;
  display: block!IMPORTANT;
  background: #393738;
  border-radius: 100%;
}
.owl-stories .owl-prev span, .owl-stories .owl-next span {
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 60px;
  color: #ffffff;
  font-size: 20px;
  width: 20px;
}
.owl-stories .owl-next span {
  width: 15px;
}

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

  .profiles-p .owl-next {
    right: 0px;
  }
  .hashtags-p .owl-prev {
    margin-left: 0px;
  }

  .hashtags-p .owl-next {
    right: 0px;
  }
}
.owl-next, .owl-prev {
  border: none;
  background: none;
}

