.cat-videos .playlist {
  display: block;
  color: white;
}
.category.featured {
  padding-top: 100px;
}
.fader {
  background: #141415;
  position: relative;
}
.brought-by {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}
.brought-by p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  margin: 0;
}
.brought-by p span {
  vertical-align: middle;
}
.brought-by img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-height: 16px;
  max-width: 90px;
}
.featured nav.wrap {
  position: relative;
}
.playlist-pusher {
  margin-bottom: 50px;
}
.featured .play,
.live .play {
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  transition: border 500ms;
}
.featured .play a,
.live .play a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured .play:hover,
.live .play:hover {
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.featured .play:before,
.live .play:before {
  content: '';
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 17px solid white;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  left: 22px;
}
.no-touchevents .jumbotron .program-360 {
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}
.no-touchevents .jumbotron .program-360:hover {
  border: 2px solid #ffffff !important;
}
.no-touchevents .jumbotron .program-360:hover svg {
  -webkit-transform: rotateY(180deg) rotateZ(180deg);
          transform: rotateY(180deg) rotateZ(180deg);
}
.category.featured a {
  text-decoration: none;
  color: white;
  transition: color 300ms;
}
.category.featured .bg {
  width: 100%;
  padding-top: 57%;
  background-size: cover;
  position: relative;
  background-position: center center;
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category.featured .bg a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category.featured .playlist-category {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .25em;
  font-size: 11px;
  opacity: .8;
}
.category.featured .jumbotron .playlist-meta .program-360 {
  color: #ffffff;
  padding: 20px;
  border-radius: 40px;
  font-size: 18px;
}
.category.featured .jumbotron .playlist-meta .program-360 svg {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: 20px;
  width: 20px;
}
.category.featured .playlist-meta .program-360 {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  position: relative;
  transition: border 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  line-height: 16px;
}
.category.featured .playlist-meta .program-360 svg {
  opacity: .5;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
}
.category.featured .playlist-meta .program-360 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category.featured .playlist-meta .program-360 + .duration {
  border-left: 0 !important;
}
.category.featured .playlist-meta i {
  display: inline-block;
  height: 22px;
  vertical-align: text-top;
  padding-right: 5px;
}
.category.featured .playlist-meta i svg {
  display: block;
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category.featured .playlist-meta .duration,
.category.featured .playlist-meta .story-count {
  line-height: .9em;
  opacity: .5;
}
.category.featured .playlist-meta .duration {
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.category.featured .cat-videos {
  position: static;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron {
  width: 100%;
  position: static;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-flex-align: center;
      align-items: center;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .playlist-category {
  font-size: 14px;
  margin-top: 0;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .brought-by {
  position: relative;
  background: transparent;
  padding: 0;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .brought-by img {
  max-height: 40px;
  max-width: 90px;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron:hover h2 a {
  color: white;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron:hover .bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron h2 {
  font-size: 46px;
  font-weight: 300;
  margin: 10px 0 10px;
  max-width: 500px;
  letter-spacing: -0.01em;
  line-height: 1.04em;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  z-index: -1;
  overflow: hidden;
  opacity: .8;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .fader:after {
  width: 100%;
  height: 70%;
  bottom: 0%;
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, #141414 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  content: '';
  z-index: 0;
  position: absolute;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .fader .bg {
  width: 100%;
  height: 100%;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .play-meta {
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  margin-top: 20px;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .play-meta .playlist-meta {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
}
.category.featured .playlist {
  width: calc(100%/3);
  display: inline-block;
  vertical-align: top;
  padding: 20px 20px 50px;
  position: relative;
  z-index: 6;
  font-size: 14px;
}
.category.featured .playlist:hover h2 a {
  color: #c5c5c5;
}
.category.featured .playlist:hover .bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.category.featured .playlist.playlist-360 h2 {
  margin-bottom: 20px;
}
.category.featured .playlist .fader {
  overflow: hidden;
}
.category.featured .playlist > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.category.featured .playlist .playlist-category {
  margin-top: 4px;
  display: block;
}
.category.featured .playlist .non-bg {
  padding-top: 16px;
}
.category.featured .playlist h2 {
  margin: 4px 0 12px 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron {
    min-height: 40vh;
  }
  .category.featured .playlist {
    width: 50%;
  }
  .category.featured .playlist.jumbotron h2 {
    max-width: 100%;
  }
  .touchevents .category.featured {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) and (orientation: portrait) {
  .touchevents .category.featured .playlist.jumbotron .bg {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron {
    margin-bottom: 0;
    height: auto;
    padding: 0 20px;
    width: 100%;
    min-height: 0;
    margin: 50px 0 100px;
  }
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .bg {
    opacity: .4 !important;
  }
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .non-bg {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .playlist-category {
    font-size: 13px;
  }
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron h2 {
    font-size: 32px;
    margin: 18px 0 20px;
  }
}
@media (max-width: 519px) {
  .category.featured .playlist {
    margin-bottom: 65px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .category.featured .playlist.jumbotron {
    margin-bottom: 100px;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 10px !important;
  }
  .category.featured .playlist.jumbotron h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
  }
  .category.featured .playlist.jumbotron .play {
    display: block;
    margin: 0 auto;
  }
}
.cat-videos .playlist {
  display: block;
  color: white;
}
.category.featured {
  padding-top: 100px;
}
.fader {
  background: #141415;
  position: relative;
}
.brought-by {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}
.brought-by p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  margin: 0;
}
.brought-by p span {
  vertical-align: middle;
}
.brought-by img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-height: 16px;
  max-width: 90px;
}
.featured nav.wrap {
  position: relative;
}
.playlist-pusher {
  margin-bottom: 50px;
}
.featured .play,
.live .play {
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  transition: border 500ms;
}
.featured .play a,
.live .play a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured .play:hover,
.live .play:hover {
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.featured .play:before,
.live .play:before {
  content: '';
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 17px solid white;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  left: 22px;
}
.no-touchevents .jumbotron .program-360 {
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}
.no-touchevents .jumbotron .program-360:hover {
  border: 2px solid #ffffff !important;
}
.no-touchevents .jumbotron .program-360:hover svg {
  -webkit-transform: rotateY(180deg) rotateZ(180deg);
          transform: rotateY(180deg) rotateZ(180deg);
}
.category.featured a {
  text-decoration: none;
  color: white;
  transition: color 300ms;
}
.category.featured .bg {
  width: 100%;
  padding-top: 57%;
  background-size: cover;
  position: relative;
  background-position: center center;
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category.featured .bg a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category.featured .playlist-category {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .25em;
  font-size: 11px;
  opacity: .8;
}
.category.featured .jumbotron .playlist-meta .program-360 {
  color: #ffffff;
  padding: 20px;
  border-radius: 40px;
  font-size: 18px;
}
.category.featured .jumbotron .playlist-meta .program-360 svg {
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  height: 20px;
  width: 20px;
}
.category.featured .playlist-meta .program-360 {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  position: relative;
  transition: border 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  line-height: 16px;
}
.category.featured .playlist-meta .program-360 svg {
  opacity: .5;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
}
.category.featured .playlist-meta .program-360 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category.featured .playlist-meta .program-360 + .duration {
  border-left: 0 !important;
}
.category.featured .playlist-meta i {
  display: inline-block;
  height: 22px;
  vertical-align: text-top;
  padding-right: 5px;
}
.category.featured .playlist-meta i svg {
  display: block;
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category.featured .playlist-meta .duration,
.category.featured .playlist-meta .story-count {
  line-height: .9em;
  opacity: .5;
}
.category.featured .playlist-meta .duration {
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.category.featured .cat-videos {
  position: static;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron {
  width: 100%;
  position: static;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-flex-align: center;
      align-items: center;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .playlist-category {
  font-size: 14px;
  margin-top: 0;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .brought-by {
  position: relative;
  background: transparent;
  padding: 0;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .brought-by img {
  max-height: 40px;
  max-width: 90px;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron:hover h2 a {
  color: white;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron:hover .bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron h2 {
  font-size: 46px;
  font-weight: 300;
  margin: 10px 0 10px;
  max-width: 500px;
  letter-spacing: -0.01em;
  line-height: 1.04em;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  z-index: -1;
  overflow: hidden;
  opacity: .8;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .fader:after {
  width: 100%;
  height: 70%;
  bottom: 0%;
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, #141414 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  content: '';
  z-index: 0;
  position: absolute;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .fader .bg {
  width: 100%;
  height: 100%;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .play-meta {
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  margin-top: 20px;
}
.category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .play-meta .playlist-meta {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 18px;
}
.category.featured .playlist {
  width: calc(100%/3);
  display: inline-block;
  vertical-align: top;
  padding: 20px 20px 50px;
  position: relative;
  z-index: 6;
  font-size: 14px;
}
.category.featured .playlist:hover h2 a {
  color: #c5c5c5;
}
.category.featured .playlist:hover .bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.category.featured .playlist.playlist-360 h2 {
  margin-bottom: 20px;
}
.category.featured .playlist .fader {
  overflow: hidden;
}
.category.featured .playlist > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.category.featured .playlist .playlist-category {
  margin-top: 4px;
  display: block;
}
.category.featured .playlist .non-bg {
  padding-top: 16px;
}
.category.featured .playlist h2 {
  margin: 4px 0 12px 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron {
    min-height: 40vh;
  }
  .category.featured .playlist {
    width: 50%;
  }
  .category.featured .playlist.jumbotron h2 {
    max-width: 100%;
  }
  .touchevents .category.featured {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) and (orientation: portrait) {
  .touchevents .category.featured .playlist.jumbotron .bg {
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron {
    margin-bottom: 0;
    height: auto;
    padding: 0 20px;
    width: 100%;
    min-height: 0;
    margin: 50px 0 100px;
  }
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .bg {
    opacity: .4 !important;
  }
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .non-bg {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron .playlist-category {
    font-size: 13px;
  }
  .category.featured .cat-videos:not(.upcoming) .playlist.jumbotron h2 {
    font-size: 32px;
    margin: 18px 0 20px;
  }
}
@media (max-width: 519px) {
  .category.featured .playlist {
    margin-bottom: 65px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .category.featured .playlist.jumbotron {
    margin-bottom: 100px;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 10px !important;
  }
  .category.featured .playlist.jumbotron h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
  }
  .category.featured .playlist.jumbotron .play {
    display: block;
    margin: 0 auto;
  }
}
body {
  background: #141414;
}
.non-video-html #app {
  display: block;
}
.non-video-html body {
  overflow: visible !important;
}
.non-video-html .playlist {
  display: none;
}
.dimmer:after {
  width: 100%;
  height: 50%;
  bottom: -1px;
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  content: '';
  z-index: 0;
  position: absolute;
}
.cats .about-bar {
  background: #000000;
}
.cats .about-bar:before {
  border-bottom: 10px solid #000000;
}
.single-cat .dimmer:before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .4;
  content: '';
  z-index: 0;
  position: absolute;
}
.scaler {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  min-height: 100vh;
  width: 100%;
  top: 0;
  position: fixed;
}
.no-touchevents .category #circle {
  z-index: 100;
  position: relative;
  display: block;
  left: 50%;
  margin: 0 0 0 -40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.no-touchevents .category .load-more {
  display: inline-block;
  text-align: center;
  display: block;
  width: 100px;
  margin: 30px auto;
  padding: 10px;
  padding: 10 20px;
  background: #303336;
  color: #fefefe;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  z-index: 3;
  position: relative;
  font-family: 'Knowledge';
  font-size: 13px;
  font-weight: 400;
}
.no-touchevents .category .cat-video:hover {
  z-index: 3;
}
.no-touchevents .category .cat-video:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.no-touchevents .category .cat-video:hover .description {
  display: block;
}
.no-touchevents .category .cat-video:hover .vid-count {
  opacity: .7;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.no-touchevents .category .cat-video:hover .img-wrap {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  box-shadow: 0px 11px 39px 6px rgba(0, 0, 0, 0.77);
}
.no-touchevents .category .cat-video:hover .img-wrap img {
  opacity: .45;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.no-touchevents .category .cat-video:hover .description {
  display: block;
  position: relative !important;
  opacity: .7;
}
.category {
  min-height: 100vh;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 300px;
  font-family: 'Knowledge';
}
.category .fixed-bg {
  background-position: top center;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 70%;
  top: 0;
  z-index: -1;
}
.category .main-title {
  text-align: center;
  display: inline-block;
  margin-bottom: 100px;
  font-size: 44px;
  width: 100%;
  padding-top: 10px;
}
.category .main-title:before {
  content: '';
  display: block;
  width: 33px;
  height: 4px;
  background: #ff9001;
  position: relative;
  top: -4px;
  margin: 0 auto;
}
.category .main-title span {
  font-size: 20px;
  color: white;
  opacity: .6;
  display: block;
  margin-top: 10px;
}
.category h1 {
  color: white;
  font-size: 44px;
  margin: 0;
  font-weight: 200;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.category .cat-videos {
  width: 100%;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
  max-width: 2200px;
  z-index: 2;
}
.category .cat-video {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  position: relative;
  color: white;
  text-align: left;
  margin: 0 12px 50px;
  width: 50%;
  padding: 0;
  margin: 0;
  background: black;
}
.category .cat-video .img-wrap {
  background: black;
  overflow: hidden;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  box-shadow: 0px 0 0 6px rgba(0, 0, 0, 0);
  transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category .cat-video .img-wrap img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category .cat-video .img-wrap.dimmer:after {
  display: block !important;
}
.category .cat-video .hover-contents .meta {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 30px;
  z-index: 2;
}
.category .cat-video .hover-contents h3 {
  font-weight: 100;
  padding-right: 10px;
  font-size: 30px;
  margin: 0;
  line-height: 1.1em;
  display: inline-block;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.category .cat-video .hover-contents .date-time {
  margin: 7px 0 0;
  opacity: .5;
  font-size: 15px;
  font-weight: 500;
}
.category .cat-video .hover-contents .date-time .duration {
  font-weight: 400;
  padding-left: 10px;
}
.category .cat-video .vid-count-mask {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
}
.category .cat-video .vid-count {
  opacity: .2;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category .cat-video .hover-contents {
  width: 100%;
  height: 100%;
  position: relative;
}
.category .cat-video .hover-contents .meta {
  padding: 30px;
}
.category .cat-video .hover-contents img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category .cat-video .hover-contents .img-wrap {
  overflow: hidden;
}
.category .cat-video .hover-contents .description {
  font-size: 14px;
  margin: 10px 0 0;
  display: none;
}
.category .cat-video .hover-contents .date-time {
  font-size: 13px;
  margin: 4px 0 0;
  opacity: .4;
  font-weight: 500;
}
.category .cat-video .hover-contents .date-time .duration {
  padding-left: 6px;
  font-weight: 400;
}
.category .cat-video .hover-contents h3 {
  text-align: left;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 0;
  line-height: 1.1em;
  font-size: 26px;
  line-height: 1em;
}
.category .cat-video .hover-contents a {
  color: white;
  text-decoration: none;
}
.category .cat-video .hover-contents img {
  width: 100%;
  display: block;
}
.category .cat-video .hover-contents .dimmer:after {
  display: none;
}
.cat-single-video {
  padding: 20px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
}
.cat-single-video img {
  width: 100%;
}
.cat-single-video a {
  text-decoration: none;
}
.cat-single-video h3 {
  color: white;
  font-weight: 400;
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.1em;
  padding-right: 20px;
}
.cat-single-video .img-wrap {
  padding-top: 56.25%;
  position: relative;
  background: black;
}
.cat-single-video .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cat-single-video .hover-state {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(48, 51, 54, 0.98);
  border-radius: 2px;
  padding: 20px;
  opacity: 0;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 11px 39px 6px rgba(0, 0, 0, 0.37);
  transition-delay: 1ms;
  width: 100%;
}
.cat-single-video .meta {
  position: relative;
  padding-top: 10px;
}
.cat-single-video .date-time {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  margin: 0;
  opacity: .6;
  font-weight: 500;
}
.cat-single-video .date-time .duration {
  padding-left: 10px;
  font-weight: 300;
}
.cat-single-video .date-time,
.cat-single-video h3 {
  transition-delay: 0;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cat-single-video .description {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.meta-wrap {
  position: relative;
}
.meta-wrap .meta {
  opacity: 1;
  transition: opacity 1ms;
  transition-delay: 10ms;
}
@media (min-width: 768px) {
  .no-touchevents .cat-videos {
    position: relative;
  }
  .no-touchevents .cat-single-video:hover .date-time,
  .no-touchevents .cat-single-video:hover h3 {
    opacity: 0;
    transition-delay: 300ms;
  }
  .no-touchevents .cat-single-video:hover .hover-state {
    opacity: 1;
    z-index: 3;
    transition-delay: 300ms !important;
  }
}
@media (max-width: 1200px) and (orientation: portrait) {
  .dimmer:after {
    height: 70%;
  }
  .category .fixed-bg {
    height: 50%;
  }
}
@media (max-width: 1200px) {
  .category {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .category .main-title {
    margin-bottom: 80px;
  }
  .category.single-cat .cat-videos {
    padding-left: 10px;
    padding-right: 10px;
  }
  .category .cat-videos {
    padding-left: 30px;
    padding-right: 30px;
  }
  .category .cat-videos .cat-video .hover-contents .meta {
    padding: 20px;
  }
  .category .cat-single-video h3 {
    font-size: 18px;
    line-height: 1.1em;
  }
  .load-more {
    display: none !important;
  }
  .live .load-more {
    display: block !important;
  }
  .cat-single-video {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main-title {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
  .fixed-bg {
    opacity: 1 !important;
  }
  .fixed-bg.blur {
    opacity: 0 !important;
    display: none;
  }
}
@media (max-width: 519px) {
  .wrap.cat-nav {
    padding-bottom: 8px;
  }
  .category.single-cat .cat-videos {
    padding-left: 20px;
    padding-right: 20px;
  }
  .category {
    padding-top: 122px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .category .scaler,
  .category .fixed-bg {
    position: absolute;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .category .main-title {
    padding-top: 0;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
  .category .main-title h1 {
    font-size: 32px;
  }
  .category .main-title span {
    font-size: 14px;
    margin-top: 0;
  }
  .category .cat-videos {
    padding-left: 0;
    padding-right: 0;
  }
  .category .cat-videos .cat-video {
    width: 100%;
  }
  .category .cat-videos .cat-video .vid-count {
    opacity: .7;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .mobile-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .category .cat-single-video {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
  }
  .category .cat-single-video .hover-contents {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    padding-bottom: 10px;
  }
  .category .cat-single-video .hover-contents .meta {
    padding-top: 0;
    -ms-flex: 1;
        flex: 1;
  }
  .category .cat-single-video h3 {
    margin: 0;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .category .cat-single-video .description {
    display: none;
  }
  .category .cat-single-video .img-wrap {
    width: 33%;
    float: left;
    margin-right: 25px;
    padding-top: 0;
  }
  .category .cat-single-video .img-wrap img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .category .cat-single-video .date-time {
    font-size: 10px;
  }
}
