/*
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 6, 2019, 10:33:34 AM
    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: #3399cc;
  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;
  }
}
@media only screen and (min-width: 769px) {
  #page_main.videos .zz-grid.videos-list {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #page_main.videos {
    width: auto !important;
  }
}
#page_main.videos .zz-listitem-textover-image {
  width: auto;
}
#page_main.videos .zz-pagination {
  clear: both;
}
#page_main.videos .zz-page-header {
  padding: 16px 16px 8px;
}
@media only screen and (max-width: 768px) {
  #page_main.videos .zz-page-header h1 {
    display: none;
  }
}
/********* HEADER *********/
.zz-page-header .zz-btn {
  float: right;
  padding-top: 4px;
  padding-bottom: 4px;
  min-width: 80px;
  background: #ea4b29;
}
.zz-page-header .zz-btn:hover,
.zz-page-header .zz-btn:active {
  background: #ef7257;
}
.zz-page-header .zz-search-form {
  border-radius: 4px;
  border: 1px solid #dddddd;
  background: #fff;
  display: flex;
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.zz-page-header .zz-search-form .zz-select {
  height: 24px;
  margin: 8px;
}
.zz-page-header .zz-search-form .zz-select:after {
  background-size: cover;
  width: 16px;
  height: 16px;
}
.zz-page-header .zz-search-form select {
  border: 0;
  font-size: 12px;
  background-color: #eeeeee;
  color: #4a4a4a;
}
.zz-page-header .zz-search-form input {
  line-height: 24px;
  flex-grow: 1;
  border: 0;
  padding: 8px 16px;
  color: #999;
  font-size: 16px;
}
.zz-page-header .zz-search-form button {
  background: none;
  border: 0;
  color: #999;
}
@media only screen and (max-width: 768px) {
  .zz-page-header .zz-search-form {
    width: auto;
  }
  .zz-page-header .zz-search-form .zz-select {
    display: none;
  }
  .zz-page-header .zz-btn {
    margin-top: 1px;
    margin-left: 8px;
    min-width: 50px;
    padding: 4px 6px;
  }
}
.zz-page-header-menu {
  padding-top: 16px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
}
.zz-page-header-menu > a,
.zz-page-header-menu .zz-dropdown-toggle {
  font-family: 'Roboto Condensed';
  color: #49afc5;
  font-size: 13px;
  cursor: pointer;
  flex-grow: 1;
}
.zz-page-header-menu .zz-dropdown-toggle {
  color: #4a4a4a;
  text-align: right;
}
.zz-page-header-menu .zz-dropdown-item {
  font-size: 13px;
}
.zz-videoshome-slider {
  max-width: calc(100vw - 40px);
  opacity: 0;
  height: 120px;
  transition: all ease-in-out 300ms;
  margin: 10px;
}
.zz-videoshome-slider a {
  height: 120px;
  display: block;
  color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 4px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0) 70%);
}
.zz-videoshome-slider a img {
  margin: 16px auto;
  display: block;
  height: 70px;
  width: 100%;
  object-fit: contain;
}
.zz-videoshome-slider a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto Condensed';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zz-videoshome-slider a:first-child {
  margin-left: 0;
}
.zz-videoshome-slider a:hover {
  color: #Fff !important;
}
.zz-videoshome-slider.slick-initialized {
  opacity: 1;
}
body.zz-site-mobile .zz-videoshome-slider {
  margin: 0;
  height: 72px;
}
body.zz-site-mobile .zz-videoshome-slider a {
  height: 72px;
}
body.zz-site-mobile .zz-videoshome-slider > div {
  display: inline-block;
  width: 144px;
}
body.zz-site-mobile .zz-videoshome-slider .title {
  font-size: 10px;
  padding: 4px;
}
body.zz-site-mobile .zz-videoshome-slider img {
  margin: 8px auto;
  height: 40px;
}
.zz-videoshome-categories {
  margin: 20px 0;
  border-top: 1px solid #dddddd;
}
.zz-videoshome-categories .zz-videocat-listheader .bg {
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .zz-videoshome-categories {
    margin: 20px 10px;
  }
}
.zz-videoshome-category {
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
}
.zz-videoshome-category .cat-bottom {
  clear: both;
  padding: 16px 0;
}
.zz-videoshome-category .column-6 .zz-listitem-textover-image {
  height: 100px;
}
.zz-videoshome-category .column-6 .zz-listitem-textover-image .microtitle {
  display: none;
}
.zz-videoshome-category .column-6 .zz-listitem-textover-image .title {
  font-size: 14px;
  line-height: 1;
  max-height: 42px;
  overflow: hidden;
}
