.mb_YTPBar {
  height: 5px;
  padding: 0;
  opacity: 0.3;
}
.mb_YTPBar .buttonBar {
  padding: 5px;
  height: 35px;
}
.mb_YTPBar .buttonBar .ytpicon:hover {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPProgress {
  height: 5px;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 5px;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 5px;
}
.mb_YTPBar .mb_YTPlaylist.ytpicon {
  margin-left: 0px;
}
.mb_YTPBar span.mb_OnlyYT {
  right: 90px;
  left: auto;
}
.jux-video-mobiles {
  background-size: cover !important;
}
#btn_playlist,
#juxbtn_prev,
#juxbtn_next {
  border: none;
  background: none;
  color: white;
  line-height: 24px;
}
#btn_playlist:focus,
#juxbtn_prev:focus,
#juxbtn_next:focus {
  outline: none !important;
}
.jux_videolist {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 98px;
  z-index: 99;
}
.jux_videolist:hover .juxcustomNavigation a.jux_prev,
.jux_videolist:hover .juxcustomNavigation a.jux_next {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.jux_videolist .juxcustomNavigation a.jux_prev {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  background-image: url("../images/jux_prev.png");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 40% 50%;
  background-position: 15px 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.jux_videolist .juxcustomNavigation a.jux_next {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  background-image: url("../images/jux_next.png");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 40% 50%;
  background-position: 15px 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.jux_videolist #jux_playlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #000000;
}
.jux_videolist #jux_playlist .owl-wrapper-outer {
  z-index: 99;
}
.jux_videolist #jux_playlist .owl-item {
  width: 160px !important;
}
.jux_videolist .jux_btn_video {
  width: 160px;
  height: 120px;
  background-size: 100% 110%;
  background-position-y: -16px;
  border: none;
  padding: 0;
}
.jux_videolist .jux_btn_video .jux_video_title {
  opacity: 0;
  visibility: visible;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 2px;
}
.jux_videolist .jux_btn_video .video_item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.jux_videolist .jux_btn_video .video_item_overlay:hover {
  opacity: 0;
}
.jux_videolist .jux_btn_video:hover .jux_video_title {
  opacity: 1;
  visibility: visible;
}
#local-toggle {
  background: none;
  border: none;
  color: #ffffff;
  margin-top: 10px;
  margin-left: 25px;
}
#local-toggle:focus {
  outline: none;
}
.local-playlist {
  position: absolute;
  bottom: 43px;
  left: 0;
  width: 300px;
  z-index: 999;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.local-playlist .local-video-list {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
  padding: 10px;
  background: rgba(24, 24, 22, 0.64);
}
.vjs-control-bar:hover .local-playlist {
  bottom: 51px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.big-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#tray-button {
  right: 130px;
  position: absolute;
  top: -23px;
  border: none;
  background: transparent;
  color: white;
}
#tray-button:hover #tray-arrow {
  background-color: #444;
}
#tray-arrow {
  background-color: #333;
  width: 35px;
  height: 30px;
}
.YTPFullscreen .YTPOverlay.raster {
  opacity: 0 !important;
}
