.video-area, .video-area * {
  box-sizing: border-box;
}

.video-area {
  position: relative;
  margin: 0 auto;
  padding-top: 32px;
  width: 1000px;
  height: 688px;
  font-family: arial, sans-serif;
  font-size: 13px;
  background: url('../images/episodes/bg_video_area.jpg') no-repeat rgb(240, 188, 16);
}

.video-area .video-archive {
  background-image: url('../images/episodes/bg_video_area_archive.jpg');
}

.video-area .video-player-initializer {
  display: none;
}

.video-area + #content-area {
  margin-top: 0;
  padding-top: 0;
}

.video-area .video-banner {
  margin: 0 auto;
  width: 764px;
  height: 64px;
  border: 2px solid rgba(256, 256, 256, 0.64);
  border-radius: 4px;
  box-shadow: 0 0 4px rgb(0, 0, 0);
}

.video-area .video-banner img {
  display: block;
  width: 760px;
  height: 60px;
}

.video-player {
  position: absolute; top: 204px; left: 410px;
  padding: 12px;
  width: 522px;
  height: 356px;
  background: linear-gradient(to bottom, rgb(88, 88, 88), rgb(0, 0, 0) 32%, rgb(88, 88, 88));
  background-clip: padding-box;
  border: 2px solid rgba(256, 256, 256, 0.64);
  border-radius: 8px;
}

.video-player ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-player ol.weekdays {
  display: table;
  width: 100%;
  height: 48px;
  background: linear-gradient(to bottom, rgb(32, 32, 32), transparent 80%) no-repeat;
  background-size: 100% 20px;
}

.video-player ol.weekdays li {
  display: table-cell;
  vertical-align: middle;
  height: 48px;
  color: rgb(228, 48, 8);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgb(72, 72, 72), rgb(112, 112, 112), rgb(72, 72, 72)) no-repeat;
  background-size: 1px 24px;
  background-position: right center;
}

.video-player ol.weekdays li:last-child {
  background: none;
}

.video-player ol.weekdays li img {
  display: block;
  margin: 0 auto;
  height: 48px;
  cursor: pointer;
}

.video-player ol.weekdays li:not(.active):not(:hover) img:last-child {
  display: none;
}

.video-player ol.weekdays li:hover img:first-child,
.video-player ol.weekdays li.active img:first-child {
  display: none;
}

.video-player ol.videos {
  width: 494px;
  height: 278px;
}

.video-player ol.videos li {
  display: none;
  position: relative;
}

.video-player ol.videos li.active {
  display: block;
}

.video-player ol.videos li .video-poster-image {
  display: block;
  margin: 0 auto;
  max-height: 278px;
  box-shadow: 0 0 4px rgba(256, 256, 256, 0.8);
}


.video-player video {
  display: block;
  width: 494px;
  height: 278px;
  box-shadow: 0 0 4px rgba(256, 256, 256, 0.8);
}

#video-controls {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  color: rgb(256, 256, 256);
  font-size: 10px;
  opacity: 1;
  transition: opacity 0.4s;
}

.video-player:not(:hover) .playing + #video-controls {
  opacity: 0;
}

.video-player #video-controls .video-play-big {
  display: block;
  margin: 138px auto 0 auto;
  width: 104px;
  height: 104px;
  transform: translateY(-50%);
  cursor: pointer;
}

.video-player .playing + #video-controls .video-play-big {
  display: none;
}

#video-controls .video-buttons {
  display: table;
  position: absolute; bottom: 0;
  width: 100%;
  height: 32px;
  background: rgba(0, 0, 0, 0.6);
}

#video-controls .video-buttons > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 4px;
}

#video-controls .video-play {
  border-right: 2px solid rgba(0, 0, 0, 0.64);
  cursor: pointer;
}

#video-controls .video-play img {
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
}

.video-player #video-controls .video-play .video-button-pause,
.video-player .playing + #video-controls .video-play .video-button-play {
  display: none;
}

.video-player .playing + #video-controls .video-play .video-button-pause {
  display: block;
}

#video-controls .video-slider {
  padding: 0 8px;
  width: 100%;
  height: 24px;
}

#video-controls .video-slider-range {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

#video-controls input[type=range] {
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
}

#video-controls input[type=range]:focus {
  outline: none;
}

#video-controls input[type=range]::-ms-tooltip {
  display: none;
}

  #video-controls input[type=range]::-moz-range-track {
    width: 100%;
    height: 24px;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0)) no-repeat center center;
    background-size: 100% 2px;
    border: none;
  }

  #video-controls input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 24px;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0)) no-repeat center center;
    background-size: 100% 2px;
    border: none;
  }

  #video-controls input[type=range]::-ms-track {
    width: 100%;
    height: 24px;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0)) no-repeat center center;
    background-size: 100% 2px;
    border: none;
  }

  #video-controls input[type=range]::-moz-range-thumb {
    height: 24px;
    width: 14px;
    background: linear-gradient(to bottom, rgb(256, 192, 80), rgb(240, 156, 32)) no-repeat center center;
    background-size: 14px 14px;
    border: none;
    border-radius: 0;
  }

  #video-controls input[type=range]::-webkit-slider-thumb {
    height: 24px;
    width: 14px;
    background: linear-gradient(to bottom, rgb(256, 192, 80), rgb(240, 156, 32)) no-repeat center center;
    background-size: 14px 14px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
  }

  #video-controls input[type=range]::-ms-thumb {
    height: 24px;
    width: 14px;
    background: linear-gradient(to bottom, rgb(256, 192, 80), rgb(240, 156, 32)) no-repeat center center;
    background-size: 14px 14px;
    border: none;
    border-radius: 0;
  }


#video-controls .video-timer {
  padding: 0 8px;
  text-align: center;
}

#video-controls .video-volume {
  position: relative;
  padding: 0 8px;
  cursor: pointer;
}

#video-controls .video-volume:hover .video-slider-volume {
  opacity: 1;
}

#video-controls .video-slider-volume {
  position: absolute; bottom: 100%; left: 50%;
  padding: 0 8px;
  width: 80px;
  transform-origin: 0 100%;
  transform: rotate(-90deg) translateY(50%);
  transition: opacity 0.2s;
  opacity: 0;
}

#video-controls .video-slider-volume .video-volume-range::-moz-range-track {
  width: 70px;
}

#video-controls .video-slider-volume .video-volume-range::-webkit-slider-runnable-track {
  width: 70px;
}

#video-controls .video-slider-volume .video-volume-range::-ms-track {
  width: 70px;
}

#video-controls .video-slider-volume .video-volume-range::-moz-range-thumb {
  width: 8px;
}

#video-controls .video-slider-volume .video-volume-range::-webkit-slider-thumb {
  width: 8px;
}

#video-controls .video-slider-volume .video-volume-range::-ms-thumb {
  width: 8px;
}



.video-area header img {
  position: absolute; top: 124px; left: 374px; z-index: 8;
  width: 480px;
  height: 88px;
}

.video-area .video-caption {
  position: absolute; top: 570px; left: 520px; bottom: 0;
  width: 400px;
  color: rgb(96, 96, 96);
  font-weight: bold;
}

.video-area .video-caption p {
  margin: 0;
  padding: 0;
}

.video-area .video-caption .more {
  display: block;
  position: absolute; right: 0; bottom: 24px;
  width: 72px;
  height: 28px;
  background: linear-gradient(to bottom, rgb(124, 124, 124), rgb(16, 16, 16));
  background-clip: padding-box;
  border: 2px solid rgba(256, 256, 256, 0.64);
  border-radius: 4px;
}

.video-area .fb-like {
  position: absolute; right: 88px; bottom: 28px;
}



.video-archives {
  width: 872px;
  height: 504px;
  background-image: url('/images/episodes/bg_video_area_archives.jpg');
}

.video-archives + .content {
  padding-top: 0;
}

.video-archives + .content #scroller {
  margin-top: 0;
}

.video-archives header img {
  top: 16px; left: 24px; z-index: 16;
}

.video-archives .video-player {
  top: 96px; left: 24px; z-index: 8;
}

.video-archives .video-cases {
  position: absolute; top: 100px; right: 20px;
  padding-left: 56px;
  width: 350px;
  height: 350px;
  background: linear-gradient(to right, rgba(224, 224, 224, 0.64), rgba(256, 256, 256, 0.72));
  border: 2px solid rgba(256, 256, 256, 0.24);
  border-radius: 8px;
}

.video-archives .video-cases ol {
  margin: 0;
  padding: 8px 24px 8px 0;
  list-style: none;
  color: rgb(72, 72, 72);
  font-size: 12px;
}

.video-archives .video-cases ol li {
  padding: 40px 0 8px 4px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  border-top: 1px solid rgb(200, 200, 200);
}

.video-archives .video-cases ol li:first-child {
  background-image: url('/images/episodes/video_case_1.png');
  border-top: 0;
}

.video-archives .video-cases ol li:nth-child(2) {
  background-image: url('/images/episodes/video_case_2.png');
}

.video-archives .video-cases ol li:nth-child(3) {
  background-image: url('/images/episodes/video_case_3.png');
}

.video-archives .video-cases ol li h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.video-archives .video-cases ol li p {
  margin: 0;
}

.video-archives .fb-like {
  top: 38px; right: 256px; bottom: auto;
}

.video-archives .video-archive-dates {
  position: absolute; top: 32px; right: 20px;
  width: 228px;
  height: 32px;
  font-weight: bold;
}

.video-archives .video-archive-dates:hover ol {
  visibility: visible;
  opacity: 1;
}

.video-archives .video-archive-dates .video-archive-select {
  position: relative; z-index: 8;
  height: 32px;
  background: url('/images/episodes/video_archives.png') no-repeat 8px -2px,
              url('/images/episodes/video_archives_arrows.png') no-repeat right center,
              linear-gradient(to bottom, rgb(128, 128, 128), rgb(0, 0, 0));
  background-clip: content-box;
  border: 2px solid rgba(256, 256, 256, 0.24);
  border-radius: 8px;
}

.video-archives .video-archive-dates .video-archive-selected {
  position: absolute; top: 0; right: 16px;
  padding: 4px 8px;
  width: 96px;
  color: rgb(256, 256, 256);
  line-height: 20px;
  background-color: rgb(72, 72, 72);
}

.video-archives .video-archive-dates ol {
  visibility: hidden;
  overflow: auto;
  position: absolute; top: 28px; right: 2px; z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 112px;
  height: 388px;
  background-color: rgb(72, 72, 72);
  border: 2px solid rgb(88, 88, 88);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  transition: opacity 0.4s, visibility 0.1s;
}

.video-archives .video-archive-dates ol li {
  padding: 4px 8px;
  height: 24px;
  line-height: 24px;
}

.video-archives .video-archive-dates ol li a {
  color: rgb(156, 156, 156);
  text-decoration: none;
}

.video-archives .video-archive-dates ol li a:hover {
  color: rgb(256, 256, 256);
}
