/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.fontregular {
  font-family: 'Segoe UI Regular', Arial, sans-serif;
  font-weight: 400;
}
.fontbold {
  font-family: 'Segoe UI Bold', Arial, sans-serif;
  font-weight: 700;
}
div#bestPlayerEver{
    height:550px;
    width: 100%;
    background:#f5f5f5 url(../../../img/bg.jpg) 0 0px repeat;
    -moz-box-shadow: 0px 2px 4px #969696;
    -webkit-box-shadow: 0px 2px 4px #969696;
    box-shadow: 0px 2px 4px #969696;
    display: none;
}
.player__body {
  position: relative;
  width: 980px;
  margin: auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
  display: none;
}
.playlist__body {
  margin-top: 35px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  margin: 10px;
  padding: 9px 0 18px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.playlist__body--down {
  overflow: hidden;
  height: 6px;
}
.playlist__episodes {
  position: relative;
  padding: 0 60px;
}
.playlist__season {
  margin: 0 10px;
  padding: 0 0 35px;
  overflow: hidden;
}
.playlist__roll {
  float: right;
  margin: -5px 16px 0 -100%;
  color: #aeb9c3;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: 'Segoe UI Regular', Arial, sans-serif;
  font-weight: 400;
}
.playlist__roll:hover {
  color: #fff;
}
.playlist__roll:after,
.playlist__roll:after {
  display: inline-block;
  margin: 0 0 0 10px;
}
.playlist__roll--up:after {
  content: url('../Images/playlist__rollup.png');
}
.playlist__roll--down:after {
  content: url('../Images/playlist__rolldown.png');
}
.series__title {
  display: block;
  margin: -5px 13px 29px;
  font-size: 12px;
  color: #aeb9c3;
  font-family: 'Segoe UI Regular', Arial, sans-serif;
  font-weight: 400;
}
.series__link {
  color: inherit;
  text-decoration: none;
}
.series__link:hover {
  color: #fff;
}
.series__link:visited {
    color: #aeb9c3;
}
.series__episode {
  color: #fff;
}
.season__item {
  display: inline-block;
  padding: 0 8px;
}
.season__item--current {
  position: relative;
  pointer-events: none;
}
.season__item--current:before,
.season__item--current:after {
  position: absolute;
  width: 1000px;
  height: 7px;
  top: 26px;
  background-image: url('../Images/season__item--current.png');
  background-repeat: no-repeat;
  content: '';
}
.season__item--current:before {
  margin: 0 6px 0 0;
  right: 50%;
}
.season__item--current:after {
  margin: 0 0 0 -6px;
  left: 50%;
}
.season__title {
  color: #aeb9c3;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Segoe UI Regular', Arial, sans-serif;
  font-weight: 400;
}
.season__item:hover .season__title {
  color: #fff;
}
.season__item--current .season__title {
  color: #fff;
  font-family: 'Segoe UI Bold', Arial, sans-serif;
  font-weight: 700;
}
.episode__item {
  display: inline-block;
  width: 160px;
  cursor: pointer;
  text-decoration: none;
}
.episode__cover {
  display: block;
  height: 91px;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(122, 122, 122, 0.75);
}
/*
#videoPlayer {
    z-index: 9999999;
}*/
.episode__title {
  display: block;
  margin: 4px 0 0 6px;
  color: #dfdfdf;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Segoe UI Bold', Arial, sans-serif;
  font-weight: 700;
  test-align:center;
}
.episode__img {
  display: none;
}
.episode__navigate {
  position: absolute;
  display: block;
  top: 0;
  width: 60px;
  height: 91px;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.episode__navigate:before {
  display: block;
  margin: 23px 0 0;
}
.episode__navigate.disabled {
  opacity: .3;
  pointer-events: none;
  background: none;
}
.episode__navigate--prev {
  left: 0;
}
.episode__navigate--prev:before {
  content: url('../Images/navigation__prev.png');
}
.episode__navigate--next {
  right: 0;
}
.episode__navigate--next:before {
  content: url('../Images/navigation__next.png');
}
.owl-carousel .owl-item img {
  display: none;
}