/*
 *  YouTube Playlist theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: #333;
  font-size: 0px;
  line-height: 20px;
  padding: 16px 14px 8px 10px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:before {
  font-size: 16px;
  content: "\f106";
  font-family: 'icon-curtin';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #f2b500;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0;
  position: absolute;
  padding-left: 14px;
  padding-right: 10px;
}

.owl-theme .owl-controls .owl-nav .owl-next:before {
  content: "\f107";
}

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

.owl-carousel .item-video {
  height: 400px;
}

/* Next/Prev Button Styles */
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -24px;
}

.owl-carousel .owl-video-tn {
  background-size: cover;
}

/* Video Title */
/* To match to the YouTube styles */
.owl-video {
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 12px;
}