/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 22, 2018, 6:34:03 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 8, 2019, 4:10:11 PM
    Author     : mv
*/
.zz-videocat-header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  color: #fff;
  /*background-image: linear-gradient(-11.6deg, rgba(0,0,0,.05) 49.5%, rgba(255,255,255,0.1) 50.5%);*/
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));
}
.zz-videocat-header * {
  box-sizing: inherit;
}
.zz-videocat-header .top {
  height: 160px;
  position: relative;
}
.zz-videocat-header .top .img {
  padding: 10px;
}
.zz-videocat-header .top img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.zz-videocat-header .top .date {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  display: none;
}
.zz-videocat-header .bottom {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
}
.zz-videocat-header .bottom .title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  max-width: 50%;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .zz-videocat-header .top img {
    width: 140px;
    height: 140px;
  }
  .zz-videocat-header .top .date {
    display: block;
  }
  .zz-videocat-header .bottom .title {
    position: static;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 8, 2019, 4:10:33 PM
    Author     : mv
*/
.zz-videocat-listheader {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.zz-videocat-listheader .bg {
  padding: 12px 16px;
}
.zz-videocat-listheader .img {
  background: #2c3e50;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  float: left;
  overflow: hidden;
  margin-right: 12px;
}
.zz-videocat-listheader .img img {
  margin: 6px;
  width: 36px;
  height: 36px;
}
.zz-videocat-listheader .title {
  font-size: 18px;
  font-weight: bold;
  color: #2c3e50;
}
.zz-videocat-listheader .date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.1;
}
.zz-videocat-listheader .more {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #2277AA;
  font-family: 'Roboto Condensed';
}
.zz-videocat-listheader.playlist {
  background: #2c3e50;
}
.zz-videocat-listheader.playlist .bg {
  background: rgba(0, 0, 0, 0.3);
}
.zz-videocat-listheader.playlist .title {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .zz-videocat-listheader.normal .date {
    display: none;
  }
  .zz-videocat-listheader.normal .texts {
    padding: 12px 0;
  }
  .zz-videocat-listheader.normal .more {
    margin-top: -20px;
  }
}
body.page-video-detail #container {
  margin-top: 10px;
}
.zz-video-detail {
  background: #efefef;
  font-family: 'Roboto Condensed';
}
.zz-video-detail h1 {
  font-size: 24px;
  line-height: 32px;
  color: #3e5368;
  padding: 8px;
  display: block;
  width: auto;
}
.zz-video-detail .cat {
  font-size: 12px;
  font-weight: bold;
  color: #49afc5;
  text-transform: uppercase;
  padding: 8px 8px 0;
}
.zz-video-detail .social {
  font-size: 12px;
  padding: 8px;
  color: #4a4a4a;
  text-transform: uppercase;
  line-height: 24px;
}
.zz-video-detail .social .subscribe {
  float: left;
  margin-right: 12px;
}
.zz-video-detail .statsinfo {
  font-size: 12px;
  padding: 4px 8px 8px;
  color: #999;
}
body.zz-site-mobile .zz-video-detail iframe {
  width: 1px;
  min-width: 100%;
}
body.zz-site-mobile .zz-video-detail .social {
  background: #d8d8d8;
}
body.zz-site-mobile .zz-video-detail .statsinfo {
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 321px) {
  body.zz-site-mobile .zz-video-detail.zz-video-detail-16 iframe {
    height: 260px;
  }
}
body.zz-site-desktop .zz-video-detail {
  /*display: flex;*/
}
body.zz-site-desktop .zz-video-detail .left-side {
  min-width: 660px;
  flex-grow: 1;
  float: left;
  background: #fff;
}
body.zz-site-desktop .zz-video-detail .left-side iframe {
  height: 371px;
}
body.zz-site-desktop .zz-video-detail .right-side {
  width: 300px;
  float: right;
  background: #efefef;
  min-height: 400px;
}
body.zz-site-desktop .zz-video-detail .right-side:before,
body.zz-site-desktop .zz-video-detail .right-side:after {
  content: " ";
  display: table;
}
body.zz-site-desktop .zz-video-detail .right-side:after {
  clear: both;
}
body.zz-site-desktop .zz-video-detail .right-side .zz-box-title {
  font-weight: normal;
  font-size: 18px;
}
body.zz-site-desktop .zz-video-detail .right-side .zz-listitem-leftimage {
  background: none;
}
body.zz-site-desktop .zz-video-detail .right-side iframe {
  height: revert-layer;
}
body.zz-site-desktop .zz-video-detail .bottom {
  padding: 8px;
}
body.zz-site-desktop .zz-video-detail .embed-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
body.zz-site-desktop .zz-video-detail h1 {
  font-size: 36px;
  line-height: 40px;
}
body.zz-site-desktop .zz-video-detail .lead {
  color: #999999;
  font-size: 18px;
}
body.zz-site-desktop .zz-video-detail .zz-related-entities {
  padding: 8px 0;
}
body.zz-site-desktop .zz-video-detail .zz-related-entities a {
  background: #eee;
}
body.zz-site-desktop .zz-video-detail .zz-related-entities .entity-title {
  display: none;
}
body.zz-site-desktop .zz-video-detail .statsinfo {
  padding: 4px 0 8px;
}
body.zz-site-desktop .zz-video-detail .social {
  margin-bottom: 8px;
}
body.zz-site-desktop .zz-video-detail .social .cat {
  float: right;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 0px 8px;
}
body.zz-site-desktop .zz-video-detail .column_300,
body.zz-site-desktop .zz-video-detail .column_300 .textover_image,
body.zz-site-desktop .zz-video-detail .column_300 .container,
body.zz-site-desktop .zz-video-detail .column_300 .image,
body.zz-site-desktop .zz-video-detail .column_300 .textover_image .wrapper,
body.zz-site-desktop .zz-video-detail .column_300 .textover_image div.title_gradient,
body.zz-site-desktop .zz-video-detail .column_300 .textover_image > div.container > div.image,
body.zz-site-desktop .zz-video-detail .column_300 img {
  width: 305px !important;
}
body.zz-site-desktop .zz-video-detail .column_300 {
  box-sizing: border-box;
  margin-left: 16px;
}
body.zz-site-desktop .zz-video-detail .column_300:nth-child(2n-1) {
  margin-left: 0;
}
.zz-videocat-related-header .img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 3%, rgba(0, 0, 0, 0.3) 97%);
}
.zz-videocat-related-header .img img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin: 8px;
}
.zz-videocat-related-header .title {
  line-height: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.zz-videocat-related-header .date {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
}
.zz-videocat-list {
  padding: 8px 0;
}
.zz-videocat-list .zz-listitem-leftimage {
  height: auto;
  padding: 8px 16px;
  margin-bottom: 0;
  transition: all ease-in-out 300ms;
}
.zz-videocat-list .zz-listitem-leftimage:before,
.zz-videocat-list .zz-listitem-leftimage:after {
  content: " ";
  display: table;
}
.zz-videocat-list .zz-listitem-leftimage:after {
  clear: both;
}
.zz-videocat-list .zz-listitem-leftimage a {
  color: #fff;
}
.zz-videocat-list .zz-listitem-leftimage a:before,
.zz-videocat-list .zz-listitem-leftimage a:after {
  content: " ";
  display: table;
}
.zz-videocat-list .zz-listitem-leftimage a:after {
  clear: both;
}
.zz-videocat-list .zz-listitem-leftimage a:hover {
  color: #fff !important;
}
body.zz-site-mobile .zz-videocat-list .zz-listitem-leftimage {
  background: transparent;
}
body.zz-site-desktop .zz-videocat-list .zz-listitem-leftimage:hover {
  background: rgba(255, 255, 255, 0.1);
}
